Results 361 - 380 of 547

Browser API

The HTML Browser API is an extension of the HTML <iframe> element that allows web apps to implement browsers or browser-like applications. It currently works in (privileged) chrome code on Firefox desktop (version 47 and above) and privileged and certified apps on B2G/Firefox OS.
API B2G Browser API HTMLIFrameElement iframe Landing Non-standard privileged

CallEvent.call

The call read-only property of the CallEvent interface returns a TelephonyCall object indicating the call from which the event originated.
API B2G Call CallEvent Event Firefox OS Mobile Non-standard Property Reference Référence Telephony WebAPI

Console.timeEnd()

Stops a timer that was previously started by calling console.time().
API console Debugging DOM Method Non-standard web console Web Development

DataStore

The DataStore interface of the Data Store API represents a retrieved set of data, and includes standard properties for accessing the store's name, owner, etc., methods for reading, modifying and syncing data, and the onchange event handler for reacting to changes to the data.
API Data Store API Database DataStore Interface Non-standard Reference Référence storage Storage

DataStoreChangeEvent

The DataStoreChangeEvent interface of the Data Store API represents the event related to a record changed in the data store, i.e. this is returned once a change is made and the change event is fired (see DataStore.onchange for the handler).
API Data Store Data Store API Database DataStoreChangeEvent Interface Non-standard Reference Référence Storage storage