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:
authorJames M Snell <jasnell@gmail.com>2021-12-21 23:05:26 +0300
committerJames M Snell <jasnell@gmail.com>2021-12-24 18:26:38 +0300
commitcea76dbf339bc6254ee170047267a76d0570f666 (patch)
treef984ab35c962986ee3d94598ac320cd2797a31ca /doc/api/globals.md
parent99c18f47865e918397c4cf2ef3386c3a449267f8 (diff)
buffer: expose Blob as a global
`Blob` is defined as a global in the spec. We have WPT's for it, and it's graduated experimental. Time to expose it as a global. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/41270 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r--doc/api/globals.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index bb3ca66930e..f3a1d46d251 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -199,6 +199,16 @@ added: v17.3.0
If `abortSignal.aborted` is `true`, throws `abortSignal.reason`.
+## Class: `Blob`
+
+<!-- YAML
+added: REPLACEME
+-->
+
+<!-- type=global -->
+
+See {Blob}.
+
## Class: `Buffer`
<!-- YAML