Articles tagged: API
Found 5012 documents
- Archive/Plugins/Reference/NPN_Version Lets plugins obtain version information, both of the plug-in API and of the browser itself.
- Archive/Plugins/Reference/NPN_Write Pushes data into a stream produced by the plug-in and consumed by the browser.
- Archive/Plugins/Reference/NPP Represents a single instance of a plug-in. You specify one of these to any NPAPI function that ...
- Archive/Plugins/Reference/NPRegion Represents a platform-defined region of a page.
- Archive/Plugins/Reference/NPSetWindowCallbackStruct Contains information about the plug-in's Unix window environment.
- Archive/Social_API The Social API is an architecture that makes it easier for web browsers to integrate with social ...
- Archive/Social_API/Criteria This article describes the set of requirements a social provider must meet in order to be ...
- Archive/Social_API/MozSocial The MozSocial object, returned by the navigator.mozSocial property, is available within the ...
- Archive/Social_API/MozSocial/closePanel Closes the currently open social panel on the parent social media provider panel.
- Archive/Social_API/MozSocial/getAttention Performs some, possibly platform-specific, action designed to get the user's attention. This ...
- Archive/Social_API/MozSocial/getWorker Returns a reference to the service worker for the social media service. Once you have this, you ...
- Archive/Social_API/MozSocial/isVisible Indicates whether or not the social media provider's content sidebar is currently visible.
- Archive/Social_API/MozSocial/openChatWindow Opens a chat window, anchored to the bottom of the browser window. Each chat window is typically ...
- Archive/Social_API/MozSocial/openPanel Opens a flyout panel attached to the social media provider's sidebar at a given vertical offset.
- Archive/Social_API/MozSocial/share Initiates a share action via the SocialAPI Share panel. One argument is passed, an object ...
- Archive/Social_API/Service_worker_API_reference A Service Worker inherits all the limitations and behaviors available to HTML5 Shared Workers. ...
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- 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 ...
- Glossary/XHR_(XMLHttpRequest) XMLHttpRequest (XHR) is a JavaScript API to create AJAX requests. Its methods allow to send ...
- Learn/JavaScript/Building_blocks/Functions Another essential concept in coding is functions, which allow you to store a piece of code that ...
- 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/Drawing_graphics At this point, you should have a useful idea of the basics of graphics programming using Canvas ...
- Learn/JavaScript/Client-side_web_APIs/Fetching_data That rounds off our article on fetching data from the server. By this point you should have an ...
- 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 ...
- Learn/JavaScript/Client-side_web_APIs/Third_party_APIs This article has given you a useful introduction to using third party APIs to add functionality ...
- Learn/JavaScript/Client-side_web_APIs/Video_and_audio_APIs I think we've taught you enough in this article. The HTMLMediaElement API makes a wealth of ...
- 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.
- MDN/Contribute/Structures/API_references Client-side JavaScript APIs form a large part of the technology available on the web, and MDN ...
- MDN/Contribute/Structures/API_references/API_reference_sidebars You are able to include a custom sidebar on API reference pages it so that it displays links to ...
- MDN/Contribute/Structures/API_references/What_does_an_API_reference_need This article explains what pages are required for a complete API reference.
- MDN/Contribute/Structures/Page_types/API_constructor_subpage_template The summary paragraph — start by naming the constructor, and saying what it does. This should ...
- MDN/Contribute/Structures/Page_types/API_event_handler_subpage_template The summary paragraph — start by naming the event handler, saying what interface it is part of, ...
- MDN/Contribute/Structures/Page_types/API_landing_page_template The summary paragraph — start by naming the API, and saying what it is used for. This should ...
- MDN/Contribute/Structures/Page_types/API_method_subpage_template The summary paragraph — start by naming the method, saying what interface it is part of, and ...
- MDN/Contribute/Structures/Page_types/API_property_subpage_template The summary paragraph — start by naming the property, saying what interface it is part of, and ...
- MDN/Contribute/Structures/Page_types/API_reference_page_template The summary paragraph — start by naming the interface, saying what API it is part of, and saying ...
- MDN/Contribute/Structures/Syntax_sections The syntax section of an MDN reference page contains a syntax box defining the exact syntax that ...
- Mozilla/Add-ons/WebExtensions/API/alarms/Alarm Information about a single alarm. This object is returned from alarms.get() and alarms.getAll(), ...
- Mozilla/Add-ons/WebExtensions/API/alarms/clear Cancels an alarm, given its name.
- Mozilla/Add-ons/WebExtensions/API/alarms/clearAll Cancels all active alarms.
- Mozilla/Add-ons/WebExtensions/API/alarms/create Creates a new alarm.
- Mozilla/Add-ons/WebExtensions/API/alarms/get Gets an alarm, given its name.
- Mozilla/Add-ons/WebExtensions/API/alarms/getAll Gets all active alarms for the extension.
- Mozilla/Add-ons/WebExtensions/API/alarms/onAlarm Fired when any alarm set by the extension goes off.
- Mozilla/Add-ons/WebExtensions/API/bookmarks The WebExtensions bookmarks API lets an extension interact with and manipulate the browser's ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNode An object of type bookmarks.BookmarkTreeNode represents a node in the bookmark tree, where each ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeType The bookmarks.BookmarkTreeNodeType type is used to describe whether a node in the bookmark tree ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/BookmarkTreeNodeUnmodifiable The bookmarks.BookmarkTreeNodeUnmodifiable type is used to indicate the reason that a node in ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/create Creates a bookmark or folder as a child of the BookmarkTreeNode with the specified parentId. To ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/CreateDetails The CreateDetails type is used to describe the properties of a new, bookmark, bookmark folder, ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/get Given the ID of a bookmarks.BookmarkTreeNode or an array of such IDs, the bookmarks.get() method ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getChildren bookmarks.getChildren() retrieves all the immediate children of a given bookmark folder, ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getRecent The bookmarks.getRecent() method retrieves a specified number of the most recently added ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getSubTree The bookmarks.getSubTree() method asynchronously retrieves a bookmarks.BookmarkTreeNode, given ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/getTree bookmarks.getTree() returns an array containing the root of the bookmarks tree as a ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/move The bookmarks.move() method moves the specified BookmarkTreeNode to the specified destination ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onChanged Fired when there is a change to:
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onChildrenReordered Fired when the children of a folder have changed their order due to the order being sorted in ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onCreated Fired when a bookmark item (a bookmark or a folder) is created.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportBegan Fired when the browser has started importing a set of bookmarks.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onImportEnded Fired when the browser has finished importing a set of bookmarks.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onMoved Fired when a bookmark or folder is moved to a different parent folder and/or position within a ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/onRemoved Fired when a bookmark or folder is removed. When a folder is removed recursively, a single ...
- Mozilla/Add-ons/WebExtensions/API/bookmarks/remove The bookmarks.remove() method removes a single bookmark or an empty bookmark folder.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/removeTree The bookmarks.removeTree() method recursively removes a bookmark folder and all of its contents.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/search The bookmarks.search() function searches for bookmark tree nodes matching the given query.
- Mozilla/Add-ons/WebExtensions/API/bookmarks/update bookmarks.update() updates the title and/or URL of a bookmark, or the name of a bookmark folder.
- Mozilla/Add-ons/WebExtensions/API/browserAction Adds a button to the browser's toolbar.
- Mozilla/Add-ons/WebExtensions/API/browserAction/ColorArray An array of four integers in the range 0-255, defining an RGBA color. The four values specify ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/disable Disables the browser action for a tab, meaning that it cannot be clicked when that tab is active.
- Mozilla/Add-ons/WebExtensions/API/browserAction/enable Enables the browser action for a tab. By default, browser actions are enabled for all tabs.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeBackgroundColor Gets the background color of the browser action's badge.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getBadgeText Gets the browser action's badge text.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getPopup Gets the HTML document set as the popup for this browser action.
- Mozilla/Add-ons/WebExtensions/API/browserAction/getTitle Gets the browser action's title.
- Mozilla/Add-ons/WebExtensions/API/browserAction/ImageDataType Pixel data for an image. Must be an ImageData object (for example, from a canvas element).
- Mozilla/Add-ons/WebExtensions/API/browserAction/onClicked Fired when a browser action icon is clicked. This event will not fire if the browser action has ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/openPopup None.
- Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeBackgroundColor Sets the background color for the badge. Tabs without a specific badge background color will ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeText Sets the badge text for the browser action. The badge is displayed on top of the icon.
- Mozilla/Add-ons/WebExtensions/API/browserAction/setIcon Sets the icon for the browser action.
- Mozilla/Add-ons/WebExtensions/API/browserAction/setPopup Sets the HTML document that will be opened as a popup when the user clicks on the browser ...
- Mozilla/Add-ons/WebExtensions/API/browserAction/setTitle Sets the browser action's title. The title is displayed in a tooltip over the browser action's ...
- Mozilla/Add-ons/WebExtensions/API/browserSettings
- Mozilla/Add-ons/WebExtensions/API/browserSettings/allowPopupsForUserEvents A BrowserSetting object that can be used to enable or disable the ability of web pages to open ...
- Mozilla/Add-ons/WebExtensions/API/browserSettings/cacheEnabled A BrowserSetting object that can be used to globally enable or disable the browser cache.
- Mozilla/Add-ons/WebExtensions/API/browserSettings/homepageOverride A BrowserSetting object that can be used to get a string representing the URL currently set as ...
- Mozilla/Add-ons/WebExtensions/API/browserSettings/imageAnimationBehavior A BrowserSetting object that can be used to change the way the browser handles animated images, ...
- Mozilla/Add-ons/WebExtensions/API/browserSettings/newTabPageOverride A BrowserSetting object that can be used to get a string representing the URL for the "new tab" ...
- Mozilla/Add-ons/WebExtensions/API/browserSettings/webNotificationsDisabled A BrowserSetting object that can be used to prevent websites from showing notifications using ...
- Mozilla/Add-ons/WebExtensions/API/browsingData Enables extensions to clear the data that is accumulated while the user is browsing.
- Mozilla/Add-ons/WebExtensions/API/browsingData/DataTypeSet The browsingData.DataTypeSet type describes a set of data types.
- Mozilla/Add-ons/WebExtensions/API/browsingData/RemovalOptions The browsingData.RemovalOptions type contains options to control certain aspects of browsing ...
- Mozilla/Add-ons/WebExtensions/API/browsingData/remove Removes the specified browsing data.