Articles tagged: API
Found 4309 documents
- Archive/Add-ons/bookmarks.export Exports bookmarks to an HTML bookmark file.
- Archive/Add-ons/bookmarks.import Imports bookmarks from an HTML bookmark file.
- Archive/Apps/Reference The following is a list of code-level reference documentation you'll likely need in developing a ...
- Archive/Apps/Reference/Drawing_and_animation For a modern app experience, use of animations and lightweight graphics is essential. The ...
- Archive/Apps/Reference/Firefox_Marketplace_services These documents and guides provide a reference to the APIs needed for publishing and managing ...
- Archive/Apps/Reference/Foundation_of_a_Firefox_OS_app A Firefox OS app is simply an Open Web App, but with some special considerations and features, ...
- Archive/Apps/Reference/General_Web_APIs Elements, events, network requests, storage and other standard Web APIs that provide useful ...
- Archive/Apps/Reference/Layout_and_structure A series of articles to help you create the perfect structure for your Open Web App.
- Archive/Firefox_OS/API/Alarm_API The Alarm API allows applications to schedule actions to be run in the future. For example, some ...
- Archive/Firefox_OS/API/DataStore The DataStore interface of the Data Store API represents a retrieved set of data, and includes ...
- Archive/Firefox_OS/API/DataStore/add The add() method of the DataStore interface adds a new record to the data store; if the record ...
- Archive/Firefox_OS/API/DataStore/clear The clear() method of the DataStore interface deletes all records from the data store, leaving ...
- Archive/Firefox_OS/API/DataStore/get The get() method of the DataStore interface retrieves one or more objects from the current data ...
- Archive/Firefox_OS/API/DataStore/getLength The getLength() method of the DataStore interface returns the number of records stored in the ...
- Archive/Firefox_OS/API/DataStore/name The name read-only property of the DataStore interface returns the name of the current data store.
- Archive/Firefox_OS/API/DataStore/onchange The onchange event handler of the DataStore interface fires when a change is made to the data ...
- Archive/Firefox_OS/API/DataStore/owner The owner read-only property of the DataStore interface returns the name of the app that owns ...
- Archive/Firefox_OS/API/DataStore/put The put() method of the DataStore interface updates an existing record in the data store.
- Archive/Firefox_OS/API/DataStore/readOnly The readOnly read-only property of the DataStore interface returns a boolean indicating whether ...
- Archive/Firefox_OS/API/DataStore/remove The remove() method of the DataStore interface deletes one or more objects from the current data ...
- Archive/Firefox_OS/API/DataStore/revisionId The revisionId read-only property of the DataStore interface returns the current data store's ...
- Archive/Firefox_OS/API/DataStore/sync The sync() method of the DataStore interface opens a cursor that allows you to step through any ...
- Archive/Firefox_OS/API/DataStoreChangeEvent The DataStoreChangeEvent interface of the Data Store API represents the event related to a ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/id The id read-only property of the DataStoreChangeEvent interface returns the identifier of the ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/operation The operation read-only property of the DataStoreChangeEvent interface returns the type of ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/owner The owner read-only property of the DataStoreChangeEvent interface returns the manifest URL of ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/revisionId The revisionId read-only property of the DataStoreChangeEvent interface returns the ID of the ...
- Archive/Firefox_OS/API/DataStoreCursor The DataStoreCursor interface of the Data Store API represents a cursor that allows apps to ...
- Archive/Firefox_OS/API/DataStoreCursor/close The close() method of the DataStoreCursor interface makes a request to terminate the cursor.
- Archive/Firefox_OS/API/DataStoreCursor/next The next() method of the DataStoreCursor interface makes a request to retrieve information about ...
- Archive/Firefox_OS/API/DataStoreCursor/store A DataStore object.
- Archive/Firefox_OS/API/DataStoreTask The DataStoreTask interface of the Data Store API represents a record changed in the data store ...
- Archive/Firefox_OS/API/DataStoreTask/data The data read-only property of the DataStoreChangeEvent interface returns the data stored in the ...
- Archive/Firefox_OS/API/DataStoreTask/id The id read-only property of the DataStoreTask interface returns the identifier of the changed ...
- Archive/Firefox_OS/API/DataStoreTask/operation The operation read-only property of the DataStoreTask interface returns the type of operation ...
- Archive/Firefox_OS/API/DataStoreTask/revisionId The revisionId read-only property of the DataStoreTask interface returns the id of the current ...
- Archive/Firefox_OS/API/Data_Store_API The Data Store API was created to allow multiple Firefox OS apps, with potentially different ...
- Archive/Firefox_OS/API/DOMApplication In the Open Web apps JavaScript API, an App object is a JavaScript object that represents an app ...
- Archive/Firefox_OS/API/DOMApplication/launch This method doesn't return anything.
- Archive/Firefox_OS/API/MozActivity The MozActivity interface allows apps to delegate an activity to another app.
- Archive/Firefox_OS/API/MozActivityOptions The MozActivityOptions interface allows apps to declare the activity they want to create and ...
- Archive/Firefox_OS/API/MozActivityOptions/data The data property returns an arbitrary object representing any data passed with the activity.
- Archive/Firefox_OS/API/MozActivityOptions/name The name property returns a string representing the name of the associated activity. See ...
- Archive/Firefox_OS/API/MozActivityRequestHandler The MozActivityRequestHandler interface allows apps that handle activities to access and ...
- Archive/Firefox_OS/API/MozActivityRequestHandler/postError The postError method is used to send back an error message to the app that made the activity ...
- Archive/Firefox_OS/API/MozActivityRequestHandler/postResult The postResult method is used to send back an answer to the app that made the activity request.
- Archive/Firefox_OS/API/MozActivityRequestHandler/source The source property returns a MozActivityOptions object, which provides information about the ...
- Archive/Firefox_OS/API/MozAlarmsManager The MozAlarmsManager API allows to schedule notifications or applications to be started at a ...
- Archive/Firefox_OS/API/MozAlarmsManager/add The add method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/MozAlarmsManager/getAll The getAll method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/MozAlarmsManager/remove The remove method is used to retrieve a list of pending alarms.
- Archive/Firefox_OS/API/Navigator/mozAlarms Returns a MozAlarmsManager object you can use to schedule notifications or applications to be ...
- Archive/Firefox_OS/API/Navigator/mozHasPendingMessage This method is used to know if there are pending messages of a given type (true) ot not (false).
- Archive/Firefox_OS/API/Navigator/mozSetMessageHandler This method is used to allow applications to register a function handler that can receive — and ...
- Archive/Firefox_OS/API/Web_Activities Web activities define a way for applications to delegate an activity to another (usually ...
- Archive/Firefox_OS/Firefox_OS_apps/Firefox_OS_device_APIs There are a number of emerging Web platform standards and device APIs crucial to Firefox OS app ...
- Archive/Firefox_OS/Firefox_OS_apps/Screencast_series:_App_Basics_for_Firefox_OS Firefox OS is an operating system that brings the Web to mobile devices. Instead of being a new ...
- Archive/Firefox_OS/Platform/Settings_list Firefox OS offers a number of settings that configure the device and its built-in features. ...
- Archive/Marketplace/API/DOMApplicationsManager Provides support for managing and installing Open Web apps in a browser. A manager can be ...
- Archive/Marketplace/API/DOMApplicationsManager/getAll The getAll() method of the DOMApplicationsManager interface lists all installed apps in the ...
- Archive/Marketplace/API/DOMApplicationsManager/onenabledstatechange The onenabledstatechange property of the DOMApplicationsManager interface defines an event ...
- Archive/Marketplace/API/DOMApplicationsManager/setEnabled The setEnabled() method of the DOMApplicationsManager interface sets an application to be ...
- Archive/Marketplace/API/DOMApplicationsRegistry Provides support for installing, managing, and controlling Open Web apps in a browser for ...
- Archive/Marketplace/API/DOMApplicationsRegistry/checkInstalled Gets information about the given app. This can be used to determine if the app is installed.
- Archive/Marketplace/API/DOMApplicationsRegistry/getInstalled Get a list of all installed apps from this origin. For example, if you call this on the Firefox ...
- Archive/Marketplace/API/DOMApplicationsRegistry/getSelf Returns information about the calling app, if any. You can use this to determine if an app is ...
- Archive/Marketplace/API/DOMApplicationsRegistry/install Triggers the installation of an app. During the installation process, the app is validated and ...
- Archive/Marketplace/API/DOMApplicationsRegistry/installPackage Installs a packaged app.
- Archive/Marketplace/API/DOMApplicationsRegistry/mgmt The DOMApplicationsRegistry.mgmt read-only is an object implementing the DOMApplicationsManager ...
- Archive/Marketplace/API/Navigator_(Marketplace)/mozPay The mozPay function is used to perform payments. It enables an app to use in-app payments.
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- BluetoothRemoteGATTService The BluetoothRemoteGATTService interface of the Web Bluetooth API represents a service provided ...
- BluetoothRemoteGATTService/device The BluetoothGATTService.device read-only property returns information about a Bluetooth device ...
- BluetoothRemoteGATTService/getCharacteristic The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getCharacteristics The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of ...
- BluetoothRemoteGATTService/getIncludedService The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getIncludedServices The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of ...
- BluetoothRemoteGATTService/isPrimary The BluetoothGATTService.isPrimary read-only property returns a Boolean that indicates whether ...
- BluetoothRemoteGATTService/uuid The BluetoothGATTService.uuid read-only property returns a DOMString representing the UUID of ...
- Extensions/Using_the_DOM_File_API_in_chrome_code If you want to use the DOM File API in chrome code, you can do so without restriction. In fact, ...
- Games/Techniques/WebRTC_data_channels The WebRTC (Web Real-Time Communications) API is primarily known for its support for audio and ...
- Glossary/Guard Guard is a feature of Headers objects (as defined in the Fetch spec, which affects whether ...
- Glossary/IndexedDB IndexedDB is a Web API for storing large data structures within browsers and indexing them for ...
- Learn/JavaScript/Building_blocks/Functions Another essential concept in coding is functions, which allow you to store a piece of code that ...
- Learn/JavaScript/First_steps/What_is_JavaScript So there you go, your first step into the world of JavaScript. We've begun with just theory, to ...
- Learn/JavaScript/Objects/Basics Congratulations, you've reached the end of our first JS objects article — you should now have a ...
- MDN/Contribute/Howto/Write_an_API_reference This guide takes you through all you need to know to write an API reference on MDN.
- Mozilla/Add-ons/Firefox_for_Android/API/Home.jsm/banner The Home.banner API lets you customize a banner that appears at the bottom of the home page. You ...
- Mozilla/Add-ons/Firefox_for_Android/API/Home.jsm/panels Use the Home.panels API to add custom panels to the browser's home page.
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/contextmenus Returns a reference to the NativeWindow.contextmenus object, which can be used to add items to ...
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/contextmenus/add NativeWindow.contextmenus.add() adds a new context menu item to Firefox for Android.
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/contextmenus/remove NativeWindow.contextmenus.add() adds an item to the context menu in Firefox for Android, ...
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/menu Returns a reference to the NativeWindow.menu object, which can be used to add items to the main ...
- Mozilla/Add-ons/Firefox_for_Android/API/NativeWindow/toast/show NativeWindow.toast.show() displays a toast notification on Firefox for Android.
- Mozilla/Add-ons/Firefox_for_Android/API/Tab The Tab object represents a browser tab, and provides access to the browser and the DOM content ...
- Mozilla/Add-ons/Plugins/Reference/NPAnyCallbackStruct Contains information required during embedded mode printing.
- Mozilla/Add-ons/Plugins/Reference/NPN_DestroyStream Closes and deletes a stream.
- Mozilla/Add-ons/Plugins/Reference/NPN_GetURL Asks the browser to create a stream for the specified URL.
- Mozilla/Add-ons/Plugins/Reference/NPN_MemFlush Requests that the browser free a specified amount of memory.
- Mozilla/Add-ons/Plugins/Reference/NPN_ReloadPlugins Reloads all of the installed plugins.