Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define messageerror #2530

Merged
merged 1 commit into from Apr 24, 2017
Merged

Define messageerror #2530

merged 1 commit into from Apr 24, 2017

Commits on Apr 24, 2017

  1. Define messageerror

    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.
    annevk committed Apr 24, 2017
    Copy the full SHA
    3497e8f View commit details
    Browse the repository at this point in the history