We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed8017 commit f10f1b6Copy full SHA for f10f1b6
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@negrel/webpush",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"exports": "./mod.ts",
5
"compilerOptions": {
6
"allowJs": false,
example/sw.js
@@ -4,4 +4,3 @@ self.addEventListener("push", (e) => {
// See https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification
self.registration.showNotification(data.title, data);
});
7
-
0 commit comments