Added Push API standard

This commit is contained in:
gansukhben 2017-11-07 22:40:58 -06:00
parent f2b92c4b4f
commit b0a34da8ac
No known key found for this signature in database
GPG key ID: 27265D0EA33DF2D0

View 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"
]
}