mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 1149271 - Remove subscriptionid. r=baku
This commit is contained in:
parent
07676233b6
commit
8129277b27
@ -63,11 +63,6 @@ PushSubscription.prototype = {
|
||||
return this._pushEndpoint;
|
||||
},
|
||||
|
||||
get subscriptionId() {
|
||||
// TODO bug 1149271. Not sure what this is about.
|
||||
return "The twins of Mammon quarrelled.";
|
||||
},
|
||||
|
||||
unsubscribe: function() {
|
||||
debug("unsubscribe! ")
|
||||
|
||||
|
@ -12,7 +12,6 @@
|
||||
interface PushSubscription
|
||||
{
|
||||
readonly attribute USVString endpoint;
|
||||
readonly attribute DOMString subscriptionId;
|
||||
Promise<boolean> unsubscribe();
|
||||
jsonifier;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user