From 775b34b822bff1009d7e4d2c7de4a75132aaf621 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 5 Jan 2021 15:39:54 -0800 Subject: buffer: introduce Blob The `Blob` object is an immutable data buffer. This is a first step towards alignment with the `Blob` Web API. Signed-off-by: James M Snell PR-URL: https://github.com/nodejs/node/pull/36811 Reviewed-By: Antoine du Hamel Reviewed-By: Matteo Collina Reviewed-By: Benjamin Gruenbaum --- tools/doc/type-parser.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js index 624ff0974d9..5a91b1556c5 100644 --- a/tools/doc/type-parser.js +++ b/tools/doc/type-parser.js @@ -40,6 +40,8 @@ const customTypesMap = { 'WebAssembly.Instance': `${jsDocPrefix}Reference/Global_Objects/WebAssembly/Instance`, + 'Blob': 'buffer.html#buffer_class_blob', + 'BroadcastChannel': 'worker_threads.html#worker_threads_class_broadcastchannel_' + 'extends_eventtarget', -- cgit v1.2.3