Skip to content

Commit cacaea4

Browse files
committed
docs: setInterval and clearInterval are not available yet
1 parent 08044e2 commit cacaea4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,12 @@ necessary unless the main entry point of your program is written in JavaScript.
183183
Care should be taken to ensure that only one program module is run per JS context.
184184

185185
## Built-In Functions
186+
186187
- `console`
187188
- `atob`
188189
- `btoa`
189190
- `setTimeout`
190-
- `setInterval`
191191
- `clearTimeout`
192-
- `clearInterval`
193192

194193
### CommonJS Subsystem Additions
195194
The CommonJS subsystem is activated by invoking the `require` or `createRequire` exports of the (Python)

0 commit comments

Comments
 (0)