Articles tagged: API
Found 5012 documents
- Web/API/KeyframeEffectReadOnly/iterationComposite The iterationComposite property of a KeyframeEffectReadOnly or a KeyframeEffect resolves how the ...
- Web/API/KeyframeEffectReadOnly/KeyframeEffectReadOnly The KeyframeEffectReadOnly() constructor of the Web Animations API returns a new ...
- Web/API/KeyframeEffectReadOnly/target The target property of a KeyframeEffectReadOnly or a KeyframeEffect interface represents ...
- Web/API/L10n.formatValue formatValue is used to retrieve translations from the localization resources, optionally ...
- Web/API/L10n.get The get method is used to retrieve translations from the localization resources, optionally ...
- Web/API/L10n.language.code The language.code property returns the code of the currently active language and allows to ...
- Web/API/L10n.language.direction The language.direction property returns the direction (ltr or rtl) of the currently active language.
- Web/API/L10n.once The once method is used to register a callback that will execute exactly once. If the L10n ...
- Web/API/L10n.ready The ready method is used to register a callback that will execute at least once. The callback ...
- Web/API/L10n.readyState The readyState property returns either loading or complete — depending on the current state of ...
- Web/API/L10n.setAttributes The setAttributes method may be used to set the data-l10n-id and data-l10n-args attributes on ...
- Web/API/LinkStyle The LinkStyle interface allows to access the associated CSS style sheet of a node.
- Web/API/LocalFileSystem The LocalFileSystem interface of the File System API gives you access to a sandboxed file ...
- Web/API/LocalFileSystemSync The LocalFileSystemSync interface of the File System API gives you access to a sandboxed file ...
- Web/API/LocalMediaStream The LocalMediaStream interface was part of the Media Capture and Streams API, representing a ...
- Web/API/Location The Location interface represents the location (URL) of the object it is linked to. Changes done ...
- Web/API/Location/assign The Location.assign() method causes the window to load and display the document at the URL ...
- Web/API/Location/reload The Location.reload() method reloads the resource from the current URL. Its optional unique ...
- Web/API/Location/replace The Location.replace() method replaces the current resource with the one at the provided URL. ...
- Web/API/LockedFile The LockedFile interface provides tools to deal with a given file with all the necessary locks.
- Web/API/LockedFile/abort The abort method is used to release the lock on the LockedFile object, making it inactive: its ...
- Web/API/LockedFile/active The active property allows to know if the LockedFile object is still usable (true) or not ...
- Web/API/LockedFile/append The append method is used to write some data at the end of the file.
- Web/API/LockedFile/fileHandle The fileHandle property gives access to the FileHandle object that produced the LockedFile object.
- Web/API/LockedFile/flush The flush method is used to ensure any change made to a file is properly written on disk.
- Web/API/LockedFile/getMetaData The getMetadata method allows to retrieve some metadata about the locked file.
- Web/API/LockedFile/location The location property is a zero-based index representing the position of the read/write pointer ...
- Web/API/LockedFile/mode The mode property provides the read/write status of the LockedFile file.
- Web/API/LockedFile/onabort Specifies an event listener to receive abort events. These events occur when the locked file has ...
- Web/API/LockedFile/oncomplete Specifies an event listener to receive complete events. These events occur each time a read or ...
- Web/API/LockedFile/onerror Specifies an event listener to receive error events. These events occur when something goes wrong.
- Web/API/LockedFile/readAsArrayBuffer The readAsArrayBuffer method is used to read the content of the LockedFile object and provide ...
- Web/API/LockedFile/readAsText The readAsText method is used to read the content of the LockedFile object and provide the ...
- Web/API/LockedFile/truncate The truncate method is used to remove some data within the file.
- Web/API/LockedFile/write The write method is used to write some data within the file.
- Web/API/LongRange The LongRange dictionary is used to define a range of permitted integer values for a property, ...
- Web/API/Long_Tasks_API TBD
- Web/API/MediaDeviceInfo The MediaDevicesInfo interface contains information on the available media input and output devices.
- Web/API/MediaDeviceInfo/deviceId The deviceId readonly property of the MediaDeviceInfo interface returns a DOMString that is an ...
- Web/API/MediaDeviceInfo/groupId The groupId readonly property of the MediaDeviceInfo interface returns a DOMString that is a ...
- Web/API/MediaDeviceInfo/kind The kind readonly property of the MediaDeviceInfo interface returns an enumerated value, that is ...
- Web/API/MediaDeviceInfo/label The label readonlyinline property of the MediaDeviceInfo interface returns a DOMString, that is ...
- Web/API/MediaDevices The MediaDevices interface provides access to connected media input devices like cameras and ...
- Web/API/MediaDevices/enumerateDevices The MediaDevices.enumerateDevices() method collects information about the media input and output ...
- Web/API/MediaDevices/getSupportedConstraints The getSupportedConstraints () method of the MediaDevices interface returns an object based on ...
- Web/API/MediaDevices/getUserMedia The MediaDevices.getUserMedia() method prompts the user for permission to use a media input ...
- Web/API/MediaDevices/ondevicechange The MediaDevices.ondevicechange property is an EventHandler which specifies a function to be ...
- Web/API/MediaElementAudioSourceNode A MediaElementSourceNode has no inputs and exactly one output, and is created using the ...
- Web/API/MediaElementAudioSourceNode/MediaElementAudioSourceNode The MediaElementAudioSourceNode() constructor creates a new MediaElementAudioSourceNode object ...
- Web/API/MediaError The MediaError interface represents an error which occurred while handling media in an HTML ...
- Web/API/MediaError/code The read-only property MediaError.code returns a numeric value which represents the kind of ...
- Web/API/MediaError/message The read-only property MediaError.message returns a DOMString which contains a human-readable ...
- Web/API/MediaKeyMessageEvent The MediaKeyMessageEvent interface of the EncryptedMediaExtensions API contains the content and ...
- Web/API/MediaKeyMessageEvent/MediaKeyMessageEvent The MediaKeyMessageEvent constructor creates a new MediaKeyMessageEvent object which creates a ...
- Web/API/MediaKeyMessageEvent/message The MediaKeyMessageEvent.message read-only property returns an ArrayBuffer with a message from ...
- Web/API/MediaKeyMessageEvent/messageType The MediaKeyMessageEvent.messageType read-only property indicates the type of message. It may be ...
- Web/API/MediaKeys The MediaKeys interface of EncryptedMediaExtensions API the represents a set of keys that an ...
- Web/API/MediaKeys/createSession The MediaKeys.createSession() method returns a new MediaKeySession object, which represents a ...
- Web/API/MediaKeys/setServerCertificate The MediaKeys.setServerCertificate() method a Promise to a server certificate to be used to ...
- Web/API/MediaKeySession The MediaKeySession interface of the EncryptedMediaExtensions API represents a context for ...
- Web/API/MediaKeySession/close The MediaKeySession.close() method notifies that the current media session is no longer needed, ...
- Web/API/MediaKeySession/closed The MediaKeySession.closed read-only property returns a Promise signaling when a MediaKeySession ...
- Web/API/MediaKeySession/expiration The MediaKeySession.expiration read-only property returns the time after which the keys in the ...
- Web/API/MediaKeySession/generateRequest The MediaKeySession.generateRequest() method returns a Promise after generating a media request ...
- Web/API/MediaKeySession/keyStatuses The MediaKeySession.keyStatuses read-only property returns a reference to a read-only ...
- Web/API/MediaKeySession/load The MediaKeySession.load() method returns a Promise that resolves to a boolean value after ...
- Web/API/MediaKeySession/remove The MediaKeySession.remove() method returns a Promise after removing any session data associated ...
- Web/API/MediaKeySession/sessionId The MediaKeySession.sessionId read-only property contains a unique string generated by the ...
- Web/API/MediaKeySession/update The MediaKeySession.update() method loads messages and licenses to the CDM, and then returns a ...
- Web/API/MediaKeyStatusMap The MediaKeyStatusMap interface of the EncryptedMediaExtensions API is a read-only map of media ...
- Web/API/MediaKeyStatusMap/entries The entries() read-only property of the MediaKeyStatusMap interface returns a new Iterator ...
- Web/API/MediaKeyStatusMap/forEach The forEach property of the MediaKeyStatusMap interface calls callback once for each key-value ...
- Web/API/MediaKeyStatusMap/get The get property of the MediaKeyStatusMap interface returns the value associated with the given ...
- Web/API/MediaKeyStatusMap/has The has property of the MediaKeyStatusMap interface returns a Boolean, asserting whether a value ...
- Web/API/MediaKeyStatusMap/keys The keys property of the MediaKeyStatusMap interface returns a new Iterator object, containing ...
- Web/API/MediaKeyStatusMap/size The size read-only property of the MediaKeyStatusMap interface returns the number of key/value ...
- Web/API/MediaKeyStatusMap/values The values property of the MediaKeyStatusMap interface returns a new Iterator object, containing ...
- Web/API/MediaKeySystemAccess The MediaKeySystemAccess interface of the EncryptedMediaExtensions API provides access to a Key ...
- Web/API/MediaKeySystemAccess/createMediaKeys The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new ...
- Web/API/MediaKeySystemAccess/getConfiguration The MediaKeySystemAccess.getConfiguration() method returns a MediaKeySystemConfiguration object ...
- Web/API/MediaKeySystemAccess/keySystem The MediaKeySystemAccess.keySystem read-only property returns a DOMString identifying the key ...
- Web/API/MediaKeySystemConfiguration The MediaKeySystemConfiguration interface Encrypted Media Extensions API provides configuration ...
- Web/API/MediaKeySystemConfiguration/audioCapabilities The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of ...
- Web/API/MediaKeySystemConfiguration/distinctiveIdentifier The MediaKeySystemConfiguration.distinctiveIdentifier read-only property indicates whether a ...
- Web/API/MediaKeySystemConfiguration/initDataTypes The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported ...
- Web/API/MediaKeySystemConfiguration/persistentState The MediaKeySystemConfiguration.persistentState read-only property indicates whether the ability ...
- Web/API/MediaKeySystemConfiguration/videoCapabilities The MediaKeySystemConfiguration.videoCapabilities read-only property returns an array of ...
- Web/API/MediaMetadata/title The title property of the MediaMetaData interface returns or sets the title of the media to be ...
- Web/API/MediaQueryList A MediaQueryList object stores information on a media query applied to a document, and handles ...
- Web/API/MediaQueryList/addListener The addListener() method of the MediaQueryList interface adds a listener to the ...
- Web/API/MediaQueryList/matches The matches read-only property of the MediaQueryList interface is a Boolean that returns true if ...
- Web/API/MediaQueryList/media The media read-only property of the MediaQueryList interface is a DOMString representing a ...
- Web/API/MediaQueryList/onchange The onchange property of the MediaQueryList interface is an event handler property representing ...
- Web/API/MediaQueryList/removeListener The removeListener() method of the MediaQueryList interface removes a listener from the ...
- Web/API/MediaQueryListEvent The MediaQueryListEvent object stores information on the changes that have happened to a ...
- Web/API/MediaQueryListEvent/matches The matches read-only property of the MediaQueryListEvent interface is a Boolean that returns ...
- Web/API/MediaQueryListEvent/media The media read-only property of the MediaQueryListEvent interface is a DOMString representing a ...
- Web/API/MediaQueryListEvent/MediaQueryListEvent The MediaQueryListEvent constructor creates a new MediaQueryListEvent instance.
- Web/API/MediaQueryListListener A MediaQueryList object maintains a list of media queries on a document, and handles sending ...
- Web/API/MediaRecorder The MediaRecorder interface of the MediaStream Recording API provides functionality to easily ...