Articles tagged: WebAPI
Found 234 documents
- Archive/B2G_OS/API/TelephonyCall/onalerting The onalerting event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onbusy A reference to a function to be called to handle the Telephony API's busy event. This event ...
- Archive/B2G_OS/API/TelephonyCall/onconnected The onconnected event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onconnecting The onconnecting event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/ondialing The ondialing event handler of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/ondisconnected The ondisconnected event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/ondisconnecting The ondisconnecting event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/onincoming The onincoming () property of the TelephonyCall interface is a reference to a function to be ...
- Archive/B2G_OS/API/TelephonyCall/onstatechange The onstatechange event handler of the TelephonyCall interface is a reference to a function to ...
- Archive/B2G_OS/API/TelephonyCall/resume The resume() method of the TelephonyCall interface is used to resume a call that was previously ...
- Archive/B2G_OS/API/TelephonyCall/state The state read-only property of the TelephonyCall interface returns the current state of the ...
- Archive/B2G_OS/API/TPC_Socket_API The TCPSocket API offers a whole API to open and use a TCP connection. This allows app makers to ...
- Archive/B2G_OS/API/WebFM_API The WebFM API provides access to the device FM radio. It allows turning the radio on/off and ...
- Archive/B2G_OS/API/WiFi_Information_API The WiFi Information API is specifically made to handle WiFi connections on a Firefox OS device. ...
- Archive/B2G_OS/API/Window/onmoztimechange An event handler for the moztimechange events sent to the window.
- Archive/B2G_OS/Bluetooth_API The Web Bluetooth API lets an open web app discover, pair with, and connect to Bluetooth ...
- Archive/B2G_OS/Firefox_OS_apps/App_permissions The three levels of permission, in brief, are:
- Archive/B2G_OS/Platform/Settings_list Firefox OS offers a number of settings that configure the device and its built-in features. ...
- Archive/B2G_OS/Web_Telephony_API Web Telephony is an API that makes it possible for web content to handle voice phone calls using ...
- Archive/B2G_OS/Web_Telephony_API/Using_the_Web_Telephony_API This article explains the basics of getting started with the Web Telephony API.
- 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/Data_Store_API The Data Store API was created to allow multiple Firefox OS apps, with potentially different ...
- Archive/Firefox_OS/API/Simple_Push_API The Simple Push API, also known as the Push Notification API, provides apps the ability to be ...
- Archive/Social_API/MozSocial The MozSocial object, returned by the navigator.mozSocial property, is available within the ...
- Archive/Social_API/MozSocial/getWorker Returns a reference to the service worker for the social media service. Once you have this, you ...
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- Learn/JavaScript/Client-side_web_APIs When writing client-side JavaScript for web sites or applications, you won't go very far before ...
- Learn/JavaScript/Client-side_web_APIs/Introduction At this point, you should have a good idea of what APIs are, how they work, and what you can do ...
- Learn/JavaScript/Client-side_web_APIs/Manipulating_documents We have reached the end of our study of document and DOM manipulation. At this point you should ...
- Web/API/Blob A Blob object represents a file-like object of immutable, raw data. Blobs represent data that ...
- Web/API/DOMString DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped ...
- Web/API/Network_Information_API The Network Information API provides information about the system's connection in terms of ...
- Web/API/PushManager/subscribe The subscribe() method of the PushManager interface subscribes to a push service.
- Web/Apps/Fundamentals/gather_and_modify_data The following flowchart illustrates the typical workflow for retrieving data from the device ...