summaryrefslogtreecommitdiff
path: root/cli/js/web/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/README.md')
-rw-r--r--cli/js/web/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/js/web/README.md b/cli/js/web/README.md
index 7df78151e..e44a87315 100644
--- a/cli/js/web/README.md
+++ b/cli/js/web/README.md
@@ -31,11 +31,6 @@ Some of the Web APIs are using ops under the hood, eg. `console`, `performance`.
Promise-based HTTP Request API
- [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData): access
to a `multipart/form-data` serialization
-- [Location](https://developer.mozilla.org/en-US/docs/Web/API/Location): parsing
- the current script's URL
- - **Implementation notes:** the `globalThis.location` object cannot be
- manipulated using `assign()`, `reload()` and `replace()` methods. They are
- not implemented.
- [Performance](https://developer.mozilla.org/en-US/docs/Web/API/Performance):
retrieving current time with a high precision
- [setTimeout](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout),