- From: guest271314 <notifications@github.com>
- Date: Sun, 05 Apr 2020 10:53:24 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 5 April 2020 17:53:37 UTC
@bathos This is the part that am not grasping > The members of the iterable become strings because they’re originally numbers — and numbers can be coerced to USVString (in BlobPart) but not BufferSource of Blob. Why does `new Blob(TypedArray)` result in a different output than `new Blob([TypedArray])`? What does `[TypedArray]` do that `TypedArray` alone does not 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/heycam/webidl/issues/868#issuecomment-609456104
Received on Sunday, 5 April 2020 17:53:37 UTC