fakeIndexedDB icon indicating copy to clipboard operation
fakeIndexedDB copied to clipboard

Try using built-in Node.js Blob

Open dumbmatter opened this issue 1 year 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

Currently the keypath-special-identifiers test fails when trying to set a value for an autoincrementing key in the "size" property, apparently that's supposed to overwrite the size of the Blob? Not sure how I should handle that.

dumbmatter avatar May 20 '24 21:05 dumbmatter