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
In whatwg/html@97d644c we revised StructuredCloneWithTransfer() significantly. Although you are mostly protected from these changes, you need to change [[Clone]] to [[Deserialized]] and [[TransferList]] to [[TransferredValues]].
I can work on a PR for this sometime soon.
The text was updated successfully, but these errors were encountered:
Fixesw3c#1089 by updating to the latest in structured serialize/deserialize technology, and fixesw3c#1126 by properly deserializing in the queued task instead of ahead of time.
domenic
added a commit
to domenic/ServiceWorker
that referenced
this issue
Apr 20, 2017
Fixesw3c#1089 by updating to the latest in structured serialize/deserialize technology, and fixesw3c#1126 by properly deserializing in the queued task instead of ahead of time.
Fixes#1089 by updating to the latest in structured serialize/deserialize technology, and fixes#1126 by properly deserializing in the queued task instead of ahead of time.
In whatwg/html@97d644c we revised StructuredCloneWithTransfer() significantly. Although you are mostly protected from these changes, you need to change [[Clone]] to [[Deserialized]] and [[TransferList]] to [[TransferredValues]].
I can work on a PR for this sometime soon.
The text was updated successfully, but these errors were encountered: