Re: [w3c/FileAPI] Async createObjectURL (#84)

It seems service workers would be the natural solution here. Creating blob URL strings which are not immediately backed by a `Blob` object has all sorts of problems. E.g., the URL parser cannot immediately serialize the associated `Blob` in that case.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/84#issuecomment-338579018

Received on Monday, 23 October 2017 08:05:11 UTC