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

Set PushMessageData.json() to unknown #128

Open
bdougherty opened this issue Mar 28, 2023 · 0 comments
Open

Set PushMessageData.json() to unknown #128

bdougherty opened this issue Mar 28, 2023 · 0 comments

Comments

@bdougherty
Copy link

http://developer.mozilla.org/en-US/docs/Web/API/PushMessageData

self.addEventListener('push', (event) => {
  const myData = event.data.json(); // myData is any
});

Seems like another one that should be unknown instead of any.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant