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 whatwg#2260 and fixes whatwg#935.
  • Loading branch information
annevk authored and Alice Boxhall committed Jan 7, 2019
1 parent d704c52 commit ae7461c
Showing 1 changed file with 103 additions and 75 deletions.
Loading

0 comments on commit ae7461c

Please sign in to comment.