Articles tagged: API
Found 5012 documents
- Web/API/BaseAudioContext/currentTime The currentTime read-only property of the BaseAudioContext interface returns a double ...
- Web/API/BaseAudioContext/decodeAudioData This is the preferred method of creating an audio source for Web Audio API from an audio track.
- Web/API/BaseAudioContext/destination An AudioDestinationNode.
- Web/API/BaseAudioContext/listener An AudioListener object.
- Web/API/BaseAudioContext/onstatechange The following snippet is taken from our AudioContext states demo (see it running live.) The ...
- Web/API/BaseAudioContext/resume The resume() method of the BaseAudioContext Interface resumes the progression of time in an ...
- Web/API/BaseAudioContext/sampleRate A floating point number.
- Web/API/BaseAudioContext/state A DOMString. Possible values are:
- Web/API/BasicCardRequest The BasicCardRequest dictionary is a JavaScript object-structure that can be used in the Payment ...
- Web/API/BasicCardRequest/supportedNetworks The supportedNetworks property of the BasicCardRequest dictionary contains an array of DOMString ...
- Web/API/BasicCardRequest/supportedTypes The supportedTypes property of the BasicCardRequest dictionary contains an array of DOMString s ...
- Web/API/BasicCardResponse The BasicCardResponse dictionary (related to the Payment Request API, although defined in the ...
- Web/API/BasicCardResponse/billingAddress The billingAddress property of the BasicCardResponse dictionary contains the billing address of ...
- Web/API/BasicCardResponse/cardholderName The cardNumber property of the BasicCardResponse dictionary contains the cardholder name of the ...
- Web/API/BasicCardResponse/cardNumber The cardNumber property of the BasicCardResponse dictionary contains the number of the card used ...
- Web/API/BasicCardResponse/cardSecurityCode The cardSecurityCode property of the BasicCardResponse dictionary contains the security code of ...
- Web/API/BasicCardResponse/expiryMonth The expiryMonth property of the BasicCardResponse dictionary contains the expiry month of the ...
- Web/API/BasicCardResponse/expiryYear The expiryYear property of the BasicCardResponse dictionary contains the expiry year of the card ...
- Web/API/BatteryManager The BatteryManager interface provides ways to get information about the system's battery charge ...
- Web/API/BatteryManager/charging A Boolean value indicating whether or not the device's battery is currently being charged.
- Web/API/BatteryManager/chargingTime Indicates the amount of time, in seconds, that remain until the battery is fully charged.
- Web/API/BatteryManager/dischargingTime Indicates the amount of time, in seconds, that remains until the battery is fully discharged.
- Web/API/BatteryManager/level Indicates the current battery charge level as a value between 0.0 and 1.0.
- Web/API/BatteryManager/onchargingchange Specifies an event listener to receive chargingchange events. These events occur when the ...
- Web/API/BatteryManager/onchargingtimechange Specifies an event listener to receive chargingtimechange events. These events occur when the ...
- Web/API/BatteryManager/ondischargingtimechange Specifies an event listener to receive dischargingtimechange events. These events occur when the ...
- Web/API/BatteryManager/onlevelchange Specifies an event listener to receive levelchange events. These events occur when the battery ...
- Web/API/Battery_Status_API The Battery Status API, more often referred to as the Battery API, provides information about ...
- Web/API/BeforeInstallPromptEvent The BeforeInstallPromptEvent is fired at the Window.onbeforeinstallprompt handler before a user ...
- Web/API/BeforeInstallPromptEvent/prompt The prompt() method of the BeforeInstallPromptEvent interface allows a developer to show the ...
- Web/API/BeforeUnloadEvent The beforeunload event is fired when the window, the document and its resources are about to be ...
- Web/API/BiquadFilterNode The BiquadFilterNode interface represents a simple low-order filter, and is created using the ...
- Web/API/BiquadFilterNode/BiquadFilterNode The BiquadFilterNode() constructor of the Web Audio API creates a new BiquadFilterNode object, ...
- Web/API/BiquadFilterNode/detune An a-rate AudioParam.
- Web/API/BiquadFilterNode/frequency An AudioParam.
- Web/API/BiquadFilterNode/gain An AudioParam.
- Web/API/BiquadFilterNode/getFrequencyResponse undefined
- Web/API/BiquadFilterNode/Q An AudioParam.
- Web/API/BiquadFilterNode/type A string (enum) representing a BiquadFilterType.
- Web/API/Blob A Blob object represents a file-like object of immutable, raw data. Blobs represent data that ...
- Web/API/Blob/Blob The Blob() constructor returns a new Blob object. The content of the blob consists of the ...
- Web/API/Blob/size The Blob.size property returns the size in bytes of the Blob or a File.
- Web/API/Blob/slice The Blob.slice() method is used to create a new Blob object containing the data in the specified ...
- Web/API/Blob/type The type property of a Blob object provides the MIME type of the file. It returns an empty ...
- Web/API/BlobBuilder The BlobBuilder interface provides an easy way to construct Blob objects. Just create a ...
- Web/API/BlobEvent The BlobEvent interface represents events associated with a Blob. These blobs are typically, but ...
- Web/API/BlobEvent/BlobEvent The BlobEvent() constructor returns a newly created BlobEvent object with an associated Blob.
- Web/API/BlobEvent/data The BlobEvent.data read-only property represents a Blob associated with the event.
- Web/API/BlobEvent/timecode The timecode readonlyinline property of the BlobEvent interface a DOMHighResTimeStamp indicating ...
- Web/API/Bluetooth The Bluetooth interface of the Web Bluetooth API returns a Promise to a BluetoothDevice object ...
- Web/API/Bluetooth/requestDevice The Bluetooth.requestDevice() method of the Bluetooth interface returns a Promise to a ...
- Web/API/BluetoothAdvertisingData The BluetoothDevice interface of the Web Bluetooth API provides advertising data about a ...
- Web/API/BluetoothAdvertisingData/appearance The appearance read-only property of the BluetoothAdvertisingData interface returns one of the ...
- Web/API/BluetoothAdvertisingData/manufacturerData The manufacturerData read-only property of the BluetoothAdvertisingData interface returns a map ...
- Web/API/BluetoothAdvertisingData/rssi The rssi read-only property of the BluetoothAdvertisingData interface returns the power at which ...
- Web/API/BluetoothAdvertisingData/serviceData The serviceData read-only property of the BluetoothAdvertisingData interface returns a map that ...
- Web/API/BluetoothAdvertisingData/txPower The txPower read-only property of the BluetoothAdvertisingData interface returns the ...
- Web/API/BluetoothCharacteristicProperties The BluetoothCharacteristicProperties interface of the the Web Bluetooth API provides an object ...
- Web/API/BluetoothDevice The BluetoothDevice interface of the Web Bluetooth API represents a Bluetooth device inside a ...
- Web/API/BluetoothDevice/adData The BluetoothDevice.adData read-only property returns instance of BluetoothAdvertisingData ...
- Web/API/BluetoothDevice/deviceClass The BluetoothDevice.deviceClass read-only property returns a number representing the Bluetooth ...
- Web/API/BluetoothDevice/gatt The BluetoothDevice.gatt read-only property returns a reference to the device's ...
- Web/API/BluetoothDevice/gattServer The BluetoothDevice.gattServer read-only property returns a reference to the device's GATT ...
- Web/API/BluetoothDevice/id The BluetoothDevice.id read-only property returns a DOMString that uniquely identifies a device.
- Web/API/BluetoothDevice/name The BluetoothDevice.name read-only property returns a DOMString that provides a human-readable ...
- Web/API/BluetoothDevice/paired The BluetoothDevice.paired read-only property returns a Boolean value indicating whether the ...
- Web/API/BluetoothDevice/productID The BluetoothDevice.productID read-only property returns the 16-bit Product ID field in the ...
- Web/API/BluetoothDevice/productVersion The BluetoothDevice.productVersion read-only property returns the 16-bit Product Version field ...
- Web/API/BluetoothDevice/uuids The BluetoothDevice.uuids read-only property lists the UUIDs of GATT services provided by the ...
- Web/API/BluetoothDevice/vendorID The BluetoothDevice.vendorID read-only property returns the 16-bit Vendor ID field in the pnp_id ...
- Web/API/BluetoothDevice/vendorIDSource The BluetoothDevice.vendorIDSource read-only property returns the Vendor ID Source field in the ...
- Web/API/BluetoothRemoteGATTCharacteristic The BluetoothRemoteGattCharacteristic interface of the Web Bluetooth API represents a ...
- Web/API/BluetoothRemoteGATTCharacteristic/getDescriptor The BluetoothRemoteGATTCharacteristic.getDescriptor() method returns a Promise that resolves to ...
- Web/API/BluetoothRemoteGATTCharacteristic/getDescriptors The BluetoothRemoteGATTCharacteristic.getDescriptors() method returns a Promise that resolves to ...
- Web/API/BluetoothRemoteGATTCharacteristic/properties The BluetoothRemoteGATTCharacteristic.properties read-only property returns a ...
- Web/API/BluetoothRemoteGATTCharacteristic/readValue The BluetoothRemoteGATTCharacteristic.readValue() method returns a Promise that resolves to a ...
- Web/API/BluetoothRemoteGATTCharacteristic/service The BluetoothRemoteGATTCharacteristic.service read-only property returns the ...
- Web/API/BluetoothRemoteGATTCharacteristic/startNotifications The BluetoothRemoteGATTCharacteristic.startNotifications() method returns a Promise to ...
- Web/API/BluetoothRemoteGATTCharacteristic/stopNotifications The BluetoothRemoteGATTCharacteristic.stopNotifications() method returns a Promise to ...
- Web/API/BluetoothRemoteGATTCharacteristic/uuid The BluetoothRemoteGATTCharacteristic.uuid read-only property returns DOMString containing the ...
- Web/API/BluetoothRemoteGATTCharacteristic/value The BluetoothRemoteGATTCharacteristic.value read-only property returns currently cached ...
- Web/API/BluetoothRemoteGATTCharacteristic/writeValue The BluetoothRemoteGATTCharacteristic.writeValue() method sets the value property to the bytes ...
- Web/API/BluetoothRemoteGATTDescriptor The BluetoothRemoteGATTDescriptor interface of the Web Bluetooth API provides a GATT Descriptor, ...
- Web/API/BluetoothRemoteGATTDescriptor/characteristic The BluetoothRemoteGATTDescriptor.characteristic read-only property returns the ...
- Web/API/BluetoothRemoteGATTDescriptor/readValue The BluetoothRemoteGATTDescriptor.readValue() method returns a Promise that resolves to an ...
- Web/API/BluetoothRemoteGATTDescriptor/uuid The BluetoothRemoteGATTDescriptor.uuid read-only property returns the UUID of the characteristic ...
- Web/API/BluetoothRemoteGATTDescriptor/value The BluetoothRemoteGATTDescriptor.value read-only property returns an ArrayBuffer containing the ...
- Web/API/BluetoothRemoteGATTDescriptor/writeValue The BluetoothRemoteGATTDescriptor.writeValue() method sets the value property to the bytes ...
- Web/API/BluetoothRemoteGATTServer The BluetoothRemoteGATTServer interface of the Web Bluetooth API represents a GATT Server on a ...
- Web/API/BluetoothRemoteGATTServer/connect The BluetoothRemoteGATTServer.connect() method causes the script execution environment to ...
- Web/API/BluetoothRemoteGATTServer/connected The BluetoothRemoteGATTServer.connected read-only property returns a boolean value that returns ...
- Web/API/BluetoothRemoteGATTServer/disconnect The BluetoothRemoteGATTServer.disconnect() method causes the script execution environment to ...
- Web/API/BluetoothRemoteGATTServer/getPrimaryService The BluetoothRemoteGATTServer.getPrimaryService() method returns a promise to the primary ...
- Web/API/BluetoothRemoteGATTServer/getPrimaryServices The BluetoothRemoteGATTServer.getPrimaryServices() method returns a promise to a list of primary ...
- Web/API/BluetoothRemoteGATTService The BluetoothRemoteGATTService interface of the Web Bluetooth API represents a service provided ...
- Web/API/BluetoothRemoteGATTService/device The BluetoothGATTService.device read-only property returns information about a Bluetooth device ...
- Web/API/BluetoothRemoteGATTService/getCharacteristic The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of ...
- Web/API/BluetoothRemoteGATTService/getCharacteristics The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of ...
- Web/API/BluetoothRemoteGATTService/getIncludedService The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of ...
- Web/API/BluetoothRemoteGATTService/getIncludedServices The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of ...