Skip to content

Commit

Permalink
Update docs with other supported APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Oct 9, 2024
1 parent 3b56d4e commit bf5f21f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 668 deletions.
2 changes: 1 addition & 1 deletion apps/website/docs/api/04-other/01-common-min-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ Web APIs can also be implemented on native via [Turbo Modules](https://github.co
| globalThis.performance.measure() ||| |
| globalThis.performance.now() ||| |
| globalThis.performance.timeOrigin ||| |
| globalThis.queueMicrotask() | | | |
| globalThis.queueMicrotask() | | | |
| globalThis.setInterval() ||| |
| globalThis.setTimeout() ||| |
2 changes: 2 additions & 0 deletions apps/website/docs/api/04-other/03-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ In the context of React Strict DOM the functions, namespaces, objects, and const
| window | Android | iOS | Issue # |
| ---- | ---- | ---- | ---- |
| window.cancelAnimationFrame() ||| |
| window.cancelIdleCallback() ||| |
| window.devicePixelRatio ||| |
| window.getSelection() ||| |
| window.matchMedia() ||| |
Expand All @@ -27,3 +28,4 @@ In the context of React Strict DOM the functions, namespaces, objects, and const
| window.navigator.permissions ||| |
| window.navigator.vibrate() ||| |
| window.requestAnimationFrame() ||| |
| window.requestIdleCallback() ||| |
Loading

0 comments on commit bf5f21f

Please sign in to comment.