DescriptionServiceWorker: Enable ExtendableMessageEvent by default
Before this change, ServiceWorker.postMessage() resulted in MessageEvent fired
on ServiceWorkerGlobalScope. After this change, the function call resulted in
ExtendableMessaegeEvent fired on the global scope.
ExtendableMessageEvent has the same interface/behavior with MessageEvent other
than waitUntil(), so this change must not break any existing web pages.
Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#extendablemessage-event-section
Intent-to-ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/fUPpDcnOi64
BUG=598608
Committed: https://crrev.com/176c229259929d70aef76c3ef284b0d1fd0d7037
Cr-Commit-Position: refs/heads/master@{#383939}
Patch Set 1 : #
Messages
Total messages: 15 (8 generated)
|