data property
@AvailableInWorkers("service")
The data read-only property of the PushEvent interface returns a
reference to a PushMessageData object containing data sent to the
PushSubscription.
Implementation
external PushMessageData? get data;
@AvailableInWorkers("service")
The data read-only property of the PushEvent interface returns a
reference to a PushMessageData object containing data sent to the
PushSubscription.
external PushMessageData? get data;