Added Push API standard
This commit is contained in:
parent
f2b92c4b4f
commit
b0a34da8ac
1 changed files with 16 additions and 0 deletions
16
data/standards/PUSHAPI.json
Normal file
16
data/standards/PUSHAPI.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"info": {
|
||||
"name": "Push API",
|
||||
"subsection_number": null,
|
||||
"subsection_name": null,
|
||||
"url": "https://w3c.github.io/push-api/"
|
||||
},
|
||||
"features": [
|
||||
"PushManager.prototype.subscribe",
|
||||
"PushManager.prototype.getSubscription",
|
||||
"PushManager.prototype.permissionState",
|
||||
"PushSubscription.prototype.getKey",
|
||||
"PushSubscription.prototype.unsubscribe",
|
||||
"PushSubscription.prototype.toJSON"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue