diff options
Diffstat (limited to 'docs/runtime')
-rw-r--r-- | docs/runtime/web-apis.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/runtime/web-apis.md b/docs/runtime/web-apis.md index 8ebc070b8..82108de31 100644 --- a/docs/runtime/web-apis.md +++ b/docs/runtime/web-apis.md @@ -36,6 +36,11 @@ The following Web APIs are partially or completely supported. --- +- JSON +- [`JSON`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON) + +--- + - Timeouts - [`setTimeout`](https://developer.mozilla.org/en-US/docs/Web/API/setTimeout) [`clearTimeout`](https://developer.mozilla.org/en-US/docs/Web/API/clearTimeout) |