WebAPI/SimplePush: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 33: Line 33:


   // this is the most current version  
   // this is the most current version  
   DOMString version;
   unsigned long long version;
}
}


Line 72: Line 72:
req.onsuccess() = function() {}
req.onsuccess() = function() {}
req.onerror() = function() {}
req.onerror() = function() {}
// register() will send a request to the
// push server including:
application id making this request
the string token that was passed into the register() call
user auth:  TBD, but most probably headless browserid


</pre>
</pre>
Confirmed users
1,031

edits

Navigation menu