mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
buffer: make File cloneable
Fixes: https://github.com/nodejs/node/issues/47612 PR-URL: https://github.com/nodejs/node/pull/47613 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This commit is contained in:
parent
da5887d8e9
commit
17fd32790a
5 changed files with 89 additions and 19 deletions
|
@ -504,4 +504,5 @@ module.exports = {
|
|||
isBlob,
|
||||
kHandle,
|
||||
resolveObjectURL,
|
||||
TransferableBlob,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue