Results 101 - 120 of 3,929

Geolocation

The Geolocation interface represents an object able to programmatically obtain the position of the device. It gives Web content access to the location of the device. This allows a Web site or app to offer customized results based on the user's location.
Advanced API Geolocation API Interface Reference Référence

HTMLHyperlinkElementUtils.hash

The HTMLHyperlinkElementUtils.hash property returns a DOMString containing a '#' followed by the fragment identifier of the URL. The fragment is not percent-decoded.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.host

The HTMLHyperlinkElementUtils.host property is a USVString containing the host, that is the hostname, and then, if the port of the URL is nonempty, a ':', and the port of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.hostname

The HTMLHyperlinkElementUtils.hostname property is a USVString containing the domain of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.pathname

The HTMLHyperlinkElementUtils.pathname property is a USVString containing an initial '/' followed by the path of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.port

The HTMLHyperlinkElementUtils.port property is a USVString containing the port number of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.protocol

The HTMLHyperlinkElementUtils.protocol property is a USVString representing the protocol scheme of the URL, including the final ':'.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.search

The HTMLHyperlinkElementUtils.search property, is a search string, also called a query string, that is USVString containing a '?' followed by the parameters of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

URLUtils.searchParams

The URLUtils.searchParams property is a URLSearchParams containing the query/search parameters of the URL.
API Experimental Expérimental Property URI API URLUtils

HTMLHyperlinkElementUtils.username

The HTMLHyperlinkElementUtils.username property is a USVString containing the username specified before the domain name.
API Experimental HTMLHyperlinkElementUtils Property URL API

IIRFilterNode.getFrequencyResponse()

The getFrequencyResponse() method of the IIRFilterNode interface takes the current filtering algorithm's settings and calculates the frequency response for frequencies specified in the frequencyHz array of frequencies.
API IIRFilterNode Method Reference Web Audio API

MediaElementAudioSourceNode

A MediaElementSourceNode has no inputs and exactly one output, and is created using the AudioContext.createMediaElementSource method. The amount of channels in the output equals the number of channels of the audio referenced by the HTMLMediaElement used in the creation of the node, or is 1 if the HTMLMediaElement has no audio.
API Interface MediaElementAudioSourceNode Reference Web Audio API

active

The active read-only property of the MediaStream interface returns a Boolean value that will return to be  true if the MediaStream is active, else false.
API Media Streams API MediaStream Property Reference

MediaStreamAudioSourceNode

A MediaElementSourceNode has no inputs and exactly one output, and is created using the AudioContext.createMediaStreamSource method. The amount of channels in the output equals the number of channels in AudioMediaStreamTrack. If there is no valid media stream, then the number of output channels will be one silent channel.
API Interface MediaStreamAudioSourceNode Reference Web Audio API