DescriptionUpdate PushEvent and PushMessageData to match the spec.
The specification defines that PushEvents can be initialized with a
data member that is of type PushMessageDataInit, rather than an actual
PushMessageData object. This allows us to remove the constructor from
the PushMessageData object entirely, aligning with the specification.
https://w3c.github.io/push-api/#pushmessagedata-interface
This CL also implements the following pull requests, which defines the
PushMessageDataInit type to also encapsulate ArrayBuffer(View)?.
https://github.com/w3c/push-api/pull/160
Note that the PushMessageData object has not shipped to the world yet.
R=mvanouwerkerk
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201129
Patch Set 1 #Messages
Total messages: 6 (2 generated)
|