Re: [w3c/FileAPI] Reslove Blob to an existing ArrayBuffer (#143)

> You can message a `File` object to a worker.

Oops, didn't know of that. Thanks for pointing out.

After checking [the definition of File](https://w3c.github.io/FileAPI/#dfn-file), and [structuredserializeinternal in the HTML spec](https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal), I realised I had misunderstood `File`.

> If that's not sufficient for some reason it might be best to open a separate issue for that as it seems different from reading a blob into an existing buffer.

Since it's still connected to the topic "read Blob into an allocated ArrayBuffer", just a special case of it. So I decided to post it in the same issue.

-- 
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/143#issuecomment-564027321

Received on Tuesday, 10 December 2019 13:16:39 UTC