Articles tagged: API
Found 5012 documents
- Web/API/MediaTrackSettings/volume The MediaTrackSettings dictionary's volume property is a double-precision floating-point number ...
- Web/API/MediaTrackSettings/width The MediaTrackSettings dictionary's width property is an integer indicating the number of pixels ...
- Web/API/MediaTrackSupportedConstraints The MediaTrackSupportedConstraints dictionary establishes the list of constrainable properties ...
- Web/API/MediaTrackSupportedConstraints/aspectRatio The MediaTrackSupportedConstraints dictionary's aspectRatio property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/autoGainControl The MediaTrackSupportedConstraints dictionary's autoGainControl property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/channelCount The MediaTrackSupportedConstraints dictionary's channelCount property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/deviceId The MediaTrackSupportedConstraints dictionary's deviceId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/echoCancellation The MediaTrackSupportedConstraints dictionary's echoCancellation property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/facingMode The MediaTrackSupportedConstraints dictionary's facingMode property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/frameRate The MediaTrackSupportedConstraints dictionary's frameRate property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/groupId The MediaTrackSupportedConstraints dictionary's groupId property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/height The MediaTrackSupportedConstraints dictionary's height property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/latency The MediaTrackSupportedConstraints dictionary's latency property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/noiseSuppression The MediaTrackSupportedConstraints dictionary's noiseSuppression property is a read-only Boolean ...
- Web/API/MediaTrackSupportedConstraints/sampleRate The MediaTrackSupportedConstraints dictionary's sampleRate property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/sampleSize The MediaTrackSupportedConstraints dictionary's sampleSize property is a read-only Boolean value ...
- Web/API/MediaTrackSupportedConstraints/volume The MediaTrackSupportedConstraints dictionary's volume property is a read-only Boolean value ...
- Web/API/Media_Source_Extensions_API The Media Source Extensions API (MSE) provides functionality enabling plugin-free web-based ...
- Web/API/Media_Streams_API The Media Capture and Streams API, often called the Media Stream API or the Stream API, is an ...
- Web/API/MessageChannel The MessageChannel interface of the Channel Messaging API allows us to create a new message ...
- Web/API/MessageChannel/MessageChannel The MessageChannel() constructor of the MessageChannel interface returns a new MessageChannel ...
- Web/API/MessageChannel/port1 The port1 read-only property of the MessageChannel interface returns the first port of the ...
- Web/API/MessageChannel/port2 The port2 read-only property of the MessageChannel interface returns second port of the message ...
- Web/API/MessageEvent The MessageEvent interface represents a message received by a target object.
- Web/API/MessageEvent/data The data read-only property of the MessageEvent interface represents the data sent by the ...
- Web/API/MessageEvent/lastEventId The lastEventId read-only property of the MessageEvent interface is a DOMString representing a ...
- Web/API/MessageEvent/MessageEvent The MessageEvent() constructor creates a new MessageEvent object instance.
- Web/API/MessageEvent/origin The origin read-only property of the MessageEvent interface is a USVString representing the ...
- Web/API/MessageEvent/ports The ports read-only property of the MessageEvent interface is an array of MessagePort objects ...
- Web/API/MessageEvent/source The source read-only property of the MessageEvent interface is a MessageEventSource (which can ...
- Web/API/MessagePort The MessagePort interface of the Channel Messaging API represents one of the two ports of a ...
- Web/API/MessagePort/close The close() method of the MessagePort interface disconnects the port, so it is no longer active. ...
- Web/API/MessagePort/onmessage The onmessage event handler of the MessagePort interface is an EventListener, called whenever an ...
- Web/API/MessagePort/onmessageerror The onmessageerror event handler of the MessagePort interface is an EventListener, called ...
- Web/API/MessagePort/postMessage The postMessage() method of the MessagePort interface sends a message from the port, and ...
- Web/API/MessagePort/start The start() method of the MessagePort interface starts the sending of messages queued on the ...
- Web/API/Metadata The Metadata interface is used by the File and Directory Entries API to contain information ...
- Web/API/Metadata/modificationTime The read-only modificationTime property of the Metadata interface is a Date object which ...
- Web/API/Metadata/size The read-only size property of the Metadata interface specifies the size, in bytes, of the ...
- Web/API/MIDIAccess The MIDIAccess interface of the Web MIDI API provides methods for listing MIDI input and output ...
- Web/API/MIDIConnectionEvent The MIDIConnectionEvent interface of the Web MIDI API is the event passed to the onstatechange ...
- Web/API/MIDIInput Use the MIDIInput interface of the Web MIDI API to access and pass messages to a MIDI input port.
- Web/API/MIDIOutputMap The MIDIOutputMap read-only interface of the Web MIDI API provides a Map -like interface to the ...
- Web/API/MimeType The MimeType interface provides contains information about a MIME type associated with a ...
- Web/API/MimeTypeArray The MimeTypeArray interface returns an array of MimeType instances, each of which contains ...
- Web/API/MouseEvent The MouseEvent interface represents events that occur due to the user interacting with a ...
- Web/API/MouseEvent/altKey The MouseEvent.altKey read-only property is a Boolean indicates if the alt key was pressed ...
- Web/API/MouseEvent/button The MouseEvent.button read-only property indicates which button was pressed on the mouse to ...
- Web/API/MouseEvent/buttons The MouseEvent.buttons read-only property indicates which buttons are pressed on the mouse (or ...
- Web/API/MouseEvent/clientX The clientX read-only property of the MouseEvent interface provides the horizontal coordinate ...
- Web/API/MouseEvent/clientY The clientY read-only property of the MouseEvent interface returns the vertical coordinate ...
- Web/API/MouseEvent/ctrlKey The MouseEvent.ctrlKey read-only property returns a Boolean that indicates if the control key ...
- Web/API/MouseEvent/getModifierState The MouseEvent.getModifierState() method returns the current state of the specified modifier ...
- Web/API/MouseEvent/initMouseEvent The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been ...
- Web/API/MouseEvent/metaKey The MouseEvent.metaKey read-only property returning a Boolean that indicates if the Meta key was ...
- Web/API/MouseEvent/MouseEvent The MouseEvent() constructor creates a new MouseEvent.
- Web/API/MouseEvent/movementX The MouseEvent.movementX read-only property provides the shift in the X coordinate of the mouse ...
- Web/API/MouseEvent/movementY The MouseEvent.movementY read-only property provides the shift in the Y coordinate of the mouse ...
- Web/API/MouseEvent/mozInputSource The MouseEvent.mozInputSource read-only property on MouseEvent provides information indicating ...
- Web/API/MouseEvent/offsetX The offsetX read-only property of the MouseEvent interface provides the offset in the X ...
- Web/API/MouseEvent/offsetY The offsetY read-only property of the MouseEvent interface provides the offset in the Y ...
- Web/API/MouseEvent/pageX The pageX read-only property of the MouseEvent interface returns the X (horizontal) coordinate ...
- Web/API/MouseEvent/pageY The pageY read-only property of the MouseEvent interface returns the Y (vertical) coordinate in ...
- Web/API/MouseEvent/region The MouseEvent.region read-only property returns the id of the canvas hit region affected by the ...
- Web/API/MouseEvent/relatedTarget The MouseEvent.relatedTarget read-only property is the secondary target for the event, if there ...
- Web/API/MouseEvent/screenX The screenX read-only property of the MouseEvent property provides the horizontal coordinate ...
- Web/API/MouseEvent/screenY The screenY read-only property of the MouseEvent interface provides the vertical coordinate ...
- Web/API/MouseEvent/shiftKey The MouseEvent.shiftKey read-only property indicates if the shift key was pressed (true) or not ...
- Web/API/MouseEvent/webkitForce MouseEvent.webkitForce is a proprietary, WebKit-specific numeric property whose value represents ...
- Web/API/MouseEvent/WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN MouseEvent.WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN is a proprietary, WebKit-specific, static numeric ...
- Web/API/MouseEvent/WEBKIT_FORCE_AT_MOUSE_DOWN MouseEvent.WEBKIT_FORCE_AT_MOUSE_DOWN is a proprietary, WebKit-specific, static numeric property ...
- Web/API/MouseEvent/which The MouseEvent.which read-only property indicates which button was pressed on the mouse to ...
- Web/API/MouseEvent/x The MouseEvent.x property is an alias for the MouseEvent.clientX property.
- Web/API/MouseEvent/y The MouseEvent.y property is an alias for the MouseEvent.clientY property.
- Web/API/MouseScrollEvent The MouseScrollEvent interface represents events that occur due to the user moving a mouse wheel ...
- Web/API/MouseWheelEvent The MouseWheelEvent interface represents events that occur due to the user turning a mouse wheel.
- Web/API/MSGestureEvent The MSGestureEvent is a proprietary interface specific to Internet Explorer and Microsoft Edge ...
- Web/API/MutationEvent Provides event properties that are specific to modifications to the Document Object Model (DOM) ...
- Web/API/MutationObserver MutationObserver provides developers with a way to react to changes in a DOM. It is designed as ...
- Web/API/MutationRecord A MutationRecord represents an individual DOM mutation. It is the object that is passed to ...
- Web/API/NamedNodeMap The NamedNodeMap interface represents a collection of Attr objects. Objects inside a ...
- Web/API/NameList Provides an abstraction for an ordered collection of name and namespace value pairs. Items can ...
- Web/API/NavigationPreloadManager The NavigationPreloadManager interface of the the Service Worker API provides methods for ...
- Web/API/Navigation_timing_API The Navigation Timing API provides data that can be used to measure the performance of a web ...
- Web/API/Navigator The Navigator interface represents the state and the identity of the user agent. It allows ...
- Web/API/Navigator/activeVRDisplays The activeVRDisplays read-only property of the Navigator interface returns an array containing ...
- Web/API/Navigator/addIdleObserver This method is used to add an observer that will check if the user is idle and will act ...
- Web/API/Navigator/battery The battery read-only property returns a BatteryManager provides information about the system's ...
- Web/API/Navigator/buildID Returns the build identifier of the browser.
- Web/API/Navigator/connection The Navigator.connection read-only property represents a NetworkInformation containing ...
- Web/API/Navigator/cookieEnabled navigator.cookieEnabled returns a Boolean value that indicates whether cookies are enabled or not.
- Web/API/Navigator/credentials The credentials property of the Navigator interface returns the CredentialsContainer interface, ...
- Web/API/Navigator/doNotTrack Returns the user's do-not-track setting. This is "1" if the user has requested not to be tracked ...
- Web/API/Navigator/geolocation The Navigator.geolocation read-only property returns a Geolocation object that gives Web content ...
- Web/API/Navigator/getBattery The getBattery() method provides information about the system's battery, returns a battery ...
- Web/API/Navigator/getGamepads The Navigator.getGamepads() method returns an array: the first value is null, and the others are ...
- Web/API/Navigator/getUserMedia The deprecated Navigator.getUserMedia() method prompts the user for permission to use up to one ...
- Web/API/Navigator/getVRDisplays The getVRDisplays() method of the Navigator interface returns a promise that resolves to an ...
- Web/API/Navigator/maxTouchPoints Return the maximum number of simultaneous touch contact points are supported by the current device.
- Web/API/Navigator/mozBluetooth Retorna um objeto BluetoothManager que você pode usar para obter um objeto BluetoothAdapter.