[whatwg/url] URLSearchParams and URL [Serializable] (#370)

URLSearchParams and URL interfaces are exposed to window and workers but they are not marked as  [serializable]. This means that it's not possible to pass them, as objects, to a worker or to a window using postMessage(), but only as strings.
Having them serializable (cloneable) would avoid the work-around of sending these objects as strings and recreating them. At the same time, this would allow to store these objects directly into IndexedDB.

-- 
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/issues/370

Received on Tuesday, 23 January 2018 14:38:38 UTC