summaryrefslogtreecommitdiff
path: root/test/parallel/test-blob.js
Commit message (Expand)AuthorAgeFilesLines
* buffer: fix blob range error with many chunksKhafra2023-04-011-0/+13
* src: update Blob implementation to use DataQueue / File-backed BlobsJames M Snell2023-02-191-1/+0
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-1/+1
* buffer: fix validation of options in `Blob` constructorAntoine du Hamel2022-11-011-0/+29
* lib: make properties on Blob and URL enumerableKhafra2022-10-141-0/+17
* test: improve test coverage of internal/blobYoshiki Kurihara2022-04-141-0/+26
* buffer: fix `Blob` constructor on various `TypedArray`sIrakli Gozalishvili2021-12-111-0/+15
* test: add tests for invalid UTF-8git-srinivas2021-11-151-0/+9
* buffer: add endings option, remove Node.js specific encoding optionJames M Snell2021-08-141-9/+13
* buffer: add Blob.prototype.stream method and other cleanupsJames M Snell2021-08-121-0/+18
* test: increase coverage for BlobZiJian Liu2021-05-041-0/+8
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-1/+1
* buffer: make Blob's constructor more spec-compliantMichaël Zasso2021-02-171-13/+10
* buffer: make Blob's slice method more spec-compliantMichaël Zasso2021-02-171-12/+10
* buffer: add @@toStringTag to Blobcjihrig2021-02-151-0/+11
* buffer: introduce BlobJames M Snell2021-01-181-0/+186