- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 13 Apr 2017 04:42:19 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 April 2017 11:43:21 UTC
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