Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

TalAter

Member since
TalAter

Recent Docs Activity

View all activity
Page Date Comment

Notifying users via the Notification and Vibration APIs


Using IndexedDB


Reverted one of my two previous changes in Revision 1086515. One of the wrong uses I fixed was a commented out example of what not to do, so I returned it to its previously messy state. The other fix I made is good.

Using IndexedDB


Updated two code samples where the result of the request was retrieved from the the request itself (which is in a different scope, and might have been changed or overwritten) instead of from the event in the function's own scope.