[whatwg/url] Remove StructuedClone call (#279)

It was wrong for MediaSource and MediaStream objects, which cannot be
serialized and deserialized, and it’s no longer necessary for Blob
objects as their state cannot be modified. (And it’s also out-of-date
as HTML now has serialization and deserialization operations.)

Fixes #277.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/279

-- Commit Summary --

  * Remove StructuedClone call

-- File Changes --

    M url.bs (11)

-- Patch Links --

https://github.com/whatwg/url/pull/279.patch
https://github.com/whatwg/url/pull/279.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/279

Received on Wednesday, 22 March 2017 13:36:52 UTC