[w3c/ServiceWorker] Remove StructuredCloneWithTransfer and add a messageerror event (#1116)

Apologies for the churn. For SharedArrayBuffer we need to tweak serializing and deserializing a little further and unfortunately service worker is affected as well (you might have noticed another issue related to this as well and there might be some more coming).

https://github.com/whatwg/html/pull/2530 has the change to HTML and service workers will need to do something similar. Use StructuredSerializeWithTransfer and StructuredDeserializeWithTransfer separately and give each their own error handling.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1116

Received on Thursday, 13 April 2017 11:43:21 UTC