- From: guest271314 <notifications@github.com>
- Date: Sun, 05 Apr 2020 11:04:12 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 5 April 2020 18:04:26 UTC
`new Blob(TypedArray)` is expected to be converted to string while `new Blob([TypedArray])` is _not_ expected to be converted to a string? Or, that is, both are converted to strings, yet different forms of strings? Working as intended? (Should a note be included in File API conveying there _is_ a difference between passing the two options to the constructor, or is that expected to be common knowledge?) -- 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-609457667
Received on Sunday, 5 April 2020 18:04:26 UTC