This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

onblocked

Summary

The event handler for the blocked event. This event is triggered when the upgradeneeded should be triggered because of a version change but the database is still in use (ie not closed) somewhere, even after the versionchange event was sent.

Property of apis/indexeddb/IDBOpenDBRequestapis/indexeddb/IDBOpenDBRequest

Syntax

var result = element.onblocked;
element.onblocked = value;