Skip to content

Commit

Permalink
Define messageerror
Browse files Browse the repository at this point in the history
The messageerror event is used when deserialization fails. E.g., when
an ArrayBuffer object cannot be allocated.

This also removes StructuredCloneWithTransfer as deserializing errors
now need to be handled on their own.

Tests: web-platform-tests/wpt#5567.

Service workers follow-up:
w3c/ServiceWorker#1116.

Fixes part of #2260 and fixes #935.
  • Loading branch information
annevk committed Apr 24, 2017
1 parent 8ee1ea4 commit 3497e8f
Showing 1 changed file with 103 additions and 75 deletions.
Loading

0 comments on commit 3497e8f

Please sign in to comment.