fakeIndexedDB icon indicating copy to clipboard operation
fakeIndexedDB copied to clipboard

Try using built-in Node.js Blob

Open dumbmatter opened this issue 5 months ago • 1 comments

Node.js now has a built-in Blob, so maybe I can use that rather than https://github.com/dumbmatter/fakeIndexedDB/blob/a1c148880d227fa218473efeac11d4e36dfa8b73/src/test/web-platform-tests/wpt-env.js#L7-L11 and maybe also enable some skipped tests that use Blobs.

dumbmatter avatar Jan 10 '24 17:01 dumbmatter