0.0.10 • Published 1 year ago

adwin-web-push v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

初始化 initNotification

调用Promise方法 evokeNotification

返回值

{
  code: number,
  msg: string,
  permission: NotificationPermission,
}

code:

0:成功,由resolve返回;只有在用户点击同意且将信息成功存到服务器时返回

1:失败,由reject返回;当用户点击同意但未成功将信息存到服务器时返回

2:失败,由reject返回;用户未点击同意

3:失败,由reject返回;弹出请求权限窗口失败

检查权限 checkPermission

返回值

type NotificationPermission = "default" | "denied" | "granted";
0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago