summaryrefslogtreecommitdiff
path: root/src/node_blob.cc
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: initialize per-isolate properties of bindings separatelyJoyee Cheung2023-05-031-16/+21
* url: reduce revokeObjectURL cpp callsYagiz Nizipli2023-04-301-7/+23
* src: use the internal field to determine if an object is a BaseObjectJoyee Cheung2023-04-061-2/+0
* src: per-realm binding dataChengzhong Wu2023-02-211-12/+9
* src, lib: fixup lint and format issues for DataQueue/BlobJames M Snell2023-02-191-81/+76
* src: update Blob implementation to use DataQueue / File-backed BlobsJames M Snell2023-02-191-201/+256
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+2
* src: fix ArrayBuffer::Detach deprecationMichaël Zasso2022-11-271-1/+3
* src: trace threadpool eventtheanarkh2022-11-011-6/+5
* src: avoid copy when creating BlobTobias Nießen2022-09-141-5/+3
* src: iterate over base objects to prepare for snapshotJoyee Cheung2022-08-121-10/+12
* src: fix cppgc incompatibility in v8Shelley Vohr2022-08-091-2/+2
* src: split property helpers from node::Environmentlegendecas2022-08-021-10/+13
* src: skip revoke_data_object if uuid is not foundXuguang Mei2022-03-061-1/+3
* src: remove separate definitions for static constexpr membersAnna Henningsen2022-02-111-2/+0
* src: remove extra semicolons outside fnsShelley Vohr2021-08-251-2/+2
* url,buffer: implement URL.createObjectURLJames M Snell2021-08-121-1/+165
* buffer: avoid creating the backing store in the threadJames M Snell2021-01-261-2/+2
* src: use BaseObject::kInteralFieldCount in BlobJoyee Cheung2021-01-201-1/+2
* buffer: introduce BlobJames M Snell2021-01-181-0/+336