summaryrefslogtreecommitdiff
path: root/cli/js/web/README.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-01 20:15:28 +0200
committerGitHub <noreply@github.com>2020-05-01 20:15:28 +0200
commit6661e7e287aa595eccdc8d49940c40953b1f69bc (patch)
tree4e936d8aa3ee3acbc7c012072d160a5793401c93 /cli/js/web/README.md
parent5d3c49082ffa96fc97af1e7bf637c930dd9cdf66 (diff)
BREAKING: remove window.location and self.location (#5034)
This commit removes "location" global available on "window", "globalThis" and "self".
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),