You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re: "creating the string from the contents of the type attribute" - just a note in case someone tackles this. Beware of the gotcha associated with #43 - namely, as the spec is currently written, the value returned by the type attribute's getter and the internal type of the blob (which isn't clearly documented) differ if the type is not a parseable MIME type.
In particular, it appears all browsers base64-encode the contents; see jsdom/jsdom#2269 for the original report.
Probably it'd be best to give the exact algorithm for creating the string from the contents of the
type
attribute and the bytes of the Blob.The text was updated successfully, but these errors were encountered: