Articles tagged: API
Found 5012 documents
- Mozilla/Add-ons/WebExtensions/API/windows/WindowState The state of this browser window.
- Mozilla/Add-ons/WebExtensions/API/windows/WindowType The type of browser window this is.
- Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_CURRENT browser.windows.WINDOW_ID_CURRENT holds the windowId value for the current window.
- Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_NONE The windowId value that represents the absence of a browser window.
- Mozilla/Firefox/Multiprocess_Firefox/Message_Manager Message managers provide a way for chrome-privileged JavaScript code to communicate across ...
- Mozilla/Firefox/Releases/1.5/What_s_new_in_1.5_alpha This page is based largely on http://www.squarefree.com/burningedg...eases/1.1.html (thanks Jesse).
- Mozilla/Firefox/Releases/6/Updating_add-ons This article provides an overview of the changes you may need to make to your add-ons in order ...
- Mozilla/Gecko/Chrome/API This page lists APIs that only run in Gecko Chrome code (and sometimes in other privileged ...
- Mozilla/Gecko/Chrome/API/Browser_API The HTML Browser API is an extension of the HTML iframe element that allows web apps to ...
- Mozilla/JavaScript_code_modules/Http.jsm Http.jsm provides httpRequest - a wrapper for XMLHttpRequest that provides convenient and ...
- Mozilla/JavaScript_code_modules/PromiseWorker.jsm A PromiseWorker is a ChromeWorker except instead of calling postMessage() to send a message, you ...
- Mozilla/Marketplace/Marketplace_APIs Links to the main references covering Mozilla's Firefox Marketplace APIs, with which you can ...
- Mozilla/Projects/NSPR/Reference/PRInt16 Guaranteed to be a signed 16-bit integer on all platforms.
- Mozilla/Projects/SpiderMonkey/Internals/GC/Statistics_API Each time a garbage collection occurs, SpiderMonkey keeps track of how long each phase of the ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSFunction JSFunction is a type in the JSAPI. The APIs JS_NewFunction, JS_DefineFunction, ...
- Mozilla/Projects/SpiderMonkey/Parser_API Example:
- Plugins/Flash_to_HTML5/Clipboard Flash's Clipboard API used to be the only available means for creating advanced clipboard ...
- Plugins/Guide/Browser_Side_Plug-in_API This chapter describes methods in the plug-in API that are available from the browser. The names ...
- Web/API When writing code for the Web with JavaScript, there are a great many APIs available. Below is a ...
- Web/API/AbortController The AbortController interface represents a controller object that allows you to abort one or ...
- Web/API/AbortController/abort The abort() method of the AbortController interface aborts a DOM request (e.g. a Fetch request) ...
- Web/API/AbortController/AbortController The AbortController() constructor creates a new AbortController object instance.
- Web/API/AbortController/signal The signal read-only property of the AbortController interface returns an AbortSignal object ...
- Web/API/AbortSignal The AbortSignal interface represents a signal object that allows you to communicate with a DOM ...
- Web/API/AbortSignal/aborted The aborted read-only property returns a Boolean that indicates whether the DOM request(s) the ...
- Web/API/AbortSignal/onabort The onabort read-only property of the FetchSignal interface is an event handler Invoked when an ...
- Web/API/AbstractWorker The AbstractWorker interface of the Web Workers API abstracts properties and methods common to ...
- Web/API/AbstractWorker/onerror The AbstractWorker.onerror property of the AbstractWorker interface represents an EventHandler, ...
- Web/API/AmbientLightSensor The AmbientLightSensor interface of the the Ambient Light Sensor API returns an interface for ...
- Web/API/AmbientLightSensor/AmbientLightSensor The AmbinentLightSensor() constructor creates a new AmbientLightSensor object.
- Web/API/AmbientLightSensorReading The AmbientLightSensorReading interface of the the Ambient Light Sensor API returns an interface ...
- Web/API/AmbientLightSensorReading/AmbientLightSensorReading The AmbientLightSensorReading() constructor creates a new AmbientLightSensorReading object.
- Web/API/AmbientLightSensorReading/illuminance The illuminance property of the AmbientLightSensorReading interface returns a Number ...
- Web/API/Ambient_Light_Sensor_API TBD
- Web/API/AnalyserNode The AnalyserNode interface represents a node able to provide real-time frequency and time-domain ...
- Web/API/AnalyserNode/AnalyserNode The AnalyserNode constructor of the Web Audio API creates a new AnalyserNode object instance.
- Web/API/AnalyserNode/fftSize The fftSize property of the AnalyserNode interface is an unsigned long value and represents the ...
- Web/API/AnalyserNode/frequencyBinCount The frequencyBinCount read-only property of the AnalyserNode interface is an unsigned integer ...
- Web/API/AnalyserNode/getByteFrequencyData A Uint8Array.
- Web/API/AnalyserNode/getByteTimeDomainData A Uint8Array.
- Web/API/AnalyserNode/getFloatFrequencyData None.
- Web/API/AnalyserNode/getFloatTimeDomainData A Float32Array.
- Web/API/AnalyserNode/maxDecibels The maxDecibels property of the AnalyserNode interface is a double value representing the ...
- Web/API/AnalyserNode/minDecibels The minDecibels property of the AnalyserNode interface Is a double value representing the ...
- Web/API/AnalyserNode/smoothingTimeConstant The smoothingTimeConstant property of the AnalyserNode interface is a double value representing ...
- Web/API/ANGLE_instanced_arrays The ANGLE_instanced_arrays extension is part of the WebGL API and allows to draw the same ...
- Web/API/ANGLE_instanced_arrays/drawArraysInstancedANGLE The ANGLE_instanced_arrays.drawArraysInstancedANGLE() method of the WebGL API renders primitives ...
- Web/API/ANGLE_instanced_arrays/drawElementsInstancedANGLE The ANGLE_instanced_arrays.drawElementsInstancedANGLE() method of the WebGL API renders ...
- Web/API/ANGLE_instanced_arrays/vertexAttribDivisorANGLE The ANGLE_instanced_arrays.vertexAttribDivisorANGLE() method of the WebGL API modifies the rate ...
- Web/API/Animation The Animation interface of the Web Animations API represents a single animation player and ...
- Web/API/Animation/Animation The Animation() constructor of the Web Animations API returns a new Animation object instance.
- Web/API/Animation/cancel The Web Animations API's cancel() method of the Animation interface clears all KeyframeEffect s ...
- Web/API/Animation/currentTime The Animation.currentTime property of the Web Animations API returns and sets the current time ...
- Web/API/Animation/effect The Animation.effect property of the Web Animations API gets and sets the target effect of an ...
- Web/API/Animation/finish The finish() method of the Web Animations API 's Animation Interface sets the current playback ...
- Web/API/Animation/finished The Animation.finished read-only property of the Web Animations API returns a Promise which ...
- Web/API/Animation/id The Animation.id property of the Web Animations API returns or sets a string used to identify ...
- Web/API/Animation/oncancel The oncancel property of the Web Animations API 's Animation interface is the event handler for ...
- Web/API/Animation/onfinish The Animation interface's onfinish property (from the Web Animations API) is the event handler ...
- Web/API/Animation/pending The read-only Animation.pending property of the Web Animations API indicates whether the ...
- Web/API/Animation/play The play() method of the Web Animations API 's Animation Interface starts or resumes playing of ...
- Web/API/Animation/playbackRate The Animation.playbackRate property of the Web Animations API returns or sets the playback rate ...
- Web/API/Animation/playState The Animation.playState property of the Web Animations API returns and sets an enumerated value ...
- Web/API/Animation/ready The read-only Animation.ready property of the Web Animations API returns a Promise which ...
- Web/API/Animation/reverse The Animation.reverse() method of the Animation Interface reverses the playback direction, ...
- Web/API/Animation/startTime The Animation.startTime property of the Animation interface is a double-precision floating-point ...
- Web/API/Animation/timeline The Animation.timeline property of the Animation interface returns or sets the timeline ...
- Web/API/AnimationEffectReadOnly The AnimationEffectReadOnly interface of the Web Animations API defines current and future ...
- Web/API/AnimationEffectReadOnly/getComputedTiming The getComputedTiming() method of the AnimationEffectReadOnly interface returns the calculated ...
- Web/API/AnimationEffectReadOnly/timing The AnimationEffectReadOnly.timing read-only attribute of the AnimationEffectReadOnly interface ...
- Web/API/AnimationEffectTiming The AnimationEffectTiming interface of the Web Animations API is comprised of timing properties. ...
- Web/API/AnimationEffectTimingProperties The AnimationEffectTimingProperties dictionary, part of the Web Animations API, is used by ...
- Web/API/AnimationEffectTimingProperties/delay The AnimationEffectTimingProperties dictionary's delay property in the Web Animations API ...
- Web/API/AnimationEffectTimingProperties/direction The direction property of the Web Animations API dictionary AnimationEffectTimingProperties ...
- Web/API/AnimationEffectTimingProperties/duration The duration property of the dictionary AnimationEffectTimingProperties in the Web Animations ...
- Web/API/AnimationEffectTimingProperties/easing The {domxref("AnimationEffectTimingProperties")}} dictionary's easing property in the Web ...
- Web/API/AnimationEffectTimingProperties/endDelay The endDelay property of the AnimationEffectTimingProperties dictionary (part of the Web ...
- Web/API/AnimationEffectTimingProperties/fill The Web Animations API 's AnimationEffectTimingProperties dictionary's fill property specifies a ...
- Web/API/AnimationEffectTimingProperties/iterations The Web Animations API dictionary AnimationEffectTimingProperties 's iterations property ...
- Web/API/AnimationEffectTimingProperties/iterationStart Web Animations API 's AnimationEffectTimingProperties dictionary's iterationStart property ...
- Web/API/AnimationEffectTimingReadOnly The AnimationEffectTimingReadOnly interface of the Web Animations API is comprised of timing ...
- Web/API/AnimationEffectTimingReadOnly/delay The delay property of the AnimationEffectTimingReadOnly object represents the number of ...
- Web/API/AnimationEffectTimingReadOnly/direction The direction property of the AnimationEffectTimingReadOnly dictionary object represents the ...
- Web/API/AnimationEffectTimingReadOnly/duration The duration property of AnimationEffectTimingReadOnly represents the duration in milliseconds ...
- Web/API/AnimationEffectTimingReadOnly/easing The easing property of the AnimationEffectTimingReadOnly object represents the timing function ...
- Web/API/AnimationEffectTimingReadOnly/endDelay The endDelay property of AnimationEffectTimingReadOnly represents the number of milliseconds to ...
- Web/API/AnimationEffectTimingReadOnly/fill The fill property of AnimationEffectTimingReadOnly dictates how and when the animation's effects ...
- Web/API/AnimationEffectTimingReadOnly/iterations The iterations property of AnimationEffectTimingReadOnly represents the number of times the ...
- Web/API/AnimationEffectTimingReadOnly/iterationStart The iterationStart property of AnimationEffectTimingReadOnly represents which repetition the ...
- Web/API/AnimationEvent The AnimationEvent interface represents events providing information related to animations.
- Web/API/AnimationEvent/AnimationEvent The AnimationEvent() constructor returns a newly created AnimationEvent, representing an event ...
- Web/API/AnimationEvent/animationName The AnimationEvent.animationName read-only property is a DOMString containing the value of the ...
- Web/API/AnimationEvent/elapsedTime The AnimationEvent.elapsedTime read-only property is a float giving the amount of time the ...
- Web/API/AnimationEvent/initAnimationEvent The AnimationEvent.initAnimationEvent() method Initializes an animation event created using the ...
- Web/API/AnimationEvent/pseudoElement The AnimationEvent.pseudoElement read-only property is a DOMString, starting with '::', ...
- Web/API/AnimationPlaybackEvent The AnimationPlaybackEvent interface of the Web Animations API represents animation events.
- Web/API/AnimationPlaybackEvent/AnimationPlaybackEvent The AnimationPlaybackEvent() constructor of the Web Animations API returns a new ...
- Web/API/AnimationPlaybackEvent/currentTime The currentTime read-only property of the AnimationPlaybackEvent interface represents the ...
- Web/API/AnimationPlaybackEvent/timelineTime The timelineTime read-only property of the AnimationPlaybackEvent interface represents the time ...
- Web/API/AnimationTimeline The AnimationTimeline interface of the Web Animations API represents the timeline of an ...