You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/manual/latest/bind-to-global-js-values.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Some JS values, like `setTimeout`, live in the global scope. You can bind to the
22
22
23
23
</CodeTab>
24
24
25
-
(We already provide `setTimeout`, `clearTimeout` and others in the [Core API](api/Core) module).
25
+
(We already provide `setTimeout`, `clearTimeout` and others in the [Core API](api/core) module).
26
26
27
27
This binds to the JavaScript [`setTimeout`](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrworkerGlobalScope/setTimeout) methods and the corresponding `clearTimeout`. The `external`'s type annotation specifies that `setTimeout`:
0 commit comments