w3c / FileAPI

File API
https://w3c.github.io/FileAPI/
Other
105 stars 44 forks source link

Refactor Blob URL Store definition. #92

Closed mkruisselbrink closed 6 years ago

mkruisselbrink commented 6 years ago

Still far from done, but a start at trying to better specify how Blob URLs work. Still need to write tests, update URL and Fetch specs, clarify a bunch of stuff in here, and make sure the described behavior is actually correct...

This should ultimately address #89, #63, and #20.

mkruisselbrink commented 6 years ago

I started working on tests in https://github.com/w3c/web-platform-tests/pull/8612 fwiw

mkruisselbrink commented 6 years ago

Getting back to this (well, not really with any recent changes on this particular PR), I think I'll just go ahead and merge this (and the accompanying tests) tomorrow, working on the remaining issues (both here and in things like the URL spec) as follow-ups.