Articles tagged: API
Found 5012 documents
- Web/API/PerformanceObserverEntryList/getEntries The getEntries() method of the PerformanceObserverEntryList interface returns a list of ...
- Web/API/PerformanceObserverEntryList/getEntriesByName The getEntriesByName() method of the PerformanceObserverEntryList interface returns a list of ...
- Web/API/PerformanceObserverEntryList/getEntriesByType The getEntriesByType() method of the PerformanceObserverEntryList returns a list of explicitly ...
- Web/API/PerformancePaintTiming The PerformancePaintTiming interface of the Paint Timing provides provides timing information ...
- Web/API/PerformanceResourceTiming/connectEnd The connectEnd property returns the timestamp immediately after the browser finishes ...
- Web/API/PerformanceResourceTiming/decodedBodySize The decodedBodySize read-only property returns the size (in octets) received from the fetch ...
- Web/API/PerformanceResourceTiming/domainLookupEnd The domainLookupEnd property returns the timestamp immediately after the browser finishes the ...
- Web/API/PerformanceResourceTiming/domainLookupStart The domainLookupStart property returns the timestamp immediately before the browser starts the ...
- Web/API/PerformanceResourceTiming/encodedBodySize The encodedBodySize read-only property represents the size (in octets) received from the fetch ...
- Web/API/PerformanceResourceTiming/fetchStart The fetchStart property represents a timestamp immediately before the browser starts to fetch ...
- Web/API/PerformanceResourceTiming/initiatorType The initiatorType property is a string that represents the type of resource that initiated the ...
- Web/API/PerformanceResourceTiming/nextHopProtocol The nextHopProtocol property is a string representing the network protocol used to fetch the ...
- Web/API/PerformanceResourceTiming/redirectEnd The redirectEnd property returns a timestamp immediately after receiving the last byte of the ...
- Web/API/PerformanceResourceTiming/redirectStart The redirectStart property returns a timestamp representing the start time of the fetch which ...
- Web/API/PerformanceResourceTiming/requestStart The requestStart property returns a timestamp of the time immediately before the browser starts ...
- Web/API/PerformanceResourceTiming/responseEnd The responseEnd property returns a timestamp immediately after the browser receives the last ...
- Web/API/PerformanceResourceTiming/responseStart The responseStart property returns a timestamp immediately after the browser receives the first ...
- Web/API/PerformanceResourceTiming/secureConnectionStart The secureConnectionStart property returns a timestamp immediately before the browser starts the ...
- Web/API/PerformanceResourceTiming/toJSON The toJSON() method is a serializer that returns a JSON representation of the ...
- Web/API/PerformanceResourceTiming/transferSize The transferSize read-only property represents the size (in octets) of the fetched resource. The ...
- Web/API/PerformanceResourceTiming/workerStart The workerStart read-only property of the PerformanceResourceTiming interface returns a ...
- Web/API/PerformanceTiming The PerformanceTiming interface contains properties that offer performance timing information ...
- Web/API/PerformanceTiming/connectEnd The PerformanceTiming.connectEnd read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/connectStart The PerformanceTiming.connectStart read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/domainLookupEnd The PerformanceTiming.domainLookupEnd read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/domainLookupStart The PerformanceTiming.domainLookupStart read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/domComplete The PerformanceTiming.domComplete read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/domContentLoadedEventEnd The PerformanceTiming.domContentLoadedEventEnd read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/domContentLoadedEventStart The PerformanceTiming.domContentLoadedEventStart read-only property returns an unsigned long ...
- Web/API/PerformanceTiming/domInteractive The PerformanceTiming.domInteractive read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/domLoading The PerformanceTiming.domLoading read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/fetchStart The PerformanceTiming.fetchStart read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/loadEventEnd The PerformanceTiming.loadEventEnd read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/loadEventStart The PerformanceTiming.loadEventStart read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/navigationStart The PerformanceTiming.navigationStart read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/redirectEnd The PerformanceTiming.redirectEnd read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/redirectStart The PerformanceTiming.redirectStart read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/requestStart The PerformanceTiming.requestStart read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/responseEnd The PerformanceTiming.responseEnd read-only property returns an unsigned long long representing ...
- Web/API/PerformanceTiming/responseStart The PerformanceTiming.responseStart read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/secureConnectionStart The PerformanceTiming.secureConnectionStart read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/unloadEventEnd The PerformanceTiming.unloadEventEnd read-only property returns an unsigned long long ...
- Web/API/PerformanceTiming/unloadEventStart The PerformanceTiming.unloadEventStart read-only property returns an unsigned long long ...
- Web/API/PeriodicSyncEvent The parameter passed into the sync handler, the PeriodicSyncEvent interface represents a ...
- Web/API/PeriodicSyncManager The PeriodicSyncManager interface of the the ServiceWorker API provides an interface for ...
- Web/API/PeriodicSyncRegistration The PeriodicSyncRegistration interface of the ServiceWorker API provides an object for managing ...
- Web/API/PeriodicWave PeriodicWave has no inputs or outputs; it is used to define custom oscillators when calling ...
- Web/API/PeriodicWave/PeriodicWave The PeriodicWave() constructor of the Web Audio API creates a new PeriodicWave object instance.
- Web/API/Permissions The Permissions interface of the Permissions API provides the core Permission API functionality, ...
- Web/API/Permissions/query The Permissions.query() method of the Permissions interface returns the state of a user ...
- Web/API/Permissions/revoke The Permissions.revoke() method of the Permissions interface reverts a currently set permission ...
- Web/API/PermissionStatus The PermissionStatus interface of the Permissions API provides the state of an object and an ...
- Web/API/PermissionStatus/onchange The PermissionStatus.onchange event of the PermissionStatus interface is called whenever the ...
- Web/API/PermissionStatus/state The PermissionStatus.state read-only property of the PermissionStatus interface returns the ...
- Web/API/PermissionStatus/status The PermissionStatus.status read-only property of the PermissionStatus interface returns the ...
- Web/API/Permissions_API Historically different APIs handle their own permissions inconsistently — for example the ...
- Web/API/Permissions_API/Using_the_Permissions_API This article provides a basic guide to using the W3C Permissions API, which provides a ...
- Web/API/PhotoCapabilities The PhotoCapabilities interface of the the MediaStream Image Capture API provides available ...
- Web/API/PhotoCapabilities/fillLightMode The fillLightMode read-only property of the PotoCapabilities interface returns an array of ...
- Web/API/PhotoCapabilities/imageHeight The imageHeight read-only property of the PhotoCapabilities interface returns a ...
- Web/API/PhotoCapabilities/imageWidth The imageWidth read-only property of the PhotoCapabilities interface returns a ...
- Web/API/PhotoCapabilities/redEyeReduction The redEyeReduction read-only property of the PhotoCapabilities interface returns a ...
- Web/API/Plugin The Plugin interface provides information about a browser plugin.
- Web/API/PluginArray The PluginArray interface is used to store a list of Plugin objects describing the available ...
- Web/API/Point Point is an interface, which existed only briefly in the CSS Transforms Level 1 specification, ...
- Web/API/PointerEvent The PointerEvent interface represents the state of a DOM event produced by a pointer such as the ...
- Web/API/PointerEvent/getCoalescedEvents The getCoalescedEvents() property of the PointerEvent interface returns a sequence of all ...
- Web/API/PointerEvent/height The height read-only property of the PointerEvent interface represents the height of the ...
- Web/API/PointerEvent/isPrimary The PointerEvent.isPrimary read-only property indicates whether or not the pointer device that ...
- Web/API/PointerEvent/PointerEvent The PointerEvent() constructor creates a new synthetic and untrusted PointerEvent object instance.
- Web/API/PointerEvent/pointerId An identifier assigned to a pointer event that is unique from the identifiers of all active ...
- Web/API/PointerEvent/pointerType The pointerType read-only property of the PointerEvent interface indicates the device type that ...
- Web/API/PointerEvent/pressure The normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the ...
- Web/API/PointerEvent/tangentialPressure The tangentialPressure read-only property of the PointerEvent interface represents the ...
- Web/API/PointerEvent/tiltX This property is the angle (in degrees) between the Y-Z plane of the pointer and the screen. ...
- Web/API/PointerEvent/tiltY This property is the angle (in degrees) between the X-Z plane of the pointer and the screen. ...
- Web/API/PointerEvent/twist The twist read-only property of the PointerEvent interface represents the clockwise rotation of ...
- Web/API/PointerEvent/width The width read-only property of the PointerEvent interface represents the width of the pointer's ...
- Web/API/Pointer_events Most of today's web content assumes the user's pointing device will be a mouse. However, since ...
- Web/API/Pointer_Lock_API The Pointer Lock API (formerly called Mouse Lock API) provides input methods based on the ...
- Web/API/PopStateEvent An event handler for the popstate event on the window.
- Web/API/Position The Position interface represents the position of the concerned device at a given time. The ...
- Web/API/Position/coords The Position.coords read-only property, a Coordinates object, represents a geographic attitude: ...
- Web/API/Position/timestamp The Position.timestamp read-only property, a DOMTimeStamp object, represents the date and the ...
- Web/API/PositionError The PositionError interface represents the reason of an error occurring when using the ...
- Web/API/PositionError/code The PositionError.code read-only property is an unsigned short representing the error code. The ...
- Web/API/PositionError/message The PositionError.message read-only property returns a human-readable DOMString describing the ...
- Web/API/PositionOptions The PositionOptions interface describes an object containing option properties to pass as a ...
- Web/API/PositionOptions/enableHighAccuracy The PositionOptions.enableHighAccuracy property is a Boolean that indicates the application ...
- Web/API/PositionOptions/maximumAge The PositionOptions.maximumAge property is a positive long value indicating the maximum age in ...
- Web/API/PositionOptions/timeout The PositionOptions.timeout property is a positive long value representing the maximum length of ...
- Web/API/PositionSensorVRDevice The PositionSensorVRDevice interface of the WebVR API represents VR hardware's position sensor. ...
- Web/API/PositionSensorVRDevice/getImmediateState The getImmediateState() method of the VRDevice interface returns the current instantaneous ...
- Web/API/PositionSensorVRDevice/getState The getState() method of the PositionSensorVRDevice interface returns the current state of the ...
- Web/API/PositionSensorVRDevice/resetSensor The resetSensor() method of the VRDevice interface can be used to reset the sensor if desired, ...
- Web/API/Presentation The Presentation can be defined as two possible user agents in the context: Controlling user ...
- Web/API/Presentation/defaultRequest In a controlling user agent, the defaultRequest attribute MUST return the default presentation ...
- Web/API/Presentation/receiver The read-only Presentation attribute receiver, which is only available in browser contexts which ...
- Web/API/PresentationAvailability A PresentationAvailability object is associated with available presentation displays and ...
- Web/API/PresentationConnection The PresentationConnection interface of the Presentation API provides methods and properties for ...