Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index d4b212f515d..712e974d511 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -610,7 +610,7 @@ console.log(JSON.stringify(myURLs));
#### `URL.createObjectURL(blob)`
<!-- YAML
-added: REPLACEME
+added: v16.7.0
-->
> Stability: 1 - Experimental
@@ -645,7 +645,7 @@ to other workers or the main thread.
#### `URL.revokeObjectURL(id)`
<!-- YAML
-added: REPLACEME
+added: v16.7.0
-->
> Stability: 1 - Experimental