You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give PushMessageData a clear internal concept to hold the bytes and also make it clear that it cannot be null. None of the methods were prepared to handle it being null and nothing ever creates a PushMessageData object where it is null.
Partially addresses the concerns in #380 and fixes#381.
It should use https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value directly.
The text was updated successfully, but these errors were encountered: