- a - Variable in class akasha.DOMMatrix
-
- a() - Method in interface akasha.DOMMatrix2DInit
-
- a(double) - Method in interface akasha.DOMMatrix2DInit.Builder
-
- a(double) - Method in interface akasha.DOMMatrixInit.Builder
-
- a() - Method in class akasha.DOMMatrixReadOnly
-
- a() - Method in interface akasha.gpu.GPUColorDict
-
- a(double) - Method in interface akasha.gpu.GPUColorDict.Step3
-
- a_rate - Static variable in annotation type akasha.audio.AutomationRate
-
- abbr - Variable in class akasha.HTMLTableCellElement
-
- abort(Object) - Method in class akasha.AbortController
-
The abort() method of the AbortController interface aborts a DOM request (e.g.
- abort() - Method in class akasha.AbortController
-
The abort() method of the AbortController interface aborts a DOM request (e.g.
- abort(Object) - Static method in class akasha.AbortSignal
-
- abort() - Static method in class akasha.AbortSignal
-
- abort() - Method in class akasha.FileReader
-
The abort method aborts the read operation.
- abort() - Method in class akasha.idb.IDBTransaction
-
The abort() method of the IDBTransaction interface rolls back all the changes to objects in the database associated with this transaction.
- abort() - Method in class akasha.media.SourceBuffer
-
The abort() method of the SourceBuffer interface aborts the current segment and resets the segment parser.
- abort() - Method in class akasha.speech.SpeechRecognition
-
The abort() method of the Web Speech API stops the speech recognition service from listening to incoming audio, and doesn't attempt to return a SpeechRecognitionResult.
- abort() - Method in interface akasha.UnderlyingSink
-
- abort(UnderlyingSinkAbortCallback) - Method in interface akasha.UnderlyingSink.Builder
-
- abort(Object) - Method in class akasha.WritableStream
-
The abort() method of the WritableStream interface aborts the stream, signaling that the producer can no longer successfully write to the stream and it is to be immediately moved to an error state, with any queued writes discarded.
- abort() - Method in class akasha.WritableStream
-
The abort() method of the WritableStream interface aborts the stream, signaling that the producer can no longer successfully write to the stream and it is to be immediately moved to an error state, with any queued writes discarded.
- abort(Object) - Method in class akasha.WritableStreamDefaultWriter
-
- abort() - Method in class akasha.WritableStreamDefaultWriter
-
- abort() - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest.abort() method aborts the request if it has already been sent.
- ABORT_ERR - Static variable in class akasha.DOMException
-
- AbortController - Class in akasha
-
The AbortController interface represents a controller object that allows you to abort one or more Web requests as and when desired.
- AbortController() - Constructor for class akasha.AbortController
-
The AbortController() constructor creates a new AbortController object instance.
- aborted() - Method in class akasha.AbortSignal
-
The aborted read-only property returns a Boolean that indicates whether the DOM request(s) the signal is communicating with is/are aborted (true) or not (false).
- aborted - Static variable in annotation type akasha.speech.SpeechRecognitionErrorCode
-
- AbortSignal - Class in akasha
-
The AbortSignal interface represents a signal object that allows you to communicate with a DOM request (such as a fetch request) and abort it if required via an AbortController object.
- AbortSignal() - Constructor for class akasha.AbortSignal
-
- abs(double) - Static method in class akasha.core.JsMath
-
The Math.abs() function returns the absolute value of a number.
- absolute() - Method in class akasha.DeviceOrientationEvent
-
Indicates whether or not the device is providing orientation data absolutely (that is, in reference to the Earth's coordinate frame) or using some arbitrary frame determined by the device.
- absolute() - Method in interface akasha.DeviceOrientationEventInit
-
- absolute(boolean) - Method in interface akasha.DeviceOrientationEventInit.Builder
-
- AbstractRange - Class in akasha
-
The AbstractRange abstract interface is the base class upon which all DOM range types are defined.
- AbstractRange() - Constructor for class akasha.AbstractRange
-
- acceleration() - Method in class akasha.DeviceMotionEvent
-
The acceleration property returns the amount of acceleration recorded by the device, in meters per second squared (m/s2).
- acceleration() - Method in interface akasha.DeviceMotionEventInit
-
- acceleration(DeviceMotionEventAccelerationInit) - Method in interface akasha.DeviceMotionEventInit.Builder
-
- accelerationIncludingGravity() - Method in class akasha.DeviceMotionEvent
-
The accelerationIncludingGravity property returns the amount of acceleration recorded by the device, in meters per second squared (m/s2).
- accelerationIncludingGravity() - Method in interface akasha.DeviceMotionEventInit
-
- accelerationIncludingGravity(DeviceMotionEventAccelerationInit) - Method in interface akasha.DeviceMotionEventInit.Builder
-
- accept - Variable in class akasha.HTMLInputElement
-
- acceptAllDevices() - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- acceptAllDevices(boolean) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- acceptAllDevices() - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- acceptAllDevices(boolean) - Method in interface akasha.bluetooth.RequestDeviceOptions.Builder
-
- AcceptCallback<T> - Interface in akasha.promise
-
The callback function invoked when the promise is fulfilled.
- acceptCharset - Variable in class akasha.HTMLFormElement
-
The HTMLFormElement.acceptCharset property represents a list of the supported character encodings for the given form element.
- acceptNode(Node) - Method in interface akasha.NodeFilter
-
The NodeFilter.acceptNode() method returns an unsigned short that will be used to tell if a given Node must be accepted or not by the NodeIterator or TreeWalker iteration algorithm.
- access() - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
-
- access(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout.Builder
-
- accessKey - Variable in class akasha.HTMLElement
-
The HTMLElement.accessKey property sets the keystroke which a user can press to jump to a given element.
- accessKeyLabel() - Method in class akasha.HTMLElement
-
The HTMLElement.accessKeyLabel read-only property returns a String containing the element's browser-assigned access key (if any); otherwise it returns an empty string.
- accumulate - Static variable in annotation type akasha.CompositeOperation
-
- accumulate - Static variable in annotation type akasha.CompositeOperationOrAuto
-
- accuracy() - Method in class akasha.GeolocationCoordinates
-
- acos(double) - Static method in class akasha.core.JsMath
-
The Math.acos() function returns the arccosine (in radians) of a number, that is
- acosh(double) - Static method in class akasha.core.JsMath
-
The Math.acosh() function returns the hyperbolic arc-cosine of a number, that is
- action - Variable in class akasha.HTMLFormElement
-
The HTMLFormElement.action property represents the action of the form element.
- action(String) - Static method in interface akasha.notifications.NotificationAction
-
- action() - Method in interface akasha.notifications.NotificationAction
-
- action() - Method in class akasha.notifications.NotificationEvent
-
Returns the string ID of the notification button the user clicked.
- action() - Method in interface akasha.notifications.NotificationEventInit
-
- action(String) - Method in interface akasha.notifications.NotificationEventInit.Builder
-
- actions() - Method in class akasha.notifications.Notification
-
The actions read-only property of the Notification interface returns the list of NotificationAction objects set using the actions option when creating the notification using the Notification() constructor.
- actions() - Method in interface akasha.notifications.NotificationOptions
-
- actions(JsArray<NotificationAction>) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- actions(NotificationAction...) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- activated - Static variable in annotation type akasha.ServiceWorkerState
-
- activating - Static variable in annotation type akasha.ServiceWorkerState
-
- active - Static variable in annotation type akasha.AnimationReplaceState
-
- active() - Method in class akasha.media.MediaStream
-
The active read-only property of the MediaStream interface returns a Boolean value which is true if the stream is currently active; otherwise, it returns false.
- active - Static variable in annotation type akasha.rtc.RTCIceTcpCandidateType
-
- active() - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
- active(boolean) - Method in interface akasha.rtc.RTCRtpEncodingParameters.Builder
-
- active() - Method in class akasha.ServiceWorkerRegistration
-
The active property of the ServiceWorkerRegistration interface returns a service worker whose ServiceWorker.state is activating or activated.
- active - Static variable in annotation type akasha.TimelinePhase
-
- ACTIVE_ATTRIBUTES - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ACTIVE_ATTRIBUTES - Static variable in class akasha.gl.WebGLRenderingContext
-
- ACTIVE_TEXTURE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ACTIVE_TEXTURE - Static variable in class akasha.gl.WebGLRenderingContext
-
- ACTIVE_UNIFORM_BLOCKS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ACTIVE_UNIFORMS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ACTIVE_UNIFORMS - Static variable in class akasha.gl.WebGLRenderingContext
-
- activeCues() - Method in class akasha.TextTrack
-
- activeDuration() - Method in interface akasha.ComputedEffectTiming
-
- activeDuration(double) - Method in interface akasha.ComputedEffectTiming.Builder
-
- activeElement() - Method in class akasha.Document
-
The activeElement read-only property of the Document and ShadowRoot interfaces returns the Element within the DOM or shadow DOM tree that currently has focus.
- activeElement() - Method in class akasha.ShadowRoot
-
The activeElement read-only property of the Document and ShadowRoot interfaces returns the Element within the DOM or shadow DOM tree that currently has focus.
- ActiveInfoDataType - Annotation Type in akasha.gl
-
- ActiveInfoDataType.Util - Class in akasha.gl
-
- activeSourceBuffers() - Method in class akasha.media.MediaSource
-
The activeSourceBuffers read-only property of the MediaSource interface returns a SourceBufferList object containing a subset of the SourceBuffer objects contained within sourceBuffers — the list of objects providing the selected video track, enabled audio tracks, and shown/hidden text tracks.
- activeTexture(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.activeTexture() method of the WebGL API specifies which texture unit to make active.
- activeTexture(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.activeTexture() method of the WebGL API specifies which texture unit to make active.
- actualBoundingBoxAscent() - Method in class akasha.TextMetrics
-
The read-only actualBoundingBoxAscent property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline attribute to the top of the bounding rectangle used to render the text, in CSS pixels.
- actualBoundingBoxDescent() - Method in class akasha.TextMetrics
-
The read-only actualBoundingBoxDescent property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline attribute to the bottom of the bounding rectangle used to render the text, in CSS pixels.
- actualBoundingBoxLeft() - Method in class akasha.TextMetrics
-
The read-only actualBoundingBoxLeft property of the TextMetrics interface is a double giving the distance parallel to the baseline from the alignment point given by the CanvasRenderingContext2D.textAlign property to the left side of the bounding rectangle of the given text, in CSS pixels.
- actualBoundingBoxRight() - Method in class akasha.TextMetrics
-
The read-only actualBoundingBoxRight property of the TextMetrics interface is a double giving the distance parallel to the baseline from the alignment point given by the CanvasRenderingContext2D.textAlign property to the right side of the bounding rectangle of the given text, in CSS pixels.
- add(RequestInfo) - Method in class akasha.Cache
-
The add() method of the Cache interface takes a URL, retrieves it, and adds the resulting response object to the given cache.
- add(Request) - Method in class akasha.Cache
-
The add() method of the Cache interface takes a URL, retrieves it, and adds the resulting response object to the given cache.
- add(String) - Method in class akasha.Cache
-
The add() method of the Cache interface takes a URL, retrieves it, and adds the resulting response object to the given cache.
- add - Static variable in annotation type akasha.CompositeOperation
-
- add - Static variable in annotation type akasha.CompositeOperationOrAuto
-
- add(IntegerTypedArray, int, int) - Static method in class akasha.core.Atomics
-
Add the provided value to the existing value at the specified index of the array.
- add(T) - Method in class akasha.core.JsSet
-
The add() method appends a new element with a specified value to the end of a Set object.
- add(T) - Method in class akasha.core.JsWeakSet
-
The add() method appends a new object to the end of a WeakSet object.
- add(String, String) - Method in class akasha.DataTransferItemList
-
The DataTransferItemList.add() method creates a new DataTransferItem using the specified data and adds it to the drag data list.
- add(File) - Method in class akasha.DataTransferItemList
-
The DataTransferItemList.add() method creates a new DataTransferItem using the specified data and adds it to the drag data list.
- add(String...) - Method in class akasha.DOMTokenList
-
The add() method of the DOMTokenList interface adds the given token to the list.
- add - Static variable in annotation type akasha.gpu.GPUBlendOperation
-
- add(HTMLOptionElement, HTMLElement) - Method in class akasha.HTMLOptionsCollection
-
- add(HTMLOptGroupElement, HTMLElement) - Method in class akasha.HTMLOptionsCollection
-
- add(HTMLOptionElement, int) - Method in class akasha.HTMLOptionsCollection
-
- add(HTMLOptGroupElement, int) - Method in class akasha.HTMLOptionsCollection
-
- add(HTMLOptionElement) - Method in class akasha.HTMLOptionsCollection
-
- add(HTMLOptGroupElement) - Method in class akasha.HTMLOptionsCollection
-
- add(HTMLOptionElement, HTMLElement) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
- add(HTMLOptGroupElement, HTMLElement) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
- add(HTMLOptionElement, int) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
- add(HTMLOptGroupElement, int) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
- add(HTMLOptionElement) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
- add(HTMLOptGroupElement) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.add() method adds an element to the collection of option elements for this select element.
- add(Object, Object) - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the transaction’s complete event in addition to the IDBObjectStore.add request’s success event, because the transaction may still fail after the success event fires.
- add(Object) - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the transaction’s complete event in addition to the IDBObjectStore.add request’s success event, because the transaction may still fail after the success event fires.
- addAbortListener(EventListener, AddEventListenerOptions) - Method in class akasha.AbortSignal
-
- addAbortListener(EventListener, boolean) - Method in class akasha.AbortSignal
-
- addAbortListener(EventListener) - Method in class akasha.AbortSignal
-
- addAbortListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.FileReader
-
- addAbortListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- addAbortListener(ProgressEventListener) - Method in class akasha.FileReader
-
- addAbortListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addAbortListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addAbortListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addAbortListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- addAbortListener(EventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- addAbortListener(EventListener) - Method in class akasha.idb.IDBDatabase
-
- addAbortListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBTransaction
-
- addAbortListener(EventListener, boolean) - Method in class akasha.idb.IDBTransaction
-
- addAbortListener(EventListener) - Method in class akasha.idb.IDBTransaction
-
- addAbortListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- addAbortListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- addAbortListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- addAbortListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- addAbortListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- addAbortListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- addActivateListener(ExtendableEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addActivateListener(ExtendableEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addActivateListener(ExtendableEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addActivateListener(ExtendableEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addActivateListener(ExtendableEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addActivateListener(ExtendableEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addAddsourcebufferListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.SourceBufferList
-
- addAddsourcebufferListener(EventListener, boolean) - Method in class akasha.media.SourceBufferList
-
- addAddsourcebufferListener(EventListener) - Method in class akasha.media.SourceBufferList
-
- addAddtrackListener(TrackEventListener, AddEventListenerOptions) - Method in class akasha.AudioTrackList
-
- addAddtrackListener(TrackEventListener, boolean) - Method in class akasha.AudioTrackList
-
- addAddtrackListener(TrackEventListener) - Method in class akasha.AudioTrackList
-
- addAddtrackListener(MediaStreamTrackEventListener, AddEventListenerOptions) - Method in class akasha.media.MediaStream
-
- addAddtrackListener(MediaStreamTrackEventListener, boolean) - Method in class akasha.media.MediaStream
-
- addAddtrackListener(MediaStreamTrackEventListener) - Method in class akasha.media.MediaStream
-
- addAddtrackListener(TrackEventListener, AddEventListenerOptions) - Method in class akasha.TextTrackList
-
- addAddtrackListener(TrackEventListener, boolean) - Method in class akasha.TextTrackList
-
- addAddtrackListener(TrackEventListener) - Method in class akasha.TextTrackList
-
- addAddtrackListener(TrackEventListener, AddEventListenerOptions) - Method in class akasha.VideoTrackList
-
- addAddtrackListener(TrackEventListener, boolean) - Method in class akasha.VideoTrackList
-
- addAddtrackListener(TrackEventListener) - Method in class akasha.VideoTrackList
-
- addAdvertisementreceivedListener(BluetoothAdvertisingEventListener, AddEventListenerOptions) - Method in class akasha.bluetooth.BluetoothDevice
-
- addAdvertisementreceivedListener(BluetoothAdvertisingEventListener, boolean) - Method in class akasha.bluetooth.BluetoothDevice
-
- addAdvertisementreceivedListener(BluetoothAdvertisingEventListener) - Method in class akasha.bluetooth.BluetoothDevice
-
- addAfterprintListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addAfterprintListener(EventListener, boolean) - Method in class akasha.Window
-
- addAfterprintListener(EventListener) - Method in class akasha.Window
-
- addAfterprintListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addAfterprintListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addAfterprintListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addAll(JsArray<RequestInfo>) - Method in class akasha.Cache
-
The addAll() method of the Cache interface takes an array of URLs, retrieves them, and adds the resulting response objects to the given cache.
- addAll(RequestInfo...) - Method in class akasha.Cache
-
The addAll() method of the Cache interface takes an array of URLs, retrieves them, and adds the resulting response objects to the given cache.
- addAnimationcancelListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- addAnimationcancelListener(AnimationEventListener) - Method in class akasha.Document
-
- addAnimationcancelListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- addAnimationcancelListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- addAnimationcancelListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addAnimationcancelListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- addAnimationcancelListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- addAnimationcancelListener(AnimationEventListener) - Method in class akasha.Window
-
- addAnimationcancelListener(AnimationEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addAnimationcancelListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addAnimationcancelListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- addAnimationendListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- addAnimationendListener(AnimationEventListener) - Method in class akasha.Document
-
- addAnimationendListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- addAnimationendListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- addAnimationendListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addAnimationendListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- addAnimationendListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- addAnimationendListener(AnimationEventListener) - Method in class akasha.Window
-
- addAnimationendListener(AnimationEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addAnimationendListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addAnimationendListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- addAnimationiterationListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- addAnimationiterationListener(AnimationEventListener) - Method in class akasha.Document
-
- addAnimationiterationListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- addAnimationiterationListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- addAnimationiterationListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addAnimationiterationListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- addAnimationiterationListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- addAnimationiterationListener(AnimationEventListener) - Method in class akasha.Window
-
- addAnimationiterationListener(AnimationEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addAnimationiterationListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addAnimationiterationListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- addAnimationstartListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- addAnimationstartListener(AnimationEventListener) - Method in class akasha.Document
-
- addAnimationstartListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- addAnimationstartListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- addAnimationstartListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addAnimationstartListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- addAnimationstartListener(AnimationEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- addAnimationstartListener(AnimationEventListener) - Method in class akasha.Window
-
- addAnimationstartListener(AnimationEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addAnimationstartListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addAnimationstartListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- addAppinstalledListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addAppinstalledListener(EventListener, boolean) - Method in class akasha.Window
-
- addAppinstalledListener(EventListener) - Method in class akasha.Window
-
- addAppinstalledListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addAppinstalledListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addAppinstalledListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addAudioendListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addAudioendListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addAudioendListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addAudioprocessListener(AudioProcessingEventListener, AddEventListenerOptions) - Method in class akasha.audio.ScriptProcessorNode
-
- addAudioprocessListener(AudioProcessingEventListener, boolean) - Method in class akasha.audio.ScriptProcessorNode
-
- addAudioprocessListener(AudioProcessingEventListener) - Method in class akasha.audio.ScriptProcessorNode
-
- addAudiostartListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addAudiostartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addAudiostartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addAuxclickListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addAuxclickListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addAuxclickListener(MouseEventListener) - Method in class akasha.Element
-
- addAvailabilitychangedListener(EventListener, AddEventListenerOptions) - Method in class akasha.bluetooth.Bluetooth
-
- addAvailabilitychangedListener(EventListener, boolean) - Method in class akasha.bluetooth.Bluetooth
-
- addAvailabilitychangedListener(EventListener) - Method in class akasha.bluetooth.Bluetooth
-
- addBeforeinputListener(InputEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addBeforeinputListener(InputEventListener, boolean) - Method in class akasha.HTMLElement
-
- addBeforeinputListener(InputEventListener) - Method in class akasha.HTMLElement
-
- addBeforeprintListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addBeforeprintListener(EventListener, boolean) - Method in class akasha.Window
-
- addBeforeprintListener(EventListener) - Method in class akasha.Window
-
- addBeforeprintListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addBeforeprintListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addBeforeprintListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addBeforeunloadListener(BeforeUnloadEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.HTMLBodyElement
-
- addBeforeunloadListener(BeforeUnloadEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addBeforeunloadListener(BeforeUnloadEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addBeforeunloadListener(BeforeUnloadEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.Window
-
- addBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.Window
-
- addBeforeunloadListener(BeforeUnloadEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addBeforeunloadListener(BeforeUnloadEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addBeforeunloadListener(BeforeUnloadEventListener) - Static method in class akasha.WindowGlobal
-
- addBlockedListener(IDBVersionChangeEventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBOpenDBRequest
-
- addBlockedListener(IDBVersionChangeEventListener, boolean) - Method in class akasha.idb.IDBOpenDBRequest
-
- addBlockedListener(IDBVersionChangeEventListener) - Method in class akasha.idb.IDBOpenDBRequest
-
- addBlurListener(FocusEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addBlurListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- addBlurListener(FocusEventListener) - Method in class akasha.Element
-
- addBlurListener(FocusEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addBlurListener(FocusEventListener, boolean) - Method in class akasha.Window
-
- addBlurListener(FocusEventListener) - Method in class akasha.Window
-
- addBlurListener(FocusEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addBlurListener(FocusEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addBlurListener(FocusEventListener) - Static method in class akasha.WindowGlobal
-
- addBoundaryListener(SpeechSynthesisEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addBoundaryListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addBoundaryListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addBufferedamountlowListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- addBufferedamountlowListener(EventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- addBufferedamountlowListener(EventListener) - Method in class akasha.rtc.RTCDataChannel
-
- addCancelListener(AnimationPlaybackEventListener, AddEventListenerOptions) - Method in class akasha.Animation
-
- addCancelListener(AnimationPlaybackEventListener, boolean) - Method in class akasha.Animation
-
- addCancelListener(AnimationPlaybackEventListener) - Method in class akasha.Animation
-
- addCancelListener(EventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addCancelListener(EventListener, boolean) - Method in class akasha.Element
-
- addCancelListener(EventListener) - Method in class akasha.Element
-
- addCanplayListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addCanplayListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addCanplayListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addCanplaythroughListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addCanplaythroughListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addCanplaythroughListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addChangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.AudioTrackList
-
- addChangeListener(EventListener, boolean) - Method in class akasha.AudioTrackList
-
- addChangeListener(EventListener) - Method in class akasha.AudioTrackList
-
- addChangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addChangeListener(EventListener, boolean) - Method in class akasha.HTMLElement
-
- addChangeListener(EventListener) - Method in class akasha.HTMLElement
-
- addChangeListener(MediaQueryListEventListener, AddEventListenerOptions) - Method in class akasha.MediaQueryList
-
- addChangeListener(MediaQueryListEventListener, boolean) - Method in class akasha.MediaQueryList
-
- addChangeListener(MediaQueryListEventListener) - Method in class akasha.MediaQueryList
-
- addChangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.PermissionStatus
-
- addChangeListener(EventListener, boolean) - Method in class akasha.PermissionStatus
-
- addChangeListener(EventListener) - Method in class akasha.PermissionStatus
-
- addChangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.ScreenOrientation
-
- addChangeListener(EventListener, boolean) - Method in class akasha.ScreenOrientation
-
- addChangeListener(EventListener) - Method in class akasha.ScreenOrientation
-
- addChangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.TextTrackList
-
- addChangeListener(EventListener, boolean) - Method in class akasha.TextTrackList
-
- addChangeListener(EventListener) - Method in class akasha.TextTrackList
-
- addChangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.VideoTrackList
-
- addChangeListener(EventListener, boolean) - Method in class akasha.VideoTrackList
-
- addChangeListener(EventListener) - Method in class akasha.VideoTrackList
-
- addCharacteristicvaluechangedListener(ValueEventListener, AddEventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
- addCharacteristicvaluechangedListener(ValueEventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
- addCharacteristicvaluechangedListener(ValueEventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
- addClickListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addClickListener(PointerEventListener, boolean) - Method in class akasha.Element
-
- addClickListener(PointerEventListener) - Method in class akasha.Element
-
- addClickListener(EventListener, AddEventListenerOptions) - Method in class akasha.notifications.Notification
-
- addClickListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- addClickListener(EventListener) - Method in class akasha.notifications.Notification
-
- addClipboardchangeListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addClipboardchangeListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- addClipboardchangeListener(ClipboardEventListener) - Method in class akasha.Window
-
- addClipboardchangeListener(ClipboardEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addClipboardchangeListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addClipboardchangeListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- addCloseListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLDialogElement
-
- addCloseListener(EventListener, boolean) - Method in class akasha.HTMLDialogElement
-
- addCloseListener(EventListener) - Method in class akasha.HTMLDialogElement
-
- addCloseListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- addCloseListener(EventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- addCloseListener(EventListener) - Method in class akasha.idb.IDBDatabase
-
- addCloseListener(EventListener, AddEventListenerOptions) - Method in class akasha.notifications.Notification
-
- addCloseListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- addCloseListener(EventListener) - Method in class akasha.notifications.Notification
-
- addCloseListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- addCloseListener(EventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- addCloseListener(EventListener) - Method in class akasha.rtc.RTCDataChannel
-
- addCloseListener(CloseEventListener, AddEventListenerOptions) - Method in class akasha.WebSocket
-
- addCloseListener(CloseEventListener, boolean) - Method in class akasha.WebSocket
-
- addCloseListener(CloseEventListener) - Method in class akasha.WebSocket
-
- addColorStop(double, String) - Method in class akasha.CanvasGradient
-
The CanvasGradient.addColorStop() method adds a new color stop, defined by an offset and a color, to a given canvas gradient.
- addCompleteListener(OfflineAudioCompletionEventListener, AddEventListenerOptions) - Method in class akasha.audio.OfflineAudioContext
-
- addCompleteListener(OfflineAudioCompletionEventListener, boolean) - Method in class akasha.audio.OfflineAudioContext
-
- addCompleteListener(OfflineAudioCompletionEventListener) - Method in class akasha.audio.OfflineAudioContext
-
- addCompleteListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBTransaction
-
- addCompleteListener(EventListener, boolean) - Method in class akasha.idb.IDBTransaction
-
- addCompleteListener(EventListener) - Method in class akasha.idb.IDBTransaction
-
- addCompositionendListener(CompositionEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addCompositionendListener(CompositionEventListener, boolean) - Method in class akasha.Element
-
- addCompositionendListener(CompositionEventListener) - Method in class akasha.Element
-
- addCompositionstartListener(CompositionEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addCompositionstartListener(CompositionEventListener, boolean) - Method in class akasha.Element
-
- addCompositionstartListener(CompositionEventListener) - Method in class akasha.Element
-
- addCompositionupdateListener(CompositionEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addCompositionupdateListener(CompositionEventListener, boolean) - Method in class akasha.Element
-
- addCompositionupdateListener(CompositionEventListener) - Method in class akasha.Element
-
- addConnectionstatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addConnectionstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addConnectionstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addConnectListener(MessageEventListener, AddEventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- addConnectListener(MessageEventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- addConnectListener(MessageEventListener) - Static method in class akasha.SharedWorkerGlobal
-
- addConnectListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.SharedWorkerGlobalScope
-
- addConnectListener(MessageEventListener, boolean) - Method in class akasha.SharedWorkerGlobalScope
-
- addConnectListener(MessageEventListener) - Method in class akasha.SharedWorkerGlobalScope
-
- addContextlostListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- addContextlostListener(EventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- addContextlostListener(EventListener) - Method in class akasha.HTMLCanvasElement
-
- addContextlostListener(EventListener, AddEventListenerOptions) - Method in class akasha.OffscreenCanvas
-
- addContextlostListener(EventListener, boolean) - Method in class akasha.OffscreenCanvas
-
- addContextlostListener(EventListener) - Method in class akasha.OffscreenCanvas
-
- addContextmenuListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addContextmenuListener(PointerEventListener, boolean) - Method in class akasha.Element
-
- addContextmenuListener(PointerEventListener) - Method in class akasha.Element
-
- addContextrestoredListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- addContextrestoredListener(EventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- addContextrestoredListener(EventListener) - Method in class akasha.HTMLCanvasElement
-
- addContextrestoredListener(EventListener, AddEventListenerOptions) - Method in class akasha.OffscreenCanvas
-
- addContextrestoredListener(EventListener, boolean) - Method in class akasha.OffscreenCanvas
-
- addContextrestoredListener(EventListener) - Method in class akasha.OffscreenCanvas
-
- addControllerchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerContainer
-
- addControllerchangeListener(EventListener, boolean) - Method in class akasha.ServiceWorkerContainer
-
- addControllerchangeListener(EventListener) - Method in class akasha.ServiceWorkerContainer
-
- addCopyListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addCopyListener(ClipboardEventListener, boolean) - Method in class akasha.Document
-
- addCopyListener(ClipboardEventListener) - Method in class akasha.Document
-
- addCopyListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addCopyListener(ClipboardEventListener, boolean) - Method in class akasha.Element
-
- addCopyListener(ClipboardEventListener) - Method in class akasha.Element
-
- addCopyListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addCopyListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- addCopyListener(ClipboardEventListener) - Method in class akasha.Window
-
- addCopyListener(ClipboardEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addCopyListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addCopyListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- addCue(TextTrackCue) - Method in class akasha.TextTrack
-
- addCuechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLTrackElement
-
- addCuechangeListener(EventListener, boolean) - Method in class akasha.HTMLTrackElement
-
- addCuechangeListener(EventListener) - Method in class akasha.HTMLTrackElement
-
- addCuechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.TextTrack
-
- addCuechangeListener(EventListener, boolean) - Method in class akasha.TextTrack
-
- addCuechangeListener(EventListener) - Method in class akasha.TextTrack
-
- addCutListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addCutListener(ClipboardEventListener, boolean) - Method in class akasha.Document
-
- addCutListener(ClipboardEventListener) - Method in class akasha.Document
-
- addCutListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addCutListener(ClipboardEventListener, boolean) - Method in class akasha.Element
-
- addCutListener(ClipboardEventListener) - Method in class akasha.Element
-
- addCutListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addCutListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- addCutListener(ClipboardEventListener) - Method in class akasha.Window
-
- addCutListener(ClipboardEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addCutListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addCutListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- addDatachannelListener(RTCDataChannelEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addDatachannelListener(RTCDataChannelEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addDatachannelListener(RTCDataChannelEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addDblclickListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addDblclickListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addDblclickListener(MouseEventListener) - Method in class akasha.Element
-
- addDevicechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.MediaDevices
-
- addDevicechangeListener(EventListener, boolean) - Method in class akasha.media.MediaDevices
-
- addDevicechangeListener(EventListener) - Method in class akasha.media.MediaDevices
-
- addDevicechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.xr.XRSystem
-
- addDevicechangeListener(EventListener, boolean) - Method in class akasha.xr.XRSystem
-
- addDevicechangeListener(EventListener) - Method in class akasha.xr.XRSystem
-
- addDevicemotionListener(DeviceMotionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDevicemotionListener(DeviceMotionEventListener, boolean) - Method in class akasha.Window
-
- addDevicemotionListener(DeviceMotionEventListener) - Method in class akasha.Window
-
- addDevicemotionListener(DeviceMotionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDevicemotionListener(DeviceMotionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDevicemotionListener(DeviceMotionEventListener) - Static method in class akasha.WindowGlobal
-
- addDeviceorientationListener(DeviceOrientationEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDeviceorientationListener(DeviceOrientationEventListener, boolean) - Method in class akasha.Window
-
- addDeviceorientationListener(DeviceOrientationEventListener) - Method in class akasha.Window
-
- addDeviceorientationListener(DeviceOrientationEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDeviceorientationListener(DeviceOrientationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDeviceorientationListener(DeviceOrientationEventListener) - Static method in class akasha.WindowGlobal
-
- addDOMActivateListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addDOMActivateListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addDOMActivateListener(MouseEventListener) - Method in class akasha.Element
-
- addDOMContentLoadedListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDOMContentLoadedListener(EventListener, boolean) - Method in class akasha.Document
-
- addDOMContentLoadedListener(EventListener) - Method in class akasha.Document
-
- addDOMContentLoadedListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDOMContentLoadedListener(EventListener, boolean) - Method in class akasha.Window
-
- addDOMContentLoadedListener(EventListener) - Method in class akasha.Window
-
- addDOMContentLoadedListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDOMContentLoadedListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDOMContentLoadedListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addDragendListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDragendListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDragendListener(DragEventListener) - Method in class akasha.Document
-
- addDragendListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addDragendListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- addDragendListener(DragEventListener) - Method in class akasha.HTMLElement
-
- addDragendListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addDragendListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addDragendListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- addDragendListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDragendListener(DragEventListener, boolean) - Method in class akasha.Window
-
- addDragendListener(DragEventListener) - Method in class akasha.Window
-
- addDragendListener(DragEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDragendListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDragendListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- addDragenterListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDragenterListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDragenterListener(DragEventListener) - Method in class akasha.Document
-
- addDragenterListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addDragenterListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- addDragenterListener(DragEventListener) - Method in class akasha.HTMLElement
-
- addDragenterListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addDragenterListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addDragenterListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- addDragenterListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDragenterListener(DragEventListener, boolean) - Method in class akasha.Window
-
- addDragenterListener(DragEventListener) - Method in class akasha.Window
-
- addDragenterListener(DragEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDragenterListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDragenterListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- addDragexitListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDragexitListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDragexitListener(DragEventListener) - Method in class akasha.Document
-
- addDragleaveListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDragleaveListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDragleaveListener(DragEventListener) - Method in class akasha.Document
-
- addDragleaveListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addDragleaveListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- addDragleaveListener(DragEventListener) - Method in class akasha.HTMLElement
-
- addDragleaveListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addDragleaveListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addDragleaveListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- addDragleaveListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDragleaveListener(DragEventListener, boolean) - Method in class akasha.Window
-
- addDragleaveListener(DragEventListener) - Method in class akasha.Window
-
- addDragleaveListener(DragEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDragleaveListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDragleaveListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- addDragListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDragListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDragListener(DragEventListener) - Method in class akasha.Document
-
- addDragListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addDragListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- addDragListener(DragEventListener) - Method in class akasha.HTMLElement
-
- addDragListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addDragListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addDragListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- addDragListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDragListener(DragEventListener, boolean) - Method in class akasha.Window
-
- addDragListener(DragEventListener) - Method in class akasha.Window
-
- addDragListener(DragEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDragListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDragListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- addDragoverListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDragoverListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDragoverListener(DragEventListener) - Method in class akasha.Document
-
- addDragoverListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addDragoverListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- addDragoverListener(DragEventListener) - Method in class akasha.HTMLElement
-
- addDragoverListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addDragoverListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addDragoverListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- addDragoverListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDragoverListener(DragEventListener, boolean) - Method in class akasha.Window
-
- addDragoverListener(DragEventListener) - Method in class akasha.Window
-
- addDragoverListener(DragEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDragoverListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDragoverListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- addDragstartListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDragstartListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDragstartListener(DragEventListener) - Method in class akasha.Document
-
- addDragstartListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addDragstartListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- addDragstartListener(DragEventListener) - Method in class akasha.HTMLElement
-
- addDragstartListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addDragstartListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addDragstartListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- addDragstartListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDragstartListener(DragEventListener, boolean) - Method in class akasha.Window
-
- addDragstartListener(DragEventListener) - Method in class akasha.Window
-
- addDragstartListener(DragEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDragstartListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDragstartListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- addDropListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addDropListener(DragEventListener, boolean) - Method in class akasha.Document
-
- addDropListener(DragEventListener) - Method in class akasha.Document
-
- addDropListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addDropListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- addDropListener(DragEventListener) - Method in class akasha.HTMLElement
-
- addDropListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addDropListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addDropListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- addDropListener(DragEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addDropListener(DragEventListener, boolean) - Method in class akasha.Window
-
- addDropListener(DragEventListener) - Method in class akasha.Window
-
- addDropListener(DragEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addDropListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addDropListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- addDurationchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addDurationchangeListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addDurationchangeListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- added() - Method in class akasha.xr.XRInputSourcesChangeEvent
-
The read-only XRInputSourcesChangeEvent property added is a list of zero or more input sources, each identified using an XRInputSource object, which have been newly made available for use.
- added() - Method in interface akasha.xr.XRInputSourcesChangeEventInit
-
The XRInputSourcesChangeEventInit property added specifies a list of input sources, each identified using an XRInputSource object, which the represented inputsourceschange event is to indicate are newly available for use.
- added(JsArray<XRInputSource>) - Method in interface akasha.xr.XRInputSourcesChangeEventInit.Step1
-
- addedNodes() - Method in class akasha.MutationRecord
-
- addEmptiedListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addEmptiedListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addEmptiedListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addEndedListener(EventListener, AddEventListenerOptions) - Method in class akasha.audio.AudioScheduledSourceNode
-
- addEndedListener(EventListener, boolean) - Method in class akasha.audio.AudioScheduledSourceNode
-
- addEndedListener(EventListener) - Method in class akasha.audio.AudioScheduledSourceNode
-
- addEndedListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addEndedListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addEndedListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addEndedListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.MediaStreamTrack
-
- addEndedListener(EventListener, boolean) - Method in class akasha.media.MediaStreamTrack
-
- addEndedListener(EventListener) - Method in class akasha.media.MediaStreamTrack
-
- addEndListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addEndListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addEndListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addEndListener(SpeechSynthesisEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addEndListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addEndListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addEnterListener(EventListener, AddEventListenerOptions) - Method in class akasha.TextTrackCue
-
- addEnterListener(EventListener, boolean) - Method in class akasha.TextTrackCue
-
- addEnterListener(EventListener) - Method in class akasha.TextTrackCue
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addErrorListener(ErrorEventListener, boolean) - Method in class akasha.Document
-
- addErrorListener(ErrorEventListener) - Method in class akasha.Document
-
- addErrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.EventSource
-
- addErrorListener(EventListener, boolean) - Method in class akasha.EventSource
-
- addErrorListener(EventListener) - Method in class akasha.EventSource
-
- addErrorListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.FileReader
-
- addErrorListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- addErrorListener(ProgressEventListener) - Method in class akasha.FileReader
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addErrorListener(ErrorEventListener, boolean) - Method in class akasha.HTMLElement
-
- addErrorListener(ErrorEventListener) - Method in class akasha.HTMLElement
-
- addErrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- addErrorListener(EventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- addErrorListener(EventListener) - Method in class akasha.idb.IDBDatabase
-
- addErrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBRequest
-
- addErrorListener(EventListener, boolean) - Method in class akasha.idb.IDBRequest
-
- addErrorListener(EventListener) - Method in class akasha.idb.IDBRequest
-
- addErrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBTransaction
-
- addErrorListener(EventListener, boolean) - Method in class akasha.idb.IDBTransaction
-
- addErrorListener(EventListener) - Method in class akasha.idb.IDBTransaction
-
- addErrorListener(MediaRecorderErrorEventListener, AddEventListenerOptions) - Method in class akasha.media.MediaRecorder
-
- addErrorListener(MediaRecorderErrorEventListener, boolean) - Method in class akasha.media.MediaRecorder
-
- addErrorListener(MediaRecorderErrorEventListener) - Method in class akasha.media.MediaRecorder
-
- addErrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- addErrorListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- addErrorListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- addErrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.notifications.Notification
-
- addErrorListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- addErrorListener(EventListener) - Method in class akasha.notifications.Notification
-
- addErrorListener(RTCErrorEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- addErrorListener(RTCErrorEventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- addErrorListener(RTCErrorEventListener) - Method in class akasha.rtc.RTCDataChannel
-
- addErrorListener(RTCErrorEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDtlsTransport
-
- addErrorListener(RTCErrorEventListener, boolean) - Method in class akasha.rtc.RTCDtlsTransport
-
- addErrorListener(RTCErrorEventListener) - Method in class akasha.rtc.RTCDtlsTransport
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorker
-
- addErrorListener(ErrorEventListener, boolean) - Method in class akasha.ServiceWorker
-
- addErrorListener(ErrorEventListener) - Method in class akasha.ServiceWorker
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Method in class akasha.SharedWorker
-
- addErrorListener(ErrorEventListener, boolean) - Method in class akasha.SharedWorker
-
- addErrorListener(ErrorEventListener) - Method in class akasha.SharedWorker
-
- addErrorListener(SpeechRecognitionErrorEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addErrorListener(SpeechRecognitionErrorEventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addErrorListener(SpeechRecognitionErrorEventListener) - Method in class akasha.speech.SpeechRecognition
-
- addErrorListener(SpeechSynthesisErrorEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addErrorListener(SpeechSynthesisErrorEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addErrorListener(SpeechSynthesisErrorEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addErrorListener(ErrorEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addErrorListener(ErrorEventListener) - Method in class akasha.svg.SVGElement
-
- addErrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.WebSocket
-
- addErrorListener(EventListener, boolean) - Method in class akasha.WebSocket
-
- addErrorListener(EventListener) - Method in class akasha.WebSocket
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addErrorListener(ErrorEventListener, boolean) - Method in class akasha.Window
-
- addErrorListener(ErrorEventListener) - Method in class akasha.Window
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addErrorListener(ErrorEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addErrorListener(ErrorEventListener) - Static method in class akasha.WindowGlobal
-
- addErrorListener(ErrorEventListener, AddEventListenerOptions) - Method in class akasha.Worker
-
- addErrorListener(ErrorEventListener, boolean) - Method in class akasha.Worker
-
- addErrorListener(ErrorEventListener) - Method in class akasha.Worker
-
- addErrorListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- addErrorListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- addErrorListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- addEventListener(String, EventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, AddEventListenerOptions) - Method in class akasha.EventTarget
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, boolean) - Method in class akasha.EventTarget
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener) - Method in class akasha.EventTarget
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, AddEventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, AddEventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener) - Static method in class akasha.SharedWorkerGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener, boolean) - Static method in class akasha.WindowGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(String, EventListener) - Static method in class akasha.WindowGlobal
-
The EventTarget method addEventListener() sets up a function that will be called whenever the specified event is delivered to the target.
- AddEventListenerOptions - Interface in akasha
-
- AddEventListenerOptions.Builder - Interface in akasha
-
- addExitListener(EventListener, AddEventListenerOptions) - Method in class akasha.TextTrackCue
-
- addExitListener(EventListener, boolean) - Method in class akasha.TextTrackCue
-
- addExitListener(EventListener) - Method in class akasha.TextTrackCue
-
- addFetchListener(FetchEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addFetchListener(FetchEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addFetchListener(FetchEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addFetchListener(FetchEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addFetchListener(FetchEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addFetchListener(FetchEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addFinishListener(AnimationPlaybackEventListener, AddEventListenerOptions) - Method in class akasha.Animation
-
- addFinishListener(AnimationPlaybackEventListener, boolean) - Method in class akasha.Animation
-
- addFinishListener(AnimationPlaybackEventListener) - Method in class akasha.Animation
-
- addFocusinListener(FocusEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addFocusinListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- addFocusinListener(FocusEventListener) - Method in class akasha.Element
-
- addFocusListener(FocusEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addFocusListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- addFocusListener(FocusEventListener) - Method in class akasha.Element
-
- addFocusListener(FocusEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addFocusListener(FocusEventListener, boolean) - Method in class akasha.Window
-
- addFocusListener(FocusEventListener) - Method in class akasha.Window
-
- addFocusListener(FocusEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addFocusListener(FocusEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addFocusListener(FocusEventListener) - Static method in class akasha.WindowGlobal
-
- addFocusoutListener(FocusEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addFocusoutListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- addFocusoutListener(FocusEventListener) - Method in class akasha.Element
-
- addFormdataListener(FormDataEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFormElement
-
- addFormdataListener(FormDataEventListener, boolean) - Method in class akasha.HTMLFormElement
-
- addFormdataListener(FormDataEventListener) - Method in class akasha.HTMLFormElement
-
- addFromString(String, float) - Method in class akasha.speech.SpeechGrammarList
-
The addFromString() method of the SpeechGrammarList interface takes a grammar present in a specific DOMString within the code base (e.g.
- addFromString(String) - Method in class akasha.speech.SpeechGrammarList
-
The addFromString() method of the SpeechGrammarList interface takes a grammar present in a specific DOMString within the code base (e.g.
- addFromURI(String, float) - Method in class akasha.speech.SpeechGrammarList
-
The addFromURI() method of the SpeechGrammarList interface takes a grammar present at a specific URI and adds it to the SpeechGrammarList as a new SpeechGrammar object.
- addFromURI(String) - Method in class akasha.speech.SpeechGrammarList
-
The addFromURI() method of the SpeechGrammarList interface takes a grammar present at a specific URI and adds it to the SpeechGrammarList as a new SpeechGrammar object.
- addFullscreenchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addFullscreenchangeListener(EventListener, boolean) - Method in class akasha.Document
-
- addFullscreenchangeListener(EventListener) - Method in class akasha.Document
-
- addFullscreenchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addFullscreenchangeListener(EventListener, boolean) - Method in class akasha.Element
-
- addFullscreenchangeListener(EventListener) - Method in class akasha.Element
-
- addFullscreenerrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addFullscreenerrorListener(EventListener, boolean) - Method in class akasha.Element
-
- addFullscreenerrorListener(EventListener) - Method in class akasha.Element
-
- addGamepadconnectedListener(GamepadEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addGamepadconnectedListener(GamepadEventListener, boolean) - Method in class akasha.Window
-
- addGamepadconnectedListener(GamepadEventListener) - Method in class akasha.Window
-
- addGamepadconnectedListener(GamepadEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addGamepadconnectedListener(GamepadEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addGamepadconnectedListener(GamepadEventListener) - Static method in class akasha.WindowGlobal
-
- addGamepaddisconnectedListener(GamepadEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addGamepaddisconnectedListener(GamepadEventListener, boolean) - Method in class akasha.Window
-
- addGamepaddisconnectedListener(GamepadEventListener) - Method in class akasha.Window
-
- addGamepaddisconnectedListener(GamepadEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addGamepaddisconnectedListener(GamepadEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addGamepaddisconnectedListener(GamepadEventListener) - Static method in class akasha.WindowGlobal
-
- addGatheringstatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCIceTransport
-
- addGatheringstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCIceTransport
-
- addGatheringstatechangeListener(EventListener) - Method in class akasha.rtc.RTCIceTransport
-
- addGattserverdisconnectedListener(EventListener, AddEventListenerOptions) - Method in class akasha.bluetooth.BluetoothDevice
-
- addGattserverdisconnectedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothDevice
-
- addGattserverdisconnectedListener(EventListener) - Method in class akasha.bluetooth.BluetoothDevice
-
- addGotpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addGotpointercaptureListener(PointerEventListener) - Method in class akasha.Document
-
- addGotpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addGotpointercaptureListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addGotpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addGotpointercaptureListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addGotpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addGotpointercaptureListener(PointerEventListener) - Method in class akasha.Window
-
- addGotpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addGotpointercaptureListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addGotpointercaptureListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addHashchangeListener(HashChangeEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addHashchangeListener(HashChangeEventListener) - Method in class akasha.HTMLBodyElement
-
- addHashchangeListener(HashChangeEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addHashchangeListener(HashChangeEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addHashchangeListener(HashChangeEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addHashchangeListener(HashChangeEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addHashchangeListener(HashChangeEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.Window
-
- addHashchangeListener(HashChangeEventListener) - Method in class akasha.Window
-
- addHashchangeListener(HashChangeEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addHashchangeListener(HashChangeEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addHashchangeListener(HashChangeEventListener) - Static method in class akasha.WindowGlobal
-
- addIceCandidate(RTCIceCandidateInit) - Method in class akasha.rtc.RTCPeerConnection
-
When a web site or app using RTCPeerConnection receives a new ICE candidate from the remote peer over its signaling channel, it delivers the newly-received candidate to the browser's ICE agent by calling RTCPeerConnection.addIceCandidate().
- addIceCandidate() - Method in class akasha.rtc.RTCPeerConnection
-
When a web site or app using RTCPeerConnection receives a new ICE candidate from the remote peer over its signaling channel, it delivers the newly-received candidate to the browser's ICE agent by calling RTCPeerConnection.addIceCandidate().
- addIceCandidate(RTCIceCandidateInit, VoidFunction, RTCPeerConnectionErrorCallback) - Method in class akasha.rtc.RTCPeerConnection
-
When a web site or app using RTCPeerConnection receives a new ICE candidate from the remote peer over its signaling channel, it delivers the newly-received candidate to the browser's ICE agent by calling RTCPeerConnection.addIceCandidate().
- addIcecandidateerrorListener(RTCPeerConnectionIceErrorEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcecandidateerrorListener(RTCPeerConnectionIceErrorEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcecandidateerrorListener(RTCPeerConnectionIceErrorEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcecandidateListener(RTCPeerConnectionIceEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcecandidateListener(RTCPeerConnectionIceEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcecandidateListener(RTCPeerConnectionIceEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addIceconnectionstatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addIceconnectionstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addIceconnectionstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcegatheringstatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcegatheringstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addIcegatheringstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addInputListener(InputEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addInputListener(InputEventListener, boolean) - Method in class akasha.HTMLElement
-
- addInputListener(InputEventListener) - Method in class akasha.HTMLElement
-
- addInstallListener(ExtendableEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addInstallListener(ExtendableEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addInstallListener(ExtendableEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addInstallListener(ExtendableEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addInstallListener(ExtendableEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addInstallListener(ExtendableEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addInvalidListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addInvalidListener(EventListener, boolean) - Method in class akasha.HTMLElement
-
- addInvalidListener(EventListener) - Method in class akasha.HTMLElement
-
- ADDITION - Static variable in class akasha.MutationEvent
-
- additional_name - Static variable in annotation type akasha.AutocompleteType
-
The middle name.
- additionalData() - Method in interface akasha.crypto.AesGcmParams
-
- additionalData(BufferSource) - Method in interface akasha.crypto.AesGcmParams.Builder
-
- additive - Static variable in annotation type akasha.xr.XREnvironmentBlendMode
-
- additiveSymbols - Variable in class akasha.CSSCounterStyleRule
-
- addKeydownListener(KeyboardEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addKeydownListener(KeyboardEventListener, boolean) - Method in class akasha.Document
-
- addKeydownListener(KeyboardEventListener) - Method in class akasha.Document
-
- addKeypressListener(KeyboardEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addKeypressListener(KeyboardEventListener, boolean) - Method in class akasha.Document
-
- addKeypressListener(KeyboardEventListener) - Method in class akasha.Document
-
- addKeystatuseschangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.MediaKeySession
-
- addKeystatuseschangeListener(EventListener, boolean) - Method in class akasha.MediaKeySession
-
- addKeystatuseschangeListener(EventListener) - Method in class akasha.MediaKeySession
-
- addKeyupListener(KeyboardEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addKeyupListener(KeyboardEventListener, boolean) - Method in class akasha.Document
-
- addKeyupListener(KeyboardEventListener) - Method in class akasha.Document
-
- addLanguagechangeListener(EventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- addLanguagechangeListener(EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- addLanguagechangeListener(EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- addLanguagechangeListener(EventListener, AddEventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addLanguagechangeListener(EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addLanguagechangeListener(EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addLanguagechangeListener(EventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addLanguagechangeListener(EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addLanguagechangeListener(EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addLanguagechangeListener(EventListener, AddEventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- addLanguagechangeListener(EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- addLanguagechangeListener(EventListener) - Static method in class akasha.SharedWorkerGlobal
-
- addLanguagechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addLanguagechangeListener(EventListener, boolean) - Method in class akasha.Window
-
- addLanguagechangeListener(EventListener) - Method in class akasha.Window
-
- addLanguagechangeListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addLanguagechangeListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addLanguagechangeListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addLanguagechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- addLanguagechangeListener(EventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- addLanguagechangeListener(EventListener) - Method in class akasha.WorkerGlobalScope
-
- addListener(EventListener) - Method in class akasha.MediaQueryList
-
The addListener() method of the MediaQueryList interface adds a listener to the MediaQueryListener that will run a custom callback function in response to the media query status changing.
- addLoadeddataListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addLoadeddataListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addLoadeddataListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addLoadedmetadataListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addLoadedmetadataListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addLoadedmetadataListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addLoadendListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.FileReader
-
- addLoadendListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- addLoadendListener(ProgressEventListener) - Method in class akasha.FileReader
-
- addLoadendListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadendListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadendListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.FileReader
-
- addLoadListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- addLoadListener(ProgressEventListener) - Method in class akasha.FileReader
-
- addLoadListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addLoadListener(EventListener, boolean) - Method in class akasha.Window
-
- addLoadListener(EventListener) - Method in class akasha.Window
-
- addLoadListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addLoadListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addLoadListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addLoadListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadstartListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.FileReader
-
- addLoadstartListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- addLoadstartListener(ProgressEventListener) - Method in class akasha.FileReader
-
- addLoadstartListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addLoadstartListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addLoadstartListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addLoadstartListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadstartListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLoadstartListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- addLostpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addLostpointercaptureListener(PointerEventListener) - Method in class akasha.Document
-
- addLostpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addLostpointercaptureListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addLostpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addLostpointercaptureListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addLostpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addLostpointercaptureListener(PointerEventListener) - Method in class akasha.Window
-
- addLostpointercaptureListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addLostpointercaptureListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addLostpointercaptureListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addMarkListener(SpeechSynthesisEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addMarkListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addMarkListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.BroadcastChannel
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.BroadcastChannel
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.BroadcastChannel
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- addMessageerrorListener(MessageEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- addMessageerrorListener(MessageEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.DedicatedWorkerGlobalScope
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.DedicatedWorkerGlobalScope
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.DedicatedWorkerGlobalScope
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.HTMLBodyElement
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.MessagePort
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.MessagePort
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.MessagePort
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerContainer
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.ServiceWorkerContainer
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.ServiceWorkerContainer
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addMessageerrorListener(MessageEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addMessageerrorListener(MessageEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.Window
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.Window
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addMessageerrorListener(MessageEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addMessageerrorListener(MessageEventListener) - Static method in class akasha.WindowGlobal
-
- addMessageerrorListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.Worker
-
- addMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.Worker
-
- addMessageerrorListener(MessageEventListener) - Method in class akasha.Worker
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.BroadcastChannel
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.BroadcastChannel
-
- addMessageListener(MessageEventListener) - Method in class akasha.BroadcastChannel
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- addMessageListener(MessageEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- addMessageListener(MessageEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.DedicatedWorkerGlobalScope
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.DedicatedWorkerGlobalScope
-
- addMessageListener(MessageEventListener) - Method in class akasha.DedicatedWorkerGlobalScope
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.EventSource
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.EventSource
-
- addMessageListener(MessageEventListener) - Method in class akasha.EventSource
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addMessageListener(MessageEventListener) - Method in class akasha.HTMLBodyElement
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addMessageListener(MessageEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addMessageListener(MediaKeyMessageEventListener, AddEventListenerOptions) - Method in class akasha.MediaKeySession
-
- addMessageListener(MediaKeyMessageEventListener, boolean) - Method in class akasha.MediaKeySession
-
- addMessageListener(MediaKeyMessageEventListener) - Method in class akasha.MediaKeySession
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.MessagePort
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.MessagePort
-
- addMessageListener(MessageEventListener) - Method in class akasha.MessagePort
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- addMessageListener(MessageEventListener) - Method in class akasha.rtc.RTCDataChannel
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerContainer
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.ServiceWorkerContainer
-
- addMessageListener(MessageEventListener) - Method in class akasha.ServiceWorkerContainer
-
- addMessageListener(ExtendableMessageEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addMessageListener(ExtendableMessageEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addMessageListener(ExtendableMessageEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addMessageListener(ExtendableMessageEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addMessageListener(ExtendableMessageEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addMessageListener(ExtendableMessageEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addMessageListener(MessageEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.WebSocket
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.WebSocket
-
- addMessageListener(MessageEventListener) - Method in class akasha.WebSocket
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.Window
-
- addMessageListener(MessageEventListener) - Method in class akasha.Window
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addMessageListener(MessageEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addMessageListener(MessageEventListener) - Static method in class akasha.WindowGlobal
-
- addMessageListener(MessageEventListener, AddEventListenerOptions) - Method in class akasha.Worker
-
- addMessageListener(MessageEventListener, boolean) - Method in class akasha.Worker
-
- addMessageListener(MessageEventListener) - Method in class akasha.Worker
-
- addModule(String, WorkletOptions) - Method in class akasha.Worklet
-
The addModule() method of the Worklet interface loads the module in the given JavaScript file and adds it to the current Worklet.
- addModule(String) - Method in class akasha.Worklet
-
The addModule() method of the Worklet interface loads the module in the given JavaScript file and adds it to the current Worklet.
- addMousedownListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addMousedownListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addMousedownListener(MouseEventListener) - Method in class akasha.Element
-
- addMouseenterListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addMouseenterListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addMouseenterListener(MouseEventListener) - Method in class akasha.Element
-
- addMouseleaveListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addMouseleaveListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addMouseleaveListener(MouseEventListener) - Method in class akasha.Element
-
- addMousemoveListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addMousemoveListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addMousemoveListener(MouseEventListener) - Method in class akasha.Element
-
- addMouseoutListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addMouseoutListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addMouseoutListener(MouseEventListener) - Method in class akasha.Element
-
- addMouseoverListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addMouseoverListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addMouseoverListener(MouseEventListener) - Method in class akasha.Element
-
- addMouseupListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addMouseupListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addMouseupListener(MouseEventListener) - Method in class akasha.Element
-
- addMuteListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.MediaStreamTrack
-
- addMuteListener(EventListener, boolean) - Method in class akasha.media.MediaStreamTrack
-
- addMuteListener(EventListener) - Method in class akasha.media.MediaStreamTrack
-
- addNegotiationneededListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addNegotiationneededListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addNegotiationneededListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addNomatchListener(SpeechRecognitionEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addNomatchListener(SpeechRecognitionEventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addNomatchListener(SpeechRecognitionEventListener) - Method in class akasha.speech.SpeechRecognition
-
- addNotificationclickListener(NotificationEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addNotificationclickListener(NotificationEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addNotificationclickListener(NotificationEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addNotificationclickListener(NotificationEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addNotificationclickListener(NotificationEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addNotificationclickListener(NotificationEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addNotificationcloseListener(NotificationEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addNotificationcloseListener(NotificationEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addNotificationcloseListener(NotificationEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addNotificationcloseListener(NotificationEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addNotificationcloseListener(NotificationEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addNotificationcloseListener(NotificationEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addOfflineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- addOfflineListener(EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- addOfflineListener(EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- addOfflineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addOfflineListener(EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addOfflineListener(EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addOfflineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addOfflineListener(EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addOfflineListener(EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addOfflineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- addOfflineListener(EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- addOfflineListener(EventListener) - Static method in class akasha.SharedWorkerGlobal
-
- addOfflineListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addOfflineListener(EventListener, boolean) - Method in class akasha.Window
-
- addOfflineListener(EventListener) - Method in class akasha.Window
-
- addOfflineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addOfflineListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addOfflineListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addOfflineListener(EventListener, AddEventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- addOfflineListener(EventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- addOfflineListener(EventListener) - Method in class akasha.WorkerGlobalScope
-
- addOnlineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- addOnlineListener(EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- addOnlineListener(EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- addOnlineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addOnlineListener(EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addOnlineListener(EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addOnlineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addOnlineListener(EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addOnlineListener(EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addOnlineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- addOnlineListener(EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- addOnlineListener(EventListener) - Static method in class akasha.SharedWorkerGlobal
-
- addOnlineListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addOnlineListener(EventListener, boolean) - Method in class akasha.Window
-
- addOnlineListener(EventListener) - Method in class akasha.Window
-
- addOnlineListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addOnlineListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addOnlineListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addOnlineListener(EventListener, AddEventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- addOnlineListener(EventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- addOnlineListener(EventListener) - Method in class akasha.WorkerGlobalScope
-
- addOpenListener(EventListener, AddEventListenerOptions) - Method in class akasha.EventSource
-
- addOpenListener(EventListener, boolean) - Method in class akasha.EventSource
-
- addOpenListener(EventListener) - Method in class akasha.EventSource
-
- addOpenListener(RTCDataChannelEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- addOpenListener(RTCDataChannelEventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- addOpenListener(RTCDataChannelEventListener) - Method in class akasha.rtc.RTCDataChannel
-
- addOpenListener(EventListener, AddEventListenerOptions) - Method in class akasha.WebSocket
-
- addOpenListener(EventListener, boolean) - Method in class akasha.WebSocket
-
- addOpenListener(EventListener) - Method in class akasha.WebSocket
-
- addOrientationchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addOrientationchangeListener(EventListener, boolean) - Method in class akasha.Window
-
- addOrientationchangeListener(EventListener) - Method in class akasha.Window
-
- addOrientationchangeListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addOrientationchangeListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addOrientationchangeListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addPagehideListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addPagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addPagehideListener(PageTransitionEventListener) - Method in class akasha.HTMLBodyElement
-
- addPagehideListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addPagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addPagehideListener(PageTransitionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addPagehideListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addPagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addPagehideListener(PageTransitionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addPagehideListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.Window
-
- addPagehideListener(PageTransitionEventListener) - Method in class akasha.Window
-
- addPagehideListener(PageTransitionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPagehideListener(PageTransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPagehideListener(PageTransitionEventListener) - Static method in class akasha.WindowGlobal
-
- addPageshowListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addPageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addPageshowListener(PageTransitionEventListener) - Method in class akasha.HTMLBodyElement
-
- addPageshowListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addPageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addPageshowListener(PageTransitionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addPageshowListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addPageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addPageshowListener(PageTransitionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addPageshowListener(PageTransitionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.Window
-
- addPageshowListener(PageTransitionEventListener) - Method in class akasha.Window
-
- addPageshowListener(PageTransitionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPageshowListener(PageTransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPageshowListener(PageTransitionEventListener) - Static method in class akasha.WindowGlobal
-
- addPasteListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPasteListener(ClipboardEventListener, boolean) - Method in class akasha.Document
-
- addPasteListener(ClipboardEventListener) - Method in class akasha.Document
-
- addPasteListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addPasteListener(ClipboardEventListener, boolean) - Method in class akasha.Element
-
- addPasteListener(ClipboardEventListener) - Method in class akasha.Element
-
- addPasteListener(ClipboardEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPasteListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- addPasteListener(ClipboardEventListener) - Method in class akasha.Window
-
- addPasteListener(ClipboardEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPasteListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPasteListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- addPath(Path2D, DOMMatrix2DInit) - Method in class akasha.Path2D
-
The Path2D.addPath() method of the Canvas 2D API adds one Path2D object to another Path2D object.
- addPath(Path2D) - Method in class akasha.Path2D
-
The Path2D.addPath() method of the Canvas 2D API adds one Path2D object to another Path2D object.
- addPauseListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addPauseListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addPauseListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addPauseListener(SpeechSynthesisEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addPauseListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addPauseListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addPeeridentityListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addPeeridentityListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addPeeridentityListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addPlayingListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addPlayingListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addPlayingListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addPlayListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addPlayListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addPlayListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addPointercancelListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointercancelListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointercancelListener(PointerEventListener) - Method in class akasha.Document
-
- addPointercancelListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointercancelListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointercancelListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointercancelListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointercancelListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointercancelListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointercancelListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointercancelListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointercancelListener(PointerEventListener) - Method in class akasha.Window
-
- addPointercancelListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointercancelListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointercancelListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPointerdownListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointerdownListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointerdownListener(PointerEventListener) - Method in class akasha.Document
-
- addPointerdownListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointerdownListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointerdownListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointerdownListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointerdownListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointerdownListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointerdownListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointerdownListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointerdownListener(PointerEventListener) - Method in class akasha.Window
-
- addPointerdownListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointerdownListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointerdownListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPointerenterListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointerenterListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointerenterListener(PointerEventListener) - Method in class akasha.Document
-
- addPointerenterListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointerenterListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointerenterListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointerenterListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointerenterListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointerenterListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointerenterListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointerenterListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointerenterListener(PointerEventListener) - Method in class akasha.Window
-
- addPointerenterListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointerenterListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointerenterListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPointerleaveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointerleaveListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointerleaveListener(PointerEventListener) - Method in class akasha.Document
-
- addPointerleaveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointerleaveListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointerleaveListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointerleaveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointerleaveListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointerleaveListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointerleaveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointerleaveListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointerleaveListener(PointerEventListener) - Method in class akasha.Window
-
- addPointerleaveListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointerleaveListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointerleaveListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPointerlockchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointerlockchangeListener(EventListener, boolean) - Method in class akasha.Document
-
- addPointerlockchangeListener(EventListener) - Method in class akasha.Document
-
- addPointerlockerrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointerlockerrorListener(EventListener, boolean) - Method in class akasha.Document
-
- addPointerlockerrorListener(EventListener) - Method in class akasha.Document
-
- addPointermoveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointermoveListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointermoveListener(PointerEventListener) - Method in class akasha.Document
-
- addPointermoveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointermoveListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointermoveListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointermoveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointermoveListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointermoveListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointermoveListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointermoveListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointermoveListener(PointerEventListener) - Method in class akasha.Window
-
- addPointermoveListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointermoveListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointermoveListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPointeroutListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointeroutListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointeroutListener(PointerEventListener) - Method in class akasha.Document
-
- addPointeroutListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointeroutListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointeroutListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointeroutListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointeroutListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointeroutListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointeroutListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointeroutListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointeroutListener(PointerEventListener) - Method in class akasha.Window
-
- addPointeroutListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointeroutListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointeroutListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPointeroverListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointeroverListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointeroverListener(PointerEventListener) - Method in class akasha.Document
-
- addPointeroverListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointeroverListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointeroverListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointeroverListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointeroverListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointeroverListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointeroverListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointeroverListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointeroverListener(PointerEventListener) - Method in class akasha.Window
-
- addPointeroverListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointeroverListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointeroverListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPointerupListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addPointerupListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- addPointerupListener(PointerEventListener) - Method in class akasha.Document
-
- addPointerupListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addPointerupListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- addPointerupListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- addPointerupListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addPointerupListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addPointerupListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- addPointerupListener(PointerEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPointerupListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- addPointerupListener(PointerEventListener) - Method in class akasha.Window
-
- addPointerupListener(PointerEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPointerupListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPointerupListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- addPopstateListener(PopStateEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addPopstateListener(PopStateEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addPopstateListener(PopStateEventListener) - Method in class akasha.HTMLBodyElement
-
- addPopstateListener(PopStateEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addPopstateListener(PopStateEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addPopstateListener(PopStateEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addPopstateListener(PopStateEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addPopstateListener(PopStateEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addPopstateListener(PopStateEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addPopstateListener(PopStateEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addPopstateListener(PopStateEventListener, boolean) - Method in class akasha.Window
-
- addPopstateListener(PopStateEventListener) - Method in class akasha.Window
-
- addPopstateListener(PopStateEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addPopstateListener(PopStateEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addPopstateListener(PopStateEventListener) - Static method in class akasha.WindowGlobal
-
- addProcessorerrorListener(EventListener, AddEventListenerOptions) - Method in class akasha.audio.AudioWorkletNode
-
- addProcessorerrorListener(EventListener, boolean) - Method in class akasha.audio.AudioWorkletNode
-
- addProcessorerrorListener(EventListener) - Method in class akasha.audio.AudioWorkletNode
-
- addProgressListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.FileReader
-
- addProgressListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- addProgressListener(ProgressEventListener) - Method in class akasha.FileReader
-
- addProgressListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addProgressListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addProgressListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addProgressListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- addProgressListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- addProgressListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- addPushListener(PushEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addPushListener(PushEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addPushListener(PushEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addPushListener(PushEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addPushListener(PushEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addPushListener(PushEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addPushsubscriptionchangeListener(PushSubscriptionChangeEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addPushsubscriptionchangeListener(PushSubscriptionChangeEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addPushsubscriptionchangeListener(PushSubscriptionChangeEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addPushsubscriptionchangeListener(PushSubscriptionChangeEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addPushsubscriptionchangeListener(PushSubscriptionChangeEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addPushsubscriptionchangeListener(PushSubscriptionChangeEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addRange(Range) - Method in class akasha.Selection
-
The Selection.addRange() method adds a Range to a Selection.
- addRatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addRatechangeListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addRatechangeListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addReadystatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addReadystatechangeListener(EventListener, boolean) - Method in class akasha.Document
-
- addReadystatechangeListener(EventListener) - Method in class akasha.Document
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.HTMLBodyElement
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.SharedWorkerGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.Window
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.Window
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.WindowGlobal
-
- addRejectionhandledListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- addRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- addRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.WorkerGlobalScope
-
- addRemoveListener(AnimationPlaybackEventListener, AddEventListenerOptions) - Method in class akasha.Animation
-
- addRemoveListener(AnimationPlaybackEventListener, boolean) - Method in class akasha.Animation
-
- addRemoveListener(AnimationPlaybackEventListener) - Method in class akasha.Animation
-
- addRemovesourcebufferListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.SourceBufferList
-
- addRemovesourcebufferListener(EventListener, boolean) - Method in class akasha.media.SourceBufferList
-
- addRemovesourcebufferListener(EventListener) - Method in class akasha.media.SourceBufferList
-
- addRemovetrackListener(TrackEventListener, AddEventListenerOptions) - Method in class akasha.AudioTrackList
-
- addRemovetrackListener(TrackEventListener, boolean) - Method in class akasha.AudioTrackList
-
- addRemovetrackListener(TrackEventListener) - Method in class akasha.AudioTrackList
-
- addRemovetrackListener(MediaStreamTrackEventListener, AddEventListenerOptions) - Method in class akasha.media.MediaStream
-
- addRemovetrackListener(MediaStreamTrackEventListener, boolean) - Method in class akasha.media.MediaStream
-
- addRemovetrackListener(MediaStreamTrackEventListener) - Method in class akasha.media.MediaStream
-
- addRemovetrackListener(TrackEventListener, AddEventListenerOptions) - Method in class akasha.TextTrackList
-
- addRemovetrackListener(TrackEventListener, boolean) - Method in class akasha.TextTrackList
-
- addRemovetrackListener(TrackEventListener) - Method in class akasha.TextTrackList
-
- addRemovetrackListener(TrackEventListener, AddEventListenerOptions) - Method in class akasha.VideoTrackList
-
- addRemovetrackListener(TrackEventListener, boolean) - Method in class akasha.VideoTrackList
-
- addRemovetrackListener(TrackEventListener) - Method in class akasha.VideoTrackList
-
- addResetListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLFormElement
-
- addResetListener(EventListener, boolean) - Method in class akasha.HTMLFormElement
-
- addResetListener(EventListener) - Method in class akasha.HTMLFormElement
-
- addResetListener(XRReferenceSpaceEventListener, AddEventListenerOptions) - Method in class akasha.xr.XRReferenceSpace
-
- addResetListener(XRReferenceSpaceEventListener, boolean) - Method in class akasha.xr.XRReferenceSpace
-
- addResetListener(XRReferenceSpaceEventListener) - Method in class akasha.xr.XRReferenceSpace
-
- addResizeListener(EventListener, AddEventListenerOptions) - Method in class akasha.VisualViewport
-
- addResizeListener(EventListener, boolean) - Method in class akasha.VisualViewport
-
- addResizeListener(EventListener) - Method in class akasha.VisualViewport
-
- addResizeListener(UIEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addResizeListener(UIEventListener, boolean) - Method in class akasha.Window
-
- addResizeListener(UIEventListener) - Method in class akasha.Window
-
- addResizeListener(UIEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addResizeListener(UIEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addResizeListener(UIEventListener) - Static method in class akasha.WindowGlobal
-
- addResourcetimingbufferfullListener(EventListener, AddEventListenerOptions) - Method in class akasha.Performance
-
- addResourcetimingbufferfullListener(EventListener, boolean) - Method in class akasha.Performance
-
- addResourcetimingbufferfullListener(EventListener) - Method in class akasha.Performance
-
- address() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only address property is a string providing the address of the device which is the source of the candidate.
- address() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The address property of the RTCIceCandidateStats dictionary indicates the address of the ICE candidate.
- address(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
The address property of the RTCIceCandidateStats dictionary indicates the address of the ICE candidate.
- address() - Method in class akasha.rtc.RTCPeerConnectionIceErrorEvent
-
The RTCPeerConnectionIceErrorEvent property address is a string which indicates the local IP address being used to communicate with the STUN or TURN server during negotiations.
- address() - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- address(String) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit.Builder
-
- address_level1 - Static variable in annotation type akasha.AutocompleteType
-
The first administrative level in the address.
- address_level2 - Static variable in annotation type akasha.AutocompleteType
-
The second administrative level, in addresses with at least two of them.
- address_level3 - Static variable in annotation type akasha.AutocompleteType
-
The third administrative level, in addresses with at least three administrative levels.
- address_level4 - Static variable in annotation type akasha.AutocompleteType
-
The finest-grained administrative level, in addresses which have four levels.
- address_line1 - Static variable in annotation type akasha.AutocompleteType
-
Each individual line of the street address.
- address_line2 - Static variable in annotation type akasha.AutocompleteType
-
Each individual line of the street address.
- address_line3 - Static variable in annotation type akasha.AutocompleteType
-
Each individual line of the street address.
- addressModeU() - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- addressModeU(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
-
- addressModeV() - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- addressModeV(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
-
- addressModeW() - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- addressModeW(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
-
- addResultListener(SpeechRecognitionEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addResultListener(SpeechRecognitionEventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addResultListener(SpeechRecognitionEventListener) - Method in class akasha.speech.SpeechRecognition
-
- addResumeListener(SpeechSynthesisEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addResumeListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addResumeListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addRule(String, String, int) - Method in class akasha.CSSStyleSheet
-
- addRule(String, String) - Method in class akasha.CSSStyleSheet
-
- addRule(String) - Method in class akasha.CSSStyleSheet
-
- addRule() - Method in class akasha.CSSStyleSheet
-
- addScrollListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addScrollListener(EventListener, boolean) - Method in class akasha.Document
-
- addScrollListener(EventListener) - Method in class akasha.Document
-
- addScrollListener(EventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addScrollListener(EventListener, boolean) - Method in class akasha.Element
-
- addScrollListener(EventListener) - Method in class akasha.Element
-
- addScrollListener(EventListener, AddEventListenerOptions) - Method in class akasha.VisualViewport
-
- addScrollListener(EventListener, boolean) - Method in class akasha.VisualViewport
-
- addScrollListener(EventListener) - Method in class akasha.VisualViewport
-
- addSearchListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLInputElement
-
- addSearchListener(EventListener, boolean) - Method in class akasha.HTMLInputElement
-
- addSearchListener(EventListener) - Method in class akasha.HTMLInputElement
-
- addSeekedListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addSeekedListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addSeekedListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addSeekingListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addSeekingListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addSeekingListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addSelectedcandidatepairchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCIceTransport
-
- addSelectedcandidatepairchangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCIceTransport
-
- addSelectedcandidatepairchangeListener(EventListener) - Method in class akasha.rtc.RTCIceTransport
-
- addSelectionchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addSelectionchangeListener(EventListener, boolean) - Method in class akasha.Document
-
- addSelectionchangeListener(EventListener) - Method in class akasha.Document
-
- addSelectstartListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addSelectstartListener(EventListener, boolean) - Method in class akasha.Document
-
- addSelectstartListener(EventListener) - Method in class akasha.Document
-
- addServiceaddedListener(EventListener, AddEventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServiceaddedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServiceaddedListener(EventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServicechangedListener(EventListener, AddEventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServicechangedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServicechangedListener(EventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServiceremovedListener(EventListener, AddEventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServiceremovedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addServiceremovedListener(EventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- addShowListener(EventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addShowListener(EventListener, boolean) - Method in class akasha.Element
-
- addShowListener(EventListener) - Method in class akasha.Element
-
- addShowListener(EventListener, AddEventListenerOptions) - Method in class akasha.notifications.Notification
-
- addShowListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- addShowListener(EventListener) - Method in class akasha.notifications.Notification
-
- addSignalingstatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addSignalingstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addSignalingstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addSlotchangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLSlotElement
-
- addSlotchangeListener(EventListener, boolean) - Method in class akasha.HTMLSlotElement
-
- addSlotchangeListener(EventListener) - Method in class akasha.HTMLSlotElement
-
- addSoundendListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addSoundendListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addSoundendListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addSoundstartListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addSoundstartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addSoundstartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addSourceBuffer(String) - Method in class akasha.media.MediaSource
-
The addSourceBuffer() method of the MediaSource interface creates a new SourceBuffer of the given MIME type and adds it to the MediaSource's sourceBuffers list.
- addSourcecloseListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.MediaSource
-
- addSourcecloseListener(EventListener, boolean) - Method in class akasha.media.MediaSource
-
- addSourcecloseListener(EventListener) - Method in class akasha.media.MediaSource
-
- addSourceendedListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.MediaSource
-
- addSourceendedListener(EventListener, boolean) - Method in class akasha.media.MediaSource
-
- addSourceendedListener(EventListener) - Method in class akasha.media.MediaSource
-
- addSourceopenListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.MediaSource
-
- addSourceopenListener(EventListener, boolean) - Method in class akasha.media.MediaSource
-
- addSourceopenListener(EventListener) - Method in class akasha.media.MediaSource
-
- addSpeechendListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addSpeechendListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addSpeechendListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addSpeechstartListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addSpeechstartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addSpeechstartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addStalledListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addStalledListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addStalledListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addStartListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- addStartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- addStartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- addStartListener(SpeechSynthesisEventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addStartListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addStartListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- addStatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.audio.BaseAudioContext
-
- addStatechangeListener(EventListener, boolean) - Method in class akasha.audio.BaseAudioContext
-
- addStatechangeListener(EventListener) - Method in class akasha.audio.BaseAudioContext
-
- addStatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDtlsTransport
-
- addStatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCDtlsTransport
-
- addStatechangeListener(EventListener) - Method in class akasha.rtc.RTCDtlsTransport
-
- addStatechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCIceTransport
-
- addStatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCIceTransport
-
- addStatechangeListener(EventListener) - Method in class akasha.rtc.RTCIceTransport
-
- addStorageListener(StorageEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addStorageListener(StorageEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addStorageListener(StorageEventListener) - Method in class akasha.HTMLBodyElement
-
- addStorageListener(StorageEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addStorageListener(StorageEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addStorageListener(StorageEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addStorageListener(StorageEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addStorageListener(StorageEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addStorageListener(StorageEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addStorageListener(StorageEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addStorageListener(StorageEventListener, boolean) - Method in class akasha.Window
-
- addStorageListener(StorageEventListener) - Method in class akasha.Window
-
- addStorageListener(StorageEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addStorageListener(StorageEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addStorageListener(StorageEventListener) - Static method in class akasha.WindowGlobal
-
- addSubmitListener(SubmitEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFormElement
-
- addSubmitListener(SubmitEventListener, boolean) - Method in class akasha.HTMLFormElement
-
- addSubmitListener(SubmitEventListener) - Method in class akasha.HTMLFormElement
-
- addSuccessListener(EventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBRequest
-
- addSuccessListener(EventListener, boolean) - Method in class akasha.idb.IDBRequest
-
- addSuccessListener(EventListener) - Method in class akasha.idb.IDBRequest
-
- addSuspendListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addSuspendListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addSuspendListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addSyncListener(SyncEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addSyncListener(SyncEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addSyncListener(SyncEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addSyncListener(SyncEventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- addSyncListener(SyncEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- addSyncListener(SyncEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- addTextTrack(String, String, String) - Method in class akasha.HTMLMediaElement
-
- addTextTrack(String, String) - Method in class akasha.HTMLMediaElement
-
- addTextTrack(String) - Method in class akasha.HTMLMediaElement
-
- addTimeoutListener(ProgressEventListener, AddEventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- addTimeoutListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- addTimeoutListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- addTimeupdateListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addTimeupdateListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addTimeupdateListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addToggleListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLDetailsElement
-
- addToggleListener(EventListener, boolean) - Method in class akasha.HTMLDetailsElement
-
- addToggleListener(EventListener) - Method in class akasha.HTMLDetailsElement
-
- addTonechangeListener(RTCDTMFToneChangeEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCDTMFSender
-
- addTonechangeListener(RTCDTMFToneChangeEventListener, boolean) - Method in class akasha.rtc.RTCDTMFSender
-
- addTonechangeListener(RTCDTMFToneChangeEventListener) - Method in class akasha.rtc.RTCDTMFSender
-
- addTouchcancelListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTouchcancelListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- addTouchcancelListener(TouchEventListener) - Method in class akasha.Document
-
- addTouchcancelListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addTouchcancelListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- addTouchcancelListener(TouchEventListener) - Method in class akasha.Element
-
- addTouchcancelListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTouchcancelListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- addTouchcancelListener(TouchEventListener) - Method in class akasha.Window
-
- addTouchcancelListener(TouchEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTouchcancelListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTouchcancelListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- addTouchendListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTouchendListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- addTouchendListener(TouchEventListener) - Method in class akasha.Document
-
- addTouchendListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addTouchendListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- addTouchendListener(TouchEventListener) - Method in class akasha.Element
-
- addTouchendListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTouchendListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- addTouchendListener(TouchEventListener) - Method in class akasha.Window
-
- addTouchendListener(TouchEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTouchendListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTouchendListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- addTouchmoveListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTouchmoveListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- addTouchmoveListener(TouchEventListener) - Method in class akasha.Document
-
- addTouchmoveListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addTouchmoveListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- addTouchmoveListener(TouchEventListener) - Method in class akasha.Element
-
- addTouchmoveListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTouchmoveListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- addTouchmoveListener(TouchEventListener) - Method in class akasha.Window
-
- addTouchmoveListener(TouchEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTouchmoveListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTouchmoveListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- addTouchstartListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTouchstartListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- addTouchstartListener(TouchEventListener) - Method in class akasha.Document
-
- addTouchstartListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addTouchstartListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- addTouchstartListener(TouchEventListener) - Method in class akasha.Element
-
- addTouchstartListener(TouchEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTouchstartListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- addTouchstartListener(TouchEventListener) - Method in class akasha.Window
-
- addTouchstartListener(TouchEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTouchstartListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTouchstartListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- addTrack(MediaStreamTrack) - Method in class akasha.media.MediaStream
-
The MediaStream.addTrack() method adds a new track to the stream.
- addTrack(MediaStreamTrack, MediaStream...) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method addTrack() adds a new media track to the set of tracks which will be transmitted to the other peer.
- addTrackListener(RTCTrackEventListener, AddEventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- addTrackListener(RTCTrackEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- addTrackListener(RTCTrackEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- addTransceiver(MediaStreamTrack, RTCRtpTransceiverInit) - Method in class akasha.rtc.RTCPeerConnection
-
- addTransceiver(String, RTCRtpTransceiverInit) - Method in class akasha.rtc.RTCPeerConnection
-
- addTransceiver(MediaStreamTrack) - Method in class akasha.rtc.RTCPeerConnection
-
- addTransceiver(String) - Method in class akasha.rtc.RTCPeerConnection
-
- addTransitioncancelListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- addTransitioncancelListener(TransitionEventListener) - Method in class akasha.Document
-
- addTransitioncancelListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- addTransitioncancelListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- addTransitioncancelListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addTransitioncancelListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- addTransitioncancelListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- addTransitioncancelListener(TransitionEventListener) - Method in class akasha.Window
-
- addTransitioncancelListener(TransitionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTransitioncancelListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTransitioncancelListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- addTransitionendListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- addTransitionendListener(TransitionEventListener) - Method in class akasha.Document
-
- addTransitionendListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- addTransitionendListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- addTransitionendListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addTransitionendListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- addTransitionendListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- addTransitionendListener(TransitionEventListener) - Method in class akasha.Window
-
- addTransitionendListener(TransitionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTransitionendListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTransitionendListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- addTransitionrunListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- addTransitionrunListener(TransitionEventListener) - Method in class akasha.Document
-
- addTransitionrunListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- addTransitionrunListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- addTransitionrunListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addTransitionrunListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- addTransitionrunListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- addTransitionrunListener(TransitionEventListener) - Method in class akasha.Window
-
- addTransitionrunListener(TransitionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTransitionrunListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTransitionrunListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- addTransitionstartListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- addTransitionstartListener(TransitionEventListener) - Method in class akasha.Document
-
- addTransitionstartListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLElement
-
- addTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- addTransitionstartListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- addTransitionstartListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGElement
-
- addTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- addTransitionstartListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- addTransitionstartListener(TransitionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- addTransitionstartListener(TransitionEventListener) - Method in class akasha.Window
-
- addTransitionstartListener(TransitionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addTransitionstartListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addTransitionstartListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- addUncapturederrorListener(GPUUncapturedErrorEventListener, AddEventListenerOptions) - Method in class akasha.gpu.GPUDevice
-
- addUncapturederrorListener(GPUUncapturedErrorEventListener, boolean) - Method in class akasha.gpu.GPUDevice
-
- addUncapturederrorListener(GPUUncapturedErrorEventListener) - Method in class akasha.gpu.GPUDevice
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.HTMLBodyElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.SharedWorkerGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.Window
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.Window
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.WindowGlobal
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, AddEventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- addUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- addUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.WorkerGlobalScope
-
- addUnloadListener(EventListener, AddEventListenerOptions) - Method in class akasha.Window
-
- addUnloadListener(EventListener, boolean) - Method in class akasha.Window
-
- addUnloadListener(EventListener) - Method in class akasha.Window
-
- addUnloadListener(EventListener, AddEventListenerOptions) - Static method in class akasha.WindowGlobal
-
- addUnloadListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- addUnloadListener(EventListener) - Static method in class akasha.WindowGlobal
-
- addUnmuteListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.MediaStreamTrack
-
- addUnmuteListener(EventListener, boolean) - Method in class akasha.media.MediaStreamTrack
-
- addUnmuteListener(EventListener) - Method in class akasha.media.MediaStreamTrack
-
- addUpdateendListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- addUpdateendListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- addUpdateendListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- addUpdatefoundListener(EventListener, AddEventListenerOptions) - Method in class akasha.ServiceWorkerRegistration
-
- addUpdatefoundListener(EventListener, boolean) - Method in class akasha.ServiceWorkerRegistration
-
- addUpdatefoundListener(EventListener) - Method in class akasha.ServiceWorkerRegistration
-
- addUpdateListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- addUpdateListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- addUpdateListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- addUpdatestartListener(EventListener, AddEventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- addUpdatestartListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- addUpdatestartListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- addUpgradeneededListener(IDBVersionChangeEventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBOpenDBRequest
-
- addUpgradeneededListener(IDBVersionChangeEventListener, boolean) - Method in class akasha.idb.IDBOpenDBRequest
-
- addUpgradeneededListener(IDBVersionChangeEventListener) - Method in class akasha.idb.IDBOpenDBRequest
-
- addVersionchangeListener(IDBVersionChangeEventListener, AddEventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- addVersionchangeListener(IDBVersionChangeEventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- addVersionchangeListener(IDBVersionChangeEventListener) - Method in class akasha.idb.IDBDatabase
-
- addVisibilitychangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addVisibilitychangeListener(EventListener, boolean) - Method in class akasha.Document
-
- addVisibilitychangeListener(EventListener) - Method in class akasha.Document
-
- addVoiceschangedListener(EventListener, AddEventListenerOptions) - Method in class akasha.speech.SpeechSynthesis
-
- addVoiceschangedListener(EventListener, boolean) - Method in class akasha.speech.SpeechSynthesis
-
- addVoiceschangedListener(EventListener) - Method in class akasha.speech.SpeechSynthesis
-
- addVolumechangeListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addVolumechangeListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addVolumechangeListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addWaitingListener(EventListener, AddEventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- addWaitingListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- addWaitingListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- addWebglcontextcreationerrorListener(WebGLContextEventListener, AddEventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextcreationerrorListener(WebGLContextEventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextcreationerrorListener(WebGLContextEventListener) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextlostListener(WebGLContextEventListener, AddEventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextlostListener(WebGLContextEventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextlostListener(WebGLContextEventListener) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextrestoredListener(WebGLContextEventListener, AddEventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextrestoredListener(WebGLContextEventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- addWebglcontextrestoredListener(WebGLContextEventListener) - Method in class akasha.HTMLCanvasElement
-
- addWebkitmouseforcechangedListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addWebkitmouseforcechangedListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addWebkitmouseforcechangedListener(MouseEventListener) - Method in class akasha.Element
-
- addWebkitmouseforcedownListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addWebkitmouseforcedownListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addWebkitmouseforcedownListener(MouseEventListener) - Method in class akasha.Element
-
- addWebkitmouseforceupListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addWebkitmouseforceupListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addWebkitmouseforceupListener(MouseEventListener) - Method in class akasha.Element
-
- addWebkitmouseforcewillbeginListener(MouseEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addWebkitmouseforcewillbeginListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- addWebkitmouseforcewillbeginListener(MouseEventListener) - Method in class akasha.Element
-
- addWheelListener(WheelEventListener, AddEventListenerOptions) - Method in class akasha.Document
-
- addWheelListener(WheelEventListener, boolean) - Method in class akasha.Document
-
- addWheelListener(WheelEventListener) - Method in class akasha.Document
-
- addWheelListener(WheelEventListener, AddEventListenerOptions) - Method in class akasha.Element
-
- addWheelListener(WheelEventListener, boolean) - Method in class akasha.Element
-
- addWheelListener(WheelEventListener) - Method in class akasha.Element
-
- adoptNode(Node) - Method in class akasha.Document
-
Document.adoptNode() transfers a node from another document into the method's document.
- advance(int) - Method in class akasha.idb.IDBCursor
-
The advance() method of the IDBCursor interface sets the number of times a cursor should move its position forward.
- advanced() - Method in interface akasha.media.MediaTrackConstraints
-
- advanced(JsArray<MediaTrackConstraintSet>) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- advanced(MediaTrackConstraintSet...) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- AesCbcParams - Interface in akasha.crypto
-
The AesCbcParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.encrypt(), SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), when using the AES-CBC algorithm.
- AesCbcParams.Step1 - Interface in akasha.crypto
-
- AesCtrParams - Interface in akasha.crypto
-
The AesCtrParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.encrypt(), SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), when using the AES-CTR algorithm.
- AesCtrParams.Step1 - Interface in akasha.crypto
-
- AesCtrParams.Step2 - Interface in akasha.crypto
-
- AesDerivedKeyParams - Interface in akasha.crypto
-
- AesDerivedKeyParams.Step1 - Interface in akasha.crypto
-
- AesGcmParams - Interface in akasha.crypto
-
The AesGcmParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.encrypt(), SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), when using the AES-GCM algorithm.
- AesGcmParams.Builder - Interface in akasha.crypto
-
The AesGcmParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.encrypt(), SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), when using the AES-GCM algorithm.
- AesGcmParams.Step1 - Interface in akasha.crypto
-
- AesKeyAlgorithm - Interface in akasha.crypto
-
- AesKeyAlgorithm.Step1 - Interface in akasha.crypto
-
- AesKeyGenParams - Interface in akasha.crypto
-
A DOMString.
- AesKeyGenParams.Step1 - Interface in akasha.crypto
-
- after(Node...) - Method in class akasha.CharacterData
-
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
- after(String...) - Method in class akasha.CharacterData
-
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
- after(Node...) - Method in class akasha.DocumentType
-
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
- after(String...) - Method in class akasha.DocumentType
-
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
- after(Node...) - Method in class akasha.Element
-
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
- after(String...) - Method in class akasha.Element
-
The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
- after - Static variable in annotation type akasha.TimelinePhase
-
- AggregateError - Class in akasha.core
-
The AggregateError object represents an error when several errors need to be wrapped in a single error.
- AggregateError(JsIterable<Any>, String) - Constructor for class akasha.core.AggregateError
-
The AggregateError() constructor creates an error for several errors that need to be wrapped in a single error.
- AggregateError(JsIterable<Any>) - Constructor for class akasha.core.AggregateError
-
The AggregateError() constructor creates an error for several errors that need to be wrapped in a single error.
- akasha - package akasha
-
- akasha.audio - package akasha.audio
-
- akasha.bluetooth - package akasha.bluetooth
-
- akasha.clipboard - package akasha.clipboard
-
- akasha.codecs - package akasha.codecs
-
- akasha.core - package akasha.core
-
- akasha.crypto - package akasha.crypto
-
- akasha.gl - package akasha.gl
-
- akasha.gpu - package akasha.gpu
-
- akasha.idb - package akasha.idb
-
- akasha.lang - package akasha.lang
-
A package modelling the core Javascript language elements.
- akasha.media - package akasha.media
-
- akasha.midi - package akasha.midi
-
- akasha.notifications - package akasha.notifications
-
- akasha.perf - package akasha.perf
-
- akasha.promise - package akasha.promise
-
A package modelling the Javascript promise.
- akasha.rtc - package akasha.rtc
-
- akasha.speech - package akasha.speech
-
- akasha.svg - package akasha.svg
-
- akasha.usb - package akasha.usb
-
- akasha.wasm - package akasha.wasm
-
- akasha.xr - package akasha.xr
-
- alert() - Method in class akasha.Window
-
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
- alert(String) - Method in class akasha.Window
-
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
- alert() - Static method in class akasha.WindowGlobal
-
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
- alert(String) - Static method in class akasha.WindowGlobal
-
The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
- alg() - Method in interface akasha.crypto.JsonWebKey
-
- alg(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- alg(int) - Static method in interface akasha.PublicKeyCredentialParameters
-
- alg() - Method in interface akasha.PublicKeyCredentialParameters
-
- Algorithm - Interface in akasha.crypto
-
- algorithm() - Method in class akasha.crypto.CryptoKey
-
- algorithm() - Method in interface akasha.rtc.RTCDtlsFingerprint
-
- algorithm(String) - Method in interface akasha.rtc.RTCDtlsFingerprint.Builder
-
- AlgorithmIdentifier - Interface in akasha.crypto
-
- ALIASED_LINE_WIDTH_RANGE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ALIASED_LINE_WIDTH_RANGE - Static variable in class akasha.gl.WebGLRenderingContext
-
- ALIASED_POINT_SIZE_RANGE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ALIASED_POINT_SIZE_RANGE - Static variable in class akasha.gl.WebGLRenderingContext
-
- align - Variable in class akasha.HTMLDivElement
-
- align - Variable in class akasha.HTMLEmbedElement
-
- align - Variable in class akasha.HTMLHeadingElement
-
- align - Variable in class akasha.HTMLHRElement
-
- align - Variable in class akasha.HTMLIFrameElement
-
- align - Variable in class akasha.HTMLImageElement
-
- align - Variable in class akasha.HTMLInputElement
-
- align - Variable in class akasha.HTMLLegendElement
-
- align - Variable in class akasha.HTMLObjectElement
-
- align - Variable in class akasha.HTMLParagraphElement
-
- align - Variable in class akasha.HTMLTableCaptionElement
-
- align - Variable in class akasha.HTMLTableCellElement
-
- align - Variable in class akasha.HTMLTableColElement
-
- align - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement.align property represents the alignment of the table.
- align - Variable in class akasha.HTMLTableRowElement
-
- align - Variable in class akasha.HTMLTableSectionElement
-
- align - Variable in class akasha.svg.SVGPreserveAspectRatio
-
- align - Variable in class akasha.VTTCue
-
- AlignSetting - Annotation Type in akasha
-
- AlignSetting.Util - Class in akasha
-
- aLink - Variable in class akasha.HTMLBodyElement
-
- alinkColor - Variable in class akasha.Document
-
Returns or sets the color of an active link in the document body.
- all - Static variable in annotation type akasha.ClientType
-
- all() - Method in class akasha.Document
-
The Document interface's read-only all property returns an HTMLAllCollection rooted at the document node.
- ALL - Static variable in class akasha.gpu.GPUColorWrite
-
- all - Static variable in annotation type akasha.gpu.GPUTextureAspect
-
- all(Promise<? extends V>...) - Static method in class akasha.promise.Promise
-
The Promise.all() method takes an iterable of promises as an input, and returns a single Promise
that resolves to an array of the results of the input promises.
- all(JsIterable<Promise<? extends V>>) - Static method in class akasha.promise.Promise
-
The Promise.all() method takes an iterable of promises as an input, and returns a single Promise
that resolves to an array of the results of the input promises.
- all - Static variable in annotation type akasha.rtc.RTCIceTransportPolicy
-
- all - Static variable in annotation type akasha.ServiceWorkerUpdateViaCache
-
- all_petite_caps - Static variable in annotation type akasha.CanvasFontVariantCaps
-
- all_small_caps - Static variable in annotation type akasha.CanvasFontVariantCaps
-
- allocationSize(AudioDataCopyToOptions) - Method in class akasha.codecs.AudioData
-
- allocationSize(VideoFrameCopyToOptions) - Method in class akasha.codecs.VideoFrame
-
- allocationSize() - Method in class akasha.codecs.VideoFrame
-
- allow - Variable in class akasha.HTMLIFrameElement
-
- allowCredentials() - Method in interface akasha.PublicKeyCredentialRequestOptions
-
allowCredentials is an optional property of the PublicKeyCredentialRequestOptions dictionary which indicates the existing credentials acceptable for retrieval.
- allowCredentials(JsArray<PublicKeyCredentialDescriptor>) - Method in interface akasha.PublicKeyCredentialRequestOptions.Builder
-
allowCredentials is an optional property of the PublicKeyCredentialRequestOptions dictionary which indicates the existing credentials acceptable for retrieval.
- allowCredentials(PublicKeyCredentialDescriptor...) - Method in interface akasha.PublicKeyCredentialRequestOptions.Builder
-
allowCredentials is an optional property of the PublicKeyCredentialRequestOptions dictionary which indicates the existing credentials acceptable for retrieval.
- AllowedBluetoothDevice - Interface in akasha.bluetooth
-
- AllowedBluetoothDevice.Step1 - Interface in akasha.bluetooth
-
- AllowedBluetoothDevice.Step2 - Interface in akasha.bluetooth
-
- AllowedBluetoothDevice.Step3 - Interface in akasha.bluetooth
-
- allowedDevices(JsArray<AllowedBluetoothDevice>) - Static method in interface akasha.bluetooth.BluetoothPermissionStorage
-
- allowedDevices(AllowedBluetoothDevice...) - Static method in interface akasha.bluetooth.BluetoothPermissionStorage
-
- allowedDevices() - Method in interface akasha.bluetooth.BluetoothPermissionStorage
-
- allowedDevices() - Method in interface akasha.usb.USBPermissionStorage
-
- allowedDevices(JsArray<AllowedUSBDevice>) - Method in interface akasha.usb.USBPermissionStorage.Builder
-
- allowedDevices(AllowedUSBDevice...) - Method in interface akasha.usb.USBPermissionStorage.Builder
-
- allowedManufacturerData() - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- allowedManufacturerData(JsArray<Double>) - Method in interface akasha.bluetooth.AllowedBluetoothDevice.Step3
-
- allowedManufacturerData(double...) - Method in interface akasha.bluetooth.AllowedBluetoothDevice.Step3
-
- allowedServices() - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- allowedServices(StringOrUUIDArrayUnion) - Method in interface akasha.bluetooth.AllowedBluetoothDevice.Step2
-
- allowedServices(String) - Method in interface akasha.bluetooth.AllowedBluetoothDevice.Step2
-
- allowedServices(JsArray<String>) - Method in interface akasha.bluetooth.AllowedBluetoothDevice.Step2
-
- allowedServices(String...) - Method in interface akasha.bluetooth.AllowedBluetoothDevice.Step2
-
- AllowedUSBDevice - Interface in akasha.usb
-
- AllowedUSBDevice.Builder - Interface in akasha.usb
-
- AllowedUSBDevice.Step1 - Interface in akasha.usb
-
- allowFullscreen - Variable in class akasha.HTMLIFrameElement
-
- allowWithoutGesture() - Method in interface akasha.clipboard.ClipboardPermissionDescriptor
-
- allowWithoutGesture(boolean) - Method in interface akasha.clipboard.ClipboardPermissionDescriptor.Builder
-
- allpass - Static variable in annotation type akasha.audio.BiquadFilterType
-
- alpha() - Method in interface akasha.CanvasRenderingContext2DSettings
-
A flag that indicates whether the canvas contains an alpha channel.
- alpha(boolean) - Method in interface akasha.CanvasRenderingContext2DSettings.Builder
-
A flag that indicates whether the canvas contains an alpha channel.
- alpha() - Method in interface akasha.codecs.VideoEncoderConfig
-
- alpha(String) - Method in interface akasha.codecs.VideoEncoderConfig.Builder
-
- alpha() - Method in interface akasha.codecs.VideoFrameInit
-
- alpha(String) - Method in interface akasha.codecs.VideoFrameInit.Builder
-
- alpha() - Method in class akasha.DeviceMotionEventRotationRate
-
This property indicates the rate of rotation around the Z axis -- in degrees per second -- in a DeviceMotionEventRotationRate object.
- alpha() - Method in interface akasha.DeviceMotionEventRotationRateInit
-
- alpha(Double) - Method in interface akasha.DeviceMotionEventRotationRateInit.Builder
-
- alpha() - Method in class akasha.DeviceOrientationEvent
-
Returns the rotation of the device around the Z axis; that is, the number of degrees by which the device is being twisted around the center of the screen.
- alpha() - Method in interface akasha.DeviceOrientationEventInit
-
- alpha(Double) - Method in interface akasha.DeviceOrientationEventInit.Builder
-
- ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- alpha() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that that hints that the user agent to reduce the latency by desynchronizing the canvas paint cycle from the event loop.
- alpha(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that that hints that the user agent to reduce the latency by desynchronizing the canvas paint cycle from the event loop.
- ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- alpha() - Method in interface akasha.gpu.GPUBlendState
-
- alpha(GPUBlendComponent) - Method in interface akasha.gpu.GPUBlendState.Step1
-
- ALPHA - Static variable in class akasha.gpu.GPUColorWrite
-
- alpha() - Method in interface akasha.ImageBitmapRenderingContextSettings
-
A flag that indicates whether the canvas contains an alpha channel.
- alpha(boolean) - Method in interface akasha.ImageBitmapRenderingContextSettings.Builder
-
A flag that indicates whether the canvas contains an alpha channel.
- alpha() - Method in interface akasha.xr.XRWebGLLayerInit
-
The alpha property is a Boolean value which, if present and set to true in the XRWebGLLayerInit dictionary passed into the XRWebGLLayer() constructor, specifies that the new layer's color buffer is to include an alpha channel.
- alpha(boolean) - Method in interface akasha.xr.XRWebGLLayerInit.Builder
-
The alpha property is a Boolean value which, if present and set to true in the XRWebGLLayerInit dictionary passed into the XRWebGLLayer() constructor, specifies that the new layer's color buffer is to include an alpha channel.
- ALPHA_BITS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ALPHA_BITS - Static variable in class akasha.gl.WebGLRenderingContext
-
- alpha_blend - Static variable in annotation type akasha.xr.XREnvironmentBlendMode
-
- alphabetic - Static variable in annotation type akasha.CanvasTextBaseline
-
- alphabeticBaseline() - Method in class akasha.TextMetrics
-
The read-only alphabeticBaseline property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline property to the alphabetic baseline of the line box, in CSS pixels.
- AlphaOption - Annotation Type in akasha.codecs
-
- AlphaOption.Util - Class in akasha.codecs
-
- alphaSideData() - Method in interface akasha.codecs.EncodedVideoChunkMetadata
-
- alphaSideData(BufferSource) - Method in interface akasha.codecs.EncodedVideoChunkMetadata.Builder
-
- alphaToCoverageEnabled() - Method in interface akasha.gpu.GPUMultisampleState
-
- alphaToCoverageEnabled(boolean) - Method in interface akasha.gpu.GPUMultisampleState.Builder
-
- ALREADY_SIGNALED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- alt - Variable in class akasha.HTMLAreaElement
-
- alt - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement property alt provides fallback (alternate) text to display when the image specified by the img element is not loaded.
- alt - Variable in class akasha.HTMLInputElement
-
- alternate - Static variable in annotation type akasha.PlaybackDirection
-
- alternate() - Method in class akasha.usb.USBInterface
-
- alternate_reverse - Static variable in annotation type akasha.PlaybackDirection
-
- alternates() - Method in class akasha.usb.USBInterface
-
- alternateSetting() - Method in class akasha.usb.USBAlternateInterface
-
- alternative - Static variable in annotation type akasha.AudioTrackKind
-
A potential alternative to the main track, such as a different audio take or a version of the soundtrack with only the music and no dialogue.
- altitude() - Method in class akasha.GeolocationCoordinates
-
- altitudeAccuracy() - Method in class akasha.GeolocationCoordinates
-
- altitudeAngle() - Method in class akasha.Touch
-
- altitudeAngle() - Method in interface akasha.TouchInit
-
- altitudeAngle(double) - Method in interface akasha.TouchInit.Builder
-
- altKey(boolean) - Method in interface akasha.DragEventInit.Builder
-
- altKey() - Method in interface akasha.EventModifierInit
-
- altKey(boolean) - Method in interface akasha.EventModifierInit.Builder
-
- altKey() - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.altKey read-only property is a Boolean that indicates if the alt key (Option or ⌥ on OS X) was pressed (true) or not (false) when the event occured.
- altKey(boolean) - Method in interface akasha.KeyboardEventInit.Builder
-
- altKey() - Method in class akasha.MouseEvent
-
The MouseEvent.altKey read-only property is a Boolean that indicates whether the alt key was pressed or not when a given mouse event occurs.
- altKey(boolean) - Method in interface akasha.MouseEventInit.Builder
-
- altKey(boolean) - Method in interface akasha.PointerEventInit.Builder
-
- altKey() - Method in class akasha.TouchEvent
-
A Boolean value indicating whether or not the alt (Alternate) key is enabled when the touch event is created.
- altKey(boolean) - Method in interface akasha.TouchEventInit.Builder
-
- altKey(boolean) - Method in interface akasha.WheelEventInit.Builder
-
- ALWAYS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ALWAYS - Static variable in class akasha.gl.WebGLRenderingContext
-
- always - Static variable in annotation type akasha.gpu.GPUCompareFunction
-
- always - Static variable in annotation type akasha.media.CursorCaptureConstraint
-
- amplitude() - Method in class akasha.svg.SVGComponentTransferFunctionElement
-
- AnalyserNode - Class in akasha.audio
-
The AnalyserNode interface represents a node able to provide real-time frequency and time-domain analysis information.
- AnalyserNode(BaseAudioContext, AnalyserOptions) - Constructor for class akasha.audio.AnalyserNode
-
The AnalyserNode constructor of the Web Audio API creates a new AnalyserNode object instance.
- AnalyserNode(BaseAudioContext) - Constructor for class akasha.audio.AnalyserNode
-
The AnalyserNode constructor of the Web Audio API creates a new AnalyserNode object instance.
- AnalyserOptions - Interface in akasha.audio
-
- AnalyserOptions.Builder - Interface in akasha.audio
-
- ancestorOrigins() - Method in class akasha.Location
-
The ancestorOrigins read-only property of the Location interface is a static DOMStringList containing, in reverse order, the origins of all ancestor browsing contexts of the document associated with the given Location object.
- ancestorOrigins() - Method in class akasha.WindowClient
-
- anchorNode() - Method in class akasha.Selection
-
The Selection.anchorNode read-only property returns the Node in which the selection begins.
- anchorOffset() - Method in class akasha.Selection
-
The Selection.anchorOffset read-only property returns the number of characters that the selection's anchor is offset within the Selection.anchorNode.
- anchors() - Method in class akasha.Document
-
The anchors read-only property of the Document interface returns a list of all of the anchors in the document.
- anchorSpace() - Method in class akasha.xr.XRAnchor
-
- and(IntegerTypedArray, int, int) - Static method in class akasha.core.Atomics
-
Computes a bitwise AND on the value at the specified index of the array with the provided value.
- angle() - Method in class akasha.ScreenOrientation
-
The angle read-only property of the ScreenOrientation interface returns the document's current orientation angle.
- angle() - Method in class akasha.svg.SVGTransform
-
- ANGLE_instanced_arrays - Class in akasha.gl
-
The ANGLE_instanced_arrays extension is part of the WebGL API and allows to draw the same object, or groups of similar objects multiple times, if they share the same vertex data, primitive count and type.
- ANGLE_instanced_arrays() - Constructor for class akasha.gl.ANGLE_instanced_arrays
-
- angularAcceleration() - Method in class akasha.GamepadPose
-
The angularAcceleration read-only property of the GamepadPose interface returns an array representing the angular acceleration vector of the Gamepad, in meters per second per second.
- angularVelocity() - Method in class akasha.GamepadPose
-
The angularVelocity read-only property of the GamepadPose interface returns an array representing the angular velocity vector of the Gamepad, in radians per second.
- angularVelocity() - Method in class akasha.xr.XRPose
-
- animate(JsObject, double) - Method in class akasha.Element
-
The Element interface's animate() method is a shortcut method which creates a new Animation, applies it to the element, then plays the animation.
- animate(JsObject, KeyframeAnimationOptions) - Method in class akasha.Element
-
The Element interface's animate() method is a shortcut method which creates a new Animation, applies it to the element, then plays the animation.
- animate(JsObject) - Method in class akasha.Element
-
The Element interface's animate() method is a shortcut method which creates a new Animation, applies it to the element, then plays the animation.
- animated() - Method in class akasha.codecs.ImageTrack
-
- animatedInstanceRoot() - Method in class akasha.svg.SVGUseElement
-
- animatedPoints() - Method in class akasha.svg.SVGPolygonElement
-
- animatedPoints() - Method in class akasha.svg.SVGPolylineElement
-
- Animation - Class in akasha
-
The Animation interface of the Web Animations API represents a single animation player and provides playback controls and a timeline for an animation node or source.
- Animation(AnimationEffect, AnimationTimeline) - Constructor for class akasha.Animation
-
The Animation() constructor of the Web Animations API returns a new Animation object instance.
- Animation(AnimationEffect) - Constructor for class akasha.Animation
-
The Animation() constructor of the Web Animations API returns a new Animation object instance.
- Animation() - Constructor for class akasha.Animation
-
The Animation() constructor of the Web Animations API returns a new Animation object instance.
- AnimationEffect - Class in akasha
-
The AnimationEffect interface of the Web Animations API defines current and future animation effects like KeyframeEffect, which can be passed to Animation objects for playing, and KeyframeEffect (which is used by CSS Animations and Transitions).
- AnimationEffect() - Constructor for class akasha.AnimationEffect
-
- AnimationEvent - Class in akasha
-
The AnimationEvent interface represents events providing information related to animations.
- AnimationEvent(String, AnimationEventInit) - Constructor for class akasha.AnimationEvent
-
The AnimationEvent() constructor returns a newly created AnimationEvent, representing an event in relation with an animation.
- AnimationEvent(String) - Constructor for class akasha.AnimationEvent
-
The AnimationEvent() constructor returns a newly created AnimationEvent, representing an event in relation with an animation.
- AnimationEventHandler - Interface in akasha
-
Handle events of type AnimationEvent
- AnimationEventInit - Interface in akasha
-
- AnimationEventInit.Builder - Interface in akasha
-
- AnimationEventListener - Interface in akasha
-
Listener for events of type AnimationEvent
- animationName() - Method in class akasha.AnimationEvent
-
The AnimationEvent.animationName read-only property is a DOMString containing the value of the animation-name CSS property associated with the transition.
- animationName() - Method in interface akasha.AnimationEventInit
-
- animationName(String) - Method in interface akasha.AnimationEventInit.Builder
-
- AnimationPlaybackEvent - Class in akasha
-
The AnimationPlaybackEvent interface of the Web Animations API represents animation events.
- AnimationPlaybackEvent(String, AnimationPlaybackEventInit) - Constructor for class akasha.AnimationPlaybackEvent
-
The AnimationPlaybackEvent() constructor of the Web Animations API returns a new AnimationPlaybackEvent object instance.
- AnimationPlaybackEvent(String) - Constructor for class akasha.AnimationPlaybackEvent
-
The AnimationPlaybackEvent() constructor of the Web Animations API returns a new AnimationPlaybackEvent object instance.
- AnimationPlaybackEventHandler - Interface in akasha
-
Handle events of type AnimationPlaybackEvent
- AnimationPlaybackEventInit - Interface in akasha
-
- AnimationPlaybackEventInit.Builder - Interface in akasha
-
- AnimationPlaybackEventListener - Interface in akasha
-
Listener for events of type AnimationPlaybackEvent
- AnimationPlayState - Annotation Type in akasha
-
- AnimationPlayState.Util - Class in akasha
-
- AnimationReplaceState - Annotation Type in akasha
-
- AnimationReplaceState.Util - Class in akasha
-
- AnimationTimeline - Class in akasha
-
The AnimationTimeline interface of the Web Animations API represents the timeline of an animation.
- AnimationTimeline() - Constructor for class akasha.AnimationTimeline
-
- animVal() - Method in class akasha.svg.SVGAnimatedAngle
-
- animVal() - Method in class akasha.svg.SVGAnimatedBoolean
-
- animVal() - Method in class akasha.svg.SVGAnimatedEnumeration
-
- animVal() - Method in class akasha.svg.SVGAnimatedInteger
-
- animVal() - Method in class akasha.svg.SVGAnimatedLength
-
- animVal() - Method in class akasha.svg.SVGAnimatedLengthList
-
- animVal() - Method in class akasha.svg.SVGAnimatedNumber
-
- animVal() - Method in class akasha.svg.SVGAnimatedNumberList
-
- animVal() - Method in class akasha.svg.SVGAnimatedPreserveAspectRatio
-
- animVal() - Method in class akasha.svg.SVGAnimatedRect
-
- animVal() - Method in class akasha.svg.SVGAnimatedString
-
AnimVal attribute or animVal property contains the same value as the baseVal property.If the given attribute or property is being animated, contains the current animated value of the attribute or property.
- animVal() - Method in class akasha.svg.SVGAnimatedTransformList
-
- annotation() - Method in class akasha.CSSFontFeatureValuesRule
-
- anonymous - Static variable in annotation type akasha.CrossOriginType
-
Sends a cross-origin request without a credential.
- answer - Static variable in annotation type akasha.rtc.RTCSdpType
-
- antialias() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates whether or not to perform anti-aliasing.
- antialias(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that indicates whether or not to perform anti-aliasing.
- antialias() - Method in class akasha.xr.XRWebGLLayer
-
The read-only XRWebGLLayer property antialias is a Boolean value which is true if the rendering layer's frame buffer supports antialiasing.
- antialias() - Method in interface akasha.xr.XRWebGLLayerInit
-
The Boolean antialias property, if present and set to true in the XRWebGLLayerInit object provided as the XRWebGLLayer() constructor's layerInit parameter, requests that the new WebGL rendering layer support anti-aliasing.
- antialias(boolean) - Method in interface akasha.xr.XRWebGLLayerInit.Builder
-
The Boolean antialias property, if present and set to true in the XRWebGLLayerInit object provided as the XRWebGLLayer() constructor's layerInit parameter, requests that the new WebGL rendering layer support anti-aliasing.
- any - Static variable in annotation type akasha.OrientationLockType
-
- any(Promise<? extends V>...) - Static method in class akasha.promise.Promise
-
Promise.any() takes an iterable of Promise objects and, as soon as one of the promises in the
iterable fulfills, returns a single promise that resolves with the value from that promise.
- any(JsIterable<Promise<? extends V>>) - Static method in class akasha.promise.Promise
-
Promise.any() takes an iterable of Promise objects and, as soon as one of the promises in the
iterable fulfills, returns a single promise that resolves with the value from that promise.
- ANY_SAMPLES_PASSED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ANY_SAMPLES_PASSED_CONSERVATIVE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ANY_TYPE - Static variable in class akasha.XPathResult
-
- ANY_UNORDERED_NODE_TYPE - Static variable in class akasha.XPathResult
-
- anyfunc - Static variable in annotation type akasha.wasm.TableKind
-
- appCodeName() - Method in class akasha.Navigator
-
The value of the NavigatorID.appCodeName property is always "Mozilla", in any browser.
- appCodeName() - Method in class akasha.WorkerNavigator
-
The value of the NavigatorID.appCodeName property is always "Mozilla", in any browser.
- appearance() - Method in class akasha.bluetooth.BluetoothAdvertisingEvent
-
- appearance() - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- appearance(int) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- append(Node...) - Method in class akasha.Document
-
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
- append(String...) - Method in class akasha.Document
-
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
- append(Node...) - Method in class akasha.DocumentFragment
-
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
- append(String...) - Method in class akasha.DocumentFragment
-
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
- append(Node...) - Method in class akasha.Element
-
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
- append(String...) - Method in class akasha.Element
-
The ParentNode.append() method inserts a set of Node objects or DOMString objects after the last child of the ParentNode.
- append(String, String) - Method in class akasha.FormData
-
The append() method of the FormData interface appends a new value onto an existing key inside a FormData object, or adds the key if it does not already exist.
- append(String, Blob, String) - Method in class akasha.FormData
-
The append() method of the FormData interface appends a new value onto an existing key inside a FormData object, or adds the key if it does not already exist.
- append(String, Blob) - Method in class akasha.FormData
-
The append() method of the FormData interface appends a new value onto an existing key inside a FormData object, or adds the key if it does not already exist.
- append(String, String) - Method in class akasha.Headers
-
The append() method of the Headers interface appends a new value onto an existing header inside a Headers object, or adds the header if it does not already exist.
- append(String, String) - Method in class akasha.URLSearchParams
-
The append() method of the URLSearchParams interface appends a specified key/value pair as a new search parameter.
- appendBuffer(BufferSource) - Method in class akasha.media.SourceBuffer
-
The appendBuffer() method of the SourceBuffer interface appends media segment data from an ArrayBuffer or ArrayBufferView object to the SourceBuffer.
- appendChild(Node) - Method in class akasha.Node
-
The Node.appendChild() method adds a node to the end of the list of children of a specified parent node.
- appendData(String) - Method in class akasha.CharacterData
-
- appendItem(SVGLength) - Method in class akasha.svg.SVGLengthList
-
- appendItem(SVGNumber) - Method in class akasha.svg.SVGNumberList
-
- appendItem(DOMPoint) - Method in class akasha.svg.SVGPointList
-
- appendItem(String) - Method in class akasha.svg.SVGStringList
-
- appendItem(SVGTransform) - Method in class akasha.svg.SVGTransformList
-
- appendMedium(String) - Method in class akasha.MediaList
-
- AppendMode - Annotation Type in akasha.media
-
- AppendMode.Util - Class in akasha.media
-
- appendRule(String) - Method in class akasha.CSSKeyframesRule
-
- appendWindowEnd - Variable in class akasha.media.SourceBuffer
-
The appendWindowEnd property of the SourceBuffer interface controls the timestamp for the end of the append window, a timestamp range that can be used to filter what media data is appended to the SourceBuffer.
- appendWindowStart - Variable in class akasha.media.SourceBuffer
-
The appendWindowStart property of the SourceBuffer interface controls the timestamp for the start of the append window, a timestamp range that can be used to filter what media data is appended to the SourceBuffer.
- appid() - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- appid(String) - Method in interface akasha.AuthenticationExtensionsClientInputs.Builder
-
- appid() - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- appid(boolean) - Method in interface akasha.AuthenticationExtensionsClientOutputs.Builder
-
- appidExclude() - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- appidExclude(String) - Method in interface akasha.AuthenticationExtensionsClientInputs.Builder
-
- appidExclude() - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- appidExclude(boolean) - Method in interface akasha.AuthenticationExtensionsClientOutputs.Builder
-
- application - Static variable in annotation type akasha.media.DisplayCaptureSurfaceType
-
- application_xhtml_xml - Static variable in annotation type akasha.DOMParserSupportedType
-
- application_xml - Static variable in annotation type akasha.DOMParserSupportedType
-
- applicationServerKey() - Method in class akasha.PushSubscriptionOptions
-
- applicationServerKey() - Method in interface akasha.PushSubscriptionOptionsInit
-
- applicationServerKey(BufferSourceOrStringUnion) - Method in interface akasha.PushSubscriptionOptionsInit.Builder
-
- applicationServerKey(BufferSource) - Method in interface akasha.PushSubscriptionOptionsInit.Builder
-
- applicationServerKey(String) - Method in interface akasha.PushSubscriptionOptionsInit.Builder
-
- applyConstraints(MediaTrackConstraints) - Method in class akasha.media.MediaStreamTrack
-
The applyConstraints() method of the MediaStreamTrack interface applies a set of constraints to the track; these constraints let the Web site or app establish ideal values and acceptable ranges of values for the constrainable properties of the track, such as frame rate, dimensions, echo cancelation, and so forth.
- applyConstraints() - Method in class akasha.media.MediaStreamTrack
-
The applyConstraints() method of the MediaStreamTrack interface applies a set of constraints to the track; these constraints let the Web site or app establish ideal values and acceptable ranges of values for the constrainable properties of the track, such as frame rate, dimensions, echo cancelation, and so forth.
- appName() - Method in class akasha.Navigator
-
The value of the NavigatorID.appName property is always "Netscape", in any browser.
- appName() - Method in class akasha.WorkerNavigator
-
The value of the NavigatorID.appName property is always "Netscape", in any browser.
- appVersion() - Method in class akasha.Navigator
-
Returns either "4.0" or a string representing version information about the browser.
- appVersion() - Method in class akasha.WorkerNavigator
-
Returns either "4.0" or a string representing version information about the browser.
- arc(double, double, double, double, double, boolean) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.arc() method of the Canvas 2D API adds a circular arc to the current sub-path.
- arc(double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.arc() method of the Canvas 2D API adds a circular arc to the current sub-path.
- arc(double, double, double, double, double, boolean) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- arc(double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- arc(double, double, double, double, double, boolean) - Method in class akasha.Path2D
-
- arc(double, double, double, double, double) - Method in class akasha.Path2D
-
- archive - Variable in class akasha.HTMLObjectElement
-
- arcTo(double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.arcTo() method of the Canvas 2D API adds a circular arc to the current sub-path, using the given control points and radius.
- arcTo(double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- arcTo(double, double, double, double, double) - Method in class akasha.Path2D
-
- areas() - Method in class akasha.HTMLMapElement
-
- ariaAtomic - Variable in class akasha.Element
-
- ariaAtomic - Variable in class akasha.ElementInternals
-
- ariaAutoComplete - Variable in class akasha.Element
-
- ariaAutoComplete - Variable in class akasha.ElementInternals
-
- ariaBusy - Variable in class akasha.Element
-
- ariaBusy - Variable in class akasha.ElementInternals
-
- ariaChecked - Variable in class akasha.Element
-
- ariaChecked - Variable in class akasha.ElementInternals
-
- ariaColCount - Variable in class akasha.Element
-
- ariaColCount - Variable in class akasha.ElementInternals
-
- ariaColIndex - Variable in class akasha.Element
-
- ariaColIndex - Variable in class akasha.ElementInternals
-
- ariaColIndexText - Variable in class akasha.Element
-
- ariaColIndexText - Variable in class akasha.ElementInternals
-
- ariaColSpan - Variable in class akasha.Element
-
- ariaColSpan - Variable in class akasha.ElementInternals
-
- ariaCurrent - Variable in class akasha.Element
-
- ariaCurrent - Variable in class akasha.ElementInternals
-
- ariaDescription - Variable in class akasha.Element
-
- ariaDescription - Variable in class akasha.ElementInternals
-
- ariaDisabled - Variable in class akasha.Element
-
- ariaDisabled - Variable in class akasha.ElementInternals
-
- ariaExpanded - Variable in class akasha.Element
-
- ariaExpanded - Variable in class akasha.ElementInternals
-
- ariaHasPopup - Variable in class akasha.Element
-
- ariaHasPopup - Variable in class akasha.ElementInternals
-
- ariaHidden - Variable in class akasha.Element
-
- ariaHidden - Variable in class akasha.ElementInternals
-
- ariaInvalid - Variable in class akasha.Element
-
- ariaInvalid - Variable in class akasha.ElementInternals
-
- ariaKeyShortcuts - Variable in class akasha.Element
-
- ariaKeyShortcuts - Variable in class akasha.ElementInternals
-
- ariaLabel - Variable in class akasha.Element
-
- ariaLabel - Variable in class akasha.ElementInternals
-
- ariaLevel - Variable in class akasha.Element
-
- ariaLevel - Variable in class akasha.ElementInternals
-
- ariaLive - Variable in class akasha.Element
-
- ariaLive - Variable in class akasha.ElementInternals
-
- ariaModal - Variable in class akasha.Element
-
- ariaModal - Variable in class akasha.ElementInternals
-
- ariaMultiLine - Variable in class akasha.Element
-
- ariaMultiLine - Variable in class akasha.ElementInternals
-
- ariaMultiSelectable - Variable in class akasha.Element
-
- ariaMultiSelectable - Variable in class akasha.ElementInternals
-
- ariaOrientation - Variable in class akasha.Element
-
- ariaOrientation - Variable in class akasha.ElementInternals
-
- ariaPlaceholder - Variable in class akasha.Element
-
- ariaPlaceholder - Variable in class akasha.ElementInternals
-
- ariaPosInSet - Variable in class akasha.Element
-
- ariaPosInSet - Variable in class akasha.ElementInternals
-
- ariaPressed - Variable in class akasha.Element
-
- ariaPressed - Variable in class akasha.ElementInternals
-
- ariaReadOnly - Variable in class akasha.Element
-
- ariaReadOnly - Variable in class akasha.ElementInternals
-
- ariaRequired - Variable in class akasha.Element
-
- ariaRequired - Variable in class akasha.ElementInternals
-
- ariaRoleDescription - Variable in class akasha.Element
-
- ariaRoleDescription - Variable in class akasha.ElementInternals
-
- ariaRowCount - Variable in class akasha.Element
-
- ariaRowCount - Variable in class akasha.ElementInternals
-
- ariaRowIndex - Variable in class akasha.Element
-
- ariaRowIndex - Variable in class akasha.ElementInternals
-
- ariaRowIndexText - Variable in class akasha.Element
-
- ariaRowIndexText - Variable in class akasha.ElementInternals
-
- ariaRowSpan - Variable in class akasha.Element
-
- ariaRowSpan - Variable in class akasha.ElementInternals
-
- ariaSelected - Variable in class akasha.Element
-
- ariaSelected - Variable in class akasha.ElementInternals
-
- ariaSetSize - Variable in class akasha.Element
-
- ariaSetSize - Variable in class akasha.ElementInternals
-
- ariaSort - Variable in class akasha.Element
-
- ariaSort - Variable in class akasha.ElementInternals
-
- ariaValueMax - Variable in class akasha.Element
-
- ariaValueMax - Variable in class akasha.ElementInternals
-
- ariaValueMin - Variable in class akasha.Element
-
- ariaValueMin - Variable in class akasha.ElementInternals
-
- ariaValueNow - Variable in class akasha.Element
-
- ariaValueNow - Variable in class akasha.ElementInternals
-
- ariaValueText - Variable in class akasha.Element
-
- ariaValueText - Variable in class akasha.ElementInternals
-
- ARRAY_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ARRAY_BUFFER - Static variable in class akasha.gl.WebGLRenderingContext
-
- ARRAY_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ARRAY_BUFFER_BINDING - Static variable in class akasha.gl.WebGLRenderingContext
-
- arraybuffer - Static variable in annotation type akasha.BinaryType
-
- arrayBuffer() - Method in class akasha.Blob
-
The arrayBuffer() method in the Blob interface returns a Promise that resolves with the contents of the blob as binary data contained in an ArrayBuffer.
- ArrayBuffer - Class in akasha.core
-
The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer.
- ArrayBuffer(int) - Constructor for class akasha.core.ArrayBuffer
-
The ArrayBuffer() constructor is used to create ArrayBuffer objects.
- arrayBuffer() - Method in class akasha.PushMessageData
-
The arrayBuffer()method of the PushMessageData interface extracts push message data as an ArrayBuffer object.
- arrayBuffer() - Method in class akasha.Request
-
The arrayBuffer() method of the Body mixin takes a Response stream and reads it to completion.
- arrayBuffer() - Method in class akasha.Response
-
The arrayBuffer() method of the Body mixin takes a Response stream and reads it to completion.
- arraybuffer - Static variable in annotation type akasha.XMLHttpRequestResponseType
-
- ArrayBufferView - Interface in akasha.core
-
The ArrayBufferView is used to represent objects that provide a view on to an ArrayBuffer.
- ArrayBufferViewOrUndefinedUnion - Interface in akasha
-
- arrayLayerCount() - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- arrayLayerCount(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
-
- arrayStride(int) - Static method in interface akasha.gpu.GPUVertexBufferLayout
-
- arrayStride() - Method in interface akasha.gpu.GPUVertexBufferLayout
-
- as - Variable in class akasha.HTMLLinkElement
-
The as property of the HTMLLinkElement interface returns a DOMString representing the type of content being loaded by the HTML link, one of "script", "style", "image", "video", "audio", "track", "font", "fetch".
- asArray() - Method in interface akasha.bluetooth.StringOrUUIDArrayUnion
-
- asArray() - Method in interface akasha.CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion
-
- asArray() - Method in interface akasha.DoubleOrDoubleArrayUnion
-
- asArray() - Method in interface akasha.gl.Float32List
-
- asArray() - Method in interface akasha.gl.Int32List
-
- asArray() - Method in interface akasha.gl.Uint32List
-
- asArray() - Method in interface akasha.gpu.GPUColor
-
- asArray() - Method in interface akasha.gpu.GPUExtent3D
-
- asArray() - Method in interface akasha.gpu.GPUOrigin2D
-
- asArray() - Method in interface akasha.gpu.GPUOrigin3D
-
- asArray() - Method in interface akasha.HeadersInit
-
- asArray(T[]) - Method in class akasha.lang.JsArray
-
Convert this JsArray to a native "java" array.
- asArray() - Method in interface akasha.media.ConstrainDOMString
-
- asArray() - Method in interface akasha.StringOrStringArrayUnion
-
- asArray() - Method in interface akasha.VibratePattern
-
- asArrayBuffer() - Method in interface akasha.BlobPart
-
- asArrayBuffer() - Method in interface akasha.BodyInit
-
- asArrayBuffer() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asArrayBuffer() - Method in interface akasha.BufferSourceOrStringUnion
-
- asArrayBuffer() - Method in interface akasha.FileSystemWriteChunkType
-
- asArrayBuffer() - Method in interface akasha.PushMessageDataInit
-
- asArrayBuffer() - Method in interface akasha.StringOrArrayBufferUnion
-
- asArrayBuffer() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asAudioContextLatencyCategory() - Method in interface akasha.audio.AudioContextLatencyCategoryOrDoubleUnion
-
- asAutoKeyword() - Method in interface akasha.LineAndPositionSetting
-
- asBlob() - Method in interface akasha.BlobPart
-
- asBlob() - Method in interface akasha.BodyInit
-
- asBlob() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asBlob() - Method in interface akasha.clipboard.ClipboardItemDataType
-
- asBlob() - Method in interface akasha.FileSystemWriteChunkType
-
- asBlob() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asBoolean() - Method in interface akasha.media.BooleanOrMediaTrackConstraintsUnion
-
- asBoolean() - Method in interface akasha.media.ConstrainBoolean
-
- asCanvasFilter() - Method in interface akasha.StringOrCanvasFilterUnion
-
- asCanvasGradient() - Method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- asCanvasPattern() - Method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- asClient() - Method in interface akasha.ClientOrUndefinedUnion
-
- asCompositeOperationOrAuto() - Method in interface akasha.CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion
-
- asConstrainBooleanParameters() - Method in interface akasha.media.ConstrainBoolean
-
- asConstrainDOMStringParameters() - Method in interface akasha.media.ConstrainDOMString
-
- asConstrainDoubleRange() - Method in interface akasha.media.ConstrainDouble
-
- asConstrainULongRange() - Method in interface akasha.media.ConstrainULong
-
- asCSSPseudoElement() - Method in interface akasha.ElementOrCSSPseudoElementUnion
-
- asCustomElementConstructor() - Method in interface akasha.CustomElementConstructorOrUndefinedUnion
-
- asDataView() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asDataView() - Method in interface akasha.BlobPart
-
- asDataView() - Method in interface akasha.BodyInit
-
- asDataView() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asDataView() - Method in interface akasha.BufferSourceOrStringUnion
-
- asDataView() - Method in interface akasha.FileSystemWriteChunkType
-
- asDataView() - Method in interface akasha.PushMessageDataInit
-
- asDataView() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asDOMPointInit() - Method in interface akasha.UnrestrictedDoubleOrDOMPointInitUnion
-
- asDouble() - Method in interface akasha.audio.AudioContextLatencyCategoryOrDoubleUnion
-
- asDouble() - Method in interface akasha.DoubleOrDoubleArrayUnion
-
- asDouble() - Method in interface akasha.LineAndPositionSetting
-
- asDouble() - Method in interface akasha.media.ConstrainDouble
-
- asDouble() - Method in interface akasha.UnrestrictedDoubleOrDOMPointInitUnion
-
- asDouble() - Method in interface akasha.UnrestrictedDoubleOrStringUnion
-
- asElement() - Method in interface akasha.ElementOrCSSPseudoElementUnion
-
- asEvent() - Method in interface akasha.EventOrStringUnion
-
- asEvent() - Method in interface akasha.EventOrUndefinedUnion
-
- asFile() - Method in interface akasha.FormDataEntryValue
-
- asFloat32Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asFloat32Array() - Method in interface akasha.BlobPart
-
- asFloat32Array() - Method in interface akasha.BodyInit
-
- asFloat32Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asFloat32Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asFloat32Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asFloat32Array() - Method in interface akasha.gl.Float32List
-
- asFloat32Array() - Method in interface akasha.PushMessageDataInit
-
- asFloat32Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asFloat64Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asFloat64Array() - Method in interface akasha.BlobPart
-
- asFloat64Array() - Method in interface akasha.BodyInit
-
- asFloat64Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asFloat64Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asFloat64Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asFloat64Array() - Method in interface akasha.PushMessageDataInit
-
- asFloat64Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asFormData() - Method in interface akasha.BodyInit
-
- asFormData() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asGPUColorDict() - Method in interface akasha.gpu.GPUColor
-
- asGPUDeviceLostReason() - Method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
-
- asGPUExtent3DDict() - Method in interface akasha.gpu.GPUExtent3D
-
- asGPUOrigin2DDict() - Method in interface akasha.gpu.GPUOrigin2D
-
- asGPUOrigin3DDict() - Method in interface akasha.gpu.GPUOrigin3D
-
- asin(double) - Static method in class akasha.core.JsMath
-
The Math.asin() function returns the arcsine (in radians) of a number, that is
- asinh(double) - Static method in class akasha.core.JsMath
-
The Math.asinh() function returns the hyperbolic arcsine of a number, that is
- asInt() - Method in interface akasha.bluetooth.BluetoothCharacteristicUUID
-
- asInt() - Method in interface akasha.bluetooth.BluetoothDescriptorUUID
-
- asInt() - Method in interface akasha.bluetooth.BluetoothServiceUUID
-
- asInt() - Method in interface akasha.core.StringifySpaceUnionType
-
- asInt() - Method in interface akasha.core.StringOrLongLongUnion
-
- asInt() - Method in interface akasha.media.ConstrainULong
-
- asInt() - Method in interface akasha.StringOrUnsignedLongUnion
-
- asInt() - Method in interface akasha.VibratePattern
-
- asInt16Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asInt16Array() - Method in interface akasha.BlobPart
-
- asInt16Array() - Method in interface akasha.BodyInit
-
- asInt16Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asInt16Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asInt16Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asInt16Array() - Method in interface akasha.PushMessageDataInit
-
- asInt16Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asInt32Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asInt32Array() - Method in interface akasha.BlobPart
-
- asInt32Array() - Method in interface akasha.BodyInit
-
- asInt32Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asInt32Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asInt32Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asInt32Array() - Method in interface akasha.gl.Int32List
-
- asInt32Array() - Method in interface akasha.PushMessageDataInit
-
- asInt32Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asInt8Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asInt8Array() - Method in interface akasha.BlobPart
-
- asInt8Array() - Method in interface akasha.BodyInit
-
- asInt8Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asInt8Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asInt8Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asInt8Array() - Method in interface akasha.PushMessageDataInit
-
- asInt8Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asJsArray(T[]) - Static method in class akasha.lang.JsArray
-
Cast the specified array to a JsArray instance.
- asMediaList() - Method in interface akasha.media.MediaListOrStringUnion
-
- asMediaTrackConstraints() - Method in interface akasha.media.BooleanOrMediaTrackConstraintsUnion
-
- asObject() - Method in interface akasha.crypto.AlgorithmIdentifier
-
- aspect() - Method in interface akasha.gpu.GPUImageCopyTexture
-
- aspect(String) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
-
- aspect(String) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
-
- aspect() - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- aspect(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
-
- aspectRatio() - Method in interface akasha.media.MediaTrackCapabilities
-
- aspectRatio(DoubleRange) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- aspectRatio(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- aspectRatio(double) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- aspectRatio(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- aspectRatio() - Method in interface akasha.media.MediaTrackConstraintSet
-
- aspectRatio(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- aspectRatio(double) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- aspectRatio(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- aspectRatio() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's aspectRatio property is a double-precision floating-point number indicating the aspect ratio of the MediaStreamTrack as currently configured.
- aspectRatio(double) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's aspectRatio property is a double-precision floating-point number indicating the aspect ratio of the MediaStreamTrack as currently configured.
- aspectRatio() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's aspectRatio property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the aspectRatio constraint.
- aspectRatio(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's aspectRatio property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the aspectRatio constraint.
- aspectRatio - Variable in class akasha.xr.XRCylinderLayer
-
- aspectRatio() - Method in interface akasha.xr.XRCylinderLayerInit
-
- aspectRatio(float) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- aspectRatio() - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- aspectRatio(Double) - Method in interface akasha.xr.XRMediaCylinderLayerInit.Builder
-
- asPropertyMap() - Method in interface akasha.HeadersInit
-
- asReadableStream() - Method in interface akasha.BodyInit
-
- asRequest() - Method in interface akasha.RequestInfo
-
- asResponse() - Method in interface akasha.ResponseOrUndefinedUnion
-
- assert_(boolean, Object...) - Static method in class akasha.Console
-
- assert_(boolean) - Static method in class akasha.Console
-
- assertion() - Method in interface akasha.rtc.RTCIdentityAssertionResult
-
- assertion(String) - Method in interface akasha.rtc.RTCIdentityAssertionResult.Step1
-
- assertValid(String) - Static method in class akasha.AlignSetting.Util
-
- assertValid(String) - Static method in class akasha.AnimationPlayState.Util
-
- assertValid(String) - Static method in class akasha.AnimationReplaceState.Util
-
- assertValid(String) - Static method in class akasha.AttestationConveyancePreference.Util
-
- assertValid(String) - Static method in class akasha.audio.AudioContextLatencyCategory.Util
-
- assertValid(String) - Static method in class akasha.audio.AudioContextState.Util
-
- assertValid(String) - Static method in class akasha.audio.AutomationRate.Util
-
- assertValid(String) - Static method in class akasha.audio.BiquadFilterType.Util
-
- assertValid(String) - Static method in class akasha.audio.ChannelCountMode.Util
-
- assertValid(String) - Static method in class akasha.audio.ChannelInterpretation.Util
-
- assertValid(String) - Static method in class akasha.audio.DistanceModelType.Util
-
- assertValid(String) - Static method in class akasha.audio.OscillatorType.Util
-
- assertValid(String) - Static method in class akasha.audio.OverSampleType.Util
-
- assertValid(String) - Static method in class akasha.audio.PanningModelType.Util
-
- assertValid(String) - Static method in class akasha.AudioTrackKind.Util
-
- assertValid(String) - Static method in class akasha.AuthenticatorAttachment.Util
-
- assertValid(String) - Static method in class akasha.AuthenticatorTransport.Util
-
- assertValid(String) - Static method in class akasha.AutocapitalizeType.Util
-
- assertValid(String) - Static method in class akasha.AutocompleteType.Util
-
- assertValid(String) - Static method in class akasha.AutoKeyword.Util
-
- assertValid(String) - Static method in class akasha.BinaryType.Util
-
- assertValid(String) - Static method in class akasha.ButtonType.Util
-
- assertValid(String) - Static method in class akasha.CanPlayTypeResult.Util
-
- assertValid(String) - Static method in class akasha.CanvasDirection.Util
-
- assertValid(String) - Static method in class akasha.CanvasFillRule.Util
-
- assertValid(String) - Static method in class akasha.CanvasFontKerning.Util
-
- assertValid(String) - Static method in class akasha.CanvasFontStretch.Util
-
- assertValid(String) - Static method in class akasha.CanvasFontVariantCaps.Util
-
- assertValid(String) - Static method in class akasha.CanvasLineCap.Util
-
- assertValid(String) - Static method in class akasha.CanvasLineJoin.Util
-
- assertValid(String) - Static method in class akasha.CanvasTextAlign.Util
-
- assertValid(String) - Static method in class akasha.CanvasTextBaseline.Util
-
- assertValid(String) - Static method in class akasha.CanvasTextRendering.Util
-
- assertValid(String) - Static method in class akasha.ClientType.Util
-
- assertValid(String) - Static method in class akasha.clipboard.PresentationStyle.Util
-
- assertValid(String) - Static method in class akasha.codecs.AlphaOption.Util
-
- assertValid(String) - Static method in class akasha.codecs.AudioSampleFormat.Util
-
- assertValid(String) - Static method in class akasha.codecs.CodecState.Util
-
- assertValid(String) - Static method in class akasha.codecs.EncodedAudioChunkType.Util
-
- assertValid(String) - Static method in class akasha.codecs.EncodedVideoChunkType.Util
-
- assertValid(String) - Static method in class akasha.codecs.HardwareAcceleration.Util
-
- assertValid(String) - Static method in class akasha.codecs.LatencyMode.Util
-
- assertValid(String) - Static method in class akasha.codecs.VideoColorPrimaries.Util
-
- assertValid(String) - Static method in class akasha.codecs.VideoMatrixCoefficients.Util
-
- assertValid(String) - Static method in class akasha.codecs.VideoPixelFormat.Util
-
- assertValid(String) - Static method in class akasha.codecs.VideoTransferCharacteristics.Util
-
- assertValid(String) - Static method in class akasha.ColorSpaceConversion.Util
-
- assertValid(String) - Static method in class akasha.CompositeOperation.Util
-
- assertValid(String) - Static method in class akasha.CompositeOperationOrAuto.Util
-
- assertValid(String) - Static method in class akasha.core.AtomicWaitResult.Util
-
- assertValid(String) - Static method in class akasha.CredentialMediationRequirement.Util
-
- assertValid(String) - Static method in class akasha.CrossOriginType.Util
-
- assertValid(String) - Static method in class akasha.crypto.KeyFormat.Util
-
- assertValid(String) - Static method in class akasha.crypto.KeyType.Util
-
- assertValid(String) - Static method in class akasha.crypto.KeyUsage.Util
-
- assertValid(int) - Static method in class akasha.CSSRuleType.Util
-
- assertValid(String) - Static method in class akasha.DevicePermissionState.Util
-
- assertValid(String) - Static method in class akasha.DirectionSetting.Util
-
- assertValid(String) - Static method in class akasha.DirType.Util
-
- assertValid(String) - Static method in class akasha.DocumentReadyState.Util
-
- assertValid(int) - Static method in class akasha.DOMExceptionCode.Util
-
- assertValid(String) - Static method in class akasha.DOMParserSupportedType.Util
-
- assertValid(String) - Static method in class akasha.EndingType.Util
-
- assertValid(int) - Static method in class akasha.EventPhase.Util
-
- assertValid(int) - Static method in class akasha.EventSourceReadyState.Util
-
- assertValid(int) - Static method in class akasha.FileReaderReadyState.Util
-
- assertValid(String) - Static method in class akasha.FileSystemHandleKind.Util
-
- assertValid(String) - Static method in class akasha.FillMode.Util
-
- assertValid(String) - Static method in class akasha.FormAutocompleteType.Util
-
- assertValid(String) - Static method in class akasha.FormEncodingType.Util
-
- assertValid(String) - Static method in class akasha.FormMethodType.Util
-
- assertValid(String) - Static method in class akasha.FrameType.Util
-
- assertValid(String) - Static method in class akasha.FullscreenNavigationUI.Util
-
- assertValid(String) - Static method in class akasha.GamepadHand.Util
-
- assertValid(String) - Static method in class akasha.GamepadHapticActuatorType.Util
-
- assertValid(String) - Static method in class akasha.GamepadMappingType.Util
-
- assertValid(int) - Static method in class akasha.GeolocationPositionErrorCode.Util
-
- assertValid(int) - Static method in class akasha.gl.ActiveInfoDataType.Util
-
- assertValid(int) - Static method in class akasha.gl.AttributeComponentDataType.Util
-
- assertValid(int) - Static method in class akasha.gl.AttributeComponentIntegerDataType.Util
-
- assertValid(int) - Static method in class akasha.gl.AttributeDataType.Util
-
- assertValid(int) - Static method in class akasha.gl.BlendFactor.Util
-
- assertValid(int) - Static method in class akasha.gl.BufferTargetType.Util
-
- assertValid(int) - Static method in class akasha.gl.Capability.Util
-
- assertValid(int) - Static method in class akasha.gl.DrawElementsDataType.Util
-
- assertValid(int) - Static method in class akasha.gl.DrawMode.Util
-
- assertValid(int) - Static method in class akasha.gl.FramebufferAttachment.Util
-
- assertValid(int) - Static method in class akasha.gl.FramebufferTargetType.Util
-
- assertValid(int) - Static method in class akasha.gl.PixelFormat.Util
-
- assertValid(int) - Static method in class akasha.gl.PixelStorageParameter.Util
-
- assertValid(int) - Static method in class akasha.gl.ProgramParameterType.Util
-
- assertValid(int) - Static method in class akasha.gl.ReadableTextureParameter.Util
-
- assertValid(int) - Static method in class akasha.gl.RenderbufferStorageInternalFormat.Util
-
- assertValid(int) - Static method in class akasha.gl.RenderbufferStorageTarget.Util
-
- assertValid(int) - Static method in class akasha.gl.RenderbufferTargetType.Util
-
- assertValid(int) - Static method in class akasha.gl.SamplerMagnificationFilter.Util
-
- assertValid(int) - Static method in class akasha.gl.SamplerMinificationFilter.Util
-
- assertValid(int) - Static method in class akasha.gl.SamplerWrapMode.Util
-
- assertValid(int) - Static method in class akasha.gl.ShaderParameterType.Util
-
- assertValid(int) - Static method in class akasha.gl.ShaderType.Util
-
- assertValid(int) - Static method in class akasha.gl.TexelDataType.Util
-
- assertValid(int) - Static method in class akasha.gl.Texture2DSurfaceTargetType.Util
-
- assertValid(int) - Static method in class akasha.gl.Texture2DTargetType.Util
-
- assertValid(int) - Static method in class akasha.gl.Texture3DTargetType.Util
-
- assertValid(int) - Static method in class akasha.gl.TextureComparisonFunction.Util
-
- assertValid(int) - Static method in class akasha.gl.TextureComparisonMode.Util
-
- assertValid(int) - Static method in class akasha.gl.TextureFormat.Util
-
- assertValid(int) - Static method in class akasha.gl.TextureInternalFormat.Util
-
- assertValid(int) - Static method in class akasha.gl.TextureParameter.Util
-
- assertValid(int) - Static method in class akasha.gl.TextureTargetType.Util
-
- assertValid(int) - Static method in class akasha.gl.UniformDataType.Util
-
- assertValid(int) - Static method in class akasha.gl.UsageType.Util
-
- assertValid(int) - Static method in class akasha.gl.VertexAttribOffsetParameterName.Util
-
- assertValid(int) - Static method in class akasha.gl.VertexDimensions.Validator
-
- assertValid(int) - Static method in class akasha.gl.WebGLContextError.Util
-
- assertValid(String) - Static method in class akasha.gl.WebGLExtensionName.Util
-
- assertValid(int) - Static method in class akasha.gl.WebGLParameterName.Util
-
- assertValid(String) - Static method in class akasha.gl.WebGLPowerPreference.Util
-
- assertValid(int) - Static method in class akasha.gl.Winding.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUAddressMode.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUBlendFactor.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUBlendOperation.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUBufferBindingType.Util
-
- assertValid(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUCanvasCompositingAlphaMode.Util
-
- assertValid(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUCompareFunction.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUCompilationMessageType.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUComputePassTimestampLocation.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUCullMode.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUDeviceLostReason.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUErrorFilter.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUFeatureName.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUFilterMode.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUFrontFace.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUIndexFormat.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPULoadOp.Util
-
- assertValid(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUPowerPreference.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUPredefinedColorSpace.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUPrimitiveTopology.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUQueryType.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPURenderPassTimestampLocation.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUSamplerBindingType.Util
-
- assertValid(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUStencilOperation.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUStorageTextureAccess.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUStoreOp.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUTextureAspect.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUTextureDimension.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUTextureFormat.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUTextureSampleType.Util
-
- assertValid(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUTextureViewDimension.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUVertexFormat.Util
-
- assertValid(String) - Static method in class akasha.gpu.GPUVertexStepMode.Util
-
- assertValid(int) - Static method in class akasha.HTMLMediaElementNetworkState.Util
-
- assertValid(int) - Static method in class akasha.HTMLMediaElementReadyState.Util
-
- assertValid(int) - Static method in class akasha.HTMLTrackElementReadyState.Util
-
- assertValid(String) - Static method in class akasha.idb.IDBCursorDirection.Util
-
- assertValid(String) - Static method in class akasha.idb.IDBRequestReadyState.Util
-
- assertValid(String) - Static method in class akasha.idb.IDBTransactionDurability.Util
-
- assertValid(String) - Static method in class akasha.idb.IDBTransactionMode.Util
-
- assertValid(String) - Static method in class akasha.ImageOrientation.Util
-
- assertValid(String) - Static method in class akasha.ImageSmoothingQuality.Util
-
- assertValid(String) - Static method in class akasha.InputModeType.Util
-
- assertValid(String) - Static method in class akasha.InputType.Util
-
- assertValid(int) - Static method in class akasha.KeyboardEventLocation.Util
-
- assertValid(String) - Static method in class akasha.LargeBlobSupport.Util
-
- assertValid(String) - Static method in class akasha.LineAlignSetting.Util
-
- assertValid(String) - Static method in class akasha.LoadingType.Util
-
- assertValid(String) - Static method in class akasha.media.AppendMode.Util
-
- assertValid(String) - Static method in class akasha.media.BitrateMode.Util
-
- assertValid(String) - Static method in class akasha.media.CursorCaptureConstraint.Util
-
- assertValid(String) - Static method in class akasha.media.DisplayCaptureSurfaceType.Util
-
- assertValid(String) - Static method in class akasha.media.EndOfStreamError.Util
-
- assertValid(String) - Static method in class akasha.media.MediaDeviceKind.Util
-
- assertValid(String) - Static method in class akasha.media.MediaStreamTrackState.Util
-
- assertValid(String) - Static method in class akasha.media.ReadyState.Util
-
- assertValid(String) - Static method in class akasha.media.RecordingState.Util
-
- assertValid(String) - Static method in class akasha.media.VideoFacingModeEnum.Util
-
- assertValid(String) - Static method in class akasha.media.VideoResizeModeEnum.Util
-
- assertValid(int) - Static method in class akasha.MediaErrorCode.Util
-
- assertValid(String) - Static method in class akasha.MediaKeyMessageType.Util
-
- assertValid(String) - Static method in class akasha.MediaKeySessionType.Util
-
- assertValid(String) - Static method in class akasha.MediaKeysRequirement.Util
-
- assertValid(String) - Static method in class akasha.MediaKeyStatus.Util
-
- assertValid(String) - Static method in class akasha.MediaPreloadType.Util
-
- assertValid(String) - Static method in class akasha.midi.MIDIPortConnectionState.Util
-
- assertValid(String) - Static method in class akasha.midi.MIDIPortDeviceState.Util
-
- assertValid(String) - Static method in class akasha.midi.MIDIPortType.Util
-
- assertValid(int) - Static method in class akasha.NodeType.Util
-
- assertValid(String) - Static method in class akasha.notifications.NotificationDirection.Util
-
- assertValid(String) - Static method in class akasha.notifications.NotificationPermission.Util
-
- assertValid(String) - Static method in class akasha.OffscreenRenderingContextId.Util
-
- assertValid(String) - Static method in class akasha.OrientationLockType.Util
-
- assertValid(String) - Static method in class akasha.OrientationType.Util
-
- assertValid(String) - Static method in class akasha.perf.NavigationType.Util
-
- assertValid(int) - Static method in class akasha.perf.PerformanceNavigationType.Util
-
- assertValid(String) - Static method in class akasha.PermissionState.Util
-
- assertValid(String) - Static method in class akasha.PlaybackDirection.Util
-
- assertValid(String) - Static method in class akasha.PositionAlignSetting.Util
-
- assertValid(String) - Static method in class akasha.PredefinedColorSpace.Util
-
- assertValid(String) - Static method in class akasha.PremultiplyAlpha.Util
-
- assertValid(String) - Static method in class akasha.PublicKeyCredentialType.Util
-
- assertValid(String) - Static method in class akasha.PushEncryptionKeyName.Util
-
- assertValid(int) - Static method in class akasha.RangeCompareType.Util
-
- assertValid(String) - Static method in class akasha.ReadableStreamReaderMode.Util
-
- assertValid(String) - Static method in class akasha.ReadableStreamType.Util
-
- assertValid(String) - Static method in class akasha.ReferrerPolicy.Util
-
- assertValid(String) - Static method in class akasha.RenderContextType.Util
-
- assertValid(String) - Static method in class akasha.RequestCache.Util
-
- assertValid(String) - Static method in class akasha.RequestCredentials.Util
-
- assertValid(String) - Static method in class akasha.RequestDestination.Util
-
- assertValid(String) - Static method in class akasha.RequestMode.Util
-
- assertValid(String) - Static method in class akasha.RequestRedirect.Util
-
- assertValid(String) - Static method in class akasha.ResidentKeyRequirement.Util
-
- assertValid(String) - Static method in class akasha.ResizeObserverBoxOptions.Util
-
- assertValid(String) - Static method in class akasha.ResizeQuality.Util
-
- assertValid(String) - Static method in class akasha.ResponseType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCBundlePolicy.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCCodecType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCDataChannelState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCDtlsTransportState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCErrorDetailType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCErrorDetailTypeIdp.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceCandidateType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceComponent.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceConnectionState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceCredentialType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceGathererState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceGatheringState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceProtocol.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceRole.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceTcpCandidateType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceTransportPolicy.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCIceTransportState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCPeerConnectionState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCPriorityType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCQualityLimitationReason.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCRtcpMuxPolicy.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCRtpTransceiverDirection.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCSctpTransportState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCSdpType.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCSignalingState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCStatsIceCandidatePairState.Util
-
- assertValid(String) - Static method in class akasha.rtc.RTCStatsType.Util
-
- assertValid(String) - Static method in class akasha.ScopeType.Util
-
- assertValid(String) - Static method in class akasha.ScrollBehavior.Util
-
- assertValid(String) - Static method in class akasha.ScrollLogicalPosition.Util
-
- assertValid(String) - Static method in class akasha.ScrollRestoration.Util
-
- assertValid(String) - Static method in class akasha.ScrollSetting.Util
-
- assertValid(String) - Static method in class akasha.SecurityPolicyViolationEventDisposition.Util
-
- assertValid(String) - Static method in class akasha.SelectionMode.Util
-
- assertValid(String) - Static method in class akasha.ServiceWorkerState.Util
-
- assertValid(String) - Static method in class akasha.ServiceWorkerUpdateViaCache.Util
-
- assertValid(String) - Static method in class akasha.ShadowRootMode.Util
-
- assertValid(String) - Static method in class akasha.SlotAssignmentMode.Util
-
- assertValid(String) - Static method in class akasha.speech.SpeechRecognitionErrorCode.Util
-
- assertValid(String) - Static method in class akasha.speech.SpeechSynthesisErrorCode.Util
-
- assertValid(String) - Static method in class akasha.TextTrackKind.Util
-
- assertValid(String) - Static method in class akasha.TextTrackMode.Util
-
- assertValid(String) - Static method in class akasha.TimelinePhase.Util
-
- assertValid(String) - Static method in class akasha.TokenBindingStatus.Util
-
- assertValid(String) - Static method in class akasha.TouchType.Util
-
- assertValid(String) - Static method in class akasha.TrackKind.Util
-
- assertValid(String) - Static method in class akasha.usb.USBDirection.Util
-
- assertValid(String) - Static method in class akasha.usb.USBEndpointType.Util
-
- assertValid(String) - Static method in class akasha.usb.USBRecipient.Util
-
- assertValid(String) - Static method in class akasha.usb.USBRequestType.Util
-
- assertValid(String) - Static method in class akasha.usb.USBTransferStatus.Util
-
- assertValid(String) - Static method in class akasha.UserVerificationRequirement.Util
-
- assertValid(String) - Static method in class akasha.VisibilityState.Util
-
- assertValid(String) - Static method in class akasha.WakeLockType.Util
-
- assertValid(String) - Static method in class akasha.wasm.ImportExportKind.Util
-
- assertValid(String) - Static method in class akasha.wasm.TableKind.Util
-
- assertValid(String) - Static method in class akasha.wasm.ValueType.Util
-
- assertValid(int) - Static method in class akasha.WebSocketReadyState.Util
-
- assertValid(int) - Static method in class akasha.WheelEventDeltaMode.Util
-
- assertValid(String) - Static method in class akasha.WorkerType.Util
-
- assertValid(String) - Static method in class akasha.WrapType.Util
-
- assertValid(String) - Static method in class akasha.WriteCommandType.Util
-
- assertValid(int) - Static method in class akasha.XMLHttpRequestReadyState.Util
-
- assertValid(String) - Static method in class akasha.XMLHttpRequestResponseType.Util
-
- assertValid(int) - Static method in class akasha.XPathResultResultType.Util
-
- assertValid(String) - Static method in class akasha.xr.XRDepthDataFormat.Util
-
- assertValid(String) - Static method in class akasha.xr.XRDepthUsage.Util
-
- assertValid(String) - Static method in class akasha.xr.XRDOMOverlayType.Util
-
- assertValid(String) - Static method in class akasha.xr.XREnvironmentBlendMode.Util
-
- assertValid(String) - Static method in class akasha.xr.XREye.Util
-
- assertValid(String) - Static method in class akasha.xr.XRHandedness.Util
-
- assertValid(String) - Static method in class akasha.xr.XRHandJoint.Util
-
- assertValid(String) - Static method in class akasha.xr.XRHitTestTrackableType.Util
-
- assertValid(String) - Static method in class akasha.xr.XRInteractionMode.Util
-
- assertValid(String) - Static method in class akasha.xr.XRLayerLayout.Util
-
- assertValid(String) - Static method in class akasha.xr.XRReferenceSpaceType.Util
-
- assertValid(String) - Static method in class akasha.xr.XRReflectionFormat.Util
-
- assertValid(String) - Static method in class akasha.xr.XRSessionMode.Util
-
- assertValid(String) - Static method in class akasha.xr.XRTargetRayMode.Util
-
- assertValid(String) - Static method in class akasha.xr.XRTextureType.Util
-
- assertValid(String) - Static method in class akasha.xr.XRVisibilityState.Util
-
- asServiceWorkerRegistration() - Method in interface akasha.ServiceWorkerRegistrationOrUndefinedUnion
-
- assign(Object, Object...) - Static method in class akasha.core.JsObject
-
The Object.assign() method copies all enumerable own properties from one or more source objects to a target object.
- assign(Element...) - Method in class akasha.HTMLSlotElement
-
- assign(Text...) - Method in class akasha.HTMLSlotElement
-
- assign(String) - Method in class akasha.Location
-
The Location.assign() method causes the window to load and display the document at the URL specified.
- assignedElements(AssignedNodesOptions) - Method in class akasha.HTMLSlotElement
-
The assignedElements() property of the HTMLSlotElement interface returns a sequence of the elements assigned to this slot (and no other nodes).
- assignedElements() - Method in class akasha.HTMLSlotElement
-
The assignedElements() property of the HTMLSlotElement interface returns a sequence of the elements assigned to this slot (and no other nodes).
- assignedNodes(AssignedNodesOptions) - Method in class akasha.HTMLSlotElement
-
The assignedNodes() property of the HTMLSlotElement interface returns a sequence of the nodes assigned to this slot, and if the flatten option is set to true, the assigned nodes of any other slots that are descendants of this slot.
- assignedNodes() - Method in class akasha.HTMLSlotElement
-
The assignedNodes() property of the HTMLSlotElement interface returns a sequence of the nodes assigned to this slot, and if the flatten option is set to true, the assigned nodes of any other slots that are descendants of this slot.
- AssignedNodesOptions - Interface in akasha
-
- AssignedNodesOptions.Builder - Interface in akasha
-
- assignedSlot() - Method in class akasha.Element
-
The assignedSlot read-only property of the Slottable interface returns an HTMLSlotElement representing the slot element the node is inserted in.
- assignedSlot() - Method in class akasha.Text
-
The assignedSlot property of the Text interface returns the HTMLSlotElement object associated with the element.
- asString() - Method in interface akasha.BlobPart
-
- asString() - Method in interface akasha.bluetooth.BluetoothCharacteristicUUID
-
- asString() - Method in interface akasha.bluetooth.BluetoothDescriptorUUID
-
- asString() - Method in interface akasha.bluetooth.BluetoothServiceUUID
-
- asString() - Method in interface akasha.bluetooth.StringOrUUIDArrayUnion
-
- asString() - Method in interface akasha.BodyInit
-
- asString() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asString() - Method in interface akasha.BufferSourceOrStringUnion
-
- asString() - Method in interface akasha.clipboard.ClipboardItemDataType
-
- asString() - Method in interface akasha.core.StringifySpaceUnionType
-
- asString() - Method in interface akasha.core.StringOrLongLongUnion
-
- asString() - Method in interface akasha.crypto.AlgorithmIdentifier
-
- asString() - Method in interface akasha.EventOrStringUnion
-
- asString() - Method in interface akasha.FileSystemWriteChunkType
-
- asString() - Method in interface akasha.FormDataEntryValue
-
- asString() - Method in interface akasha.media.ConstrainDOMString
-
- asString() - Method in interface akasha.media.MediaListOrStringUnion
-
- asString() - Method in interface akasha.PushMessageDataInit
-
- asString() - Method in interface akasha.RequestInfo
-
- asString() - Method in interface akasha.StringOrArrayBufferUnion
-
- asString() - Method in interface akasha.StringOrCanvasFilterUnion
-
- asString() - Method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- asString() - Method in interface akasha.StringOrStringArrayUnion
-
- asString() - Method in interface akasha.StringOrUndefinedUnion
-
- asString() - Method in interface akasha.StringOrUnsignedLongUnion
-
- asString() - Method in interface akasha.UnrestrictedDoubleOrStringUnion
-
- asString() - Method in interface akasha.XMLHttpRequestBodyInit
-
- astc_10x10_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_10x10_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_10x5_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_10x5_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_10x6_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_10x6_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_10x8_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_10x8_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_12x10_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_12x10_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_12x12_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_12x12_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_4x4_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_4x4_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_5x4_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_5x4_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_5x5_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_5x5_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_6x5_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_6x5_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_6x6_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_6x6_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_8x5_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_8x5_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_8x6_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_8x6_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_8x8_unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- astc_8x8_unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- asUint16Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asUint16Array() - Method in interface akasha.BlobPart
-
- asUint16Array() - Method in interface akasha.BodyInit
-
- asUint16Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asUint16Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asUint16Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asUint16Array() - Method in interface akasha.PushMessageDataInit
-
- asUint16Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asUint32Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asUint32Array() - Method in interface akasha.BlobPart
-
- asUint32Array() - Method in interface akasha.BodyInit
-
- asUint32Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asUint32Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asUint32Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asUint32Array() - Method in interface akasha.gl.Uint32List
-
- asUint32Array() - Method in interface akasha.PushMessageDataInit
-
- asUint32Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asUint8Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asUint8Array() - Method in interface akasha.BlobPart
-
- asUint8Array() - Method in interface akasha.BodyInit
-
- asUint8Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asUint8Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- asUint8Array() - Method in interface akasha.FileSystemWriteChunkType
-
- asUint8Array() - Method in interface akasha.PushMessageDataInit
-
- asUint8Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asUint8ClampedArray() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- asUint8ClampedArray() - Method in interface akasha.BlobPart
-
- asUint8ClampedArray() - Method in interface akasha.BodyInit
-
- asUint8ClampedArray() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- asUint8ClampedArray() - Method in interface akasha.BufferSourceOrStringUnion
-
- asUint8ClampedArray() - Method in interface akasha.FileSystemWriteChunkType
-
- asUint8ClampedArray() - Method in interface akasha.PushMessageDataInit
-
- asUint8ClampedArray() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asURLSearchParams() - Method in interface akasha.BodyInit
-
- asURLSearchParams() - Method in interface akasha.XMLHttpRequestBodyInit
-
- asWriteParams() - Method in interface akasha.FileSystemWriteChunkType
-
- async - Variable in class akasha.HTMLScriptElement
-
- asyncIterator() - Static method in interface akasha.core.Symbol
-
The Symbol.asyncIterator well-known symbol specifies the default AsyncIterator for an object.
- AT_TARGET - Static variable in class akasha.Event
-
- atan(double) - Static method in class akasha.core.JsMath
-
The Math.atan() function returns the arctangent (in radians) of a number, that is
- atan2(double, double) - Static method in class akasha.core.JsMath
-
The Math.atan2() function returns the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y), for Math.atan2(y,x).
- atanh(double) - Static method in class akasha.core.JsMath
-
The Math.atanh() function returns the hyperbolic arctangent of a number, that is
- atob(String) - Static method in class akasha.DedicatedWorkerGlobal
-
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
- atob(String) - Static method in class akasha.RTCIdentityProviderGlobal
-
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
- atob(String) - Static method in class akasha.ServiceWorkerGlobal
-
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
- atob(String) - Static method in class akasha.SharedWorkerGlobal
-
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
- atob(String) - Method in class akasha.Window
-
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
- atob(String) - Static method in class akasha.WindowGlobal
-
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
- atob(String) - Method in class akasha.WorkerGlobalScope
-
The WindowOrWorkerGlobalScope.atob() function decodes a string of data which has been encoded using Base64 encoding.
- Atomics - Class in akasha.core
-
The Atomics object provides atomic operations as static methods.
- AtomicWaitResult - Annotation Type in akasha.core
-
The result of waiting on a value.
- AtomicWaitResult.Util - Class in akasha.core
-
- ATTACHED_SHADERS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ATTACHED_SHADERS - Static variable in class akasha.gl.WebGLRenderingContext
-
- attachInternals() - Method in class akasha.HTMLElement
-
- attachment - Static variable in annotation type akasha.clipboard.PresentationStyle
-
- attachShader(WebGLProgram, WebGLShader) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.attachShader() method of the WebGL API attaches either a fragment or vertex WebGLShader to a WebGLProgram.
- attachShader(WebGLProgram, WebGLShader) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.attachShader() method of the WebGL API attaches either a fragment or vertex WebGLShader to a WebGLProgram.
- attachShadow(ShadowRootInit) - Method in class akasha.Element
-
The Element.attachShadow() method attaches a shadow DOM tree to the specified element and returns a reference to its ShadowRoot.
- attack() - Method in class akasha.audio.DynamicsCompressorNode
-
An AudioParam.
- attack() - Method in interface akasha.audio.DynamicsCompressorOptions
-
- attack(float) - Method in interface akasha.audio.DynamicsCompressorOptions.Builder
-
- attestation() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
attestation is an optional property of the PublicKeyCredentialCreationOptions dictionary.
- attestation(String) - Method in interface akasha.PublicKeyCredentialCreationOptions.Builder
-
attestation is an optional property of the PublicKeyCredentialCreationOptions dictionary.
- AttestationConveyancePreference - Annotation Type in akasha
-
- AttestationConveyancePreference.Util - Class in akasha
-
- attestationObject() - Method in class akasha.AuthenticatorAttestationResponse
-
The attestationObject property of the AuthenticatorAttestationResponse interface returns an ArrayBuffer containing the new public key, as well as signature over the entire attestationObject with a private key that is stored in the authenticator when it is manufactured.
- Attr - Class in akasha
-
The Attr interface represents one of an element's attributes as an object.
- Attr() - Constructor for class akasha.Attr
-
- attrChange() - Method in class akasha.MutationEvent
-
- ATTRIBUTE_NODE - Static variable in class akasha.Node
-
- AttributeComponentDataType - Annotation Type in akasha.gl
-
- AttributeComponentDataType.Util - Class in akasha.gl
-
- AttributeComponentIntegerDataType - Annotation Type in akasha.gl
-
- AttributeComponentIntegerDataType.Util - Class in akasha.gl
-
- AttributeDataType - Annotation Type in akasha.gl
-
- AttributeDataType.Util - Class in akasha.gl
-
- attributeFilter() - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional attributeFilter property is an array of strings specifying the names of the attributes whose values are to be monitored for changes.
- attributeFilter(JsArray<String>) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional attributeFilter property is an array of strings specifying the names of the attributes whose values are to be monitored for changes.
- attributeFilter(String...) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional attributeFilter property is an array of strings specifying the names of the attributes whose values are to be monitored for changes.
- AttributeIndex - Annotation Type in akasha.gl
-
Marks an integer as an index of an attribute within a program.
- AttributeIndex.Validator - Class in akasha.gl
-
- attributeName() - Method in class akasha.MutationRecord
-
- attributeNamespace() - Method in class akasha.MutationRecord
-
- attributeOldValue() - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional attributeOldValue property is used to specify whether or not to record the prior value of the altered attribute in MutationRecord objects denoting attribute value changes.
- attributeOldValue(boolean) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional attributeOldValue property is used to specify whether or not to record the prior value of the altered attribute in MutationRecord objects denoting attribute value changes.
- attributes() - Method in class akasha.Element
-
The Element.attributes property returns a live collection of all attribute nodes registered to the specified node.
- attributes() - Method in interface akasha.gpu.GPUVertexBufferLayout
-
- attributes(JsArray<GPUVertexAttribute>) - Method in interface akasha.gpu.GPUVertexBufferLayout.Step1
-
- attributes(GPUVertexAttribute...) - Method in interface akasha.gpu.GPUVertexBufferLayout.Step1
-
- attributes() - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional attributes property is used to specify whether or not to watch for attribute value changes on the node or nodes being observed.
- attributes(boolean) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional attributes property is used to specify whether or not to watch for attribute value changes on the node or nodes being observed.
- attrName() - Method in class akasha.MutationEvent
-
- Audio - Class in akasha
-
- Audio(String) - Constructor for class akasha.Audio
-
- Audio() - Constructor for class akasha.Audio
-
- audio() - Method in interface akasha.media.DisplayMediaStreamConstraints
-
The DisplayMediaStreamConstraints dictionary's audio property is used to specify whether or not to request that the MediaStream containing screen display contents also include an audio track.
- audio(BooleanOrMediaTrackConstraintsUnion) - Method in interface akasha.media.DisplayMediaStreamConstraints.Builder
-
The DisplayMediaStreamConstraints dictionary's audio property is used to specify whether or not to request that the MediaStream containing screen display contents also include an audio track.
- audio(boolean) - Method in interface akasha.media.DisplayMediaStreamConstraints.Builder
-
The DisplayMediaStreamConstraints dictionary's audio property is used to specify whether or not to request that the MediaStream containing screen display contents also include an audio track.
- audio(MediaTrackConstraints) - Method in interface akasha.media.DisplayMediaStreamConstraints.Builder
-
The DisplayMediaStreamConstraints dictionary's audio property is used to specify whether or not to request that the MediaStream containing screen display contents also include an audio track.
- audio() - Method in interface akasha.media.MediaStreamConstraints
-
- audio(BooleanOrMediaTrackConstraintsUnion) - Method in interface akasha.media.MediaStreamConstraints.Builder
-
- audio(boolean) - Method in interface akasha.media.MediaStreamConstraints.Builder
-
- audio(MediaTrackConstraints) - Method in interface akasha.media.MediaStreamConstraints.Builder
-
- audio - Static variable in annotation type akasha.RequestDestination
-
- audio_busy - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- audio_capture - Static variable in annotation type akasha.speech.SpeechRecognitionErrorCode
-
- audio_hardware - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- audioBitrateMode() - Method in class akasha.media.MediaRecorder
-
- audioBitrateMode() - Method in interface akasha.media.MediaRecorderOptions
-
- audioBitrateMode(String) - Method in interface akasha.media.MediaRecorderOptions.Builder
-
- audioBitsPerSecond() - Method in class akasha.media.MediaRecorder
-
The audioBitsPerSecond read-only property of the MediaRecorder interface returns the audio encoding bit rate in use.
- audioBitsPerSecond() - Method in interface akasha.media.MediaRecorderOptions
-
- audioBitsPerSecond(int) - Method in interface akasha.media.MediaRecorderOptions.Builder
-
- AudioBuffer - Class in akasha.audio
-
The AudioBuffer interface represents a short audio asset residing in memory, created from an audio file using the AudioContext.decodeAudioData() method, or from raw data using AudioContext.createBuffer().
- AudioBuffer(AudioBufferOptions) - Constructor for class akasha.audio.AudioBuffer
-
The AudioBuffer constructor of the Web Audio API creates a new AudioBuffer object.
- AudioBufferOptions - Interface in akasha.audio
-
- AudioBufferOptions.Builder - Interface in akasha.audio
-
- AudioBufferOptions.Step1 - Interface in akasha.audio
-
- AudioBufferSourceNode - Class in akasha.audio
-
The AudioBufferSourceNode interface is an AudioScheduledSourceNode which represents an audio source consisting of in-memory audio data, stored in an AudioBuffer.
- AudioBufferSourceNode(BaseAudioContext, AudioBufferSourceOptions) - Constructor for class akasha.audio.AudioBufferSourceNode
-
The AudioBufferSourceNode() constructor creates a new AudioBufferSourceNode object instance.
- AudioBufferSourceNode(BaseAudioContext) - Constructor for class akasha.audio.AudioBufferSourceNode
-
The AudioBufferSourceNode() constructor creates a new AudioBufferSourceNode object instance.
- AudioBufferSourceOptions - Interface in akasha.audio
-
- AudioBufferSourceOptions.Builder - Interface in akasha.audio
-
- audioCapabilities() - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of supported audio type and capability pairs.
- audioCapabilities(JsArray<MediaKeySystemMediaCapability>) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of supported audio type and capability pairs.
- audioCapabilities(MediaKeySystemMediaCapability...) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of supported audio type and capability pairs.
- AudioContext - Class in akasha.audio
-
The AudioContext interface represents an audio-processing graph built from audio modules linked together, each represented by an AudioNode.
- AudioContext(AudioContextOptions) - Constructor for class akasha.audio.AudioContext
-
The AudioContext() constructor creates a new AudioContext object which represents an audio-processing graph, built from audio modules linked together, each represented by an AudioNode.
- AudioContext() - Constructor for class akasha.audio.AudioContext
-
The AudioContext() constructor creates a new AudioContext object which represents an audio-processing graph, built from audio modules linked together, each represented by an AudioNode.
- AudioContextLatencyCategory - Annotation Type in akasha.audio
-
- AudioContextLatencyCategory.Util - Class in akasha.audio
-
- AudioContextLatencyCategoryOrDoubleUnion - Interface in akasha.audio
-
- AudioContextOptions - Interface in akasha.audio
-
The AudioContext() constructor creates a new AudioContext object which represents an audio-processing graph, built from audio modules linked together, each represented by an AudioNode.
- AudioContextOptions.Builder - Interface in akasha.audio
-
The AudioContext() constructor creates a new AudioContext object which represents an audio-processing graph, built from audio modules linked together, each represented by an AudioNode.
- AudioContextState - Annotation Type in akasha.audio
-
- AudioContextState.Util - Class in akasha.audio
-
- AudioData - Class in akasha.codecs
-
The AudioData interface of the WebCodecs API represents an audio sample.
- AudioData(AudioDataInit) - Constructor for class akasha.codecs.AudioData
-
- AudioDataCopyToOptions - Interface in akasha.codecs
-
- AudioDataCopyToOptions.Builder - Interface in akasha.codecs
-
- AudioDataInit - Interface in akasha.codecs
-
- AudioDataInit.Step1 - Interface in akasha.codecs
-
- AudioDataInit.Step2 - Interface in akasha.codecs
-
- AudioDataInit.Step3 - Interface in akasha.codecs
-
- AudioDataInit.Step4 - Interface in akasha.codecs
-
- AudioDataInit.Step5 - Interface in akasha.codecs
-
- AudioDataOutputCallback - Interface in akasha.codecs
-
- AudioDecoder - Class in akasha.codecs
-
The AudioDecoder interface of the WebCodecs API decodes chunks of audio.
- AudioDecoder(AudioDecoderInit) - Constructor for class akasha.codecs.AudioDecoder
-
- AudioDecoderConfig - Interface in akasha.codecs
-
- AudioDecoderConfig.Builder - Interface in akasha.codecs
-
- AudioDecoderConfig.Step1 - Interface in akasha.codecs
-
- AudioDecoderConfig.Step2 - Interface in akasha.codecs
-
- AudioDecoderInit - Interface in akasha.codecs
-
- AudioDecoderInit.Step1 - Interface in akasha.codecs
-
- AudioDecoderSupport - Interface in akasha.codecs
-
- AudioDecoderSupport.Builder - Interface in akasha.codecs
-
- AudioDestinationNode - Class in akasha.audio
-
The AudioDestinationNode interface represents the end destination of an audio graph in a given context — usually the speakers of your device.
- AudioDestinationNode() - Constructor for class akasha.audio.AudioDestinationNode
-
- AudioEncoder - Class in akasha.codecs
-
The AudioEncoder interface of the WebCodecs API encodes AudioData objects.
- AudioEncoder(AudioEncoderInit) - Constructor for class akasha.codecs.AudioEncoder
-
- AudioEncoderConfig - Interface in akasha.codecs
-
- AudioEncoderConfig.Builder - Interface in akasha.codecs
-
- AudioEncoderInit - Interface in akasha.codecs
-
- AudioEncoderInit.Step1 - Interface in akasha.codecs
-
- AudioEncoderSupport - Interface in akasha.codecs
-
- AudioEncoderSupport.Builder - Interface in akasha.codecs
-
- audioinput - Static variable in annotation type akasha.media.MediaDeviceKind
-
- audioLevel() - Method in interface akasha.rtc.RTCAudioHandlerStats
-
- audioLevel(double) - Method in interface akasha.rtc.RTCAudioHandlerStats.Builder
-
- audioLevel(double) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- audioLevel(double) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- audioLevel() - Method in interface akasha.rtc.RTCAudioSourceStats
-
- audioLevel(double) - Method in interface akasha.rtc.RTCAudioSourceStats.Builder
-
- audioLevel() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- audioLevel(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- audioLevel(double) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- audioLevel() - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only audioLevel property of the RTCRtpContributingSource interface indicates the audio level contained in the last RTP packet played from the described source.
- audioLevel(double) - Method in interface akasha.rtc.RTCRtpContributingSource.Builder
-
The read-only audioLevel property of the RTCRtpContributingSource interface indicates the audio level contained in the last RTP packet played from the described source.
- audioLevel() - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- audioLevel(double) - Method in interface akasha.rtc.RTCRtpContributingSourceStats.Builder
-
- audioLevel(double) - Method in interface akasha.rtc.RTCRtpSynchronizationSource.Builder
-
The read-only audioLevel property of the RTCRtpContributingSource interface indicates the audio level contained in the last RTP packet played from the described source.
- audioLevel(double) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- AudioListener - Class in akasha.audio
-
The AudioListener interface represents the position and orientation of the unique person listening to the audio scene, and is used in audio spatialization.
- AudioListener() - Constructor for class akasha.audio.AudioListener
-
- AudioNode - Class in akasha.audio
-
The AudioNode interface is a generic interface for representing an audio processing module.
- AudioNode() - Constructor for class akasha.audio.AudioNode
-
- AudioNodeOptions - Interface in akasha.audio
-
The AudioNode interface is a generic interface for representing an audio processing module.
- AudioNodeOptions.Builder - Interface in akasha.audio
-
The AudioNode interface is a generic interface for representing an audio processing module.
- audiooutput - Static variable in annotation type akasha.media.MediaDeviceKind
-
- AudioParam - Class in akasha.audio
-
The Web Audio API's AudioParam interface represents an audio-related parameter, usually a parameter of an AudioNode (such as GainNode.gain).
- AudioParam() - Constructor for class akasha.audio.AudioParam
-
- AudioParamDescriptor - Interface in akasha.audio
-
The AudioParamDescriptor dictionary of the Web Audio API specifies properties for AudioParam objects.
- AudioParamDescriptor.Builder - Interface in akasha.audio
-
The AudioParamDescriptor dictionary of the Web Audio API specifies properties for AudioParam objects.
- AudioParamMap - Class in akasha.audio
-
The Web Audio API interface AudioParamMap represents a set of multiple audio parameters, each described as a mapping of a DOMString identifying the parameter to the AudioParam object representing its value.
- AudioParamMap() - Constructor for class akasha.audio.AudioParamMap
-
- AudioParamMap.Entry - Class in akasha.audio
-
- AudioParamMap.ForEachCallback - Interface in akasha.audio
-
- AudioParamMap.ForEachCallback2 - Interface in akasha.audio
-
- AudioParamMap.ForEachCallback3 - Interface in akasha.audio
-
- AudioProcessingEvent - Class in akasha.audio
-
The Web Audio API AudioProcessingEvent represents events that occur when a ScriptProcessorNode input buffer is ready to be processed.
- AudioProcessingEvent(String, AudioProcessingEventInit) - Constructor for class akasha.audio.AudioProcessingEvent
-
- AudioProcessingEventHandler - Interface in akasha.audio
-
Handle events of type AudioProcessingEvent
- AudioProcessingEventInit - Interface in akasha.audio
-
- AudioProcessingEventInit.Builder - Interface in akasha.audio
-
- AudioProcessingEventInit.Step1 - Interface in akasha.audio
-
- AudioProcessingEventInit.Step2 - Interface in akasha.audio
-
- AudioProcessingEventListener - Interface in akasha.audio
-
Listener for events of type AudioProcessingEvent
- AudioSampleFormat - Annotation Type in akasha.codecs
-
- AudioSampleFormat.Util - Class in akasha.codecs
-
- AudioScheduledSourceNode - Class in akasha.audio
-
The AudioScheduledSourceNode interface—part of the Web Audio API—is a parent interface for several types of audio source node interfaces which share the ability to be started and stopped, optionally at specified times.
- AudioScheduledSourceNode() - Constructor for class akasha.audio.AudioScheduledSourceNode
-
- AudioTimestamp - Interface in akasha.audio
-
- AudioTimestamp.Builder - Interface in akasha.audio
-
- AudioTrack - Class in akasha
-
The AudioTrack interface represents a single audio track from one of the HTML media elements, <audio> or <video>.
- AudioTrack() - Constructor for class akasha.AudioTrack
-
- AudioTrackKind - Annotation Type in akasha
-
An enumeration describing the values of the AudioTrack.kind property.
- AudioTrackKind.Util - Class in akasha
-
- AudioTrackList - Class in akasha
-
The AudioTrackList interface is used to represent a list of the audio tracks contained within a given HTML media element, with each track represented by a separate AudioTrack object in the list.
- AudioTrackList() - Constructor for class akasha.AudioTrackList
-
- audioTracks() - Method in class akasha.HTMLMediaElement
-
The read-only audioTracks property on HTMLMediaElement objects returns an AudioTrackList object listing all of the AudioTrack objects representing the media element's audio tracks.
- audioTracks() - Method in class akasha.media.SourceBuffer
-
The audioTracks read-only property of the SourceBuffer interface returns a list of the audio tracks currently contained inside the SourceBuffer.
- AudioWorklet - Class in akasha.audio
-
The AudioWorklet interface of the Web Audio API is used to supply custom audio processing scripts that execute in a separate thread to provide very low latency audio processing.
- AudioWorklet() - Constructor for class akasha.audio.AudioWorklet
-
- audioWorklet() - Method in class akasha.audio.BaseAudioContext
-
The audioWorklet read-only property of the BaseAudioContext interface returns an instance of AudioWorklet that can be used for adding AudioWorkletProcessor-derived classes which implement custom audio processing.
- audioworklet - Static variable in annotation type akasha.RequestDestination
-
- AudioWorkletGlobal - Class in akasha.audio
-
The AudioWorkletGlobalScope interface of the Web Audio API represents a global execution context for user-supplied code, which defines custom AudioWorkletProcessor-derived classes.
- AudioWorkletGlobalScope - Class in akasha.audio
-
The AudioWorkletGlobalScope interface of the Web Audio API represents a global execution context for user-supplied code, which defines custom AudioWorkletProcessor-derived classes.
- AudioWorkletGlobalScope() - Constructor for class akasha.audio.AudioWorkletGlobalScope
-
- AudioWorkletNode - Class in akasha.audio
-
The AudioWorkletNode interface of the Web Audio API represents a base class for a user-defined AudioNode, which can be connected to an audio routing graph along with other nodes.
- AudioWorkletNode(BaseAudioContext, String, AudioWorkletNodeOptions) - Constructor for class akasha.audio.AudioWorkletNode
-
The AudioWorkletNode() constructor creates a new AudioWorkletNode object, which represents an AudioNode that uses a JavaScript function to perform custom audio processing.
- AudioWorkletNode(BaseAudioContext, String) - Constructor for class akasha.audio.AudioWorkletNode
-
The AudioWorkletNode() constructor creates a new AudioWorkletNode object, which represents an AudioNode that uses a JavaScript function to perform custom audio processing.
- AudioWorkletNodeOptions - Interface in akasha.audio
-
The AudioWorkletNode() constructor creates a new AudioWorkletNode object, which represents an AudioNode that uses a JavaScript function to perform custom audio processing.
- AudioWorkletNodeOptions.Builder - Interface in akasha.audio
-
The AudioWorkletNode() constructor creates a new AudioWorkletNode object, which represents an AudioNode that uses a JavaScript function to perform custom audio processing.
- AudioWorkletProcessCallback - Interface in akasha.audio
-
- AudioWorkletProcessor - Class in akasha.audio
-
The AudioWorkletProcessor interface of the Web Audio API represents an audio processing code behind a custom AudioWorkletNode.
- AudioWorkletProcessor() - Constructor for class akasha.audio.AudioWorkletProcessor
-
The AudioWorkletProcessor() constructor creates a new AudioWorkletProcessor object, which represents an underlying audio processing mechanism of an AudioWorkletNode.
- AudioWorkletProcessorConstructor - Interface in akasha.audio
-
- auth - Static variable in annotation type akasha.PushEncryptionKeyName
-
- authenticatedSignedWrites() - Method in class akasha.bluetooth.BluetoothCharacteristicProperties
-
The authenticatedSignedWrites read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if signed writing to the characteristic value is permitted.
- AuthenticationExtensionsClientInputs - Interface in akasha
-
- AuthenticationExtensionsClientInputs.Builder - Interface in akasha
-
- AuthenticationExtensionsClientOutputs - Interface in akasha
-
- AuthenticationExtensionsClientOutputs.Builder - Interface in akasha
-
- AuthenticationExtensionsLargeBlobInputs - Interface in akasha
-
- AuthenticationExtensionsLargeBlobInputs.Builder - Interface in akasha
-
- AuthenticationExtensionsLargeBlobOutputs - Interface in akasha
-
- AuthenticationExtensionsLargeBlobOutputs.Builder - Interface in akasha
-
- AuthenticatorAssertionResponse - Class in akasha
-
The AuthenticatorAssertionResponse interface of the Web Authentication API is returned by CredentialsContainer.get() when a PublicKeyCredential is passed, and provides proof to a service that it has a key pair and that the authentication request is valid and approved.
- AuthenticatorAssertionResponse() - Constructor for class akasha.AuthenticatorAssertionResponse
-
- AuthenticatorAttachment - Annotation Type in akasha
-
- authenticatorAttachment() - Method in interface akasha.AuthenticatorSelectionCriteria
-
- authenticatorAttachment(String) - Method in interface akasha.AuthenticatorSelectionCriteria.Builder
-
- AuthenticatorAttachment.Util - Class in akasha
-
- AuthenticatorAttestationResponse - Class in akasha
-
The AuthenticatorAttestationResponse interface of the Web Authentication API is returned by CredentialsContainer.create() when a PublicKeyCredential is passed, and provides a cryptographic root of trust for the new key pair that has been generated.
- AuthenticatorAttestationResponse() - Constructor for class akasha.AuthenticatorAttestationResponse
-
- authenticatorData() - Method in class akasha.AuthenticatorAssertionResponse
-
The authenticatorData property of the AuthenticatorAssertionResponse interface returns an ArrayBuffer containing information from the authenticator such as the Relying Party ID Hash (rpIdHash), a signature counter, test of user presence, user verification flags, and any extensions processed by the authenticator.
- AuthenticatorResponse - Class in akasha
-
The AuthenticatorResponse interface of the Web Authentication API is the base interface for interfaces that provide a cryptographic root of trust for a key pair.
- AuthenticatorResponse() - Constructor for class akasha.AuthenticatorResponse
-
- authenticatorSelection() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
authenticatorSelection, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an object giving criteria to filter out the authenticators to be used for the creation operation.
- authenticatorSelection(AuthenticatorSelectionCriteria) - Method in interface akasha.PublicKeyCredentialCreationOptions.Builder
-
authenticatorSelection, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an object giving criteria to filter out the authenticators to be used for the creation operation.
- AuthenticatorSelectionCriteria - Interface in akasha
-
- AuthenticatorSelectionCriteria.Builder - Interface in akasha
-
- AuthenticatorTransport - Annotation Type in akasha
-
- AuthenticatorTransport.Util - Class in akasha
-
- auto - Static variable in annotation type akasha.AutoKeyword
-
- auto - Static variable in annotation type akasha.CanvasFontKerning
-
- auto - Static variable in annotation type akasha.CanvasTextRendering
-
- auto - Static variable in annotation type akasha.CompositeOperationOrAuto
-
- auto - Static variable in annotation type akasha.DirType
-
Auto direction which lets the user agent decide.
- auto - Static variable in annotation type akasha.FillMode
-
- auto - Static variable in annotation type akasha.FullscreenNavigationUI
-
- auto - Static variable in annotation type akasha.MediaPreloadType
-
Indicates that the whole audio file can be downloaded, even if the user is not expected to use it.
- auto - Static variable in annotation type akasha.notifications.NotificationDirection
-
- auto - Static variable in annotation type akasha.PositionAlignSetting
-
- auto - Static variable in annotation type akasha.ScopeType
-
The default value.
- auto - Static variable in annotation type akasha.ScrollBehavior
-
- auto - Static variable in annotation type akasha.ScrollRestoration
-
- autoAllocateChunkSize() - Method in interface akasha.UnderlyingSource
-
- autoAllocateChunkSize(int) - Method in interface akasha.UnderlyingSource.Builder
-
- autocapitalize - Variable in class akasha.HTMLElement
-
- AutocapitalizeType - Annotation Type in akasha
-
Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
- AutocapitalizeType.Util - Class in akasha
-
- autocomplete - Variable in class akasha.HTMLFormElement
-
- autocomplete - Variable in class akasha.HTMLInputElement
-
- autocomplete - Variable in class akasha.HTMLSelectElement
-
- autocomplete - Variable in class akasha.HTMLTextAreaElement
-
- AutocompleteType - Annotation Type in akasha
-
An enumeration describing the whether elements can have their values automatically completed by the browser.
- AutocompleteType.Util - Class in akasha
-
- autofocus - Variable in class akasha.HTMLElement
-
- autofocus - Variable in class akasha.svg.SVGElement
-
- autoGainControl() - Method in interface akasha.media.MediaTrackCapabilities
-
- autoGainControl(JsArray<Boolean>) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- autoGainControl(Boolean...) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- autoGainControl(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- autoGainControl(boolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- autoGainControl(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- autoGainControl() - Method in interface akasha.media.MediaTrackConstraintSet
-
- autoGainControl(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- autoGainControl(boolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- autoGainControl(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- autoGainControl() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's autoGainControl property is a Boolean value whose value indicates whether or not automatic gain control (AGC) is enabled on an audio track.
- autoGainControl(boolean) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's autoGainControl property is a Boolean value whose value indicates whether or not automatic gain control (AGC) is enabled on an audio track.
- autoGainControl() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's autoGainControl property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the autoGainControl constraint.
- autoGainControl(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's autoGainControl property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the autoGainControl constraint.
- autoIncrement() - Method in class akasha.idb.IDBObjectStore
-
A Boolean:
- autoIncrement() - Method in interface akasha.idb.IDBObjectStoreParameters
-
- autoIncrement(boolean) - Method in interface akasha.idb.IDBObjectStoreParameters.Builder
-
- AutoKeyword - Annotation Type in akasha
-
- AutoKeyword.Util - Class in akasha
-
- automationRate - Variable in class akasha.audio.AudioParam
-
- automationRate() - Method in interface akasha.audio.AudioParamDescriptor
-
- automationRate(String) - Method in interface akasha.audio.AudioParamDescriptor.Builder
-
- AutomationRate - Annotation Type in akasha.audio
-
- AutomationRate.Util - Class in akasha.audio
-
- autoplay - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.autoplay property reflects the autoplay HTML attribute, indicating whether playback should automatically begin as soon as enough media is available to do so without interruption.
- auxiliary - Static variable in annotation type akasha.FrameType
-
- availableIncomingBitrate() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property availableIncomingBitrate returns a value indicative of the available inbound capacity of the network connection represented by the candidate pair.
- availableIncomingBitrate(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property availableIncomingBitrate returns a value indicative of the available inbound capacity of the network connection represented by the candidate pair.
- availableOutgoingBitrate() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property availableOutgoingBitrate returns a value indicative of the available outbound capacity of the network connection represented by the candidate pair.
- availableOutgoingBitrate(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property availableOutgoingBitrate returns a value indicative of the available outbound capacity of the network connection represented by the candidate pair.
- availHeight() - Method in class akasha.Screen
-
The read-only Screen interface's availHeight property returns the height, in CSS pixels, of the space available for Web content on the screen.
- availWidth() - Method in class akasha.Screen
-
The Screen.availWidth property returns the amount of horizontal space (in pixels) available to the window.
- averageRtcpInterval() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The averageRtcpInterval property of the RTCInboundRtpStreamStats dictionary is a floating-point value indicating the average RTCP transmission interval, in seconds.
- averageRtcpInterval(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The averageRtcpInterval property of the RTCInboundRtpStreamStats dictionary is a floating-point value indicating the average RTCP transmission interval, in seconds.
- averageRTCPInterval(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- averageRtcpInterval() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The averageRtcpInterval property of the RTCOutboundRtpStreamStats dictionary is a floating-point value indicating the average time that should pass between transmissions of RTCP packets on this stream.
- averageRtcpInterval(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The averageRtcpInterval property of the RTCOutboundRtpStreamStats dictionary is a floating-point value indicating the average time that should pass between transmissions of RTCP packets on this stream.
- averageRTCPInterval(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- averageRTCPInterval(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- averageRTCPInterval(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- averageRTCPInterval(double) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
- averageRTCPInterval() - Method in interface akasha.rtc.RTCRtpStreamStats
-
- averageRTCPInterval(double) - Method in interface akasha.rtc.RTCRtpStreamStats.Builder
-
- averageRTCPInterval(double) - Method in interface akasha.rtc.RTCSentRtpStreamStats.Builder
-
- axes() - Method in class akasha.Gamepad
-
The Gamepad.axes property of the Gamepad interface returns an array representing the controls with axes present on the device (e.g.
- axis - Variable in class akasha.HTMLTableCellElement
-
- azimuth() - Method in class akasha.svg.SVGFEDistantLightElement
-
- azimuthAngle() - Method in class akasha.Touch
-
- azimuthAngle() - Method in interface akasha.TouchInit
-
- azimuthAngle(double) - Method in interface akasha.TouchInit.Builder
-
- c - Variable in class akasha.DOMMatrix
-
- c(double) - Method in interface akasha.DOMMatrix2DInit.Builder
-
- c() - Method in interface akasha.DOMMatrix2DInit
-
- c(double) - Method in interface akasha.DOMMatrixInit.Builder
-
- c() - Method in class akasha.DOMMatrixReadOnly
-
- Cache - Class in akasha
-
The Cache interface provides a persistent storage mechanism for Request / Response object pairs that are cached in long lived memory.
- Cache() - Constructor for class akasha.Cache
-
- cache() - Method in class akasha.Request
-
The cache read-only property of the Request interface contains the cache mode of the request.
- cache(String) - Method in interface akasha.RequestInit.Builder
-
- cache() - Method in interface akasha.RequestInit
-
- cacheName(String) - Method in interface akasha.MultiCacheQueryOptions.Builder
-
- cacheName() - Method in interface akasha.MultiCacheQueryOptions
-
- CacheQueryOptions - Interface in akasha
-
- CacheQueryOptions.Builder - Interface in akasha
-
- caches() - Static method in class akasha.DedicatedWorkerGlobal
-
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
- caches() - Static method in class akasha.RTCIdentityProviderGlobal
-
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
- caches() - Static method in class akasha.ServiceWorkerGlobal
-
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
- caches() - Static method in class akasha.SharedWorkerGlobal
-
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
- caches() - Method in class akasha.Window
-
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
- caches() - Static method in class akasha.WindowGlobal
-
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
- caches() - Method in class akasha.WorkerGlobalScope
-
The caches read-only property of the WindowOrWorkerGlobalScope interface returns the CacheStorage object associated with the current context.
- CacheStorage - Class in akasha
-
The CacheStorage interface represents the storage for Cache objects.
- CacheStorage() - Constructor for class akasha.CacheStorage
-
- CameraDevicePermissionDescriptor - Interface in akasha.media
-
- CameraDevicePermissionDescriptor.Builder - Interface in akasha.media
-
- cancel() - Method in class akasha.Animation
-
The Web Animations API's cancel() method of the Animation interface clears all KeyframeEffects caused by this animation and aborts its playback.
- cancel(Object) - Method in class akasha.ReadableStream
-
The cancel() method of the ReadableStream interface cancels the associated stream.
- cancel() - Method in class akasha.ReadableStream
-
The cancel() method of the ReadableStream interface cancels the associated stream.
- cancel(Object) - Method in class akasha.ReadableStreamBYOBReader
-
- cancel() - Method in class akasha.ReadableStreamBYOBReader
-
- cancel(Object) - Method in class akasha.ReadableStreamDefaultReader
-
- cancel() - Method in class akasha.ReadableStreamDefaultReader
-
- cancel() - Method in class akasha.speech.SpeechSynthesis
-
The cancel() method of the SpeechSynthesis interface removes all utterances from the utterance queue.
- cancel(UnderlyingSourceCancelCallback) - Method in interface akasha.UnderlyingSource.Builder
-
- cancel() - Method in interface akasha.UnderlyingSource
-
- cancel() - Method in class akasha.xr.XRHitTestSource
-
- cancel() - Method in class akasha.xr.XRTransientInputHitTestSource
-
- cancelable(boolean) - Method in interface akasha.AnimationEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.AnimationPlaybackEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.audio.AudioProcessingEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.audio.OfflineAudioCompletionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.bluetooth.ValueEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.clipboard.ClipboardEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.CloseEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.CompositionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.CustomEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.DeviceMotionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.DeviceOrientationEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.DragEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.ErrorEventInit.Builder
-
- cancelable() - Method in class akasha.Event
-
The cancelable read-only property of the Event interface indicates whether the event can be canceled, and therefore prevented as if the event never happened.
- cancelable(boolean) - Method in interface akasha.EventInit.Builder
-
- cancelable() - Method in interface akasha.EventInit
-
- cancelable(boolean) - Method in interface akasha.EventModifierInit.Builder
-
- cancelable(boolean) - Method in interface akasha.ExtendableEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.FetchEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.FocusEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.FormDataEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.GamepadEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.gl.WebGLContextEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.HashChangeEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.idb.IDBVersionChangeEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.InputEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.KeyboardEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.media.MediaRecorderErrorEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.media.MediaStreamTrackEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.MediaEncryptedEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.MediaKeyMessageEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.MediaQueryListEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.MessageEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.midi.MIDIConnectionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.midi.MIDIMessageEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.MouseEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.notifications.NotificationEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.PageTransitionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.PointerEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.PopStateEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.ProgressEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.PromiseRejectionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.PushEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.PushSubscriptionChangeEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.rtc.RTCDataChannelEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.rtc.RTCDTMFToneChangeEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.rtc.RTCErrorEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.rtc.RTCTrackEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.SecurityPolicyViolationEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.speech.SpeechRecognitionErrorEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.speech.SpeechRecognitionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.speech.SpeechSynthesisErrorEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.speech.SpeechSynthesisEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.StorageEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.SubmitEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.SyncEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.TouchEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.TrackEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.TransitionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.UIEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.usb.USBConnectionEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.WheelEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.xr.XRInputSourceEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.xr.XRInputSourcesChangeEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.xr.XRLayerEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.xr.XRReferenceSpaceEventInit.Builder
-
- cancelable(boolean) - Method in interface akasha.xr.XRSessionEventInit.Builder
-
- cancelAndHoldAtTime(double) - Method in class akasha.audio.AudioParam
-
The cancelAndHoldAtTime() property of the AudioParam interface cancels all scheduled future changes to the AudioParam but holds its value at a given time until further changes are made using other methods.
- cancelAnimationFrame(int) - Static method in class akasha.DedicatedWorkerGlobal
-
- cancelAnimationFrame(int) - Method in class akasha.DedicatedWorkerGlobalScope
-
- cancelAnimationFrame(int) - Method in class akasha.Window
-
The window.cancelAnimationFrame() method cancels an animation frame request previously scheduled through a call to window.requestAnimationFrame().
- cancelAnimationFrame(int) - Static method in class akasha.WindowGlobal
-
The window.cancelAnimationFrame() method cancels an animation frame request previously scheduled through a call to window.requestAnimationFrame().
- cancelAnimationFrame(int) - Method in class akasha.xr.XRSession
-
The cancelAnimationFrame() method of the XRSession interface cancels an animation frame which was previously requested by calling requestAnimationFrame.
- cancelBubble - Variable in class akasha.Event
-
The cancelBubble property of the Event interface is a historical alias to Event.stopPropagation().
- canceled - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- cancelIdleCallback(int) - Method in class akasha.Window
-
The window.cancelIdleCallback() method cancels a callback previously scheduled with window.requestIdleCallback().
- cancelIdleCallback(int) - Static method in class akasha.WindowGlobal
-
The window.cancelIdleCallback() method cancels a callback previously scheduled with window.requestIdleCallback().
- cancelScheduledValues(double) - Method in class akasha.audio.AudioParam
-
A reference to this AudioParam object.
- canConstructInDedicatedWorker() - Static method in class akasha.media.MediaSource
-
- candidate() - Method in class akasha.rtc.RTCIceCandidate
-
The read-only property candidate on the RTCIceCandidate interface returns a DOMString describing the candidate in detail.
- candidate(String) - Method in interface akasha.rtc.RTCIceCandidateInit.Builder
-
The optional property candidate in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's candidate property.
- candidate() - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property candidate in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's candidate property.
- candidate() - Method in class akasha.rtc.RTCPeerConnectionIceEvent
-
The read-only candidate property of the RTCPeerConnectionIceEvent interface returns the RTCIceCandidate associated with the event.
- candidate(RTCIceCandidate) - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit.Builder
-
- candidate() - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit
-
- candidate_pair - Static variable in annotation type akasha.rtc.RTCStatsType
-
- candidateType() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats interface's candidateType property is a string which indicates the type of ICE candidate the object represents.
- candidateType(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Step4
-
- canInsertDTMF() - Method in class akasha.rtc.RTCDTMFSender
-
- canonicalUUID(int) - Static method in class akasha.bluetooth.BluetoothUUID
-
- canPlayType(String) - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement method canPlayType() reports how likely it is that the current browser will be able to play media of a given MIME type.
- CanPlayTypeResult - Annotation Type in akasha
-
- CanPlayTypeResult.Util - Class in akasha
-
- canShare(ShareData) - Method in class akasha.Navigator
-
The Navigator.canShare() method of the Web Share API returns true if a call to navigator.share() would succeed.
- canShare() - Method in class akasha.Navigator
-
The Navigator.canShare() method of the Web Share API returns true if a call to navigator.share() would succeed.
- canTrickleIceCandidates() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only RTCPeerConnection property canTrickleIceCandidates returns a Boolean which indicates whether or not the remote peer can accept trickled ICE candidates.
- Canvas - Interface in akasha
-
- canvas() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.canvas property, part of the Canvas API, is a read-only reference to the HTMLCanvasElement object that is associated with a given context.
- canvas() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.canvas property is a read-only reference to the HTMLCanvasElement or OffscreenCanvas object that is associated with the context.
- canvas() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.canvas property is a read-only reference to the HTMLCanvasElement or OffscreenCanvas object that is associated with the context.
- canvas() - Method in class akasha.gpu.GPUCanvasContext
-
- canvas() - Method in class akasha.ImageBitmapRenderingContext
-
- canvas() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- CanvasDirection - Annotation Type in akasha
-
- CanvasDirection.Util - Class in akasha
-
- CanvasFillRule - Annotation Type in akasha
-
- CanvasFillRule.Util - Class in akasha
-
- CanvasFilter - Class in akasha
-
- CanvasFilter(JsPropertyMap<Any>) - Constructor for class akasha.CanvasFilter
-
- CanvasFilter(JsArray<JsPropertyMap<Any>>) - Constructor for class akasha.CanvasFilter
-
- CanvasFilter(JsPropertyMap<Any>[]) - Constructor for class akasha.CanvasFilter
-
- CanvasFilter() - Constructor for class akasha.CanvasFilter
-
- CanvasFontKerning - Annotation Type in akasha
-
- CanvasFontKerning.Util - Class in akasha
-
- CanvasFontStretch - Annotation Type in akasha
-
- CanvasFontStretch.Util - Class in akasha
-
- CanvasFontVariantCaps - Annotation Type in akasha
-
- CanvasFontVariantCaps.Util - Class in akasha
-
- CanvasGradient - Class in akasha
-
The CanvasGradient interface represents an opaque object describing a gradient.
- CanvasGradient() - Constructor for class akasha.CanvasGradient
-
- CanvasImageSource - Interface in akasha
-
- CanvasLineCap - Annotation Type in akasha
-
- CanvasLineCap.Util - Class in akasha
-
- CanvasLineJoin - Annotation Type in akasha
-
- CanvasLineJoin.Util - Class in akasha
-
- CanvasPattern - Class in akasha
-
The CanvasPattern interface represents an opaque object describing a pattern, based on an image, a canvas, or a video, created by the CanvasRenderingContext2D.createPattern() method.
- CanvasPattern() - Constructor for class akasha.CanvasPattern
-
- CanvasRenderingContext2D - Class in akasha
-
The CanvasRenderingContext2D interface, part of the Canvas API, provides the 2D rendering context for the drawing surface of a <canvas> element.
- CanvasRenderingContext2D() - Constructor for class akasha.CanvasRenderingContext2D
-
- CanvasRenderingContext2DSettings - Interface in akasha
-
- CanvasRenderingContext2DSettings.Builder - Interface in akasha
-
- CanvasTextAlign - Annotation Type in akasha
-
- CanvasTextAlign.Util - Class in akasha
-
- CanvasTextBaseline - Annotation Type in akasha
-
- CanvasTextBaseline.Util - Class in akasha
-
- CanvasTextRendering - Annotation Type in akasha
-
- CanvasTextRendering.Util - Class in akasha
-
- Capability - Annotation Type in akasha.gl
-
- Capability.Util - Class in akasha.gl
-
- caption - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement.caption property represents the table caption.
- captions - Static variable in annotation type akasha.TextTrackKind
-
- captions - Static variable in annotation type akasha.TrackKind
-
Closed captions provide a transcription and possibly a translation of audio.
- capture(boolean) - Method in interface akasha.AddEventListenerOptions.Builder
-
- capture(boolean) - Method in interface akasha.EventListenerOptions.Builder
-
- capture() - Method in interface akasha.EventListenerOptions
-
- CAPTURING_PHASE - Static variable in class akasha.Event
-
- CaretPosition - Class in akasha
-
The CaretPosition interface represents the caret position, an indicator for the text insertion point.
- CaretPosition() - Constructor for class akasha.CaretPosition
-
- caretPositionFromPoint(double, double) - Method in class akasha.Document
-
- cast(int) - Static method in class akasha.gl.AttributeIndex.Validator
-
- cast(int) - Static method in class akasha.gl.VertexDimensions.Validator
-
- catch_(OnRejectedCallback<? extends V>) - Method in class akasha.promise.Promise
-
Appends a rejection handler callback to the promise, and returns a new promise resolving to the
return value of the callback if it is called, or to its original fulfillment value if the promise
is instead fulfilled.
- cbrt(double) - Static method in class akasha.core.JsMath
-
The Math.cbrt() function returns the cube root of a number, that is
- cc_additional_name - Static variable in annotation type akasha.AutocompleteType
-
A middle name as given on a payment instrument or credit card.
- cc_csc - Static variable in annotation type akasha.AutocompleteType
-
The security code for the payment instrument; on credit cards, this is the 3-digit verification number on the back of the card.
- cc_exp - Static variable in annotation type akasha.AutocompleteType
-
A payment method expiration date, typically in the form "MM/YY" or "MM/YYYY".
- cc_exp_month - Static variable in annotation type akasha.AutocompleteType
-
The month in which the payment method expires.
- cc_exp_year - Static variable in annotation type akasha.AutocompleteType
-
The year in which the payment method expires.
- cc_family_name - Static variable in annotation type akasha.AutocompleteType
-
A family name, as given on a credit card.
- cc_given_name - Static variable in annotation type akasha.AutocompleteType
-
A given (first) name as given on a payment instrument like a credit card.
- cc_name - Static variable in annotation type akasha.AutocompleteType
-
The full name as printed on or associated with a payment instrument such as a credit card.
- cc_number - Static variable in annotation type akasha.AutocompleteType
-
A credit card number or other number identifying a payment method, such as an account number.
- cc_type - Static variable in annotation type akasha.AutocompleteType
-
The type of payment instrument (such as "Visa" or "Master Card").
- CCW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CCW - Static variable in class akasha.gl.WebGLRenderingContext
-
- ccw - Static variable in annotation type akasha.gpu.GPUFrontFace
-
- CDATA_SECTION_NODE - Static variable in class akasha.Node
-
- CDATASection - Class in akasha
-
The CDATASection interface represents a CDATA section that can be used within XML to include extended portions of unescaped text.
- CDATASection() - Constructor for class akasha.CDATASection
-
- ceil(double) - Static method in class akasha.core.JsMath
-
The Math.ceil() function always rounds a number up to the next largest integer.
- cellIndex() - Method in class akasha.HTMLTableCellElement
-
- cellPadding - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement.cellPadding property represents the padding around the individual cells of the table.
- cells() - Method in class akasha.HTMLTableRowElement
-
- cellSpacing - Variable in class akasha.HTMLTableElement
-
- center - Static variable in annotation type akasha.AlignSetting
-
- center - Static variable in annotation type akasha.CanvasTextAlign
-
- center - Static variable in annotation type akasha.LineAlignSetting
-
- center - Static variable in annotation type akasha.PositionAlignSetting
-
- center - Static variable in annotation type akasha.ScrollLogicalPosition
-
- centralAngle - Variable in class akasha.xr.XRCylinderLayer
-
- centralAngle(float) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- centralAngle() - Method in interface akasha.xr.XRCylinderLayerInit
-
- centralAngle(float) - Method in interface akasha.xr.XRMediaCylinderLayerInit.Builder
-
- centralAngle() - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- centralHorizontalAngle - Variable in class akasha.xr.XREquirectLayer
-
- centralHorizontalAngle(float) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- centralHorizontalAngle() - Method in interface akasha.xr.XREquirectLayerInit
-
- centralHorizontalAngle(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit.Builder
-
- centralHorizontalAngle() - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- certificate - Static variable in annotation type akasha.rtc.RTCStatsType
-
- certificates(JsArray<RTCCertificate>) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
The RTCConfiguration dictionary's optional certificates property is an array of RTCCertificate objects providing the security certificates available for use when authenticating duing the connection process.
- certificates(RTCCertificate...) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
The RTCConfiguration dictionary's optional certificates property is an array of RTCCertificate objects providing the security certificates available for use when authenticating duing the connection process.
- certificates() - Method in interface akasha.rtc.RTCConfiguration
-
The RTCConfiguration dictionary's optional certificates property is an array of RTCCertificate objects providing the security certificates available for use when authenticating duing the connection process.
- ch - Variable in class akasha.HTMLTableCellElement
-
- ch - Variable in class akasha.HTMLTableColElement
-
- ch - Variable in class akasha.HTMLTableRowElement
-
- ch - Variable in class akasha.HTMLTableSectionElement
-
- challenge(String) - Static method in interface akasha.CollectedClientData
-
- challenge() - Method in interface akasha.CollectedClientData
-
- challenge(BufferSource) - Static method in interface akasha.PublicKeyCredentialCreationOptions
-
- challenge() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The challenge property of the PublicKeyCredentialCreationOptions dictionary is a BufferSource used as a cryptographic challenge.
- challenge(BufferSource) - Static method in interface akasha.PublicKeyCredentialRequestOptions
-
- challenge() - Method in interface akasha.PublicKeyCredentialRequestOptions
-
The challenge property of the PublicKeyCredentialRequestOptions dictionary is a BufferSource used as a cryptographic challenge.
- changedTouches() - Method in class akasha.TouchEvent
-
The changedTouches read-only property is a TouchList whose touch points (Touch objects) varies depending on the event type, as follows:
- changedTouches(JsArray<Touch>) - Method in interface akasha.TouchEventInit.Builder
-
- changedTouches(Touch...) - Method in interface akasha.TouchEventInit.Builder
-
- changedTouches() - Method in interface akasha.TouchEventInit
-
- changeType(String) - Method in class akasha.media.SourceBuffer
-
The changeType() method of the SourceBuffer interface sets the MIME type that future calls to appendBuffer() should expect the new media data to conform to.
- channel() - Method in class akasha.rtc.RTCDataChannelEvent
-
The read-only property RTCDataChannelEvent.channel returns the RTCDataChannel associated with the event.
- channel(RTCDataChannel) - Static method in interface akasha.rtc.RTCDataChannelEventInit
-
- channel() - Method in interface akasha.rtc.RTCDataChannelEventInit
-
- channelCount(int) - Method in interface akasha.audio.AnalyserOptions.Builder
-
- channelCount - Variable in class akasha.audio.AudioNode
-
The channelCount property of the AudioNode interface represents an integer used to determine how many channels are used when up-mixing and down-mixing connections to any inputs to the node.
- channelCount(int) - Method in interface akasha.audio.AudioNodeOptions.Builder
-
- channelCount() - Method in interface akasha.audio.AudioNodeOptions
-
- channelCount(int) - Method in interface akasha.audio.AudioWorkletNodeOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.BiquadFilterOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.ChannelMergerOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.ChannelSplitterOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.ConvolverOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.DelayOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.DynamicsCompressorOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.GainOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.IIRFilterOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.OscillatorOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.PannerOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.StereoPannerOptions.Builder
-
- channelCount(int) - Method in interface akasha.audio.WaveShaperOptions.Builder
-
- channelCount(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- channelCount() - Method in interface akasha.media.MediaTrackCapabilities
-
- channelCount(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- channelCount(int) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- channelCount(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- channelCount(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- channelCount(int) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- channelCount(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- channelCount() - Method in interface akasha.media.MediaTrackConstraintSet
-
- channelCount(int) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's channelCount property is an integer indicating how many audio channel the MediaStreamTrack is currently configured to have.
- channelCount() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's channelCount property is an integer indicating how many audio channel the MediaStreamTrack is currently configured to have.
- channelCount(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's channelCount property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the channelCount constraint.
- channelCount() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's channelCount property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the channelCount constraint.
- channelCountMode(String) - Method in interface akasha.audio.AnalyserOptions.Builder
-
- channelCountMode - Variable in class akasha.audio.AudioNode
-
The channelCountMode property of the AudioNode interface represents an enumerated value describing the way channels must be matched between the node's inputs and outputs.
- channelCountMode(String) - Method in interface akasha.audio.AudioNodeOptions.Builder
-
- channelCountMode() - Method in interface akasha.audio.AudioNodeOptions
-
- channelCountMode(String) - Method in interface akasha.audio.AudioWorkletNodeOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.BiquadFilterOptions.Builder
-
- ChannelCountMode - Annotation Type in akasha.audio
-
- channelCountMode(String) - Method in interface akasha.audio.ChannelMergerOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.ChannelSplitterOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.ConvolverOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.DelayOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.DynamicsCompressorOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.GainOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.IIRFilterOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.OscillatorOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.PannerOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.StereoPannerOptions.Builder
-
- channelCountMode(String) - Method in interface akasha.audio.WaveShaperOptions.Builder
-
- ChannelCountMode.Util - Class in akasha.audio
-
- channelInterpretation(String) - Method in interface akasha.audio.AnalyserOptions.Builder
-
- channelInterpretation - Variable in class akasha.audio.AudioNode
-
When the number of channels doesn't match between an input and an output, up- or down-mixing happens according the following rules.
- channelInterpretation(String) - Method in interface akasha.audio.AudioNodeOptions.Builder
-
- channelInterpretation() - Method in interface akasha.audio.AudioNodeOptions
-
- channelInterpretation(String) - Method in interface akasha.audio.AudioWorkletNodeOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.BiquadFilterOptions.Builder
-
- ChannelInterpretation - Annotation Type in akasha.audio
-
- channelInterpretation(String) - Method in interface akasha.audio.ChannelMergerOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.ChannelSplitterOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.ConvolverOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.DelayOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.DynamicsCompressorOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.GainOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.IIRFilterOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.OscillatorOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.PannerOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.StereoPannerOptions.Builder
-
- channelInterpretation(String) - Method in interface akasha.audio.WaveShaperOptions.Builder
-
- ChannelInterpretation.Util - Class in akasha.audio
-
- ChannelMergerNode - Class in akasha.audio
-
The ChannelMergerNode interface, often used in conjunction with its opposite, ChannelSplitterNode, reunites different mono inputs into a single output.
- ChannelMergerNode(BaseAudioContext, ChannelMergerOptions) - Constructor for class akasha.audio.ChannelMergerNode
-
The ChannelMergerNode() constructor creates a new ChannelMergerNode object instance.
- ChannelMergerNode(BaseAudioContext) - Constructor for class akasha.audio.ChannelMergerNode
-
The ChannelMergerNode() constructor creates a new ChannelMergerNode object instance.
- ChannelMergerOptions - Interface in akasha.audio
-
- ChannelMergerOptions.Builder - Interface in akasha.audio
-
- channels(int) - Method in interface akasha.rtc.RTCCodecStats.Builder
-
- channels() - Method in interface akasha.rtc.RTCCodecStats
-
- channels(int) - Method in interface akasha.rtc.RTCRtpCodecCapability.Builder
-
- channels() - Method in interface akasha.rtc.RTCRtpCodecCapability
-
- channels(int) - Method in interface akasha.rtc.RTCRtpCodecParameters.Builder
-
- channels() - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- ChannelSplitterNode - Class in akasha.audio
-
The ChannelSplitterNode interface, often used in conjunction with its opposite, ChannelMergerNode, separates the different channels of an audio source into a set of mono outputs.
- ChannelSplitterNode(BaseAudioContext, ChannelSplitterOptions) - Constructor for class akasha.audio.ChannelSplitterNode
-
The ChannelSplitterNode() constructor of the Web Audio API creates a new ChannelSplitterNode object instance, representing a node that splits the input into a separate output for each of the source node's audio channels.
- ChannelSplitterNode(BaseAudioContext) - Constructor for class akasha.audio.ChannelSplitterNode
-
The ChannelSplitterNode() constructor of the Web Audio API creates a new ChannelSplitterNode object instance, representing a node that splits the input into a separate output for each of the source node's audio channels.
- ChannelSplitterOptions - Interface in akasha.audio
-
- ChannelSplitterOptions.Builder - Interface in akasha.audio
-
- chapters - Static variable in annotation type akasha.TextTrackKind
-
- chapters - Static variable in annotation type akasha.TrackKind
-
Chapter titles are intended to be used when the user is navigating the media resource.
- CharacterData - Class in akasha
-
The CharacterData abstract interface represents a Node object that contains characters.
- CharacterData() - Constructor for class akasha.CharacterData
-
- characterData(boolean) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional characterData property is used to specify whether or not to monitor the node or nodes being observed for changes to their textual contents.
- characterData() - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional characterData property is used to specify whether or not to monitor the node or nodes being observed for changes to their textual contents.
- characterDataOldValue(boolean) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional characterDataOldValue property is used to specify whether or not the MutationRecord.oldValue property for DOM mutations should be set to the previous value of text nodes which changed.
- characterDataOldValue() - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional characterDataOldValue property is used to specify whether or not the MutationRecord.oldValue property for DOM mutations should be set to the previous value of text nodes which changed.
- characteristic() - Method in class akasha.bluetooth.BluetoothRemoteGATTDescriptor
-
The BluetoothRemoteGATTDescriptor.characteristic read-only property returns the BluetoothRemoteGATTCharacteristic this descriptor belongs to.
- characters - Static variable in annotation type akasha.AutocapitalizeType
-
All letters should default to uppercase.
- characterSet() - Method in class akasha.Document
-
The Document.characterSet read-only property returns the character encoding of the document that it's currently rendered with.
- characterVariant() - Method in class akasha.CSSFontFeatureValuesRule
-
- charAt(int) - Method in class akasha.core.JsString
-
The String object's charAt() method returns a new string consisting of the single UTF-16 code unit located at the specified offset into the string.
- charCode() - Method in class akasha.KeyboardEvent
-
The charCode read-only property of the KeyboardEvent interface returns the Unicode value of a character key pressed during a keypress event.
- charCode(int) - Method in interface akasha.KeyboardEventInit.Builder
-
- charCode() - Method in interface akasha.KeyboardEventInit
-
- charCodeAt() - Method in class akasha.core.JsString
-
The charCodeAt() method returns an integer between 0 and 65535 representing the UTF-16 code unit at the given index.
- charCodeAt(int) - Method in class akasha.core.JsString
-
The charCodeAt() method returns an integer between 0 and 65535 representing the UTF-16 code unit at the given index.
- charIndex(int) - Method in interface akasha.speech.SpeechSynthesisErrorEventInit.Builder
-
- charIndex() - Method in class akasha.speech.SpeechSynthesisEvent
-
The charIndex read-only property of the SpeechSynthesisUtterance interface returns the index position of the character in the SpeechSynthesisUtterance.text that was being spoken when the event was triggered.
- charIndex(int) - Method in interface akasha.speech.SpeechSynthesisEventInit.Builder
-
- charIndex() - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- charLength(int) - Method in interface akasha.speech.SpeechSynthesisErrorEventInit.Builder
-
- charLength() - Method in class akasha.speech.SpeechSynthesisEvent
-
- charLength(int) - Method in interface akasha.speech.SpeechSynthesisEventInit.Builder
-
- charLength() - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- charset() - Method in class akasha.Document
-
- charset - Variable in class akasha.HTMLAnchorElement
-
- charset - Variable in class akasha.HTMLLinkElement
-
- charset - Variable in class akasha.HTMLScriptElement
-
- CHARSET_RULE - Static variable in class akasha.CSSRule
-
- checkbox - Static variable in annotation type akasha.InputType
-
A check box allowing single values to be selected/deselected.
- checked - Variable in class akasha.HTMLInputElement
-
- checkEnclosure(SVGElement, DOMRectReadOnly) - Method in class akasha.svg.SVGSVGElement
-
- checkFramebufferStatus(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.checkFramebufferStatus() method of the WebGL API returns the completeness status of the WebGLFramebuffer object.
- checkFramebufferStatus(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.checkFramebufferStatus() method of the WebGL API returns the completeness status of the WebGLFramebuffer object.
- checking - Static variable in annotation type akasha.rtc.RTCIceConnectionState
-
- checking - Static variable in annotation type akasha.rtc.RTCIceTransportState
-
- checkIntersection(SVGElement, DOMRectReadOnly) - Method in class akasha.svg.SVGSVGElement
-
- checkValidity() - Method in class akasha.ElementInternals
-
- checkValidity() - Method in class akasha.HTMLButtonElement
-
- checkValidity() - Method in class akasha.HTMLFieldSetElement
-
- checkValidity() - Method in class akasha.HTMLFormElement
-
- checkValidity() - Method in class akasha.HTMLInputElement
-
- checkValidity() - Method in class akasha.HTMLObjectElement
-
The checkValidity() method of the HTMLObjectElement interface returns a Boolean that always is true, because object objects are never candidates for constraint validation.
- checkValidity() - Method in class akasha.HTMLOutputElement
-
- checkValidity() - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.checkValidity() method checks whether the element has any constraints and whether it satisfies them.
- checkValidity() - Method in class akasha.HTMLTextAreaElement
-
- childElementCount() - Method in class akasha.Document
-
The ParentNode.childElementCount read-only property returns an unsigned long representing the number of child elements of the given element.
- childElementCount() - Method in class akasha.DocumentFragment
-
The ParentNode.childElementCount read-only property returns an unsigned long representing the number of child elements of the given element.
- childElementCount() - Method in class akasha.Element
-
The ParentNode.childElementCount read-only property returns an unsigned long representing the number of child elements of the given element.
- childList(boolean) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional childList property indicates whether or not to monitor the specified node or nodes for the addition or removal of new child nodes.
- childList() - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional childList property indicates whether or not to monitor the specified node or nodes for the addition or removal of new child nodes.
- childNodes() - Method in class akasha.Node
-
The Node.childNodes read-only property returns a live NodeList of child nodes of the given element where the first child node is assigned index 0.
- children() - Method in class akasha.Document
-
The ParentNode property children is a read-only property that returns a live HTMLCollection which contains all of the child elements of the node upon which it was called.
- children() - Method in class akasha.DocumentFragment
-
The ParentNode property children is a read-only property that returns a live HTMLCollection which contains all of the child elements of the node upon which it was called.
- children() - Method in class akasha.Element
-
The ParentNode property children is a read-only property that returns a live HTMLCollection which contains all of the child elements of the node upon which it was called.
- chOff - Variable in class akasha.HTMLTableCellElement
-
- chOff - Variable in class akasha.HTMLTableColElement
-
- chOff - Variable in class akasha.HTMLTableRowElement
-
- chOff - Variable in class akasha.HTMLTableSectionElement
-
- chromaticAberrationCorrection - Variable in class akasha.xr.XRCompositionLayer
-
- circuitBreakerTriggerCount(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property circuitBreakerTriggerCount indicates the number of times the circuit-breaker has been triggered to indicate a connection timeout or other unexpected connection abort on this specific connection configuration.
- circuitBreakerTriggerCount() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property circuitBreakerTriggerCount indicates the number of times the circuit-breaker has been triggered to indicate a connection timeout or other unexpected connection abort on this specific connection configuration.
- cite - Variable in class akasha.HTMLModElement
-
- cite - Variable in class akasha.HTMLQuoteElement
-
- claim() - Method in class akasha.Clients
-
The claim() method of the Clients interface allows an active service worker to set itself as the controller for all clients within its scope.
- claimed() - Method in class akasha.usb.USBInterface
-
- claimInterface(short) - Method in class akasha.usb.USBDevice
-
- CLAMP_TO_EDGE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CLAMP_TO_EDGE - Static variable in class akasha.gl.WebGLRenderingContext
-
- clamp_to_edge - Static variable in annotation type akasha.gpu.GPUAddressMode
-
- clamped_max - Static variable in annotation type akasha.audio.ChannelCountMode
-
- class_ - Static variable in annotation type akasha.usb.USBRequestType
-
- classCode(short) - Method in interface akasha.usb.USBDeviceFilter.Builder
-
- classCode() - Method in interface akasha.usb.USBDeviceFilter
-
- classic - Static variable in annotation type akasha.WorkerType
-
- classList() - Method in class akasha.Element
-
The Element.classList is a read-only property that returns a live DOMTokenList collection of the class attributes of the element.
- className - Variable in class akasha.Element
-
The className property of the Element interface gets and sets the value of the class attribute of the specified element.
- className() - Method in class akasha.svg.SVGElement
-
- clear() - Static method in class akasha.Console
-
The console.clear() method clears the console if the environment allows it.
- clear() - Method in class akasha.core.JsMap
-
The clear() method removes all elements from a Map object.
- clear() - Method in class akasha.core.JsSet
-
The clear() method removes all elements from a Set object.
- clear() - Method in class akasha.CSSFontFeatureValuesMap
-
- clear() - Method in class akasha.DataTransferItemList
-
The DataTransferItemList method clear() removes all DataTransferItem objects from the drag data items list, leaving the list empty.
- clear(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.clear() method of the WebGL API clears buffers to preset values.
- clear(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.clear() method of the WebGL API clears buffers to preset values.
- clear - Static variable in annotation type akasha.gpu.GPULoadOp
-
- clear - Variable in class akasha.HTMLBRElement
-
- clear() - Method in class akasha.idb.IDBObjectStore
-
Clearing an object store consists of removing all records from the object store and removing all records in indexes that reference the object store.
- clear() - Method in class akasha.midi.MIDIOutput
-
- clear() - Method in class akasha.Storage
-
The clear() method of the Storage interface clears all keys stored in a given Storage object.
- clear() - Method in class akasha.svg.SVGLengthList
-
- clear() - Method in class akasha.svg.SVGNumberList
-
- clear() - Method in class akasha.svg.SVGPointList
-
- clear() - Method in class akasha.svg.SVGStringList
-
- clear() - Method in class akasha.svg.SVGTransformList
-
- clearBuffer(GPUBuffer, int, int) - Method in class akasha.gpu.GPUCommandEncoder
-
- clearBuffer(GPUBuffer, int) - Method in class akasha.gpu.GPUCommandEncoder
-
- clearBuffer(GPUBuffer) - Method in class akasha.gpu.GPUCommandEncoder
-
- clearBufferfi(int, int, float, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferfv(int, int, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, Int32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, Int32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, Int32List) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, Int32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferiv(int, int, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, Uint32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, Uint32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, Uint32List) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, Uint32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearBufferuiv(int, int, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
- clearColor(float, float, float, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.clearColor() method of the WebGL API specifies the color values used when clearing color buffers.
- clearColor(float, float, float, float) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.clearColor() method of the WebGL API specifies the color values used when clearing color buffers.
- clearData(String) - Method in class akasha.DataTransfer
-
The DataTransfer.clearData() method removes the drag operation's drag data for the given type.
- clearData() - Method in class akasha.DataTransfer
-
The DataTransfer.clearData() method removes the drag operation's drag data for the given type.
- clearDepth(float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.clearDepth() method of the WebGL API specifies the clear value for the depth buffer.
- clearDepth(float) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.clearDepth() method of the WebGL API specifies the clear value for the depth buffer.
- clearHalt(String, short) - Method in class akasha.usb.USBDevice
-
- clearInterval(int) - Static method in class akasha.DedicatedWorkerGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval() - Static method in class akasha.DedicatedWorkerGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval(int) - Static method in class akasha.RTCIdentityProviderGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval() - Static method in class akasha.RTCIdentityProviderGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval(int) - Static method in class akasha.ServiceWorkerGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval() - Static method in class akasha.ServiceWorkerGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval(int) - Static method in class akasha.SharedWorkerGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval() - Static method in class akasha.SharedWorkerGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval(int) - Method in class akasha.Window
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval() - Method in class akasha.Window
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval(int) - Static method in class akasha.WindowGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval() - Static method in class akasha.WindowGlobal
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval(int) - Method in class akasha.WorkerGlobalScope
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearInterval() - Method in class akasha.WorkerGlobalScope
-
The clearInterval() method of the WindowOrWorkerGlobalScope mixin cancels a timed, repeating action which was previously established by a call to setInterval().
- clearLiveSeekableRange() - Method in class akasha.media.MediaSource
-
The clearLiveSeekableRange() method of the MediaSource interface clears a seekable range previously set with a call to setLiveSeekableRange().
- clearMarks(String) - Method in class akasha.Performance
-
The clearMarks() method removes the named mark from the browser's performance entry buffer.
- clearMarks() - Method in class akasha.Performance
-
The clearMarks() method removes the named mark from the browser's performance entry buffer.
- clearMeasures(String) - Method in class akasha.Performance
-
The clearMeasures() method removes the named measure from the browser's performance entry buffer.
- clearMeasures() - Method in class akasha.Performance
-
The clearMeasures() method removes the named measure from the browser's performance entry buffer.
- clearParameters() - Method in class akasha.XSLTProcessor
-
- clearRect(double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.clearRect() method of the Canvas 2D API erases the pixels in a rectangular area by setting them to transparent black.
- clearRect(double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- clearResourceTimings() - Method in class akasha.Performance
-
The clearResourceTimings() method removes all performance entries with an entryType of "resource" from the browser's performance data buffer and sets the size of the performance data buffer to zero.
- clearStencil(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.clearStencil() method of the WebGL API specifies the clear value for the stencil buffer.
- clearStencil(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.clearStencil() method of the WebGL API specifies the clear value for the stencil buffer.
- clearTimeout(int) - Static method in class akasha.DedicatedWorkerGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout() - Static method in class akasha.DedicatedWorkerGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout(int) - Static method in class akasha.RTCIdentityProviderGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout() - Static method in class akasha.RTCIdentityProviderGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout(int) - Static method in class akasha.ServiceWorkerGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout() - Static method in class akasha.ServiceWorkerGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout(int) - Static method in class akasha.SharedWorkerGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout() - Static method in class akasha.SharedWorkerGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout(int) - Method in class akasha.Window
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout() - Method in class akasha.Window
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout(int) - Static method in class akasha.WindowGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout() - Static method in class akasha.WindowGlobal
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout(int) - Method in class akasha.WorkerGlobalScope
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearTimeout() - Method in class akasha.WorkerGlobalScope
-
The clearTimeout() method of the WindowOrWorkerGlobalScope mixin cancels a timeout previously established by calling setTimeout().
- clearValue(GPUColor) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
-
- clearValue(JsArray<Double>) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
-
- clearValue(GPUColorDict) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
-
- clearValue(double...) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
-
- clearValue() - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- clearWatch(int) - Method in class akasha.Geolocation
-
The Geolocation.clearWatch() method is used to unregister location/error monitoring handlers previously installed using Geolocation.watchPosition().
- click() - Method in class akasha.HTMLElement
-
The HTMLElement.click() method simulates a mouse click on an element.
- Client - Class in akasha
-
The Client interface represents an executable context such as a Worker, or a SharedWorker.
- Client() - Constructor for class akasha.Client
-
- clientDataJSON() - Method in class akasha.AuthenticatorResponse
-
The clientDataJSON property of the AuthenticatorResponse interface stores a JSON string in an ArrayBuffer, representing the client data that was passed to CredentialsContainer.create() or CredentialsContainer.get().
- clientHeight() - Method in class akasha.Element
-
The Element.clientHeight read-only property is zero for elements with no CSS or inline layout boxes; otherwise, it's the inner height of an element in pixels.
- clientId() - Method in class akasha.FetchEvent
-
The clientId read-only property of the FetchEvent interface returns the id of the Client that the current service worker is controlling.
- clientId(String) - Method in interface akasha.FetchEventInit.Builder
-
- clientId() - Method in interface akasha.FetchEventInit
-
- clientInformation() - Method in class akasha.Window
-
- clientInformation() - Static method in class akasha.WindowGlobal
-
- clientLeft() - Method in class akasha.Element
-
The width of the left border of an element in pixels.
- ClientOrUndefinedUnion - Interface in akasha
-
- ClientQueryOptions - Interface in akasha
-
- ClientQueryOptions.Builder - Interface in akasha
-
- Clients - Class in akasha
-
The Clients interface provides access to Client objects.
- Clients() - Constructor for class akasha.Clients
-
- clients() - Static method in class akasha.ServiceWorkerGlobal
-
The clients read-only property of the ServiceWorkerGlobalScope interface returns the Clients object associated with the service worker.
- clients() - Method in class akasha.ServiceWorkerGlobalScope
-
The clients read-only property of the ServiceWorkerGlobalScope interface returns the Clients object associated with the service worker.
- clientTop() - Method in class akasha.Element
-
The width of the top border of an element in pixels.
- ClientType - Annotation Type in akasha
-
- ClientType.Util - Class in akasha
-
- clientWaitSync(WebGLSync, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.clientWaitSync() method of the WebGL 2 API blocks and waits for a WebGLSync object to become signaled or a given timeout to be passed.
- clientWidth() - Method in class akasha.Element
-
The Element.clientWidth property is zero for inline elements and elements with no CSS; otherwise, it's the inner width of an element in pixels.
- clientX(double) - Method in interface akasha.DragEventInit.Builder
-
- clientX() - Method in class akasha.MouseEvent
-
The clientX read-only property of the MouseEvent interface provides the horizontal coordinate within the application's viewport at which the event occurred (as opposed to the coordinate within the page).
- clientX(double) - Method in interface akasha.MouseEventInit.Builder
-
- clientX() - Method in interface akasha.MouseEventInit
-
- clientX(double) - Method in interface akasha.PointerEventInit.Builder
-
- clientX() - Method in class akasha.Touch
-
The Touch.clientX read-only property returns the X coordinate of the touch point relative to the viewport, not including any scroll offset.
- clientX(double) - Method in interface akasha.TouchInit.Builder
-
- clientX() - Method in interface akasha.TouchInit
-
- clientX(double) - Method in interface akasha.WheelEventInit.Builder
-
- clientY(double) - Method in interface akasha.DragEventInit.Builder
-
- clientY() - Method in class akasha.MouseEvent
-
The clientY read-only property of the MouseEvent interface provides the vertical coordinate within the application's viewport at which the event occurred (as opposed to the coordinate within the page).
- clientY(double) - Method in interface akasha.MouseEventInit.Builder
-
- clientY() - Method in interface akasha.MouseEventInit
-
- clientY(double) - Method in interface akasha.PointerEventInit.Builder
-
- clientY() - Method in class akasha.Touch
-
The Touch.clientY read-only property returns the Y coordinate of the touch point relative to the browser's viewport, not including any scroll offset.
- clientY(double) - Method in interface akasha.TouchInit.Builder
-
- clientY() - Method in interface akasha.TouchInit
-
- clientY(double) - Method in interface akasha.WheelEventInit.Builder
-
- clip(String) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.clip() method of the Canvas 2D API turns the current or given path into the current clipping region.
- clip() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.clip() method of the Canvas 2D API turns the current or given path into the current clipping region.
- clip(Path2D, String) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.clip() method of the Canvas 2D API turns the current or given path into the current clipping region.
- clip(Path2D) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.clip() method of the Canvas 2D API turns the current or given path into the current clipping region.
- clip(String) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- clip() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- clip(Path2D, String) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- clip(Path2D) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- Clipboard - Class in akasha.clipboard
-
The Clipboard interface implements the Clipboard API, providing—if the user grants permission—both read and write access to the contents of the system clipboard.
- Clipboard() - Constructor for class akasha.clipboard.Clipboard
-
- clipboard() - Method in class akasha.Navigator
-
The Clipboard API adds to the Navigator interface the read-only clipboard property, which returns the Clipboard object used to read and write the clipboard's contents.
- clipboardData() - Method in class akasha.clipboard.ClipboardEvent
-
The ClipboardEvent.clipboardData property holds a DataTransfer object, which can be used:
- clipboardData(DataTransfer) - Method in interface akasha.clipboard.ClipboardEventInit.Builder
-
- clipboardData() - Method in interface akasha.clipboard.ClipboardEventInit
-
- ClipboardEvent - Class in akasha.clipboard
-
The ClipboardEvent interface represents events providing information related to modification of the clipboard, that is cut, copy, and paste events.
- ClipboardEvent(String, ClipboardEventInit) - Constructor for class akasha.clipboard.ClipboardEvent
-
The ClipboardEvent() constructor returns a newly created ClipboardEvent, representing an event providing information related to modification of the clipboard, that is cut, copy, and paste events.
- ClipboardEvent(String) - Constructor for class akasha.clipboard.ClipboardEvent
-
The ClipboardEvent() constructor returns a newly created ClipboardEvent, representing an event providing information related to modification of the clipboard, that is cut, copy, and paste events.
- ClipboardEventHandler - Interface in akasha.clipboard
-
Handle events of type ClipboardEvent
- ClipboardEventInit - Interface in akasha.clipboard
-
- ClipboardEventInit.Builder - Interface in akasha.clipboard
-
- ClipboardEventListener - Interface in akasha.clipboard
-
Listener for events of type ClipboardEvent
- ClipboardItem - Class in akasha.clipboard
-
The ClipboardItem interface of the Clipboard API represents a single item format, used when reading or writing data via the Clipboard API.
- ClipboardItem(JsPropertyMap<Promise<ClipboardItemDataType>>, ClipboardItemOptions) - Constructor for class akasha.clipboard.ClipboardItem
-
- ClipboardItem(JsPropertyMap<Promise<ClipboardItemDataType>>) - Constructor for class akasha.clipboard.ClipboardItem
-
- ClipboardItemDataType - Interface in akasha.clipboard
-
- ClipboardItemDelayedCallback - Interface in akasha.clipboard
-
- ClipboardItemOptions - Interface in akasha.clipboard
-
- ClipboardItemOptions.Builder - Interface in akasha.clipboard
-
- ClipboardPermissionDescriptor - Interface in akasha.clipboard
-
- ClipboardPermissionDescriptor.Builder - Interface in akasha.clipboard
-
- clipPathUnits() - Method in class akasha.svg.SVGClipPathElement
-
- clipped(boolean) - Method in interface akasha.svg.SVGBoundingBoxOptions.Builder
-
- clipped() - Method in interface akasha.svg.SVGBoundingBoxOptions
-
- clockRate(int) - Method in interface akasha.rtc.RTCCodecStats.Builder
-
- clockRate() - Method in interface akasha.rtc.RTCCodecStats
-
- clockRate() - Method in interface akasha.rtc.RTCRtpCodecCapability
-
- clockRate(int) - Method in interface akasha.rtc.RTCRtpCodecCapability.Step1
-
- clockRate() - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- clockRate(int) - Method in interface akasha.rtc.RTCRtpCodecParameters.Step2
-
- clone_() - Method in class akasha.codecs.AudioData
-
- clone_() - Method in class akasha.codecs.VideoFrame
-
- clone_() - Method in class akasha.media.MediaStream
-
The clone() method of the MediaStream interface creates a duplicate of the MediaStream.
- clone_() - Method in class akasha.media.MediaStreamTrack
-
The clone() method of the MediaStreamTrack interface creates a duplicate of the MediaStreamTrack.
- clone_() - Method in class akasha.Request
-
The clone() method of the Request interface creates a copy of the current Request object.
- clone_() - Method in class akasha.Response
-
The clone() method of the Response interface creates a clone of a response object, identical in every way, but stored in a different variable.
- cloneContents() - Method in class akasha.Range
-
The Range.cloneContents() returns a DocumentFragment copying the objects of type Node included in the Range.
- cloneNode(boolean) - Method in class akasha.Node
-
The Node.cloneNode() method returns a duplicate of the node on which this method was called.
- cloneNode() - Method in class akasha.Node
-
The Node.cloneNode() method returns a duplicate of the node on which this method was called.
- cloneRange() - Method in class akasha.Range
-
The Range.cloneRange() method returns a Range object with boundary points identical to the cloned Range.
- close() - Method in class akasha.audio.AudioContext
-
The close() method of the AudioContext Interface closes the audio context, releasing any system audio resources that it uses.
- close() - Method in class akasha.BroadcastChannel
-
The BroadcastChannel.close() terminates the connection to the underlying channel, allowing the object to be garbage collected.
- close() - Method in class akasha.codecs.AudioData
-
- close() - Method in class akasha.codecs.AudioDecoder
-
- close() - Method in class akasha.codecs.AudioEncoder
-
- close() - Method in class akasha.codecs.ImageDecoder
-
- close() - Method in class akasha.codecs.VideoDecoder
-
- close() - Method in class akasha.codecs.VideoEncoder
-
- close() - Method in class akasha.codecs.VideoFrame
-
- close() - Static method in class akasha.DedicatedWorkerGlobal
-
The close() method of the DedicatedWorkerGlobalScope interface discards any tasks queued in the DedicatedWorkerGlobalScope's event loop, effectively closing this particular scope.
- close() - Method in class akasha.DedicatedWorkerGlobalScope
-
The close() method of the DedicatedWorkerGlobalScope interface discards any tasks queued in the DedicatedWorkerGlobalScope's event loop, effectively closing this particular scope.
- close() - Method in class akasha.Document
-
The Document.close() method finishes writing to a document, opened with Document.open().
- close() - Method in class akasha.EventSource
-
The close() method of the EventSource interface closes the connection, if one is made, and sets the EventSource.readyState attribute to 2 (closed).
- close(String) - Method in class akasha.HTMLDialogElement
-
Void.
- close() - Method in class akasha.HTMLDialogElement
-
Void.
- close() - Method in class akasha.idb.IDBDatabase
-
The connection is not actually closed until all transactions created using this connection are complete.
- close() - Method in class akasha.ImageBitmap
-
The ImageBitmap.close() method disposes of all graphical resources associated with an ImageBitmap.
- close() - Method in class akasha.MediaKeySession
-
The MediaKeySession.close() method notifies that the current media session is no longer needed, and that the content decryption module should release any resources associated with this object and close it.
- close() - Method in class akasha.MessagePort
-
The close() method of the MessagePort interface disconnects the port, so it is no longer active.
- close() - Method in class akasha.midi.MIDIPort
-
- close() - Method in class akasha.notifications.Notification
-
The close() method of the Notification interface is used to close/remove a previously displayed notification.
- close() - Method in class akasha.ReadableByteStreamController
-
- close() - Method in class akasha.ReadableStreamDefaultController
-
- close() - Method in class akasha.rtc.RTCDataChannel
-
The RTCDataChannel.close() method closes the RTCDataChannel.
- close() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.close() method closes the current peer connection.
- close() - Static method in class akasha.SharedWorkerGlobal
-
The close() method of the SharedWorkerGlobalScope interface discards any tasks queued in the SharedWorkerGlobalScope's event loop, effectively closing this particular scope.
- close() - Method in class akasha.SharedWorkerGlobalScope
-
The close() method of the SharedWorkerGlobalScope interface discards any tasks queued in the SharedWorkerGlobalScope's event loop, effectively closing this particular scope.
- close(UnderlyingSinkCloseCallback) - Method in interface akasha.UnderlyingSink.Builder
-
- close() - Method in interface akasha.UnderlyingSink
-
- close() - Method in class akasha.usb.USBDevice
-
- close(int, String) - Method in class akasha.WebSocket
-
The WebSocket.close() method closes the WebSocket connection or connection attempt, if any.
- close(int) - Method in class akasha.WebSocket
-
The WebSocket.close() method closes the WebSocket connection or connection attempt, if any.
- close() - Method in class akasha.WebSocket
-
The WebSocket.close() method closes the WebSocket connection or connection attempt, if any.
- close() - Method in class akasha.Window
-
The Window.close() method closes the current window, or the window on which it was called.
- close() - Static method in class akasha.WindowGlobal
-
The Window.close() method closes the current window, or the window on which it was called.
- close() - Method in class akasha.WritableStream
-
- close() - Method in class akasha.WritableStreamDefaultWriter
-
- closed - Static variable in annotation type akasha.audio.AudioContextState
-
- closed - Static variable in annotation type akasha.codecs.CodecState
-
- CLOSED - Static variable in class akasha.EventSource
-
- closed - Static variable in annotation type akasha.media.ReadyState
-
- closed() - Method in class akasha.MediaKeySession
-
The MediaKeySession.closed read-only property returns a Promise signaling when a MediaKeySession closes.
- closed - Static variable in annotation type akasha.midi.MIDIPortConnectionState
-
- closed() - Method in class akasha.ReadableStreamBYOBReader
-
- closed() - Method in class akasha.ReadableStreamDefaultReader
-
- closed - Static variable in annotation type akasha.rtc.RTCDataChannelState
-
- closed - Static variable in annotation type akasha.rtc.RTCDtlsTransportState
-
- closed - Static variable in annotation type akasha.rtc.RTCIceConnectionState
-
- closed - Static variable in annotation type akasha.rtc.RTCIceTransportState
-
- closed - Static variable in annotation type akasha.rtc.RTCPeerConnectionState
-
- closed - Static variable in annotation type akasha.rtc.RTCSctpTransportState
-
- closed - Static variable in annotation type akasha.rtc.RTCSignalingState
-
- closed - Static variable in annotation type akasha.ShadowRootMode
-
- CLOSED - Static variable in class akasha.WebSocket
-
- closed() - Method in class akasha.Window
-
The Window.closed read-only property indicates whether the referenced window is closed or not.
- closed() - Static method in class akasha.WindowGlobal
-
The Window.closed read-only property indicates whether the referenced window is closed or not.
- closed() - Method in class akasha.WritableStreamDefaultWriter
-
- CloseEvent - Class in akasha
-
A CloseEvent is sent to clients using WebSockets when the connection is closed.
- CloseEvent(String, CloseEventInit) - Constructor for class akasha.CloseEvent
-
The CloseEvent() constructor creates a new CloseEvent.
- CloseEvent(String) - Constructor for class akasha.CloseEvent
-
The CloseEvent() constructor creates a new CloseEvent.
- CloseEventHandler - Interface in akasha
-
Handle events of type CloseEvent
- CloseEventInit - Interface in akasha
-
- CloseEventInit.Builder - Interface in akasha
-
- CloseEventListener - Interface in akasha
-
Listener for events of type CloseEvent
- closePath() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.closePath() method of the Canvas 2D API attempts to add a straight line from the current point to the start of the current sub-path.
- closePath() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- closePath() - Method in class akasha.Path2D
-
- closest(String) - Method in class akasha.Element
-
The closest() method traverses the Element and its parents (heading toward the document root) until it finds a node that matches the provided selector string.
- closing - Static variable in annotation type akasha.rtc.RTCDataChannelState
-
- CLOSING - Static variable in class akasha.WebSocket
-
- clz32(int) - Static method in class akasha.core.JsMath
-
The Math.clz32() function returns the number of leading zero bits in the 32-bit binary representation of a number.
- cmp(Object, Object) - Method in class akasha.idb.IDBFactory
-
An integer that indicates the result of the comparison; the table below lists the possible values and their meanings:
- cname(String) - Method in interface akasha.rtc.RTCRtcpParameters.Builder
-
- cname() - Method in interface akasha.rtc.RTCRtcpParameters
-
- code() - Method in class akasha.CloseEvent
-
- code(int) - Method in interface akasha.CloseEventInit.Builder
-
- code() - Method in interface akasha.CloseEventInit
-
- code() - Method in class akasha.DOMException
-
The code read-only property of the DOMException interface returns a short that contains one of the error code constants, or 0 if none match.
- code() - Method in class akasha.GeolocationPositionError
-
- code(String) - Static method in interface akasha.gpu.GPUShaderModuleDescriptor
-
- code() - Method in interface akasha.gpu.GPUShaderModuleDescriptor
-
- code - Variable in class akasha.HTMLObjectElement
-
- code() - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.code property represents a physical key on the keyboard (as opposed to the character generated by pressing the key).
- code(String) - Method in interface akasha.KeyboardEventInit.Builder
-
- code() - Method in interface akasha.KeyboardEventInit
-
- code() - Method in class akasha.MediaError
-
The read-only property MediaError.code returns a numeric value which represents the kind of error that occurred on a media element.
- codeBase - Variable in class akasha.HTMLObjectElement
-
- codec(String) - Static method in interface akasha.codecs.AudioDecoderConfig
-
- codec() - Method in interface akasha.codecs.AudioDecoderConfig
-
- codec(String) - Static method in interface akasha.codecs.AudioEncoderConfig
-
- codec() - Method in interface akasha.codecs.AudioEncoderConfig
-
- codec(String) - Static method in interface akasha.codecs.VideoDecoderConfig
-
- codec() - Method in interface akasha.codecs.VideoDecoderConfig
-
- codec(String) - Static method in interface akasha.codecs.VideoEncoderConfig
-
- codec() - Method in interface akasha.codecs.VideoEncoderConfig
-
- codec - Static variable in annotation type akasha.rtc.RTCStatsType
-
- codecId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecId(String) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecId(String) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecId(String) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecId(String) - Method in interface akasha.rtc.RTCRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecId() - Method in interface akasha.rtc.RTCRtpStreamStats
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecId(String) - Method in interface akasha.rtc.RTCSentRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- codecs(JsArray<RTCRtpCodecCapability>) - Static method in interface akasha.rtc.RTCRtpCapabilities
-
- codecs(RTCRtpCodecCapability...) - Static method in interface akasha.rtc.RTCRtpCapabilities
-
- codecs() - Method in interface akasha.rtc.RTCRtpCapabilities
-
- codecs() - Method in interface akasha.rtc.RTCRtpParameters
-
- codecs(JsArray<RTCRtpCodecParameters>) - Method in interface akasha.rtc.RTCRtpParameters.Step2
-
- codecs(RTCRtpCodecParameters...) - Method in interface akasha.rtc.RTCRtpParameters.Step2
-
- codecs(JsArray<RTCRtpCodecParameters>) - Method in interface akasha.rtc.RTCRtpReceiveParameters.Step2
-
- codecs(RTCRtpCodecParameters...) - Method in interface akasha.rtc.RTCRtpReceiveParameters.Step2
-
- codecs(JsArray<RTCRtpCodecParameters>) - Method in interface akasha.rtc.RTCRtpSendParameters.Step2
-
- codecs(RTCRtpCodecParameters...) - Method in interface akasha.rtc.RTCRtpSendParameters.Step2
-
- CodecState - Annotation Type in akasha.codecs
-
- CodecState.Util - Class in akasha.codecs
-
- codecType(String) - Method in interface akasha.rtc.RTCCodecStats.Builder
-
- codecType() - Method in interface akasha.rtc.RTCCodecStats
-
- codedHeight(int) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- codedHeight() - Method in interface akasha.codecs.VideoDecoderConfig
-
- codedHeight() - Method in class akasha.codecs.VideoFrame
-
- codedHeight() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- codedHeight(int) - Method in interface akasha.codecs.VideoFrameBufferInit.Step2
-
- codedRect() - Method in class akasha.codecs.VideoFrame
-
- codedWidth(int) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- codedWidth() - Method in interface akasha.codecs.VideoDecoderConfig
-
- codedWidth() - Method in class akasha.codecs.VideoFrame
-
- codedWidth() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- codedWidth(int) - Method in interface akasha.codecs.VideoFrameBufferInit.Step1
-
- codePointAt(int) - Method in class akasha.core.JsString
-
The codePointAt() method returns a non-negative integer that is the Unicode code point value at the given position.
- codeType - Variable in class akasha.HTMLObjectElement
-
- col - Static variable in annotation type akasha.ScopeType
-
The header relates to all cells of the column it belongs to.
- colgroup - Static variable in annotation type akasha.ScopeType
-
The header belongs to a colgroup and relates to all of its cells.
- collapse(boolean) - Method in class akasha.Range
-
The Range.collapse() method collapses the Range to one of its boundary points.
- collapse() - Method in class akasha.Range
-
The Range.collapse() method collapses the Range to one of its boundary points.
- collapse(Node, int) - Method in class akasha.Selection
-
The Selection.collapse() method collapses the current selection to a single point.
- collapse(Node) - Method in class akasha.Selection
-
The Selection.collapse() method collapses the current selection to a single point.
- collapsed() - Method in class akasha.AbstractRange
-
The collapsed read-only property of the AbstractRange interface returns true if the range's start position and end position are the same.
- collapseToEnd() - Method in class akasha.Selection
-
The Selection.collapseToEnd() method collapses the selection to the end of the last range in the selection.
- collapseToStart() - Method in class akasha.Selection
-
The Selection.collapseToStart() method collapses the selection to the start of the first range in the selection.
- CollectedClientData - Interface in akasha
-
- CollectedClientData.Builder - Interface in akasha
-
- CollectedClientData.Step1 - Interface in akasha
-
- CollectedClientData.Step2 - Interface in akasha
-
- colno() - Method in class akasha.ErrorEvent
-
- colno(int) - Method in interface akasha.ErrorEventInit.Builder
-
- colno() - Method in interface akasha.ErrorEventInit
-
- COLOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- color(GPUBlendComponent) - Static method in interface akasha.gpu.GPUBlendState
-
- color() - Method in interface akasha.gpu.GPUBlendState
-
- color - Variable in class akasha.HTMLFontElement
-
The obsolete HTMLFontElement.color property is a DOMString that reflects the color HTML attribute, containing either a named color or a color specified in the hexadecimal #RRGGBB format.
- color - Variable in class akasha.HTMLHRElement
-
- color - Static variable in annotation type akasha.InputType
-
A control for specifying a color; opening a color picker when active in supporting browsers.
- COLOR_ATTACHMENT0 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT0 - Static variable in class akasha.gl.WebGLRenderingContext
-
- COLOR_ATTACHMENT0_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT1 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT10 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT10_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT11 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT11_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT12 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT12_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT13 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT13_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT14 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT14_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT15 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT15_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT1_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT2_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT3_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT4_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT5 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT5_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT6 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT6_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT7 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT7_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT8_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_ATTACHMENT9 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_ATTACHMENT9_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- COLOR_BUFFER_BIT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_BUFFER_BIT - Static variable in class akasha.gl.WebGLRenderingContext
-
- COLOR_CLEAR_VALUE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_CLEAR_VALUE - Static variable in class akasha.gl.WebGLRenderingContext
-
- COLOR_WRITEMASK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COLOR_WRITEMASK - Static variable in class akasha.gl.WebGLRenderingContext
-
- colorAttachments(JsArray<GPURenderPassColorAttachment>) - Static method in interface akasha.gpu.GPURenderPassDescriptor
-
- colorAttachments(GPURenderPassColorAttachment...) - Static method in interface akasha.gpu.GPURenderPassDescriptor
-
- colorAttachments() - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- colorDepth() - Method in class akasha.Screen
-
The Screen.colorDepth read-only property returns the color depth of the screen.
- colorFormat(int) - Method in interface akasha.xr.XRCubeLayerInit.Builder
-
- colorFormat(int) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- colorFormat(int) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- colorFormat(int) - Method in interface akasha.xr.XRLayerInit.Builder
-
- colorFormat() - Method in interface akasha.xr.XRLayerInit
-
- colorFormat(int) - Method in interface akasha.xr.XRProjectionLayerInit.Builder
-
- colorFormat() - Method in interface akasha.xr.XRProjectionLayerInit
-
- colorFormat(int) - Method in interface akasha.xr.XRQuadLayerInit.Builder
-
- colorFormats(JsArray<String>) - Static method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
-
- colorFormats(String...) - Static method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
-
- colorFormats(JsArray<String>) - Static method in interface akasha.gpu.GPURenderPassLayout
-
- colorFormats(String...) - Static method in interface akasha.gpu.GPURenderPassLayout
-
- colorFormats() - Method in interface akasha.gpu.GPURenderPassLayout
-
- colorMask(boolean, boolean, boolean, boolean) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.colorMask() method of the WebGL API sets which color components to enable or to disable when drawing or rendering to a WebGLFramebuffer.
- colorMask(boolean, boolean, boolean, boolean) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.colorMask() method of the WebGL API sets which color components to enable or to disable when drawing or rendering to a WebGLFramebuffer.
- colorSpace(String) - Method in interface akasha.CanvasRenderingContext2DSettings.Builder
-
- colorSpace() - Method in interface akasha.CanvasRenderingContext2DSettings
-
- colorSpace(VideoColorSpaceInit) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- colorSpace() - Method in interface akasha.codecs.VideoDecoderConfig
-
- colorSpace() - Method in class akasha.codecs.VideoFrame
-
- colorSpace(VideoColorSpaceInit) - Method in interface akasha.codecs.VideoFrameBufferInit.Builder
-
- colorSpace() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- colorSpace(String) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
-
- colorSpace() - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- colorSpace(String) - Method in interface akasha.gpu.GPUExternalTextureDescriptor.Builder
-
- colorSpace() - Method in interface akasha.gpu.GPUExternalTextureDescriptor
-
- colorSpace(String) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
-
- colorSpace() - Method in interface akasha.gpu.GPUImageCopyTextureTagged
-
- colorSpace() - Method in class akasha.ImageData
-
- colorSpace(String) - Method in interface akasha.ImageDataSettings.Builder
-
- colorSpace() - Method in interface akasha.ImageDataSettings
-
- colorSpaceConversion(String) - Method in interface akasha.codecs.ImageDecoderInit.Builder
-
- colorSpaceConversion() - Method in interface akasha.codecs.ImageDecoderInit
-
- ColorSpaceConversion - Annotation Type in akasha
-
- colorSpaceConversion(String) - Method in interface akasha.ImageBitmapOptions.Builder
-
- colorSpaceConversion() - Method in interface akasha.ImageBitmapOptions
-
- ColorSpaceConversion.Util - Class in akasha
-
- colorTexture() - Method in class akasha.xr.XRWebGLSubImage
-
- cols - Variable in class akasha.HTMLFrameSetElement
-
- cols - Variable in class akasha.HTMLTextAreaElement
-
- colSpan - Variable in class akasha.HTMLTableCellElement
-
- columnNumber() - Method in class akasha.CSPViolationReportBody
-
- columnNumber() - Method in class akasha.SecurityPolicyViolationEvent
-
The columnNumber read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker at which the violation occurred.
- columnNumber(int) - Method in interface akasha.SecurityPolicyViolationEventInit.Builder
-
- columnNumber() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- Comment - Class in akasha
-
The Comment interface represents textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view.
- Comment(String) - Constructor for class akasha.Comment
-
The Comment() constructor returns a newly created Comment object with the optional DOMString given in parameter as its textual content.
- Comment() - Constructor for class akasha.Comment
-
The Comment() constructor returns a newly created Comment object with the optional DOMString given in parameter as its textual content.
- COMMENT_NODE - Static variable in class akasha.Node
-
- commentary - Static variable in annotation type akasha.AudioTrackKind
-
An audio track containing a commentary.
- commit() - Method in class akasha.idb.IDBTransaction
-
The commit() method of the IDBTransaction interface commits the transaction if it is called on an active transaction.
- commit() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- commitStyles() - Method in class akasha.Animation
-
None.
- commonAncestorContainer() - Method in class akasha.Range
-
The Range.commonAncestorContainer read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range.
- compact - Variable in class akasha.HTMLDirectoryElement
-
- compact - Variable in class akasha.HTMLDListElement
-
- compact - Variable in class akasha.HTMLMenuElement
-
- compact - Variable in class akasha.HTMLOListElement
-
- compact - Variable in class akasha.HTMLUListElement
-
- companyIdentifier(int) - Static method in interface akasha.bluetooth.BluetoothManufacturerDataFilterInit
-
- companyIdentifier() - Method in interface akasha.bluetooth.BluetoothManufacturerDataFilterInit
-
- compare(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
-
- compare() - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- compare(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
-
- compare() - Method in interface akasha.gpu.GPUStencilFaceState
-
- compare(T, T) - Method in interface akasha.lang.JsArray.Comparator
-
- COMPARE_REF_TO_TEXTURE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- compareBoundaryPoints(int, Range) - Method in class akasha.Range
-
The Range.compareBoundaryPoints() method compares the boundary points of the Range with those of another range.
- compareDocumentPosition(Node) - Method in class akasha.Node
-
The Node.compareDocumentPosition() method reports the position of the given node relative to another node in any document — not just the given node’s document.
- compareExchange(IntegerTypedArray, int, int, int) - Static method in class akasha.core.Atomics
-
Stores a value at the specified index of the array, if it equals a value.
- comparePoint(Node, int) - Method in class akasha.Range
-
The Range.comparePoint() method returns -1, 0, or 1 depending on whether the referenceNode is before, the same as, or after the Range.
- comparison - Static variable in annotation type akasha.gpu.GPUSamplerBindingType
-
- compatMode() - Method in class akasha.Document
-
The Document.compatMode read-only property indicates whether the document is rendered in Quirks mode or Standards mode.
- compilationInfo() - Method in class akasha.gpu.GPUShaderModule
-
- compile(BufferSource) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.compile() function compiles WebAssembly binary code into a WebAssembly.Module object.
- COMPILE_STATUS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COMPILE_STATUS - Static variable in class akasha.gl.WebGLRenderingContext
-
- CompileError - Class in akasha.wasm
-
The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation.
- CompileError() - Constructor for class akasha.wasm.CompileError
-
- compileShader(WebGLShader) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.compileShader() method of the WebGL API compiles a GLSL shader into binary data so that it can be used by a WebGLProgram.
- compileShader(WebGLShader) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.compileShader() method of the WebGL API compiles a GLSL shader into binary data so that it can be used by a WebGLProgram.
- compileStreaming(Promise<Response>) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.compileStreaming() function compiles a WebAssembly.Module directly from a streamed underlying source.
- complete() - Method in class akasha.codecs.ImageDecoder
-
- complete() - Method in interface akasha.codecs.ImageDecodeResult
-
- complete(boolean) - Method in interface akasha.codecs.ImageDecodeResult.Step1
-
- complete - Static variable in annotation type akasha.DocumentReadyState
-
- complete() - Method in class akasha.HTMLImageElement
-
The read-only HTMLImageElement interface's complete attribute is a Boolean value which indicates whether or not the image has completely loaded.
- complete - Static variable in annotation type akasha.rtc.RTCIceGathererState
-
- complete - Static variable in annotation type akasha.rtc.RTCIceGatheringState
-
- completed() - Method in class akasha.codecs.ImageDecoder
-
- completed - Static variable in annotation type akasha.rtc.RTCIceConnectionState
-
- completed - Static variable in annotation type akasha.rtc.RTCIceTransportState
-
- completeFramesOnly(boolean) - Method in interface akasha.codecs.ImageDecodeOptions.Builder
-
- completeFramesOnly() - Method in interface akasha.codecs.ImageDecodeOptions
-
- COMPLETION_STATUS_KHR - Static variable in class akasha.gl.KHR_parallel_shader_compile
-
- component() - Method in class akasha.rtc.RTCIceCandidate
-
The read-only component property on the RTCIceCandidate interface is a string which indicates whether the candidate is an RTP or an RTCP candidate.
- component() - Method in class akasha.rtc.RTCIceTransport
-
The read-only RTCIceTransport property component specifies whether the object is serving to transport RTP or RTCP.
- composed(boolean) - Method in interface akasha.AnimationEventInit.Builder
-
- composed(boolean) - Method in interface akasha.AnimationPlaybackEventInit.Builder
-
- composed(boolean) - Method in interface akasha.audio.AudioProcessingEventInit.Builder
-
- composed(boolean) - Method in interface akasha.audio.OfflineAudioCompletionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- composed(boolean) - Method in interface akasha.bluetooth.ValueEventInit.Builder
-
- composed(boolean) - Method in interface akasha.clipboard.ClipboardEventInit.Builder
-
- composed(boolean) - Method in interface akasha.CloseEventInit.Builder
-
- composed(boolean) - Method in interface akasha.CompositionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.CustomEventInit.Builder
-
- composed(boolean) - Method in interface akasha.DeviceMotionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.DeviceOrientationEventInit.Builder
-
- composed(boolean) - Method in interface akasha.DragEventInit.Builder
-
- composed(boolean) - Method in interface akasha.ErrorEventInit.Builder
-
- composed() - Method in class akasha.Event
-
The read-only composed property of the Event interface returns a Boolean which indicates whether or not the event will propagate across the shadow DOM boundary into the standard DOM.
- composed(boolean) - Method in interface akasha.EventInit.Builder
-
- composed() - Method in interface akasha.EventInit
-
- composed(boolean) - Method in interface akasha.EventModifierInit.Builder
-
- composed(boolean) - Method in interface akasha.ExtendableEventInit.Builder
-
- composed(boolean) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- composed(boolean) - Method in interface akasha.FetchEventInit.Builder
-
- composed(boolean) - Method in interface akasha.FocusEventInit.Builder
-
- composed(boolean) - Method in interface akasha.FormDataEventInit.Builder
-
- composed(boolean) - Method in interface akasha.GamepadEventInit.Builder
-
- composed(boolean) - Method in interface akasha.GetRootNodeOptions.Builder
-
- composed() - Method in interface akasha.GetRootNodeOptions
-
- composed(boolean) - Method in interface akasha.gl.WebGLContextEventInit.Builder
-
- composed(boolean) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit.Builder
-
- composed(boolean) - Method in interface akasha.HashChangeEventInit.Builder
-
- composed(boolean) - Method in interface akasha.idb.IDBVersionChangeEventInit.Builder
-
- composed(boolean) - Method in interface akasha.InputEventInit.Builder
-
- composed(boolean) - Method in interface akasha.KeyboardEventInit.Builder
-
- composed(boolean) - Method in interface akasha.media.MediaRecorderErrorEventInit.Builder
-
- composed(boolean) - Method in interface akasha.media.MediaStreamTrackEventInit.Builder
-
- composed(boolean) - Method in interface akasha.MediaEncryptedEventInit.Builder
-
- composed(boolean) - Method in interface akasha.MediaKeyMessageEventInit.Builder
-
- composed(boolean) - Method in interface akasha.MediaQueryListEventInit.Builder
-
- composed(boolean) - Method in interface akasha.MessageEventInit.Builder
-
- composed(boolean) - Method in interface akasha.midi.MIDIConnectionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.midi.MIDIMessageEventInit.Builder
-
- composed(boolean) - Method in interface akasha.MouseEventInit.Builder
-
- composed(boolean) - Method in interface akasha.notifications.NotificationEventInit.Builder
-
- composed(boolean) - Method in interface akasha.PageTransitionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.PointerEventInit.Builder
-
- composed(boolean) - Method in interface akasha.PopStateEventInit.Builder
-
- composed(boolean) - Method in interface akasha.ProgressEventInit.Builder
-
- composed(boolean) - Method in interface akasha.PromiseRejectionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.PushEventInit.Builder
-
- composed(boolean) - Method in interface akasha.PushSubscriptionChangeEventInit.Builder
-
- composed(boolean) - Method in interface akasha.rtc.RTCDataChannelEventInit.Builder
-
- composed(boolean) - Method in interface akasha.rtc.RTCDTMFToneChangeEventInit.Builder
-
- composed(boolean) - Method in interface akasha.rtc.RTCErrorEventInit.Builder
-
- composed(boolean) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit.Builder
-
- composed(boolean) - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit.Builder
-
- composed(boolean) - Method in interface akasha.rtc.RTCTrackEventInit.Builder
-
- composed(boolean) - Method in interface akasha.SecurityPolicyViolationEventInit.Builder
-
- composed(boolean) - Method in interface akasha.speech.SpeechRecognitionErrorEventInit.Builder
-
- composed(boolean) - Method in interface akasha.speech.SpeechRecognitionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.speech.SpeechSynthesisErrorEventInit.Builder
-
- composed(boolean) - Method in interface akasha.speech.SpeechSynthesisEventInit.Builder
-
- composed(boolean) - Method in interface akasha.StorageEventInit.Builder
-
- composed(boolean) - Method in interface akasha.SubmitEventInit.Builder
-
- composed(boolean) - Method in interface akasha.SyncEventInit.Builder
-
- composed(boolean) - Method in interface akasha.TouchEventInit.Builder
-
- composed(boolean) - Method in interface akasha.TrackEventInit.Builder
-
- composed(boolean) - Method in interface akasha.TransitionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.UIEventInit.Builder
-
- composed(boolean) - Method in interface akasha.usb.USBConnectionEventInit.Builder
-
- composed(boolean) - Method in interface akasha.WheelEventInit.Builder
-
- composed(boolean) - Method in interface akasha.xr.XRInputSourceEventInit.Builder
-
- composed(boolean) - Method in interface akasha.xr.XRInputSourcesChangeEventInit.Builder
-
- composed(boolean) - Method in interface akasha.xr.XRLayerEventInit.Builder
-
- composed(boolean) - Method in interface akasha.xr.XRReferenceSpaceEventInit.Builder
-
- composed(boolean) - Method in interface akasha.xr.XRSessionEventInit.Builder
-
- composedPath() - Method in class akasha.Event
-
The composedPath() method of the Event interface returns the event’s path which is an array of the objects on which listeners will be invoked.
- composite(String) - Method in interface akasha.BaseComputedKeyframe.Builder
-
- composite() - Method in interface akasha.BaseComputedKeyframe
-
- composite(String) - Method in interface akasha.BaseKeyframe.Builder
-
- composite() - Method in interface akasha.BaseKeyframe
-
- composite(CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- composite(String) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- composite(JsArray<String>) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- composite(String...) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- composite() - Method in interface akasha.BasePropertyIndexedKeyframe
-
- composite(String) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
- composite - Variable in class akasha.KeyframeEffect
-
The composite property of a KeyframeEffect resolves how an element's animation impacts its underlying property values.
- composite(String) - Method in interface akasha.KeyframeEffectOptions.Builder
-
- composite() - Method in interface akasha.KeyframeEffectOptions
-
- CompositeOperation - Annotation Type in akasha
-
- CompositeOperation.Util - Class in akasha
-
- CompositeOperationOrAuto - Annotation Type in akasha
-
- CompositeOperationOrAuto.Util - Class in akasha
-
- CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion - Interface in akasha
-
- compositingAlphaMode(String) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
-
- compositingAlphaMode() - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- CompositionEvent - Class in akasha
-
The DOM CompositionEvent represents events that occur due to the user indirectly entering text.
- CompositionEvent(String, CompositionEventInit) - Constructor for class akasha.CompositionEvent
-
The CompositionEvent() constructor creates a new CompositionEvent object instance.
- CompositionEvent(String) - Constructor for class akasha.CompositionEvent
-
The CompositionEvent() constructor creates a new CompositionEvent object instance.
- CompositionEventInit - Interface in akasha
-
- CompositionEventInit.Builder - Interface in akasha
-
- CompositionEventListener - Interface in akasha
-
Listener for events of type CompositionEvent
- COMPRESSED_R11_EAC - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_RED_GREEN_RGTC2_EXT - Static variable in class akasha.gl.EXT_texture_compression_rgtc
-
- COMPRESSED_RED_RGTC1_EXT - Static variable in class akasha.gl.EXT_texture_compression_rgtc
-
- COMPRESSED_RG11_EAC - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_RGB8_ETC2 - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT - Static variable in class akasha.gl.EXT_texture_compression_bptc
-
- COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT - Static variable in class akasha.gl.EXT_texture_compression_bptc
-
- COMPRESSED_RGB_ETC1_WEBGL - Static variable in class akasha.gl.WEBGL_compressed_texture_etc1
-
- COMPRESSED_RGB_PVRTC_2BPPV1_IMG - Static variable in class akasha.gl.WEBGL_compressed_texture_pvrtc
-
- COMPRESSED_RGB_PVRTC_4BPPV1_IMG - Static variable in class akasha.gl.WEBGL_compressed_texture_pvrtc
-
- COMPRESSED_RGB_S3TC_DXT1_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc
-
- COMPRESSED_RGBA8_ETC2_EAC - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_RGBA_ASTC_10x10_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_10x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_10x6_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_10x8_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_12x10_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_12x12_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_4x4_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_5x4_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_5x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_6x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_6x6_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_8x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_8x6_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_ASTC_8x8_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_RGBA_BPTC_UNORM_EXT - Static variable in class akasha.gl.EXT_texture_compression_bptc
-
- COMPRESSED_RGBA_PVRTC_2BPPV1_IMG - Static variable in class akasha.gl.WEBGL_compressed_texture_pvrtc
-
- COMPRESSED_RGBA_PVRTC_4BPPV1_IMG - Static variable in class akasha.gl.WEBGL_compressed_texture_pvrtc
-
- COMPRESSED_RGBA_S3TC_DXT1_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc
-
- COMPRESSED_RGBA_S3TC_DXT3_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc
-
- COMPRESSED_RGBA_S3TC_DXT5_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc
-
- COMPRESSED_SIGNED_R11_EAC - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT - Static variable in class akasha.gl.EXT_texture_compression_rgtc
-
- COMPRESSED_SIGNED_RED_RGTC1_EXT - Static variable in class akasha.gl.EXT_texture_compression_rgtc
-
- COMPRESSED_SIGNED_RG11_EAC - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR - Static variable in class akasha.gl.WEBGL_compressed_texture_astc
-
- COMPRESSED_SRGB8_ALPHA8_ETC2_EAC - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_SRGB8_ETC2 - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 - Static variable in class akasha.gl.WEBGL_compressed_texture_etc
-
- COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT - Static variable in class akasha.gl.EXT_texture_compression_bptc
-
- COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc_srgb
-
- COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc_srgb
-
- COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc_srgb
-
- COMPRESSED_SRGB_S3TC_DXT1_EXT - Static variable in class akasha.gl.WEBGL_compressed_texture_s3tc_srgb
-
- COMPRESSED_TEXTURE_FORMATS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COMPRESSED_TEXTURE_FORMATS - Static variable in class akasha.gl.WebGLRenderingContext
-
- compressedTexImage2D(int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexImage2D(int, int, int, int, int, int, ArrayBufferView, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexImage2D(int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexImage2D(int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexImage2D(int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGLRenderingContext
-
- compressedTexImage3D(int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexImage3D(int, int, int, int, int, int, int, ArrayBufferView, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexImage3D(int, int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexImage3D(int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
- compressedTexSubImage2D(int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a two-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage2D(int, int, int, int, int, int, int, ArrayBufferView, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a two-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage2D(int, int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a two-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage2D(int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a two-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage2D(int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a two-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.compressedTexSubImage3D() method of the WebGL API specifies a three-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ArrayBufferView, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.compressedTexSubImage3D() method of the WebGL API specifies a three-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.compressedTexSubImage3D() method of the WebGL API specifies a three-dimensional sub-rectangle for a texture image in a compressed format.
- compressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.compressedTexSubImage3D() method of the WebGL API specifies a three-dimensional sub-rectangle for a texture image in a compressed format.
- CompressionStream - Class in akasha
-
The CompressionStream interface of the Compression Streams API is an API for compressing a stream of data.
- CompressionStream(String) - Constructor for class akasha.CompressionStream
-
- compute(GPUProgrammableStage) - Static method in interface akasha.gpu.GPUComputePipelineDescriptor
-
- compute() - Method in interface akasha.gpu.GPUComputePipelineDescriptor
-
- COMPUTE - Static variable in class akasha.gpu.GPUShaderStage
-
- ComputedEffectTiming - Interface in akasha
-
- ComputedEffectTiming.Builder - Interface in akasha
-
- computedOffset(double) - Method in interface akasha.BaseComputedKeyframe.Builder
-
- computedOffset() - Method in interface akasha.BaseComputedKeyframe
-
- concat(String...) - Method in class akasha.core.JsString
-
The concat() method concatenates the string arguments to the calling string and returns a new string.
- concat(T...) - Method in class akasha.lang.JsArray
-
The concat() method is used to merge two or more arrays.
- concealedSamples(int) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- concealedSamples() - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- concealedSamples(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- concealedSamples() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- concealedSamples(int) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- concealmentEvents(int) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- concealmentEvents() - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- concealmentEvents(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- concealmentEvents() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- concealmentEvents(int) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- condensed - Static variable in annotation type akasha.CanvasFontStretch
-
- CONDITION_SATISFIED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- conditionText - Variable in class akasha.CSSConditionRule
-
- coneInnerAngle - Variable in class akasha.audio.PannerNode
-
A double.
- coneInnerAngle(double) - Method in interface akasha.audio.PannerOptions.Builder
-
- coneInnerAngle() - Method in interface akasha.audio.PannerOptions
-
- coneOuterAngle - Variable in class akasha.audio.PannerNode
-
A double.
- coneOuterAngle(double) - Method in interface akasha.audio.PannerOptions.Builder
-
- coneOuterAngle() - Method in interface akasha.audio.PannerOptions
-
- coneOuterGain - Variable in class akasha.audio.PannerNode
-
The coneOuterGain property of the PannerNode interface is a double value, describing the amount of volume reduction outside the cone, defined by the coneOuterAngle attribute.
- coneOuterGain(double) - Method in interface akasha.audio.PannerOptions.Builder
-
- coneOuterGain() - Method in interface akasha.audio.PannerOptions
-
- confidence() - Method in class akasha.speech.SpeechRecognitionAlternative
-
The confidence read-only property of the SpeechRecognitionResult interface returns a numeric estimate of how confident the speech recognition system is that the recognition is correct.
- config(AudioDecoderConfig) - Method in interface akasha.codecs.AudioDecoderSupport.Builder
-
- config() - Method in interface akasha.codecs.AudioDecoderSupport
-
- config(AudioEncoderConfig) - Method in interface akasha.codecs.AudioEncoderSupport.Builder
-
- config() - Method in interface akasha.codecs.AudioEncoderSupport
-
- config(VideoDecoderConfig) - Method in interface akasha.codecs.VideoDecoderSupport.Builder
-
- config() - Method in interface akasha.codecs.VideoDecoderSupport
-
- config(VideoEncoderConfig) - Method in interface akasha.codecs.VideoEncoderSupport.Builder
-
- config() - Method in interface akasha.codecs.VideoEncoderSupport
-
- configurable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
-
- configurable() - Method in interface akasha.core.ObjectPropertyDescriptor
-
- configuration() - Method in class akasha.usb.USBDevice
-
- configurationName() - Method in class akasha.usb.USBConfiguration
-
- configurations() - Method in class akasha.usb.USBDevice
-
- configurationValue() - Method in class akasha.usb.USBConfiguration
-
- configure(AudioDecoderConfig) - Method in class akasha.codecs.AudioDecoder
-
- configure(AudioEncoderConfig) - Method in class akasha.codecs.AudioEncoder
-
- configure(VideoDecoderConfig) - Method in class akasha.codecs.VideoDecoder
-
- configure(VideoEncoderConfig) - Method in class akasha.codecs.VideoEncoder
-
- configure(GPUCanvasConfiguration) - Method in class akasha.gpu.GPUCanvasContext
-
- configured - Static variable in annotation type akasha.codecs.CodecState
-
- confirm(String) - Method in class akasha.Window
-
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
- confirm() - Method in class akasha.Window
-
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
- confirm(String) - Static method in class akasha.WindowGlobal
-
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
- confirm() - Static method in class akasha.WindowGlobal
-
The Window.confirm() method displays a modal dialog with an optional message and two buttons: OK and Cancel.
- congestionWindow(int) - Method in interface akasha.rtc.RTCSctpTransportStats.Builder
-
- congestionWindow() - Method in interface akasha.rtc.RTCSctpTransportStats
-
- connect(AudioNode, int, int) - Method in class akasha.audio.AudioNode
-
If the destination is a node, connect() returns a reference to the destination AudioNode object, allowing you to chain multiple connect() calls.
- connect(AudioNode, int) - Method in class akasha.audio.AudioNode
-
If the destination is a node, connect() returns a reference to the destination AudioNode object, allowing you to chain multiple connect() calls.
- connect(AudioNode) - Method in class akasha.audio.AudioNode
-
If the destination is a node, connect() returns a reference to the destination AudioNode object, allowing you to chain multiple connect() calls.
- connect(AudioParam, int) - Method in class akasha.audio.AudioNode
-
If the destination is a node, connect() returns a reference to the destination AudioNode object, allowing you to chain multiple connect() calls.
- connect(AudioParam) - Method in class akasha.audio.AudioNode
-
If the destination is a node, connect() returns a reference to the destination AudioNode object, allowing you to chain multiple connect() calls.
- connect() - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.connect() method causes the script execution environment to connect to this.device.
- connected() - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.connected read-only property returns a boolean value that returns true while this script execution environment is connected to this.device.
- connected() - Method in class akasha.Gamepad
-
The Gamepad.connected property of the Gamepad interface returns a boolean indicating whether the gamepad is still connected to the system.
- connected - Static variable in annotation type akasha.midi.MIDIPortDeviceState
-
- connected - Static variable in annotation type akasha.rtc.RTCDtlsTransportState
-
- connected - Static variable in annotation type akasha.rtc.RTCIceConnectionState
-
- connected - Static variable in annotation type akasha.rtc.RTCIceTransportState
-
- connected - Static variable in annotation type akasha.rtc.RTCPeerConnectionState
-
- connected - Static variable in annotation type akasha.rtc.RTCSctpTransportState
-
- connectEnd() - Method in class akasha.perf.PerformanceResourceTiming
-
The connectEnd read-only property returns the timestamp immediately after the browser finishes establishing the connection to the server to retrieve the resource.
- connectEnd() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.connectEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the connection is opened network.
- CONNECTING - Static variable in class akasha.EventSource
-
- connecting - Static variable in annotation type akasha.rtc.RTCDataChannelState
-
- connecting - Static variable in annotation type akasha.rtc.RTCDtlsTransportState
-
- connecting - Static variable in annotation type akasha.rtc.RTCPeerConnectionState
-
- connecting - Static variable in annotation type akasha.rtc.RTCSctpTransportState
-
- CONNECTING - Static variable in class akasha.WebSocket
-
- connection() - Method in class akasha.midi.MIDIPort
-
- connectionState() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only connectionState property of the RTCPeerConnection interface indicates the current state of the peer connection by returning one of the string values specified by the enum RTCPeerConnectionState.
- connectStart() - Method in class akasha.perf.PerformanceResourceTiming
-
The connectStart read-only property returns the timestamp immediately before the user agent starts establishing the connection to the server to retrieve the resource.
- connectStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.connectStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the request to open a connection is sent to the network.
- consentExpiredTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property consentExpiredTimestamp indicates the time at which the most recent STUN binding response expired.
- consentExpiredTimestamp() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property consentExpiredTimestamp indicates the time at which the most recent STUN binding response expired.
- consentRequestBytesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
- consentRequestBytesSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- consentRequestsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property consentRequestsSent specifies the number of consent requests that have been sent by this peer to the remote peer on the connection described by the pair of candidates.
- consentRequestsSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property consentRequestsSent specifies the number of consent requests that have been sent by this peer to the remote peer on the connection described by the pair of candidates.
- Console - Class in akasha
-
The console object provides access to the browser's debugging console (e.g.
- consolidate() - Method in class akasha.svg.SVGTransformList
-
- constant - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- constant - Static variable in annotation type akasha.media.BitrateMode
-
- CONSTANT_ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CONSTANT_ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- CONSTANT_COLOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CONSTANT_COLOR - Static variable in class akasha.gl.WebGLRenderingContext
-
- constants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUFragmentState.Builder
-
- constants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUProgrammableStage.Builder
-
- constants() - Method in interface akasha.gpu.GPUProgrammableStage
-
- constants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUVertexState.Builder
-
- ConstantSourceNode - Class in akasha.audio
-
The ConstantSourceNode interface—part of the Web Audio API—represents an audio source (based upon AudioScheduledSourceNode) whose output is single unchanging value.
- ConstantSourceNode(BaseAudioContext, ConstantSourceOptions) - Constructor for class akasha.audio.ConstantSourceNode
-
The ConstantSourceNode() constructor creates a new ConstantSourceNode object instance, representing an audio source which constantly outputs samples whose values are always the same.
- ConstantSourceNode(BaseAudioContext) - Constructor for class akasha.audio.ConstantSourceNode
-
The ConstantSourceNode() constructor creates a new ConstantSourceNode object instance, representing an audio source which constantly outputs samples whose values are always the same.
- ConstantSourceOptions - Interface in akasha.audio
-
- ConstantSourceOptions.Builder - Interface in akasha.audio
-
- ConstrainBoolean - Interface in akasha.media
-
- ConstrainBooleanParameters - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- ConstrainBooleanParameters.Builder - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- ConstrainDOMString - Interface in akasha.media
-
- ConstrainDOMStringParameters - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- ConstrainDOMStringParameters.Builder - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- ConstrainDouble - Interface in akasha.media
-
- ConstrainDoubleRange - Interface in akasha.media
-
- ConstrainDoubleRange.Builder - Interface in akasha.media
-
- constraint() - Method in class akasha.media.OverconstrainedError
-
- ConstrainULong - Interface in akasha.media
-
- ConstrainULongRange - Interface in akasha.media
-
- ConstrainULongRange.Builder - Interface in akasha.media
-
- contains(String) - Method in class akasha.DOMStringList
-
- contains(String) - Method in class akasha.DOMTokenList
-
The contains() method of the DOMTokenList interface returns a Boolean — true if the underlying list contains the given token, otherwise false.
- contains(Node) - Method in class akasha.Node
-
The Node.contains() method returns a Boolean value indicating whether a node is a descendant of a given node, i.e.
- containsNode(Node, boolean) - Method in class akasha.Selection
-
The Selection.containsNode() method indicates whether a specfied node is part of the selection.
- containsNode(Node) - Method in class akasha.Selection
-
The Selection.containsNode() method indicates whether a specfied node is part of the selection.
- content - Variable in class akasha.HTMLMetaElement
-
- content() - Method in class akasha.HTMLTemplateElement
-
The HTMLTemplateElement.content property returns a template element's template contents (a DocumentFragment).
- content_box - Static variable in annotation type akasha.ResizeObserverBoxOptions
-
- contentBoxSize() - Method in class akasha.ResizeObserverEntry
-
- contentDocument() - Method in class akasha.HTMLFrameElement
-
- contentDocument() - Method in class akasha.HTMLIFrameElement
-
If the iframe and the iframe's parent document are Same Origin, returns a Document (that is, the active document in the inline frame's nested browsing context), else returns null.
- contentDocument() - Method in class akasha.HTMLObjectElement
-
The contentDocument read-only property of the HTMLObjectElement interface Returns a Document representing the active document of the object element's nested browsing context, if any; otherwise null.
- contentEditable - Variable in class akasha.HTMLElement
-
The contentEditable property of the HTMLElement interface specifies whether or not the element is editable.
- contentRect() - Method in class akasha.ResizeObserverEntry
-
- contents() - Method in interface akasha.rtc.RTCIdentityValidationResult
-
- contents(String) - Method in interface akasha.rtc.RTCIdentityValidationResult.Step1
-
- contentType() - Method in class akasha.Document
-
The Document.contentType read-only property returns the MIME type that the document is being rendered as.
- contentType(String) - Method in interface akasha.MediaKeySystemMediaCapability.Builder
-
- contentType() - Method in interface akasha.MediaKeySystemMediaCapability
-
- contentWindow() - Method in class akasha.HTMLFrameElement
-
- contentWindow() - Method in class akasha.HTMLIFrameElement
-
The contentWindow property returns the Window object of an HTMLIFrameElement.
- contentWindow() - Method in class akasha.HTMLObjectElement
-
The contentWindow read-only property of the HTMLObjectElement interface returns a WindowProxy representing the window proxy of the object element's nested browsing context, if any; otherwise null.
- context() - Method in class akasha.audio.AudioNode
-
The read-only context property of the AudioNode interface returns the associated BaseAudioContext, that is the object representing the processing graph the node is participating in.
- CONTEXT_LOST_WEBGL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CONTEXT_LOST_WEBGL - Static variable in class akasha.gl.WebGLRenderingContext
-
- contextTime(double) - Method in interface akasha.audio.AudioTimestamp.Builder
-
- contextTime() - Method in interface akasha.audio.AudioTimestamp
-
- continue_(Object) - Method in class akasha.idb.IDBCursor
-
- continue_() - Method in class akasha.idb.IDBCursor
-
- continuePrimaryKey(Object, Object) - Method in class akasha.idb.IDBCursor
-
The continuePrimaryKey() method of the IDBCursor interface advances the cursor to the to the item whose key matches the key parameter as well as whose primary key matches the primary key parameter.
- continuous - Variable in class akasha.speech.SpeechRecognition
-
The continuous property of the SpeechRecognition interface controls whether continuous results are returned for each recognition, or only a single result.
- contributorSsrc() - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- contributorSsrc(int) - Method in interface akasha.rtc.RTCRtpContributingSourceStats.Step3
-
- control() - Method in class akasha.HTMLLabelElement
-
The read-only HTMLLabelElement.control property returns a reference to the control (in the form of an object of type HTMLElement or one of its derivatives) with which the label element is associated, or null if the label isn't associated with a control.
- controlled - Static variable in annotation type akasha.rtc.RTCIceRole
-
- controller() - Method in class akasha.ServiceWorkerContainer
-
The controller read-only property of the ServiceWorkerContainer interface returns a ServiceWorker object if its state is activating or activated (the same object returned by ServiceWorkerRegistration.active).
- controlling - Static variable in annotation type akasha.rtc.RTCIceRole
-
- controls - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.controls property reflects the controls HTML attribute, which controls whether user interface controls for playing the media item will be displayed.
- controlTransferIn(USBControlTransferParameters, int) - Method in class akasha.usb.USBDevice
-
- controlTransferOut(USBControlTransferParameters, BufferSource) - Method in class akasha.usb.USBDevice
-
- controlTransferOut(USBControlTransferParameters) - Method in class akasha.usb.USBDevice
-
- convertToBlob(ImageEncodeOptions) - Method in class akasha.OffscreenCanvas
-
The OffscreenCanvas.convertToBlob()method creates a Blob object representing the image contained in the canvas.
- convertToBlob() - Method in class akasha.OffscreenCanvas
-
The OffscreenCanvas.convertToBlob()method creates a Blob object representing the image contained in the canvas.
- convertToSpecifiedUnits(int) - Method in class akasha.svg.SVGAngle
-
- convertToSpecifiedUnits(int) - Method in class akasha.svg.SVGLength
-
- ConvolverNode - Class in akasha.audio
-
The ConvolverNode interface is an AudioNode that performs a Linear Convolution on a given AudioBuffer, often used to achieve a reverb effect.
- ConvolverNode(BaseAudioContext, ConvolverOptions) - Constructor for class akasha.audio.ConvolverNode
-
The ConvolverNode() constructor of the Web Audio API creates a new ConvolverNode object instance.
- ConvolverNode(BaseAudioContext) - Constructor for class akasha.audio.ConvolverNode
-
The ConvolverNode() constructor of the Web Audio API creates a new ConvolverNode object instance.
- ConvolverOptions - Interface in akasha.audio
-
- ConvolverOptions.Builder - Interface in akasha.audio
-
- cookie - Variable in class akasha.Document
-
- cookieEnabled() - Method in class akasha.Navigator
-
navigator.cookieEnabled returns a Boolean value that indicates whether cookies are enabled or not.
- coords() - Method in class akasha.GeolocationPosition
-
- coords - Variable in class akasha.HTMLAnchorElement
-
- coords - Variable in class akasha.HTMLAreaElement
-
- COPY_DST - Static variable in class akasha.gpu.GPUBufferUsage
-
- COPY_DST - Static variable in class akasha.gpu.GPUTextureUsage
-
- COPY_READ_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COPY_READ_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COPY_SRC - Static variable in class akasha.gpu.GPUBufferUsage
-
- COPY_SRC - Static variable in class akasha.gpu.GPUTextureUsage
-
- COPY_WRITE_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- COPY_WRITE_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- copyBufferSubData(int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.copyBufferSubData() method of the WebGL 2 API copies part of the data of a buffer to another buffer.
- copyBufferToBuffer(GPUBuffer, int, GPUBuffer, int, int) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, GPUExtent3D) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, JsArray<Double>) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, GPUExtent3DDict) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyBufferToTexture(GPUImageCopyBuffer, GPUImageCopyTexture, double...) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, GPUExtent3D) - Method in class akasha.gpu.GPUQueue
-
- copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, JsArray<Double>) - Method in class akasha.gpu.GPUQueue
-
- copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, GPUExtent3DDict) - Method in class akasha.gpu.GPUQueue
-
- copyExternalImageToTexture(GPUImageCopyExternalImage, GPUImageCopyTextureTagged, double...) - Method in class akasha.gpu.GPUQueue
-
- copyFromChannel(Float32Array, int, int) - Method in class akasha.audio.AudioBuffer
-
The copyFromChannel() method of the AudioBuffer interface copies the audio sample data from the specified channel of the AudioBuffer to a specified Float32Array.
- copyFromChannel(Float32Array, int) - Method in class akasha.audio.AudioBuffer
-
The copyFromChannel() method of the AudioBuffer interface copies the audio sample data from the specified channel of the AudioBuffer to a specified Float32Array.
- copyTexImage2D(int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.copyTexImage2D() method of the WebGL API copies pixels from the current WebGLFramebuffer into a 2D texture image.
- copyTexImage2D(int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.copyTexImage2D() method of the WebGL API copies pixels from the current WebGLFramebuffer into a 2D texture image.
- copyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.copyTexSubImage2D() method of the WebGL API copies pixels from the current WebGLFramebuffer into an existing 2D texture sub-image.
- copyTexSubImage2D(int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.copyTexSubImage2D() method of the WebGL API copies pixels from the current WebGLFramebuffer into an existing 2D texture sub-image.
- copyTexSubImage3D(int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.copyTexSubImage3D() method of the WebGL API copies pixels from the current WebGLFramebuffer into an existing 3D texture sub-image.
- copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, GPUExtent3D) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, JsArray<Double>) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, GPUExtent3DDict) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTextureToBuffer(GPUImageCopyTexture, GPUImageCopyBuffer, double...) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, GPUExtent3D) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, JsArray<Double>) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, GPUExtent3DDict) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTextureToTexture(GPUImageCopyTexture, GPUImageCopyTexture, double...) - Method in class akasha.gpu.GPUCommandEncoder
-
- copyTo(BufferSource, AudioDataCopyToOptions) - Method in class akasha.codecs.AudioData
-
- copyTo(BufferSource) - Method in class akasha.codecs.EncodedAudioChunk
-
- copyTo(BufferSource) - Method in class akasha.codecs.EncodedVideoChunk
-
- copyTo(BufferSource, VideoFrameCopyToOptions) - Method in class akasha.codecs.VideoFrame
-
- copyTo(BufferSource) - Method in class akasha.codecs.VideoFrame
-
- copyToChannel(Float32Array, int, int) - Method in class akasha.audio.AudioBuffer
-
The copyToChannel() method of the AudioBuffer interface copies the samples to the specified channel of the AudioBuffer, from the source array.
- copyToChannel(Float32Array, int) - Method in class akasha.audio.AudioBuffer
-
The copyToChannel() method of the AudioBuffer interface copies the samples to the specified channel of the AudioBuffer, from the source array.
- copyWithin(int, int, int) - Method in class akasha.core.Float32Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Float32Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Float64Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Float64Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Int16Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Int16Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Int32Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Int32Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Int8Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Int8Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Uint16Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Uint16Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Uint32Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Uint32Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Uint8Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Uint8Array
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.core.Uint8ClampedArray
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.core.Uint8ClampedArray
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int, int) - Method in class akasha.lang.JsArray
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- copyWithin(int, int) - Method in class akasha.lang.JsArray
-
The copyWithin() method shallow copies part of an array to another location in the same array and returns it without modifying its length.
- correspondingElement() - Method in class akasha.svg.SVGElement
-
- correspondingUseElement() - Method in class akasha.svg.SVGElement
-
- corruptedVideoFrames() - Method in class akasha.VideoPlaybackQuality
-
The VideoPlaybackQuality interface's read-only corruptedVideoFrames property the number of corrupted video frames that have been received since the video element was last loaded or reloaded.
- cors - Static variable in annotation type akasha.RequestMode
-
- cors - Static variable in annotation type akasha.ResponseType
-
- cos(double) - Static method in class akasha.core.JsMath
-
The Math.cos() static function returns the cosine of the specified angle, which must be specified in radians.
- cosh(double) - Static method in class akasha.core.JsMath
-
The Math.cosh() function returns the hyperbolic cosine of a number, that can be expressed using the constant e:
- count(String) - Static method in class akasha.Console
-
The console.count() method logs the number of times that this particular call to count() has been called.
- count() - Static method in class akasha.Console
-
The console.count() method logs the number of times that this particular call to count() has been called.
- count(int) - Method in interface akasha.gpu.GPUMultisampleState.Builder
-
- count() - Method in interface akasha.gpu.GPUMultisampleState
-
- count() - Method in interface akasha.gpu.GPUQuerySetDescriptor
-
- count(int) - Method in interface akasha.gpu.GPUQuerySetDescriptor.Step1
-
- count(Object) - Method in class akasha.idb.IDBIndex
-
A IDBRequest object on which subsequent events related to this operation are fired.
- count() - Method in class akasha.idb.IDBIndex
-
A IDBRequest object on which subsequent events related to this operation are fired.
- count(Object) - Method in class akasha.idb.IDBObjectStore
-
An IDBRequest object on which subsequent events related to this operation are fired.
- count() - Method in class akasha.idb.IDBObjectStore
-
An IDBRequest object on which subsequent events related to this operation are fired.
- counter() - Method in interface akasha.crypto.AesCtrParams
-
- counter(BufferSource) - Method in interface akasha.crypto.AesCtrParams.Step1
-
- COUNTER_STYLE_RULE - Static variable in class akasha.CSSRule
-
- CountQueuingStrategy - Class in akasha
-
- CountQueuingStrategy(QueuingStrategyInit) - Constructor for class akasha.CountQueuingStrategy
-
- countReset(String) - Static method in class akasha.Console
-
The console.countReset() method resets counter used with console.count().
- countReset() - Static method in class akasha.Console
-
The console.countReset() method resets counter used with console.count().
- country - Static variable in annotation type akasha.AutocompleteType
-
A country or territory code.
- country_name - Static variable in annotation type akasha.AutocompleteType
-
A country or territory name.
- cpu - Static variable in annotation type akasha.rtc.RTCQualityLimitationReason
-
- cpu_optimized - Static variable in annotation type akasha.xr.XRDepthUsage
-
- create(Object, JsPropertyMap<ObjectPropertyDescriptor>) - Static method in class akasha.core.JsObject
-
The Object.create() method creates a new object, using an existing object as the prototype of the newly created object.
- create(Object) - Static method in class akasha.core.JsObject
-
The Object.create() method creates a new object, using an existing object as the prototype of the newly created object.
- create(CredentialCreationOptions) - Method in class akasha.CredentialsContainer
-
The create() method of the CredentialsContainer interface returns a Promise that resolves with a new Credential instance based on the provided options, or null if no Credential object can be created.
- create() - Method in class akasha.CredentialsContainer
-
The create() method of the CredentialsContainer interface returns a Promise that resolves with a new Credential instance based on the provided options, or null if no Credential object can be created.
- create(boolean) - Method in interface akasha.FileSystemGetDirectoryOptions.Builder
-
- create() - Method in interface akasha.FileSystemGetDirectoryOptions
-
- create(boolean) - Method in interface akasha.FileSystemGetFileOptions.Builder
-
- create() - Method in interface akasha.FileSystemGetFileOptions
-
- createAnalyser() - Method in class akasha.audio.BaseAudioContext
-
The createAnalyser() method of the BaseAudioContext interface creates an AnalyserNode, which can be used to expose audio time and frequency data and create data visualisations.
- createAnchor(XRRigidTransform, XRSpace) - Method in class akasha.xr.XRFrame
-
- createAnchor() - Method in class akasha.xr.XRHitTestResult
-
- createAnswer(RTCAnswerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
The createAnswer() method on the RTCPeerConnection interface creates an SDP answer to an offer received from a remote peer during the offer/answer negotiation of a WebRTC connection.
- createAnswer() - Method in class akasha.rtc.RTCPeerConnection
-
The createAnswer() method on the RTCPeerConnection interface creates an SDP answer to an offer received from a remote peer during the offer/answer negotiation of a WebRTC connection.
- createAnswer(RTCSessionDescriptionCallback, RTCPeerConnectionErrorCallback) - Method in class akasha.rtc.RTCPeerConnection
-
The createAnswer() method on the RTCPeerConnection interface creates an SDP answer to an offer received from a remote peer during the offer/answer negotiation of a WebRTC connection.
- createAttribute(String) - Method in class akasha.Document
-
The Document.createAttribute() method creates a new attribute node, and returns it.
- createAttributeNS(String, String) - Method in class akasha.Document
-
- createBindGroup(GPUBindGroupDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createBindGroupLayout(GPUBindGroupLayoutDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createBiquadFilter() - Method in class akasha.audio.BaseAudioContext
-
A BiquadFilterNode.
- createBuffer(int, int, float) - Method in class akasha.audio.BaseAudioContext
-
An AudioBuffer configured based on the specified options.
- createBuffer() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.createBuffer() method of the WebGL API creates and initializes a WebGLBuffer storing data such as vertices or colors.
- createBuffer() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.createBuffer() method of the WebGL API creates and initializes a WebGLBuffer storing data such as vertices or colors.
- createBuffer(GPUBufferDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createBufferSource() - Method in class akasha.audio.BaseAudioContext
-
An AudioBufferSourceNode.
- createCaption() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.createCaption() method returns the caption element associated with a given table.
- createCDATASection(String) - Method in class akasha.Document
-
createCDATASection() creates a new CDATA section node, and returns it.
- createChannelMerger(int) - Method in class akasha.audio.BaseAudioContext
-
A ChannelMergerNode.
- createChannelMerger() - Method in class akasha.audio.BaseAudioContext
-
A ChannelMergerNode.
- createChannelSplitter(int) - Method in class akasha.audio.BaseAudioContext
-
A ChannelSplitterNode.
- createChannelSplitter() - Method in class akasha.audio.BaseAudioContext
-
A ChannelSplitterNode.
- createCommandEncoder(GPUCommandEncoderDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createCommandEncoder() - Method in class akasha.gpu.GPUDevice
-
- createComment(String) - Method in class akasha.Document
-
createComment() creates a new comment node, and returns it.
- createComputePipeline(GPUComputePipelineDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createComputePipelineAsync(GPUComputePipelineDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createConicGradient(double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
- createConicGradient(double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- createConstantSource() - Method in class akasha.audio.BaseAudioContext
-
The createConstantSource() property of the BaseAudioContext interface creates a ConstantSourceNode object, which is an audio source that continuously outputs a monaural (one-channel) sound signal whose samples all have the same value.
- createContextualFragment(String) - Method in class akasha.Range
-
The Range.createContextualFragment() method returns a DocumentFragment by invoking the HTML fragment parsing algorithm or the XML fragment parsing algorithm with the start of the range (the parent of the selected node) as the context node.
- createConvolver() - Method in class akasha.audio.BaseAudioContext
-
A ConvolverNode.
- createCubeLayer(XRCubeLayerInit) - Method in class akasha.xr.XRWebGLBinding
-
- createCubeLayer() - Method in class akasha.xr.XRWebGLBinding
-
- createCylinderLayer(HTMLVideoElement, XRMediaCylinderLayerInit) - Method in class akasha.xr.XRMediaBinding
-
- createCylinderLayer(HTMLVideoElement) - Method in class akasha.xr.XRMediaBinding
-
- createCylinderLayer(XRCylinderLayerInit) - Method in class akasha.xr.XRWebGLBinding
-
- createCylinderLayer() - Method in class akasha.xr.XRWebGLBinding
-
- createDataChannel(String, RTCDataChannelInit) - Method in class akasha.rtc.RTCPeerConnection
-
The createDataChannel() method on the RTCPeerConnection interface creates a new channel linked with the remote peer, over which any kind of data may be transmitted.
- createDataChannel(String) - Method in class akasha.rtc.RTCPeerConnection
-
The createDataChannel() method on the RTCPeerConnection interface creates a new channel linked with the remote peer, over which any kind of data may be transmitted.
- createDelay(double) - Method in class akasha.audio.BaseAudioContext
-
The createDelay() method of the BaseAudioContext Interface is used to create a DelayNode, which is used to delay the incoming audio signal by a certain amount of time.
- createDelay() - Method in class akasha.audio.BaseAudioContext
-
The createDelay() method of the BaseAudioContext Interface is used to create a DelayNode, which is used to delay the incoming audio signal by a certain amount of time.
- createDelayed(JsPropertyMap<ClipboardItemDelayedCallback>, ClipboardItemOptions) - Static method in class akasha.clipboard.ClipboardItem
-
- createDelayed(JsPropertyMap<ClipboardItemDelayedCallback>) - Static method in class akasha.clipboard.ClipboardItem
-
- createDocument(String, String, DocumentType) - Method in class akasha.DOMImplementation
-
The DOMImplementation.createDocument() method creates and returns an XMLDocument.
- createDocument(String, String) - Method in class akasha.DOMImplementation
-
The DOMImplementation.createDocument() method creates and returns an XMLDocument.
- createDocumentFragment() - Method in class akasha.Document
-
Creates a new empty DocumentFragment into which DOM nodes can be added to build an offscreen DOM tree.
- createDocumentType(String, String, String) - Method in class akasha.DOMImplementation
-
The DOMImplementation.createDocumentType() method returns a DocumentType object which can either be used with DOMImplementation.createDocument upon document creation or can be put into the document via methods like Node.insertBefore() or Node.replaceChild().
- createDynamicsCompressor() - Method in class akasha.audio.BaseAudioContext
-
Compression lowers the volume of the loudest parts of the signal and raises the volume of the softest parts.
- createElement(String, String) - Method in class akasha.Document
-
In an HTML document, the document.createElement() method creates the HTML element specified by tagName, or an HTMLUnknownElement if tagName isn't recognized.
- createElement(String, ElementCreationOptions) - Method in class akasha.Document
-
In an HTML document, the document.createElement() method creates the HTML element specified by tagName, or an HTMLUnknownElement if tagName isn't recognized.
- createElement(String) - Method in class akasha.Document
-
In an HTML document, the document.createElement() method creates the HTML element specified by tagName, or an HTMLUnknownElement if tagName isn't recognized.
- createElementNS(String, String, String) - Method in class akasha.Document
-
Creates an element with the specified namespace URI and qualified name.
- createElementNS(String, String, ElementCreationOptions) - Method in class akasha.Document
-
Creates an element with the specified namespace URI and qualified name.
- createElementNS(String, String) - Method in class akasha.Document
-
Creates an element with the specified namespace URI and qualified name.
- createEquirectLayer(HTMLVideoElement, XRMediaEquirectLayerInit) - Method in class akasha.xr.XRMediaBinding
-
- createEquirectLayer(HTMLVideoElement) - Method in class akasha.xr.XRMediaBinding
-
- createEquirectLayer(XREquirectLayerInit) - Method in class akasha.xr.XRWebGLBinding
-
- createEquirectLayer() - Method in class akasha.xr.XRWebGLBinding
-
- createEvent(String) - Method in class akasha.Document
-
Creates an event of the type specified.
- createExpression(String, XPathNSResolver) - Method in class akasha.Document
-
This method compiles an XPathExpression which can then be used for (repeated) evaluations.
- createExpression(String) - Method in class akasha.Document
-
This method compiles an XPathExpression which can then be used for (repeated) evaluations.
- createExpression(String, XPathNSResolver) - Method in class akasha.XPathEvaluator
-
This method compiles an XPathExpression which can then be used for (repeated) evaluations of the XPath expression.
- createExpression(String) - Method in class akasha.XPathEvaluator
-
This method compiles an XPathExpression which can then be used for (repeated) evaluations of the XPath expression.
- createFramebuffer() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.createFramebuffer() method of the WebGL API creates and initializes a WebGLFramebuffer object.
- createFramebuffer() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.createFramebuffer() method of the WebGL API creates and initializes a WebGLFramebuffer object.
- createGain() - Method in class akasha.audio.BaseAudioContext
-
A GainNode which takes as input one or more audio sources and outputs audio whose volume has been adjusted in gain (volume) to a level specified by the node's GainNode.gain a-rate parameter.
- createHTMLDocument(String) - Method in class akasha.DOMImplementation
-
The DOMImplementation.createHTMLDocument() method creates a new HTML Document.
- createHTMLDocument() - Method in class akasha.DOMImplementation
-
The DOMImplementation.createHTMLDocument() method creates a new HTML Document.
- createIIRFilter(JsArray<Double>, JsArray<Double>) - Method in class akasha.audio.BaseAudioContext
-
The createIIRFilter() method of the BaseAudioContext interface creates an IIRFilterNode, which represents a general infinite impulse response (IIR) filter which can be configured to serve as various types of filter.
- createIIRFilter(double[], double...) - Method in class akasha.audio.BaseAudioContext
-
The createIIRFilter() method of the BaseAudioContext interface creates an IIRFilterNode, which represents a general infinite impulse response (IIR) filter which can be configured to serve as various types of filter.
- createImageBitmap(ImageBitmapSource, ImageBitmapOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource) - Static method in class akasha.DedicatedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int, ImageBitmapOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int) - Static method in class akasha.DedicatedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, ImageBitmapOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource) - Static method in class akasha.RTCIdentityProviderGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int, ImageBitmapOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int) - Static method in class akasha.RTCIdentityProviderGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, ImageBitmapOptions) - Static method in class akasha.ServiceWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource) - Static method in class akasha.ServiceWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int, ImageBitmapOptions) - Static method in class akasha.ServiceWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int) - Static method in class akasha.ServiceWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, ImageBitmapOptions) - Static method in class akasha.SharedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource) - Static method in class akasha.SharedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int, ImageBitmapOptions) - Static method in class akasha.SharedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int) - Static method in class akasha.SharedWorkerGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, ImageBitmapOptions) - Method in class akasha.Window
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource) - Method in class akasha.Window
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int, ImageBitmapOptions) - Method in class akasha.Window
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int) - Method in class akasha.Window
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, ImageBitmapOptions) - Static method in class akasha.WindowGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource) - Static method in class akasha.WindowGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int, ImageBitmapOptions) - Static method in class akasha.WindowGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int) - Static method in class akasha.WindowGlobal
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, ImageBitmapOptions) - Method in class akasha.WorkerGlobalScope
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource) - Method in class akasha.WorkerGlobalScope
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int, ImageBitmapOptions) - Method in class akasha.WorkerGlobalScope
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageBitmap(ImageBitmapSource, int, int, int, int) - Method in class akasha.WorkerGlobalScope
-
The createImageBitmap() method creates a bitmap from a given source, optionally cropped to contain only a portion of that source.
- createImageData(int, int, ImageDataSettings) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.createImageData() method of the Canvas 2D API creates a new, blank ImageData object with the specified dimensions.
- createImageData(int, int) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.createImageData() method of the Canvas 2D API creates a new, blank ImageData object with the specified dimensions.
- createImageData(ImageData) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.createImageData() method of the Canvas 2D API creates a new, blank ImageData object with the specified dimensions.
- createImageData(int, int, ImageDataSettings) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- createImageData(int, int) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- createImageData(ImageData) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- createIndex(String, String, IDBIndexParameters) - Method in class akasha.idb.IDBObjectStore
-
Note that this method must be called only from a VersionChange transaction mode callback.
- createIndex(String, JsArray<String>, IDBIndexParameters) - Method in class akasha.idb.IDBObjectStore
-
Note that this method must be called only from a VersionChange transaction mode callback.
- createIndex(String, String[], IDBIndexParameters) - Method in class akasha.idb.IDBObjectStore
-
Note that this method must be called only from a VersionChange transaction mode callback.
- createIndex(String, String) - Method in class akasha.idb.IDBObjectStore
-
Note that this method must be called only from a VersionChange transaction mode callback.
- createIndex(String, JsArray<String>) - Method in class akasha.idb.IDBObjectStore
-
Note that this method must be called only from a VersionChange transaction mode callback.
- createIndex(String, String...) - Method in class akasha.idb.IDBObjectStore
-
Note that this method must be called only from a VersionChange transaction mode callback.
- createLinearGradient(double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.createLinearGradient() method of the Canvas 2D API creates a gradient along the line connecting two given coordinates.
- createLinearGradient(double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- createMediaElementSource(HTMLMediaElement) - Method in class akasha.audio.AudioContext
-
For more details about media element audio source nodes, check out the MediaElementAudioSourceNode reference page.
- createMediaKeys() - Method in class akasha.MediaKeySystemAccess
-
The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new MediaKeys object.
- createMediaStreamDestination() - Method in class akasha.audio.AudioContext
-
The MediaStream is created when the node is created and is accessible via the MediaStreamAudioDestinationNode's stream attribute.
- createMediaStreamSource(MediaStream) - Method in class akasha.audio.AudioContext
-
For more details about media stream audio source nodes, check out the MediaStreamAudioSourceNode reference page.
- createMediaStreamTrackSource(MediaStreamTrack) - Method in class akasha.audio.AudioContext
-
A MediaStreamTrackAudioSourceNode object which acts as a source for audio data found in the specified audio track.
- createNodeIterator(Node, int, NodeFilter) - Method in class akasha.Document
-
Returns a new NodeIterator object.
- createNodeIterator(Node, int) - Method in class akasha.Document
-
Returns a new NodeIterator object.
- createNodeIterator(Node) - Method in class akasha.Document
-
Returns a new NodeIterator object.
- createNSResolver(Node) - Method in class akasha.Document
-
Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope for a specified node.
- createNSResolver(Node) - Method in class akasha.XPathEvaluator
-
This method adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
- createObjectStore(String, IDBObjectStoreParameters) - Method in class akasha.idb.IDBDatabase
-
The method takes the name of the store as well as a parameter object that lets you define important optional properties.
- createObjectStore(String) - Method in class akasha.idb.IDBDatabase
-
The method takes the name of the store as well as a parameter object that lets you define important optional properties.
- createObjectURL(Blob) - Static method in class akasha.URL
-
The URL.createObjectURL() static method creates a DOMString containing a URL representing the object given in the parameter.
- createObjectURL(MediaSource) - Static method in class akasha.URL
-
The URL.createObjectURL() static method creates a DOMString containing a URL representing the object given in the parameter.
- createOffer(RTCOfferOptions) - Method in class akasha.rtc.RTCPeerConnection
-
The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP offer for the purpose of starting a new WebRTC connection to a remote peer.
- createOffer() - Method in class akasha.rtc.RTCPeerConnection
-
The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP offer for the purpose of starting a new WebRTC connection to a remote peer.
- createOffer(RTCSessionDescriptionCallback, RTCPeerConnectionErrorCallback, RTCOfferOptions) - Method in class akasha.rtc.RTCPeerConnection
-
The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP offer for the purpose of starting a new WebRTC connection to a remote peer.
- createOffer(RTCSessionDescriptionCallback, RTCPeerConnectionErrorCallback) - Method in class akasha.rtc.RTCPeerConnection
-
The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP offer for the purpose of starting a new WebRTC connection to a remote peer.
- createOscillator() - Method in class akasha.audio.BaseAudioContext
-
The createOscillator() method of the BaseAudioContext interface creates an OscillatorNode, a source representing a periodic waveform.
- createPanner() - Method in class akasha.audio.BaseAudioContext
-
The panner node is spatialized in relation to the AudioContext's AudioListener (defined by the AudioContext.listener attribute), which represents the position and orientation of the person listening to the audio.
- createPattern(CanvasImageSource, String) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.createPattern() method of the Canvas 2D API creates a pattern using the specified image and repetition.
- createPattern(CanvasImageSource, String) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- createPeriodicWave(JsArray<Double>, JsArray<Double>, PeriodicWaveConstraints) - Method in class akasha.audio.BaseAudioContext
-
The createPeriodicWave() method of the BaseAudioContext Interface is used to create a PeriodicWave, which is used to define a periodic waveform that can be used to shape the output of an OscillatorNode.
- createPeriodicWave(double[], double[], PeriodicWaveConstraints) - Method in class akasha.audio.BaseAudioContext
-
The createPeriodicWave() method of the BaseAudioContext Interface is used to create a PeriodicWave, which is used to define a periodic waveform that can be used to shape the output of an OscillatorNode.
- createPeriodicWave(JsArray<Double>, JsArray<Double>) - Method in class akasha.audio.BaseAudioContext
-
The createPeriodicWave() method of the BaseAudioContext Interface is used to create a PeriodicWave, which is used to define a periodic waveform that can be used to shape the output of an OscillatorNode.
- createPeriodicWave(double[], double...) - Method in class akasha.audio.BaseAudioContext
-
The createPeriodicWave() method of the BaseAudioContext Interface is used to create a PeriodicWave, which is used to define a periodic waveform that can be used to shape the output of an OscillatorNode.
- createPipelineLayout(GPUPipelineLayoutDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createProcessingInstruction(String, String) - Method in class akasha.Document
-
createProcessingInstruction() generates a new processing instruction node and returns it.
- createProgram() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.createProgram() method of the WebGL API creates and initializes a WebGLProgram object.
- createProgram() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.createProgram() method of the WebGL API creates and initializes a WebGLProgram object.
- createProjectionLayer(XRProjectionLayerInit) - Method in class akasha.xr.XRWebGLBinding
-
- createProjectionLayer() - Method in class akasha.xr.XRWebGLBinding
-
- createQuadLayer(HTMLVideoElement, XRMediaQuadLayerInit) - Method in class akasha.xr.XRMediaBinding
-
- createQuadLayer(HTMLVideoElement) - Method in class akasha.xr.XRMediaBinding
-
- createQuadLayer(XRQuadLayerInit) - Method in class akasha.xr.XRWebGLBinding
-
- createQuadLayer() - Method in class akasha.xr.XRWebGLBinding
-
- createQuery() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.createQuery() method of the WebGL 2 API creates and initializes WebGLQuery objects, which provide ways to asynchronously query for information.
- createQueryEXT() - Method in class akasha.gl.EXT_disjoint_timer_query
-
- createQuerySet(GPUQuerySetDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createRadialGradient(double, double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.createRadialGradient() method of the Canvas 2D API creates a radial gradient using the size and coordinates of two circles.
- createRadialGradient(double, double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- createRange() - Method in class akasha.Document
-
The Document.createRange() method returns a new Range object.
- createRenderbuffer() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.createRenderbuffer() method of the WebGL API creates and initializes a WebGLRenderbuffer object.
- createRenderbuffer() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.createRenderbuffer() method of the WebGL API creates and initializes a WebGLRenderbuffer object.
- createRenderBundleEncoder(GPURenderBundleEncoderDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createRenderPipeline(GPURenderPipelineDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createRenderPipelineAsync(GPURenderPipelineDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createSampler() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.createSampler() method of the WebGL 2 API creates and initializes WebGLSampler objects.
- createSampler(GPUSamplerDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createSampler() - Method in class akasha.gpu.GPUDevice
-
- createScriptProcessor(int, int, int) - Method in class akasha.audio.BaseAudioContext
-
A ScriptProcessorNode.
- createScriptProcessor(int, int) - Method in class akasha.audio.BaseAudioContext
-
A ScriptProcessorNode.
- createScriptProcessor(int) - Method in class akasha.audio.BaseAudioContext
-
A ScriptProcessorNode.
- createScriptProcessor() - Method in class akasha.audio.BaseAudioContext
-
A ScriptProcessorNode.
- createSession(String) - Method in class akasha.MediaKeys
-
The MediaKeys.createSession() method returns a new MediaKeySession object, which represents a context for message exchange with a content decryption module (CDM).
- createSession() - Method in class akasha.MediaKeys
-
The MediaKeys.createSession() method returns a new MediaKeySession object, which represents a context for message exchange with a content decryption module (CDM).
- createShader(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext method createShader() of the WebGL API creates a WebGLShader that can then be configured further using WebGLRenderingContext.shaderSource() and WebGLRenderingContext.compileShader().
- createShader(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext method createShader() of the WebGL API creates a WebGLShader that can then be configured further using WebGLRenderingContext.shaderSource() and WebGLRenderingContext.compileShader().
- createShaderModule(GPUShaderModuleDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createStereoPanner() - Method in class akasha.audio.BaseAudioContext
-
A StereoPannerNode.
- createSVGAngle() - Method in class akasha.svg.SVGSVGElement
-
- createSVGLength() - Method in class akasha.svg.SVGSVGElement
-
- createSVGMatrix() - Method in class akasha.svg.SVGSVGElement
-
- createSVGNumber() - Method in class akasha.svg.SVGSVGElement
-
- createSVGPoint() - Method in class akasha.svg.SVGSVGElement
-
- createSVGRect() - Method in class akasha.svg.SVGSVGElement
-
- createSVGTransform() - Method in class akasha.svg.SVGSVGElement
-
- createSVGTransformFromMatrix(DOMMatrixReadOnly) - Method in class akasha.svg.SVGSVGElement
-
- createSVGTransformFromMatrix(DOMMatrixReadOnly) - Method in class akasha.svg.SVGTransformList
-
- createTBody() - Method in class akasha.HTMLTableElement
-
- createTextNode(String) - Method in class akasha.Document
-
Creates a new Text node.
- createTexture() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.createTexture() method of the WebGL API creates and initializes a WebGLTexture object.
- createTexture() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.createTexture() method of the WebGL API creates and initializes a WebGLTexture object.
- createTexture(GPUTextureDescriptor) - Method in class akasha.gpu.GPUDevice
-
- createTFoot() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.createTFoot() method returns the tfoot element associated with a given table.
- createTHead() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.createTHead() method returns the thead element associated with a given table.
- createTransformFeedback() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.createTransformFeedback() method of the WebGL 2 API creates and initializes WebGLTransformFeedback objects.
- createTreeWalker(Node, int, NodeFilter) - Method in class akasha.Document
-
The Document.createTreeWalker() creator method returns a newly created TreeWalker object.
- createTreeWalker(Node, int) - Method in class akasha.Document
-
The Document.createTreeWalker() creator method returns a newly created TreeWalker object.
- createTreeWalker(Node) - Method in class akasha.Document
-
The Document.createTreeWalker() creator method returns a newly created TreeWalker object.
- createVertexArray() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.createVertexArray() method of the WebGL 2 API creates and initializes a WebGLVertexArrayObject object that represents a vertex array object (VAO) pointing to vertex array data and which provides names for different sets of vertex data.
- createVertexArrayOES() - Method in class akasha.gl.OES_vertex_array_object
-
The OES_vertex_array_object.createVertexArrayOES() method of the WebGL API creates and initializes a WebGLVertexArrayObject object that represents a vertex array object (VAO) pointing to vertex array data and which provides names for different sets of vertex data.
- createView(GPUTextureViewDescriptor) - Method in class akasha.gpu.GPUTexture
-
- createView() - Method in class akasha.gpu.GPUTexture
-
- createWaveShaper() - Method in class akasha.audio.BaseAudioContext
-
A WaveShaperNode.
- createWritable(FileSystemCreateWritableOptions) - Method in class akasha.FileSystemFileHandle
-
- createWritable() - Method in class akasha.FileSystemFileHandle
-
- creationTime() - Method in class akasha.VideoPlaybackQuality
-
The read-only creationTime property on the VideoPlaybackQuality interface reports the number of milliseconds since the browsing context was created this quality sample was recorded.
- Credential - Class in akasha
-
The Credential interface of the Credential Management API provides information about an entity (usually a user) as a prerequisite to a trust decision.
- Credential() - Constructor for class akasha.Credential
-
- credential(String) - Method in interface akasha.rtc.RTCIceServer.Builder
-
The RTCIceServer dictionary's credential property is a string providing the credential to use when connecting to the described server.
- credential() - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's credential property is a string providing the credential to use when connecting to the described server.
- CredentialCreationOptions - Interface in akasha
-
- CredentialCreationOptions.Builder - Interface in akasha
-
- CredentialData - Interface in akasha
-
- CredentialMediationRequirement - Annotation Type in akasha
-
- CredentialMediationRequirement.Util - Class in akasha
-
- CredentialPropertiesOutput - Interface in akasha
-
- CredentialPropertiesOutput.Builder - Interface in akasha
-
- CredentialRequestOptions - Interface in akasha
-
- CredentialRequestOptions.Builder - Interface in akasha
-
- credentials() - Method in class akasha.Navigator
-
The credentials property of the Navigator interface returns the CredentialsContainer interface, which exposes methods to request credentials.
- credentials() - Method in class akasha.Request
-
The credentials read-only property of the Request interface indicates whether the user agent should send cookies from the other domain in the case of cross-origin requests.
- credentials(String) - Method in interface akasha.RequestInit.Builder
-
- credentials() - Method in interface akasha.RequestInit
-
- credentials(String) - Method in interface akasha.WorkerOptions.Builder
-
- credentials() - Method in interface akasha.WorkerOptions
-
- credentials(String) - Method in interface akasha.WorkletOptions.Builder
-
- credentials() - Method in interface akasha.WorkletOptions
-
- CredentialsContainer - Class in akasha
-
The CredentialsContainer interface of the Credential Management API exposes methods to request credentials and notify the user agent when events such as successful sign in or sign out happen.
- CredentialsContainer() - Constructor for class akasha.CredentialsContainer
-
- credentialType(String) - Method in interface akasha.rtc.RTCIceServer.Builder
-
The RTCIceServer dictionary's credentialType property is a string value from the RTCIceCredentialType enum which indicates what type of credential the RTCIceServer.credential value is.
- credentialType() - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's credentialType property is a string value from the RTCIceCredentialType enum which indicates what type of credential the RTCIceServer.credential value is.
- credProps(boolean) - Method in interface akasha.AuthenticationExtensionsClientInputs.Builder
-
- credProps() - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- credProps(CredentialPropertiesOutput) - Method in interface akasha.AuthenticationExtensionsClientOutputs.Builder
-
- credProps() - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- crop_and_scale - Static variable in annotation type akasha.media.VideoResizeModeEnum
-
- cross_platform - Static variable in annotation type akasha.AuthenticatorAttachment
-
- crossOrigin(boolean) - Method in interface akasha.CollectedClientData.Builder
-
- crossOrigin() - Method in interface akasha.CollectedClientData
-
- crossOrigin - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement interface's crossOrigin attribute is a string which specifies the Cross-Origin Resource Sharing (CORS) setting to use when retrieving the image.
- crossOrigin - Variable in class akasha.HTMLLinkElement
-
- crossOrigin - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.crossOrigin property is the CORS setting for this image element.
- crossOrigin - Variable in class akasha.HTMLScriptElement
-
- crossOrigin() - Method in class akasha.svg.SVGFEImageElement
-
- crossOrigin - Variable in class akasha.svg.SVGImageElement
-
- crossOrigin - Variable in class akasha.svg.SVGScriptElement
-
- crossOriginIsolated() - Static method in class akasha.DedicatedWorkerGlobal
-
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
- crossOriginIsolated() - Static method in class akasha.RTCIdentityProviderGlobal
-
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
- crossOriginIsolated() - Static method in class akasha.ServiceWorkerGlobal
-
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
- crossOriginIsolated() - Static method in class akasha.SharedWorkerGlobal
-
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
- crossOriginIsolated() - Method in class akasha.Window
-
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
- crossOriginIsolated() - Static method in class akasha.WindowGlobal
-
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
- crossOriginIsolated() - Method in class akasha.WorkerGlobalScope
-
The crossOriginIsolated read-only property of the WindowOrWorkerGlobalScope interface returns a boolean value that indicates whether a SharedArrayBuffer can be sent via a Window.postMessage() call.
- CrossOriginType - Annotation Type in akasha
-
An enumerated value to indicate whether to use CORS to fetch resources.
- CrossOriginType.Util - Class in akasha
-
- crv(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- crv() - Method in interface akasha.crypto.JsonWebKey
-
- Crypto - Class in akasha.crypto
-
The Crypto interface represents basic cryptography features available in the current context.
- Crypto() - Constructor for class akasha.crypto.Crypto
-
- crypto() - Static method in class akasha.DedicatedWorkerGlobal
-
- crypto() - Static method in class akasha.RTCIdentityProviderGlobal
-
- crypto() - Static method in class akasha.ServiceWorkerGlobal
-
- crypto() - Static method in class akasha.SharedWorkerGlobal
-
- crypto() - Method in class akasha.Window
-
The read-only Window.crypto property returns the Crypto object associated to the global object.
- crypto() - Static method in class akasha.WindowGlobal
-
The read-only Window.crypto property returns the Crypto object associated to the global object.
- crypto() - Method in class akasha.WorkerGlobalScope
-
- CryptoKey - Class in akasha.crypto
-
The CryptoKey interface of the Web Crypto API represents a cryptographic key obtained from one of the SubtleCrypto methods generateKey(), deriveKey(), importKey(), or unwrapKey().
- CryptoKey() - Constructor for class akasha.crypto.CryptoKey
-
- CryptoKeyPair - Interface in akasha.crypto
-
The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.
- CryptoKeyPair.Builder - Interface in akasha.crypto
-
The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.
- CSPViolationReportBody - Class in akasha
-
- CSPViolationReportBody() - Constructor for class akasha.CSPViolationReportBody
-
- csrc - Static variable in annotation type akasha.rtc.RTCStatsType
-
- CSS - Class in akasha
-
The CSS interface holds useful CSS-related methods.
- CSSConditionRule - Class in akasha
-
An object implementing the CSSConditionRule interface represents a single condition CSS at-rule, which consists of a condition and a statement block.
- CSSConditionRule() - Constructor for class akasha.CSSConditionRule
-
- CSSCounterStyleRule - Class in akasha
-
The CSSCounterStyleRule interface represents an @counter-style at-rule.
- CSSCounterStyleRule() - Constructor for class akasha.CSSCounterStyleRule
-
- cssFloat - Variable in class akasha.CSSStyleDeclaration
-
- CSSFontFaceRule - Class in akasha
-
The CSSFontFaceRule interface represents an @font-face at-rule.
- CSSFontFaceRule() - Constructor for class akasha.CSSFontFaceRule
-
- CSSFontFeatureValuesMap - Class in akasha
-
- CSSFontFeatureValuesMap() - Constructor for class akasha.CSSFontFeatureValuesMap
-
- CSSFontFeatureValuesMap.Entry - Class in akasha
-
- CSSFontFeatureValuesMap.ForEachCallback - Interface in akasha
-
- CSSFontFeatureValuesMap.ForEachCallback2 - Interface in akasha
-
- CSSFontFeatureValuesMap.ForEachCallback3 - Interface in akasha
-
- CSSFontFeatureValuesRule - Class in akasha
-
- CSSFontFeatureValuesRule() - Constructor for class akasha.CSSFontFeatureValuesRule
-
- CSSFontPaletteValuesRule - Class in akasha
-
- CSSFontPaletteValuesRule() - Constructor for class akasha.CSSFontPaletteValuesRule
-
- CSSGroupingRule - Class in akasha
-
The CSSGroupingRule interface of the CSS Object Model represents any CSS at-rule that contains other rules nested within it.
- CSSGroupingRule() - Constructor for class akasha.CSSGroupingRule
-
- CSSImportRule - Class in akasha
-
The CSSImportRule interface represents an @import at-rule.
- CSSImportRule() - Constructor for class akasha.CSSImportRule
-
- CSSKeyframeRule - Class in akasha
-
The CSSKeyframeRule interface describes an object representing a set of styles for a given keyframe.
- CSSKeyframeRule() - Constructor for class akasha.CSSKeyframeRule
-
- CSSKeyframesRule - Class in akasha
-
The CSSKeyframesRule interface describes an object representing a complete set of keyframes for a CSS animation.
- CSSKeyframesRule() - Constructor for class akasha.CSSKeyframesRule
-
- CSSMarginRule - Class in akasha
-
- CSSMarginRule() - Constructor for class akasha.CSSMarginRule
-
- CSSMediaRule - Class in akasha
-
The CSSMediaRule interface represents a single CSS @media rule.
- CSSMediaRule() - Constructor for class akasha.CSSMediaRule
-
- CSSNamespaceRule - Class in akasha
-
The CSSNamespaceRule interface describes an object representing a single CSS @namespace at-rule.
- CSSNamespaceRule() - Constructor for class akasha.CSSNamespaceRule
-
- CSSPageRule - Class in akasha
-
CSSPageRule represents a single CSS @page rule.
- CSSPageRule() - Constructor for class akasha.CSSPageRule
-
- CSSPseudoElement - Class in akasha
-
The CSSPseudoElement interface represents a pseudo-element that may be the target of an event or animated using the Web Animations API.
- CSSPseudoElement() - Constructor for class akasha.CSSPseudoElement
-
- CSSRule - Class in akasha
-
The CSSRule interface represents a single CSS rule.
- CSSRule() - Constructor for class akasha.CSSRule
-
- CSSRuleList - Class in akasha
-
A CSSRuleList represents an ordered collection of read-only CSSRule objects.
- CSSRuleList() - Constructor for class akasha.CSSRuleList
-
- cssRules() - Method in class akasha.CSSGroupingRule
-
- cssRules() - Method in class akasha.CSSKeyframesRule
-
- cssRules() - Method in class akasha.CSSStyleSheet
-
The read-only CSSStyleSheet property cssRules returns a live CSSRuleList which provides a real-time, up-to-date list of every CSS rule which comprises the stylesheet.
- CSSRuleType - Annotation Type in akasha
-
- CSSRuleType.Util - Class in akasha
-
- CSSStyleDeclaration - Class in akasha
-
The CSSStyleDeclaration interface represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
- CSSStyleDeclaration() - Constructor for class akasha.CSSStyleDeclaration
-
- CSSStyleRule - Class in akasha
-
The CSSStyleRule interface represents a single CSS style rule.
- CSSStyleRule() - Constructor for class akasha.CSSStyleRule
-
- CSSStyleSheet - Class in akasha
-
The CSSStyleSheet interface represents a single CSS stylesheet, and lets you inspect and modify the list of rules contained in the stylesheet.
- CSSStyleSheet(CSSStyleSheetInit) - Constructor for class akasha.CSSStyleSheet
-
- CSSStyleSheet() - Constructor for class akasha.CSSStyleSheet
-
- CSSStyleSheetInit - Interface in akasha
-
- CSSStyleSheetInit.Builder - Interface in akasha
-
- CSSSupportsRule - Class in akasha
-
The CSSSupportsRule interface represents a single CSS @supports at-rule.
- CSSSupportsRule() - Constructor for class akasha.CSSSupportsRule
-
- cssText - Variable in class akasha.CSSRule
-
The cssText property of the CSSRule interface returns the actual text of a CSSStyleSheet style-rule.
- cssText - Variable in class akasha.CSSStyleDeclaration
-
- ctrlKey(boolean) - Method in interface akasha.DragEventInit.Builder
-
- ctrlKey(boolean) - Method in interface akasha.EventModifierInit.Builder
-
- ctrlKey() - Method in interface akasha.EventModifierInit
-
- ctrlKey() - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.ctrlKey read-only property returns a Boolean that indicates if the control key was pressed (true) or not (false) when the event occured.
- ctrlKey(boolean) - Method in interface akasha.KeyboardEventInit.Builder
-
- ctrlKey() - Method in class akasha.MouseEvent
-
The MouseEvent.ctrlKey read-only property is a Boolean that indicates whether the ctrl key was pressed or not when a given mouse event occurs.
- ctrlKey(boolean) - Method in interface akasha.MouseEventInit.Builder
-
- ctrlKey(boolean) - Method in interface akasha.PointerEventInit.Builder
-
- ctrlKey() - Method in class akasha.TouchEvent
-
A Boolean value indicating whether the control (Control) key is enabled when the touch event is created.
- ctrlKey(boolean) - Method in interface akasha.TouchEventInit.Builder
-
- ctrlKey(boolean) - Method in interface akasha.WheelEventInit.Builder
-
- cube - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
-
- cube_array - Static variable in annotation type akasha.gpu.GPUTextureViewDimension
-
- cues() - Method in class akasha.TextTrack
-
- CULL_FACE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CULL_FACE - Static variable in class akasha.gl.WebGLRenderingContext
-
- CULL_FACE_MODE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CULL_FACE_MODE - Static variable in class akasha.gl.WebGLRenderingContext
-
- cullFace(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.cullFace() method of the WebGL API specifies whether or not front- and/or back-facing polygons can be culled.
- cullFace(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.cullFace() method of the WebGL API specifies whether or not front- and/or back-facing polygons can be culled.
- cullMode(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
-
- cullMode() - Method in interface akasha.gpu.GPUPrimitiveState
-
- current_password - Static variable in annotation type akasha.AutocompleteType
-
The user's current password.
- CURRENT_PROGRAM - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CURRENT_PROGRAM - Static variable in class akasha.gl.WebGLRenderingContext
-
- CURRENT_QUERY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CURRENT_QUERY_EXT - Static variable in class akasha.gl.EXT_disjoint_timer_query
-
- CURRENT_VERTEX_ATTRIB - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CURRENT_VERTEX_ATTRIB - Static variable in class akasha.gl.WebGLRenderingContext
-
- currentDirection() - Method in class akasha.rtc.RTCRtpTransceiver
-
The read-only RTCRtpTransceiver property currentDirection is a string which indicates the current directionality of the transceiver.
- currentFrame() - Static method in class akasha.audio.AudioWorkletGlobal
-
- currentFrame() - Method in class akasha.audio.AudioWorkletGlobalScope
-
- currentIteration(Double) - Method in interface akasha.ComputedEffectTiming.Builder
-
- currentIteration() - Method in interface akasha.ComputedEffectTiming
-
- currentLocalDescription() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.currentLocalDescription returns an RTCSessionDescription object describing the local end of the connection as it was most recently successfully negotiated since the last time the RTCPeerConnection finished negotiating and connecting to a remote peer.
- currentNode - Variable in class akasha.TreeWalker
-
The TreeWalker.currentNode property represents the Node on which the TreeWalker is currently pointing at.
- currentRemoteDescription() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.currentRemoteDescription returns an RTCSessionDescription object describing the remote end of the connection as it was most recently successfully negotiated since the last time the RTCPeerConnection finished negotiating and connecting to a remote peer.
- currentRoundTripTime(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property currentRoundTripTime is a floating-point value indicating the number of seconds it takes for data to be sent by this peer to the remote peer and back over the connection described by this pair of ICE candidates.
- currentRoundTripTime() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property currentRoundTripTime is a floating-point value indicating the number of seconds it takes for data to be sent by this peer to the remote peer and back over the connection described by this pair of ICE candidates.
- currentRtt(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
- currentRtt() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- currentScale - Variable in class akasha.svg.SVGSVGElement
-
- currentScript() - Method in class akasha.Document
-
The Document.currentScript property returns the script element whose script is currently being processed and isn't a JavaScript module.
- currentSrc() - Method in class akasha.HTMLImageElement
-
The read-only HTMLImageElement property currentSrc indicates the URL of the image which is currently presented in the img element it represents.
- currentSrc() - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement.currentSrc property contains the absolute URL of the chosen media resource.
- currentTarget() - Method in class akasha.Event
-
The currentTarget read-only property of the Event interface identifies the current target for the event, as the event traverses the DOM.
- currentTime - Variable in class akasha.Animation
-
The Animation.currentTime property of the Web Animations API returns and sets the current time value of the animation in milliseconds, whether running or paused.
- currentTime() - Method in class akasha.AnimationPlaybackEvent
-
The currentTime read-only property of the AnimationPlaybackEvent interface represents the current time of the animation that generated the event at the moment the event is queued.
- currentTime(Double) - Method in interface akasha.AnimationPlaybackEventInit.Builder
-
- currentTime() - Method in interface akasha.AnimationPlaybackEventInit
-
- currentTime() - Method in class akasha.AnimationTimeline
-
The currentTime read-only property of the Web Animations API's AnimationTimeline interface returns the timeline's current time in milliseconds, or null if the timeline is inactive.
- currentTime() - Static method in class akasha.audio.AudioWorkletGlobal
-
- currentTime() - Method in class akasha.audio.AudioWorkletGlobalScope
-
- currentTime() - Method in class akasha.audio.BaseAudioContext
-
The currentTime read-only property of the BaseAudioContext interface returns a double representing an ever-increasing hardware timestamp in seconds that can be used for scheduling audio playback, visualizing timelines, etc.
- currentTime - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement interface's currentTime property specifies the current playback time in seconds.
- currentTranslate() - Method in class akasha.svg.SVGSVGElement
-
- cursor(JsArray<String>) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- cursor(String...) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- cursor() - Method in interface akasha.media.MediaTrackCapabilities
-
- cursor(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- cursor(String) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- cursor(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- cursor(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- cursor(String...) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- cursor(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- cursor(String) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- cursor(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- cursor(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- cursor(String...) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- cursor() - Method in interface akasha.media.MediaTrackConstraintSet
-
- cursor(String) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's cursor property indicates whether or not the cursor should be captured as part of the video track included in the MediaStream returned by getDisplayMedia().
- cursor() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's cursor property indicates whether or not the cursor should be captured as part of the video track included in the MediaStream returned by getDisplayMedia().
- cursor(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's cursor property indicates whether or not the cursor constraint is supported by the user agent and the device on which the content is being used.
- cursor() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's cursor property indicates whether or not the cursor constraint is supported by the user agent and the device on which the content is being used.
- CursorCaptureConstraint - Annotation Type in akasha.media
-
- CursorCaptureConstraint.Util - Class in akasha.media
-
- curve - Variable in class akasha.audio.WaveShaperNode
-
The curve property of the WaveShaperNode interface is a Float32Array of numbers describing the distortion to apply.
- curve(JsArray<Double>) - Method in interface akasha.audio.WaveShaperOptions.Builder
-
- curve(double...) - Method in interface akasha.audio.WaveShaperOptions.Builder
-
- curve() - Method in interface akasha.audio.WaveShaperOptions
-
- custom - Static variable in annotation type akasha.audio.OscillatorType
-
- CustomElementConstructor - Interface in akasha
-
- CustomElementConstructorOrUndefinedUnion - Interface in akasha
-
- CustomElementRegistry - Class in akasha
-
The CustomElementRegistry interface provides methods for registering custom elements and querying registered elements.
- CustomElementRegistry() - Constructor for class akasha.CustomElementRegistry
-
- customElements() - Method in class akasha.Window
-
The customElements read-only property of the Window interface returns a reference to the CustomElementRegistry object, which can be used to register new custom elements and get information about previously registered custom elements.
- customElements() - Static method in class akasha.WindowGlobal
-
The customElements read-only property of the Window interface returns a reference to the CustomElementRegistry object, which can be used to register new custom elements and get information about previously registered custom elements.
- customError() - Method in class akasha.ValidityState
-
- customError(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- customError() - Method in interface akasha.ValidityStateFlags
-
- CustomEvent - Class in akasha
-
The CustomEvent interface represents events initialized by an application for any purpose.
- CustomEvent(String, CustomEventInit) - Constructor for class akasha.CustomEvent
-
The CustomEvent() constructor creates a new CustomEvent.
- CustomEvent(String) - Constructor for class akasha.CustomEvent
-
The CustomEvent() constructor creates a new CustomEvent.
- CustomEventInit - Interface in akasha
-
- CustomEventInit.Builder - Interface in akasha
-
- customSections(Module, String) - Static method in class akasha.wasm.Module
-
- CW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- CW - Static variable in class akasha.gl.WebGLRenderingContext
-
- cw - Static variable in annotation type akasha.gpu.GPUFrontFace
-
- cx() - Method in class akasha.svg.SVGCircleElement
-
The cx read-only property of the SVGCircleElement interface reflects the cx attribute of a circle element and by that defines the x-coordinate of the circleʼs center.
- cx() - Method in class akasha.svg.SVGEllipseElement
-
- cx() - Method in class akasha.svg.SVGRadialGradientElement
-
- cy() - Method in class akasha.svg.SVGCircleElement
-
The cy read-only property of the SVGCircleElement interface reflects the cy attribute of a circle element and by that defines the y-coordinate of the circleʼs center.
- cy() - Method in class akasha.svg.SVGEllipseElement
-
- cy() - Method in class akasha.svg.SVGRadialGradientElement
-
- d(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- d() - Method in interface akasha.crypto.JsonWebKey
-
- d(String) - Method in interface akasha.crypto.RsaOtherPrimesInfo.Builder
-
- d() - Method in interface akasha.crypto.RsaOtherPrimesInfo
-
- d - Variable in class akasha.DOMMatrix
-
- d(double) - Method in interface akasha.DOMMatrix2DInit.Builder
-
- d() - Method in interface akasha.DOMMatrix2DInit
-
- d(double) - Method in interface akasha.DOMMatrixInit.Builder
-
- d() - Method in class akasha.DOMMatrixReadOnly
-
- data - Variable in class akasha.CharacterData
-
- data() - Method in interface akasha.codecs.AudioDataInit
-
- data(BufferSource) - Method in interface akasha.codecs.AudioDataInit.Step5
-
- data() - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- data(BufferSource) - Method in interface akasha.codecs.EncodedAudioChunkInit.Step2
-
- data() - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- data(BufferSource) - Method in interface akasha.codecs.EncodedVideoChunkInit.Step2
-
- data() - Method in interface akasha.codecs.ImageDecoderInit
-
- data(ImageBufferSource) - Method in interface akasha.codecs.ImageDecoderInit.Step1
-
- data() - Method in class akasha.CompositionEvent
-
The data read-only property of the CompositionEvent interface returns the characters generated by the input method that raised the event; its exact nature varies depending on the type of event that generated the CompositionEvent object.
- data(String) - Method in interface akasha.CompositionEventInit.Builder
-
- data() - Method in interface akasha.CompositionEventInit
-
- data() - Method in class akasha.ExtendableMessageEvent
-
The data read-only property of the ExtendableMessageEvent interface returns the event's data.
- data(Object) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- data() - Method in interface akasha.ExtendableMessageEventInit
-
- data - Variable in class akasha.HTMLObjectElement
-
The data property of the HTMLObjectElement interface returns a DOMString that reflects the data HTML attribute, specifying the address of a resource's data.
- data() - Method in class akasha.ImageData
-
The readonly ImageData.data property returns a Uint8ClampedArray that contains the ImageData object's pixel data.
- data() - Method in class akasha.InputEvent
-
The data read-only property of the InputEvent interface returns a DOMString with the inserted characters.
- data(String) - Method in interface akasha.InputEventInit.Builder
-
- data() - Method in interface akasha.InputEventInit
-
- data() - Method in class akasha.media.BlobEvent
-
The BlobEvent.data read-only property represents a Blob associated with the event.
- data(Blob) - Static method in interface akasha.media.BlobEventInit
-
- data() - Method in interface akasha.media.BlobEventInit
-
- data() - Method in class akasha.MessageEvent
-
The data read-only property of the MessageEvent interface represents the data sent by the message emitter.
- data(Object) - Method in interface akasha.MessageEventInit.Builder
-
- data() - Method in interface akasha.MessageEventInit
-
- data() - Method in class akasha.midi.MIDIMessageEvent
-
- data(Uint8Array) - Method in interface akasha.midi.MIDIMessageEventInit.Builder
-
- data() - Method in interface akasha.midi.MIDIMessageEventInit
-
- data() - Method in class akasha.notifications.Notification
-
The data read-only property of the Notification interface returns a structured clone of the notification's data, as specified in the data option of the Notification() constructor.
- data(Object) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- data() - Method in interface akasha.notifications.NotificationOptions
-
- data() - Method in class akasha.PushEvent
-
The data read-only property of the PushEvent interface returns a reference to a PushMessageData object containing data sent to the PushSubscription.
- data(PushMessageDataInit) - Method in interface akasha.PushEventInit.Builder
-
- data(BufferSource) - Method in interface akasha.PushEventInit.Builder
-
- data(String) - Method in interface akasha.PushEventInit.Builder
-
- data() - Method in interface akasha.PushEventInit
-
- data() - Method in class akasha.usb.USBInTransferResult
-
- data() - Method in class akasha.usb.USBIsochronousInTransferPacket
-
- data() - Method in class akasha.usb.USBIsochronousInTransferResult
-
- data(BufferSourceOrBlobOrStringUnion) - Method in interface akasha.WriteParams.Builder
-
- data(BufferSource) - Method in interface akasha.WriteParams.Builder
-
- data(Blob) - Method in interface akasha.WriteParams.Builder
-
- data(String) - Method in interface akasha.WriteParams.Builder
-
- data() - Method in interface akasha.WriteParams
-
- data() - Method in class akasha.xr.XRCPUDepthInformation
-
- data_channel - Static variable in annotation type akasha.rtc.RTCStatsType
-
- data_channel_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailType
-
- DATA_CLONE_ERR - Static variable in class akasha.DOMException
-
- databases() - Method in class akasha.idb.IDBFactory
-
The databases method of the IDBFactory interface returns a list represening all the available databases, including their names and versions.
- dataChannelIdentifier(int) - Method in interface akasha.rtc.RTCDataChannelStats.Builder
-
- dataChannelIdentifier() - Method in interface akasha.rtc.RTCDataChannelStats
-
- dataChannelsAccepted(int) - Method in interface akasha.rtc.RTCPeerConnectionStats.Builder
-
- dataChannelsAccepted() - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- dataChannelsClosed(int) - Method in interface akasha.rtc.RTCPeerConnectionStats.Builder
-
- dataChannelsClosed() - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- dataChannelsOpened(int) - Method in interface akasha.rtc.RTCPeerConnectionStats.Builder
-
- dataChannelsOpened() - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- dataChannelsRequested(int) - Method in interface akasha.rtc.RTCPeerConnectionStats.Builder
-
- dataChannelsRequested() - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- dataFormatPreference() - Method in interface akasha.xr.XRDepthStateInit
-
- dataFormatPreference(JsArray<String>) - Method in interface akasha.xr.XRDepthStateInit.Step1
-
- dataFormatPreference(String...) - Method in interface akasha.xr.XRDepthStateInit.Step1
-
- dataPrefix(BufferSource) - Method in interface akasha.bluetooth.BluetoothDataFilterInit.Builder
-
- dataPrefix() - Method in interface akasha.bluetooth.BluetoothDataFilterInit
-
- dataPrefix(BufferSource) - Method in interface akasha.bluetooth.BluetoothManufacturerDataFilterInit.Builder
-
- dataPrefix(BufferSource) - Method in interface akasha.bluetooth.BluetoothServiceDataFilterInit.Builder
-
- dataset() - Method in class akasha.HTMLElement
-
- dataset() - Method in class akasha.svg.SVGElement
-
The dataset read-only property of the HTMLOrForeignElement interface provides read/write access to custom data attributes (data-*) on elements.
- DataTransfer - Class in akasha
-
The DataTransfer object is used to hold the data that is being dragged during a drag and drop operation.
- DataTransfer() - Constructor for class akasha.DataTransfer
-
The DataTransfer constructor creates a new DataTransfer object instance.
- dataTransfer() - Method in class akasha.DragEvent
-
The DragEvent.dataTransfer property holds the drag operation's data (as a DataTransfer object).
- dataTransfer(DataTransfer) - Method in interface akasha.DragEventInit.Builder
-
- dataTransfer() - Method in interface akasha.DragEventInit
-
- DataTransferItem - Class in akasha
-
The DataTransferItem object represents one drag data item.
- DataTransferItem() - Constructor for class akasha.DataTransferItem
-
- DataTransferItemList - Class in akasha
-
The DataTransferItemList object is a list of DataTransferItem objects representing items being dragged.
- DataTransferItemList() - Constructor for class akasha.DataTransferItemList
-
- DataView - Class in akasha.core
-
The DataView view provides a low-level interface for reading and writing multiple number types in a binary ArrayBuffer, without having to care about the platform's endianness.
- DataView(ArrayBuffer, int, int) - Constructor for class akasha.core.DataView
-
The DataView() constructor is used to create DataView objects.
- DataView(ArrayBuffer, int) - Constructor for class akasha.core.DataView
-
The DataView() constructor is used to create DataView objects.
- DataView(ArrayBuffer) - Constructor for class akasha.core.DataView
-
The DataView() constructor is used to create DataView objects.
- DataView(SharedArrayBuffer, int, int) - Constructor for class akasha.core.DataView
-
The DataView() constructor is used to create DataView objects.
- DataView(SharedArrayBuffer, int) - Constructor for class akasha.core.DataView
-
The DataView() constructor is used to create DataView objects.
- DataView(SharedArrayBuffer) - Constructor for class akasha.core.DataView
-
The DataView() constructor is used to create DataView objects.
- date - Static variable in annotation type akasha.InputType
-
A control for entering a date (year, month, and day, with no time).
- dateTime - Variable in class akasha.HTMLModElement
-
- dateTime - Variable in class akasha.HTMLTimeElement
-
The HTMLTimeElement.dateTime property is a DOMString that reflects the datetime HTML attribute, containing a machine-readable form of the element's date and time value.
- datetime_local - Static variable in annotation type akasha.InputType
-
A control for entering a date and time, with no time zone.
- db() - Method in class akasha.idb.IDBTransaction
-
An IDBDatabase object.
- debug(Object...) - Static method in class akasha.Console
-
The console method debug() outputs a message to the web console at the "debug" log level.
- decimal - Static variable in annotation type akasha.InputModeType
-
Fractional numeric input keyboard containing the digits and decimal separator for the user's locale (typically . or ,).
- declare - Variable in class akasha.HTMLObjectElement
-
- decode(EncodedAudioChunk) - Method in class akasha.codecs.AudioDecoder
-
- decode(ImageDecodeOptions) - Method in class akasha.codecs.ImageDecoder
-
- decode() - Method in class akasha.codecs.ImageDecoder
-
- decode(EncodedVideoChunk) - Method in class akasha.codecs.VideoDecoder
-
- decode() - Method in class akasha.HTMLImageElement
-
The decode() method of the HTMLImageElement interface returns a Promise that resolves when the image is decoded and it is safe to append the image to the DOM.
- decode - Static variable in annotation type akasha.media.EndOfStreamError
-
- decode - Static variable in annotation type akasha.rtc.RTCCodecType
-
- decode(BufferSource, TextDecodeOptions) - Method in class akasha.TextDecoder
-
The TextDecoder.prototype.decode() method returns a DOMString containing the text, given in parameters, decoded with the specific method for that TextDecoder object.
- decode(BufferSource) - Method in class akasha.TextDecoder
-
The TextDecoder.prototype.decode() method returns a DOMString containing the text, given in parameters, decoded with the specific method for that TextDecoder object.
- decode() - Method in class akasha.TextDecoder
-
The TextDecoder.prototype.decode() method returns a DOMString containing the text, given in parameters, decoded with the specific method for that TextDecoder object.
- decodeAudioData(ArrayBuffer, DecodeSuccessCallback, DecodeErrorCallback) - Method in class akasha.audio.BaseAudioContext
-
The decodeAudioData() method of the BaseAudioContext Interface is used to asynchronously decode audio file data contained in an ArrayBuffer.
- decodeAudioData(ArrayBuffer, DecodeSuccessCallback) - Method in class akasha.audio.BaseAudioContext
-
The decodeAudioData() method of the BaseAudioContext Interface is used to asynchronously decode audio file data contained in an ArrayBuffer.
- decodeAudioData(ArrayBuffer) - Method in class akasha.audio.BaseAudioContext
-
The decodeAudioData() method of the BaseAudioContext Interface is used to asynchronously decode audio file data contained in an ArrayBuffer.
- decodedBodySize() - Method in class akasha.perf.PerformanceResourceTiming
-
The decodedBodySize read-only property returns the size (in octets) received from the fetch (HTTP or cache) of the message body, after removing any applied content-codings.
- DecodeErrorCallback - Interface in akasha.audio
-
- decodeQueueSize() - Method in class akasha.codecs.AudioDecoder
-
- decodeQueueSize() - Method in class akasha.codecs.VideoDecoder
-
- decoderConfig(AudioDecoderConfig) - Method in interface akasha.codecs.EncodedAudioChunkMetadata.Builder
-
- decoderConfig() - Method in interface akasha.codecs.EncodedAudioChunkMetadata
-
- decoderConfig(VideoDecoderConfig) - Method in interface akasha.codecs.EncodedVideoChunkMetadata.Builder
-
- decoderConfig() - Method in interface akasha.codecs.EncodedVideoChunkMetadata
-
- decoderImplementation(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- decoderImplementation() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- DecodeSuccessCallback - Interface in akasha.audio
-
- decodeURI(String) - Static method in class akasha.Global
-
The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI() or by a similar routine.
- decodeURIComponent(String) - Static method in class akasha.Global
-
The decodeURIComponent() function decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routine.
- decoding - Variable in class akasha.HTMLImageElement
-
The decoding property of the HTMLImageElement interface represents a hint given to the browser on how it should decode the image.
- DecompressionStream - Class in akasha
-
The DecompressionStream interface of the Compression Streams API is an API for decompressing a stream of data.
- DecompressionStream(String) - Constructor for class akasha.DecompressionStream
-
- DECR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DECR - Static variable in class akasha.gl.WebGLRenderingContext
-
- DECR_WRAP - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DECR_WRAP - Static variable in class akasha.gl.WebGLRenderingContext
-
- decrement_clamp - Static variable in annotation type akasha.gpu.GPUStencilOperation
-
- decrement_wrap - Static variable in annotation type akasha.gpu.GPUStencilOperation
-
- decrypt - Static variable in annotation type akasha.crypto.KeyUsage
-
- decrypt(AlgorithmIdentifier, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The decrypt() method of the SubtleCrypto interface decrypts some encrypted data.
- decrypt(JsObject, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The decrypt() method of the SubtleCrypto interface decrypts some encrypted data.
- decrypt(String, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The decrypt() method of the SubtleCrypto interface decrypts some encrypted data.
- DedicatedWorkerGlobal - Class in akasha
-
The DedicatedWorkerGlobalScope object (the Worker global scope) is accessible through the self keyword.
- DedicatedWorkerGlobalScope - Class in akasha
-
The DedicatedWorkerGlobalScope object (the Worker global scope) is accessible through the self keyword.
- DedicatedWorkerGlobalScope() - Constructor for class akasha.DedicatedWorkerGlobalScope
-
- default_ - Static variable in annotation type akasha.ColorSpaceConversion
-
- default_ - Static variable in annotation type akasha.gl.WebGLPowerPreference
-
- default_ - Variable in class akasha.HTMLTrackElement
-
- default_ - Static variable in annotation type akasha.idb.IDBTransactionDurability
-
- default_ - Static variable in annotation type akasha.notifications.NotificationPermission
-
- default_ - Static variable in annotation type akasha.PremultiplyAlpha
-
- default_ - Static variable in annotation type akasha.RequestCache
-
- default_ - Static variable in annotation type akasha.ResponseType
-
- default_() - Method in class akasha.speech.SpeechSynthesisVoice
-
The default read-only property of the SpeechSynthesisVoice interface returns a Boolean indicating whether the voice is the default voice for the current app (true), or not (false.)
- default_ - Static variable in annotation type akasha.xr.XRLayerLayout
-
- default_text - Static variable in annotation type akasha.XMLHttpRequestResponseType
-
- defaultChecked - Variable in class akasha.HTMLInputElement
-
- defaultMuted - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.defaultMuted property reflects the muted HTML attribute, which indicates whether the media element's audio output should be muted by default.
- defaultPlaybackRate - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.defaultPlaybackRate property indicates the default playback rate for the media.
- defaultPrevented() - Method in class akasha.Event
-
The defaultPrevented read-only property of the Event interface returns a Boolean indicating whether or not the call to Event.preventDefault() canceled the event.
- defaultSelected - Variable in class akasha.HTMLOptionElement
-
- defaultValue() - Method in class akasha.audio.AudioParam
-
The defaultValue read-only property of the AudioParam interface represents the initial value of the attributes as defined by the specific AudioNode creating the AudioParam.
- defaultValue(float) - Method in interface akasha.audio.AudioParamDescriptor.Builder
-
- defaultValue() - Method in interface akasha.audio.AudioParamDescriptor
-
- defaultValue - Variable in class akasha.HTMLInputElement
-
- defaultValue - Variable in class akasha.HTMLOutputElement
-
- defaultValue - Variable in class akasha.HTMLTextAreaElement
-
- defaultView() - Method in class akasha.Document
-
In browsers, document.defaultView returns the window object associated with a document, or null if none is available.
- defer - Variable in class akasha.HTMLScriptElement
-
- define(String, CustomElementConstructor, ElementDefinitionOptions) - Method in class akasha.CustomElementRegistry
-
The define() method of the CustomElementRegistry interface defines a new custom element.
- define(String, CustomElementConstructor) - Method in class akasha.CustomElementRegistry
-
The define() method of the CustomElementRegistry interface defines a new custom element.
- defineProperties(Object, JsPropertyMap<ObjectPropertyDescriptor>) - Static method in class akasha.core.JsObject
-
The Object.defineProperties() method defines new or modifies existing properties directly on an object, returning the object.
- defineProperty(Object, String, ObjectPropertyDescriptor) - Static method in class akasha.core.JsObject
-
The static method Object.defineProperty() defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
- defineProperty(Object, Symbol, ObjectPropertyDescriptor) - Static method in class akasha.core.JsObject
-
The static method Object.defineProperty() defines a new property directly on an object, or modifies an existing property on an object, and returns the object.
- delay(double) - Method in interface akasha.ComputedEffectTiming.Builder
-
The EffectTiming dictionary's delay property in the Web Animations API represents the number of milliseconds to delay the start of the animation.
- delay(double) - Method in interface akasha.EffectTiming.Builder
-
The EffectTiming dictionary's delay property in the Web Animations API represents the number of milliseconds to delay the start of the animation.
- delay() - Method in interface akasha.EffectTiming
-
The EffectTiming dictionary's delay property in the Web Animations API represents the number of milliseconds to delay the start of the animation.
- delay(double) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The EffectTiming dictionary's delay property in the Web Animations API represents the number of milliseconds to delay the start of the animation.
- delay(double) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The EffectTiming dictionary's delay property in the Web Animations API represents the number of milliseconds to delay the start of the animation.
- delay(double) - Method in interface akasha.OptionalEffectTiming.Builder
-
- delay() - Method in interface akasha.OptionalEffectTiming
-
- delayed() - Method in class akasha.clipboard.ClipboardItem
-
- DelayNode - Class in akasha.audio
-
The DelayNode interface represents a delay-line; an AudioNode audio-processing module that causes a delay between the arrival of an input data and its propagation to the output.
- DelayNode(BaseAudioContext, DelayOptions) - Constructor for class akasha.audio.DelayNode
-
The DelayNode() constructor of the Web Audio API creates a new DelayNode object with a delay-line; an AudioNode audio-processing module that causes a delay between the arrival of an input data, and its propagation to the output.
- DelayNode(BaseAudioContext) - Constructor for class akasha.audio.DelayNode
-
The DelayNode() constructor of the Web Audio API creates a new DelayNode object with a delay-line; an AudioNode audio-processing module that causes a delay between the arrival of an input data, and its propagation to the output.
- DelayOptions - Interface in akasha.audio
-
- DelayOptions.Builder - Interface in akasha.audio
-
- delayTime() - Method in class akasha.audio.DelayNode
-
An AudioParam.
- delayTime(double) - Method in interface akasha.audio.DelayOptions.Builder
-
- delayTime() - Method in interface akasha.audio.DelayOptions
-
- delegatesFocus() - Method in class akasha.ShadowRoot
-
The delegatesFocus read-only property of the ShadowRoot interface returns a boolean that indicates whether delegatesFocus was set when the shadow was attached (see Element.attachShadow()).
- delegatesFocus(boolean) - Method in interface akasha.ShadowRootInit.Builder
-
- delegatesFocus() - Method in interface akasha.ShadowRootInit
-
- delete(RequestInfo, CacheQueryOptions) - Method in class akasha.Cache
-
The delete() method of the Cache interface finds the Cache entry whose key is the request, and if found, deletes the Cache entry and returns a Promise that resolves to true.
- delete(Request, CacheQueryOptions) - Method in class akasha.Cache
-
The delete() method of the Cache interface finds the Cache entry whose key is the request, and if found, deletes the Cache entry and returns a Promise that resolves to true.
- delete(String, CacheQueryOptions) - Method in class akasha.Cache
-
The delete() method of the Cache interface finds the Cache entry whose key is the request, and if found, deletes the Cache entry and returns a Promise that resolves to true.
- delete(RequestInfo) - Method in class akasha.Cache
-
The delete() method of the Cache interface finds the Cache entry whose key is the request, and if found, deletes the Cache entry and returns a Promise that resolves to true.
- delete(Request) - Method in class akasha.Cache
-
The delete() method of the Cache interface finds the Cache entry whose key is the request, and if found, deletes the Cache entry and returns a Promise that resolves to true.
- delete(String) - Method in class akasha.Cache
-
The delete() method of the Cache interface finds the Cache entry whose key is the request, and if found, deletes the Cache entry and returns a Promise that resolves to true.
- delete(String) - Method in class akasha.CacheStorage
-
The delete() method of the CacheStorage interface finds the Cache object matching the cacheName, and if found, deletes the Cache object and returns a Promise that resolves to true.
- delete(K) - Method in class akasha.core.JsMap
-
The delete() method removes the specified element from a Map object.
- delete(T) - Method in class akasha.core.JsSet
-
The delete() method removes a specified value from a Set object, if it is in the set.
- delete(K) - Method in class akasha.core.JsWeakMap
-
The delete() method removes the specified element from a WeakMap object.
- delete(T) - Method in class akasha.core.JsWeakSet
-
The delete() method removes the specified element from a WeakSet object.
- delete(String) - Method in class akasha.CSSFontFeatureValuesMap
-
- delete(String) - Method in class akasha.DOMStringMap
-
- delete(String) - Method in class akasha.FormData
-
The delete() method of the FormData interface deletes a key and its value(s) from a FormData object.
- delete(String) - Method in class akasha.Headers
-
The delete() method of the Headers interface deletes a header from the current Headers object.
- delete() - Method in class akasha.idb.IDBCursor
-
The delete() method of the IDBCursor interface returns an IDBRequest object, and, in a separate thread, deletes the record at the cursor's position, without changing the cursor's position.
- delete(Object) - Method in class akasha.idb.IDBObjectStore
-
An IDBRequest object on which subsequent events related to this operation are fired.
- delete(String) - Method in class akasha.URLSearchParams
-
The delete() method of the URLSearchParams interface deletes the given search parameter and all its associated values, from the list of all search parameters.
- delete() - Method in class akasha.xr.XRAnchor
-
- DELETE_STATUS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DELETE_STATUS - Static variable in class akasha.gl.WebGLRenderingContext
-
- deleteBuffer(WebGLBuffer) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.deleteBuffer() method of the WebGL API deletes a given WebGLBuffer.
- deleteBuffer(WebGLBuffer) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.deleteBuffer() method of the WebGL API deletes a given WebGLBuffer.
- deleteCaption() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.deleteCaption() method removes the caption element from a given table.
- deleteCell(int) - Method in class akasha.HTMLTableRowElement
-
- deleteContents() - Method in class akasha.Range
-
The Range.deleteContents() method removes the contents of the Range from the Document.
- deleted(boolean) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
The RTCIceCandidateStats dictionary's deleted property indicates whether or not the candidate has been deleted or released.
- deleted() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's deleted property indicates whether or not the candidate has been deleted or released.
- deleteData(int, int) - Method in class akasha.CharacterData
-
- deleteDatabase(String) - Method in class akasha.idb.IDBFactory
-
The deleteDatabase() method of the IDBFactory interface requests the deletion of a database.
- deleteFramebuffer(WebGLFramebuffer) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.deleteFramebuffer() method of the WebGL API deletes a given WebGLFramebuffer object.
- deleteFramebuffer(WebGLFramebuffer) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.deleteFramebuffer() method of the WebGL API deletes a given WebGLFramebuffer object.
- deleteFromDocument() - Method in class akasha.Selection
-
The deleteFromDocument() method of the Selection interface deletes the selected text from the document's DOM.
- deleteIndex(String) - Method in class akasha.idb.IDBObjectStore
-
Note that this method must be called only from a VersionChange transaction mode callback.
- deleteMedium(String) - Method in class akasha.MediaList
-
- deleteObjectStore(String) - Method in class akasha.idb.IDBDatabase
-
As with IDBDatabase.createObjectStore, this method can be called only within a versionchange transaction.
- deleteProgram(WebGLProgram) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.deleteProgram() method of the WebGL API deletes a given WebGLProgram object.
- deleteProgram(WebGLProgram) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.deleteProgram() method of the WebGL API deletes a given WebGLProgram object.
- deleteQuery(WebGLQuery) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.deleteQuery() method of the WebGL 2 API deletes a given WebGLQuery object.
- deleteQueryEXT(WebGLTimerQueryEXT) - Method in class akasha.gl.EXT_disjoint_timer_query
-
- deleteRenderbuffer(WebGLRenderbuffer) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.deleteRenderbuffer() method of the WebGL API deletes a given WebGLRenderbuffer object.
- deleteRenderbuffer(WebGLRenderbuffer) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.deleteRenderbuffer() method of the WebGL API deletes a given WebGLRenderbuffer object.
- deleteRow(int) - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.deleteRow() method removes a specific row (tr) from a given table.
- deleteRow(int) - Method in class akasha.HTMLTableSectionElement
-
- deleteRule(int) - Method in class akasha.CSSGroupingRule
-
- deleteRule(String) - Method in class akasha.CSSKeyframesRule
-
- deleteRule(int) - Method in class akasha.CSSStyleSheet
-
The CSSStyleSheet method deleteRule() removes a rule from the stylesheet object.
- deleteSampler(WebGLSampler) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.deleteSampler() method of the WebGL 2 API deletes a given WebGLSampler object.
- deleteShader(WebGLShader) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.deleteShader() method of the WebGL API marks a given WebGLShader object for deletion.
- deleteShader(WebGLShader) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.deleteShader() method of the WebGL API marks a given WebGLShader object for deletion.
- deleteSync(WebGLSync) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.deleteSync() method of the WebGL 2 API deletes a given WebGLSync object.
- deleteTexture(WebGLTexture) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.deleteTexture() method of the WebGL API deletes a given WebGLTexture object.
- deleteTexture(WebGLTexture) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.deleteTexture() method of the WebGL API deletes a given WebGLTexture object.
- deleteTFoot() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.deleteTFoot() method removes the tfoot element from a given table.
- deleteTHead() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.deleteTHead() removes the thead element from a given table.
- deleteTransformFeedback(WebGLTransformFeedback) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.deleteTransformFeedback() method of the WebGL 2 API deletes a given WebGLTransformFeedback object.
- deleteVertexArray(WebGLVertexArrayObject) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.deleteVertexArray() method of the WebGL 2 API deletes a given WebGLVertexArrayObject object.
- deleteVertexArrayOES(WebGLVertexArrayObjectOES) - Method in class akasha.gl.OES_vertex_array_object
-
The OES_vertex_array_object.deleteVertexArrayOES() method of the WebGL API deletes a given WebGLVertexArrayObject object.
- delta - Static variable in annotation type akasha.codecs.EncodedAudioChunkType
-
- delta - Static variable in annotation type akasha.codecs.EncodedVideoChunkType
-
- deltaMode() - Method in class akasha.WheelEvent
-
The WheelEvent.deltaMode read-only property returns an unsigned long representing the unit of the delta values scroll amount.
- deltaMode(int) - Method in interface akasha.WheelEventInit.Builder
-
- deltaMode() - Method in interface akasha.WheelEventInit
-
- deltaX() - Method in class akasha.WheelEvent
-
The WheelEvent.deltaX read-only property is a double representing the horizontal scroll amount in the WheelEvent.deltaMode unit.
- deltaX(double) - Method in interface akasha.WheelEventInit.Builder
-
- deltaX() - Method in interface akasha.WheelEventInit
-
- deltaY() - Method in class akasha.WheelEvent
-
The WheelEvent.deltaY read-only property is a double representing the vertical scroll amount in the WheelEvent.deltaMode unit.
- deltaY(double) - Method in interface akasha.WheelEventInit.Builder
-
- deltaY() - Method in interface akasha.WheelEventInit
-
- deltaZ() - Method in class akasha.WheelEvent
-
The WheelEvent.deltaZ read-only property is a double representing the scroll amount along the z-axis, in the WheelEvent.deltaMode unit.
- deltaZ(double) - Method in interface akasha.WheelEventInit.Builder
-
- deltaZ() - Method in interface akasha.WheelEventInit
-
- denied - Static variable in annotation type akasha.DevicePermissionState
-
- denied - Static variable in annotation type akasha.notifications.NotificationPermission
-
- denied - Static variable in annotation type akasha.PermissionState
-
- DEPTH - Static variable in class akasha.gl.WebGL2RenderingContext
-
- depth(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that indicates that the drawing buffer has a depth buffer of at least 16 bits.
- depth() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates that the drawing buffer has a depth buffer of at least 16 bits.
- depth - Static variable in annotation type akasha.gpu.GPUTextureSampleType
-
- depth(boolean) - Method in interface akasha.xr.XRWebGLLayerInit.Builder
-
When using the XRWebGLLayer() constructor to create a new WebGL rendering layer for WebXR, providing as the layerInit parameter an object whose depth property is false will request that the new layer be created without a depth buffer.
- depth() - Method in interface akasha.xr.XRWebGLLayerInit
-
When using the XRWebGLLayer() constructor to create a new WebGL rendering layer for WebXR, providing as the layerInit parameter an object whose depth property is false will request that the new layer be created without a depth buffer.
- depth16unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- DEPTH24_STENCIL8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- depth24plus - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- depth24plus_stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- depth24unorm_stencil8 - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- depth24unorm_stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- DEPTH32F_STENCIL8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- depth32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- depth32float_stencil8 - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- depth32float_stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- DEPTH_ATTACHMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_ATTACHMENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_BITS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_BITS - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_BUFFER_BIT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_BUFFER_BIT - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_CLEAR_VALUE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_CLEAR_VALUE - Static variable in class akasha.gl.WebGLRenderingContext
-
- depth_clip_control - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- DEPTH_COMPONENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_COMPONENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_COMPONENT16 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_COMPONENT16 - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_COMPONENT24 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_COMPONENT32F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_FUNC - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_FUNC - Static variable in class akasha.gl.WebGLRenderingContext
-
- depth_only - Static variable in annotation type akasha.gpu.GPUTextureAspect
-
- DEPTH_RANGE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_RANGE - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_STENCIL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_STENCIL - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_STENCIL_ATTACHMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_STENCIL_ATTACHMENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_TEST - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_TEST - Static variable in class akasha.gl.WebGLRenderingContext
-
- DEPTH_WRITEMASK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DEPTH_WRITEMASK - Static variable in class akasha.gl.WebGLRenderingContext
-
- depthBias(int) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- depthBias() - Method in interface akasha.gpu.GPUDepthStencilState
-
- depthBiasClamp(float) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- depthBiasClamp() - Method in interface akasha.gpu.GPUDepthStencilState
-
- depthBiasSlopeScale(float) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- depthBiasSlopeScale() - Method in interface akasha.gpu.GPUDepthStencilState
-
- depthClearValue(float) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- depthClearValue() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- depthCompare(String) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- depthCompare() - Method in interface akasha.gpu.GPUDepthStencilState
-
- depthDataFormat() - Method in class akasha.xr.XRSession
-
- depthFailOp(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
-
- depthFailOp() - Method in interface akasha.gpu.GPUStencilFaceState
-
- depthFar() - Method in class akasha.xr.XRRenderState
-
The depthFar read-only property of the XRRenderState interface returns the distance in meters of the far clip plane from the viewer.
- depthFar(double) - Method in interface akasha.xr.XRRenderStateInit.Builder
-
- depthFar() - Method in interface akasha.xr.XRRenderStateInit
-
- depthFormat(int) - Method in interface akasha.xr.XRCubeLayerInit.Builder
-
- depthFormat(int) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- depthFormat(int) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- depthFormat(int) - Method in interface akasha.xr.XRLayerInit.Builder
-
- depthFormat() - Method in interface akasha.xr.XRLayerInit
-
- depthFormat(int) - Method in interface akasha.xr.XRProjectionLayerInit.Builder
-
- depthFormat() - Method in interface akasha.xr.XRProjectionLayerInit
-
- depthFormat(int) - Method in interface akasha.xr.XRQuadLayerInit.Builder
-
- depthFunc(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.depthFunc() method of the WebGL API specifies a function that compares incoming pixel depth to the current depth buffer value.
- depthFunc(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.depthFunc() method of the WebGL API specifies a function that compares incoming pixel depth to the current depth buffer value.
- depthLoadOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- depthLoadOp() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- depthMask(boolean) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.depthMask() method of the WebGL API sets whether writing into the depth buffer is enabled or disabled.
- depthMask(boolean) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.depthMask() method of the WebGL API sets whether writing into the depth buffer is enabled or disabled.
- depthNear() - Method in class akasha.xr.XRRenderState
-
The depthNear read-only property of the XRRenderState interface returns the distance in meters of the near clip plane from the viewer.
- depthNear(double) - Method in interface akasha.xr.XRRenderStateInit.Builder
-
- depthNear() - Method in interface akasha.xr.XRRenderStateInit
-
- depthOrArrayLayers(int) - Method in interface akasha.gpu.GPUExtent3DDict.Builder
-
- depthOrArrayLayers() - Method in interface akasha.gpu.GPUExtent3DDict
-
- depthRange(float, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.depthRange() method of the WebGL API specifies the depth range mapping from normalized device coordinates to window or viewport coordinates.
- depthRange(float, float) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.depthRange() method of the WebGL API specifies the depth range mapping from normalized device coordinates to window or viewport coordinates.
- depthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
-
- depthReadOnly() - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
-
- depthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- depthReadOnly() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- depthSensing(XRDepthStateInit) - Method in interface akasha.xr.XRSessionInit.Builder
-
- depthSensing() - Method in interface akasha.xr.XRSessionInit
-
- depthStencil(GPUDepthStencilState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
-
- depthStencil() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- depthStencilAttachment(GPURenderPassDepthStencilAttachment) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
-
- depthStencilAttachment() - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- depthStencilFormat(String) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
-
- depthStencilFormat(String) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
-
- depthStencilFormat() - Method in interface akasha.gpu.GPURenderPassLayout
-
- depthStencilTexture() - Method in class akasha.xr.XRWebGLSubImage
-
- depthStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- depthStoreOp() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- depthUsage() - Method in class akasha.xr.XRSession
-
- depthWriteEnabled(boolean) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- depthWriteEnabled() - Method in interface akasha.gpu.GPUDepthStencilState
-
- deriveBits - Static variable in annotation type akasha.crypto.KeyUsage
-
- deriveBits(AlgorithmIdentifier, CryptoKey, int) - Method in class akasha.crypto.SubtleCrypto
-
The deriveBits() method of the SubtleCrypto interface can be used to derive an array of bits from a base key.
- deriveBits(JsObject, CryptoKey, int) - Method in class akasha.crypto.SubtleCrypto
-
The deriveBits() method of the SubtleCrypto interface can be used to derive an array of bits from a base key.
- deriveBits(String, CryptoKey, int) - Method in class akasha.crypto.SubtleCrypto
-
The deriveBits() method of the SubtleCrypto interface can be used to derive an array of bits from a base key.
- deriveKey - Static variable in annotation type akasha.crypto.KeyUsage
-
- deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(JsObject, CryptoKey, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(String, CryptoKey, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(AlgorithmIdentifier, CryptoKey, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(JsObject, CryptoKey, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(String, CryptoKey, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(AlgorithmIdentifier, CryptoKey, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(JsObject, CryptoKey, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(String, CryptoKey, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(JsObject, CryptoKey, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(String, CryptoKey, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(AlgorithmIdentifier, CryptoKey, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(JsObject, CryptoKey, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(String, CryptoKey, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(AlgorithmIdentifier, CryptoKey, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(JsObject, CryptoKey, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- deriveKey(String, CryptoKey, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The deriveKey() method of the SubtleCrypto interface can be used to derive a secret key from a master key.
- describe(int) - Static method in class akasha.CSSRuleType.Util
-
- describe(int) - Static method in class akasha.DOMExceptionCode.Util
-
- describe(int) - Static method in class akasha.EventPhase.Util
-
- describe(int) - Static method in class akasha.EventSourceReadyState.Util
-
- describe(int) - Static method in class akasha.FileReaderReadyState.Util
-
- describe(int) - Static method in class akasha.GeolocationPositionErrorCode.Util
-
- describe(int) - Static method in class akasha.gl.ActiveInfoDataType.Util
-
- describe(int) - Static method in class akasha.gl.AttributeComponentDataType.Util
-
- describe(int) - Static method in class akasha.gl.AttributeComponentIntegerDataType.Util
-
- describe(int) - Static method in class akasha.gl.AttributeDataType.Util
-
- describe(int) - Static method in class akasha.gl.BlendFactor.Util
-
- describe(int) - Static method in class akasha.gl.BufferTargetType.Util
-
- describe(int) - Static method in class akasha.gl.Capability.Util
-
- describe(int) - Static method in class akasha.gl.DrawElementsDataType.Util
-
- describe(int) - Static method in class akasha.gl.DrawMode.Util
-
- describe(int) - Static method in class akasha.gl.FramebufferAttachment.Util
-
- describe(int) - Static method in class akasha.gl.FramebufferTargetType.Util
-
- describe(int) - Static method in class akasha.gl.PixelFormat.Util
-
- describe(int) - Static method in class akasha.gl.PixelStorageParameter.Util
-
- describe(int) - Static method in class akasha.gl.ProgramParameterType.Util
-
- describe(int) - Static method in class akasha.gl.ReadableTextureParameter.Util
-
- describe(int) - Static method in class akasha.gl.RenderbufferStorageInternalFormat.Util
-
- describe(int) - Static method in class akasha.gl.RenderbufferStorageTarget.Util
-
- describe(int) - Static method in class akasha.gl.RenderbufferTargetType.Util
-
- describe(int) - Static method in class akasha.gl.SamplerMagnificationFilter.Util
-
- describe(int) - Static method in class akasha.gl.SamplerMinificationFilter.Util
-
- describe(int) - Static method in class akasha.gl.SamplerWrapMode.Util
-
- describe(int) - Static method in class akasha.gl.ShaderParameterType.Util
-
- describe(int) - Static method in class akasha.gl.ShaderType.Util
-
- describe(int) - Static method in class akasha.gl.TexelDataType.Util
-
- describe(int) - Static method in class akasha.gl.Texture2DSurfaceTargetType.Util
-
- describe(int) - Static method in class akasha.gl.Texture2DTargetType.Util
-
- describe(int) - Static method in class akasha.gl.Texture3DTargetType.Util
-
- describe(int) - Static method in class akasha.gl.TextureComparisonFunction.Util
-
- describe(int) - Static method in class akasha.gl.TextureComparisonMode.Util
-
- describe(int) - Static method in class akasha.gl.TextureFormat.Util
-
- describe(int) - Static method in class akasha.gl.TextureInternalFormat.Util
-
- describe(int) - Static method in class akasha.gl.TextureParameter.Util
-
- describe(int) - Static method in class akasha.gl.TextureTargetType.Util
-
- describe(int) - Static method in class akasha.gl.UniformDataType.Util
-
- describe(int) - Static method in class akasha.gl.UsageType.Util
-
- describe(int) - Static method in class akasha.gl.VertexAttribOffsetParameterName.Util
-
- describe(int) - Static method in class akasha.gl.WebGLContextError.Util
-
- describe(String) - Static method in class akasha.gl.WebGLExtensionName.Util
-
- describe(int) - Static method in class akasha.gl.WebGLParameterName.Util
-
- describe(int) - Static method in class akasha.gl.Winding.Util
-
- describe(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
-
- describe(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
-
- describe(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
-
- describe(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
-
- describe(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
-
- describe(int) - Static method in class akasha.HTMLMediaElementNetworkState.Util
-
- describe(int) - Static method in class akasha.HTMLMediaElementReadyState.Util
-
- describe(int) - Static method in class akasha.HTMLTrackElementReadyState.Util
-
- describe(int) - Static method in class akasha.KeyboardEventLocation.Util
-
- describe(int) - Static method in class akasha.MediaErrorCode.Util
-
- describe(int) - Static method in class akasha.NodeType.Util
-
- describe(int) - Static method in class akasha.perf.PerformanceNavigationType.Util
-
- describe(int) - Static method in class akasha.RangeCompareType.Util
-
- describe(int) - Static method in class akasha.WebSocketReadyState.Util
-
- describe(int) - Static method in class akasha.WheelEventDeltaMode.Util
-
- describe(int) - Static method in class akasha.XMLHttpRequestReadyState.Util
-
- describe(int) - Static method in class akasha.XPathResultResultType.Util
-
- description(BufferSource) - Method in interface akasha.codecs.AudioDecoderConfig.Builder
-
- description() - Method in interface akasha.codecs.AudioDecoderConfig
-
- description(BufferSource) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- description() - Method in interface akasha.codecs.VideoDecoderConfig
-
- description() - Method in class akasha.MimeType
-
- description() - Method in class akasha.Plugin
-
- descriptions - Static variable in annotation type akasha.AudioTrackKind
-
An audio track providing audible descriptions of the action depicted in a video track.
- descriptions - Static variable in annotation type akasha.TextTrackKind
-
- descriptions - Static variable in annotation type akasha.TrackKind
-
Textual description of the video content.
- descriptor(PermissionDescriptor) - Static method in interface akasha.PermissionSetParameters
-
- descriptor() - Method in interface akasha.PermissionSetParameters
-
- deselectAll() - Method in class akasha.svg.SVGSVGElement
-
- designMode - Variable in class akasha.Document
-
document.designMode controls whether the entire document is editable.
- desiredHeight(int) - Method in interface akasha.codecs.ImageDecoderInit.Builder
-
- desiredHeight() - Method in interface akasha.codecs.ImageDecoderInit
-
- desiredSize() - Method in class akasha.ReadableByteStreamController
-
- desiredSize() - Method in class akasha.ReadableStreamDefaultController
-
- desiredSize() - Method in class akasha.TransformStreamDefaultController
-
- desiredSize() - Method in class akasha.WritableStreamDefaultWriter
-
- desiredWidth(int) - Method in interface akasha.codecs.ImageDecoderInit.Builder
-
- desiredWidth() - Method in interface akasha.codecs.ImageDecoderInit
-
- destination() - Method in class akasha.audio.BaseAudioContext
-
An AudioDestinationNode.
- destination() - Method in class akasha.Request
-
The destination read-only property of the Request interface returns a string describing the type of content being requested.
- destroy() - Method in class akasha.gpu.GPUBuffer
-
- destroy() - Method in class akasha.gpu.GPUDevice
-
- destroy() - Method in class akasha.gpu.GPUQuerySet
-
- destroy() - Method in class akasha.gpu.GPUTexture
-
- destroy() - Method in class akasha.xr.XRCompositionLayer
-
- destroyed - Static variable in annotation type akasha.gpu.GPUDeviceLostReason
-
- desynchronized(boolean) - Method in interface akasha.CanvasRenderingContext2DSettings.Builder
-
A flag that provides a hint to the user agent to reduce the latency by desynchronizing the canvas paint cycle from the event loop.
- desynchronized() - Method in interface akasha.CanvasRenderingContext2DSettings
-
A flag that provides a hint to the user agent to reduce the latency by desynchronizing the canvas paint cycle from the event loop.
- desynchronized(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that indicates if the canvas contains an alpha buffer.
- desynchronized() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates if the canvas contains an alpha buffer.
- detach() - Method in class akasha.NodeIterator
-
The NodeIterator.detach() method is a no-op, kept for backward compatibility only.
- detach() - Method in class akasha.Range
-
The Range.detach() method does nothing.
- detachShader(WebGLProgram, WebGLShader) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.detachShader() method of the WebGL API detaches a previously attached WebGLShader from a WebGLProgram.
- detachShader(WebGLProgram, WebGLShader) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.detachShader() method of the WebGL API detaches a previously attached WebGLShader from a WebGLProgram.
- detail(int) - Method in interface akasha.CompositionEventInit.Builder
-
- detail() - Method in class akasha.CustomEvent
-
The detail readonly property of the CustomEvent interface returns any data passed when initializing the event.
- detail(Object) - Method in interface akasha.CustomEventInit.Builder
-
- detail() - Method in interface akasha.CustomEventInit
-
- detail(int) - Method in interface akasha.DragEventInit.Builder
-
- detail(int) - Method in interface akasha.EventModifierInit.Builder
-
- detail(int) - Method in interface akasha.FocusEventInit.Builder
-
- detail(int) - Method in interface akasha.InputEventInit.Builder
-
- detail(int) - Method in interface akasha.KeyboardEventInit.Builder
-
- detail(int) - Method in interface akasha.MouseEventInit.Builder
-
- detail(int) - Method in interface akasha.PointerEventInit.Builder
-
- detail(int) - Method in interface akasha.TouchEventInit.Builder
-
- detail() - Method in class akasha.UIEvent
-
The UIEvent.detail read-only property, when non-zero, provides the current (or next, depending on the event) click count.
- detail(int) - Method in interface akasha.UIEventInit.Builder
-
- detail() - Method in interface akasha.UIEventInit
-
- detail(int) - Method in interface akasha.WheelEventInit.Builder
-
- detune() - Method in class akasha.audio.AudioBufferSourceNode
-
The detune property of the AudioBufferSourceNode interface is a k-rate AudioParam representing detuning of oscillation in cents.
- detune(float) - Method in interface akasha.audio.AudioBufferSourceOptions.Builder
-
- detune() - Method in interface akasha.audio.AudioBufferSourceOptions
-
- detune() - Method in class akasha.audio.BiquadFilterNode
-
An a-rate AudioParam.
- detune(float) - Method in interface akasha.audio.BiquadFilterOptions.Builder
-
- detune() - Method in interface akasha.audio.BiquadFilterOptions
-
- detune() - Method in class akasha.audio.OscillatorNode
-
An a-rate AudioParam.
- detune(float) - Method in interface akasha.audio.OscillatorOptions.Builder
-
- detune() - Method in interface akasha.audio.OscillatorOptions
-
- device() - Method in class akasha.bluetooth.BluetoothAdvertisingEvent
-
- device(BluetoothDevice) - Static method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- device() - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- device() - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.device read-only property returns a reference to the BluetoothDevice running the server.
- device() - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.device read-only property returns information about a Bluetooth device through an instance of BluetoothDevice.
- device(GPUDevice) - Static method in interface akasha.gpu.GPUCanvasConfiguration
-
- device() - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- device() - Method in class akasha.usb.USBConnectionEvent
-
- device(USBDevice) - Static method in interface akasha.usb.USBConnectionEventInit
-
- device() - Method in interface akasha.usb.USBConnectionEventInit
-
- device - Static variable in annotation type akasha.usb.USBRecipient
-
- device_pixel_content_box - Static variable in annotation type akasha.ResizeObserverBoxOptions
-
- deviceClass() - Method in class akasha.usb.USBDevice
-
- deviceId(String) - Static method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- deviceId() - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- deviceId(String) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- deviceId() - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- deviceId(String) - Method in interface akasha.media.CameraDevicePermissionDescriptor.Builder
-
- deviceId(String) - Method in interface akasha.media.DevicePermissionDescriptor.Builder
-
- deviceId() - Method in interface akasha.media.DevicePermissionDescriptor
-
- deviceId() - Method in class akasha.media.MediaDeviceInfo
-
The deviceId readonly property of the MediaDeviceInfo interface returns a DOMString that is an identifier for the represented device and is persisted across sessions.
- deviceId(String) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- deviceId() - Method in interface akasha.media.MediaTrackCapabilities
-
- deviceId(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- deviceId(String) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- deviceId(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- deviceId(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- deviceId(String...) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- deviceId(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- deviceId(String) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- deviceId(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- deviceId(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- deviceId(String...) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- deviceId() - Method in interface akasha.media.MediaTrackConstraintSet
-
- deviceId(String) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's deviceId property is a DOMString which uniquely identifies the source for the corresponding MediaStreamTrack for the origin corresponding to the browsing session.
- deviceId() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's deviceId property is a DOMString which uniquely identifies the source for the corresponding MediaStreamTrack for the origin corresponding to the browsing session.
- deviceId(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's deviceId property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the deviceId constraint.
- deviceId() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's deviceId property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the deviceId constraint.
- DeviceMotionEvent - Class in akasha
-
The DeviceMotionEvent provides web developers with information about the speed of changes for the device's position and orientation.
- DeviceMotionEvent(String, DeviceMotionEventInit) - Constructor for class akasha.DeviceMotionEvent
-
The DeviceMotionEvent constructor creates a new DeviceMotionEvent.
- DeviceMotionEvent(String) - Constructor for class akasha.DeviceMotionEvent
-
The DeviceMotionEvent constructor creates a new DeviceMotionEvent.
- DeviceMotionEventAcceleration - Class in akasha
-
A DeviceMotionEventAcceleration object provides information about the amount of acceleration the device is experiencing along all three axes.
- DeviceMotionEventAcceleration() - Constructor for class akasha.DeviceMotionEventAcceleration
-
- DeviceMotionEventAccelerationInit - Interface in akasha
-
- DeviceMotionEventAccelerationInit.Builder - Interface in akasha
-
- DeviceMotionEventHandler - Interface in akasha
-
Handle events of type DeviceMotionEvent
- DeviceMotionEventInit - Interface in akasha
-
- DeviceMotionEventInit.Builder - Interface in akasha
-
- DeviceMotionEventListener - Interface in akasha
-
Listener for events of type DeviceMotionEvent
- DeviceMotionEventRotationRate - Class in akasha
-
A DeviceMotionEventRotationRate object provides information about the rate at which the device is rotating around all three axes.
- DeviceMotionEventRotationRate() - Constructor for class akasha.DeviceMotionEventRotationRate
-
- DeviceMotionEventRotationRateInit - Interface in akasha
-
- DeviceMotionEventRotationRateInit.Builder - Interface in akasha
-
- DeviceOrientationEvent - Class in akasha
-
The DeviceOrientationEvent provides web developers with information from the physical orientation of the device running the web page.
- DeviceOrientationEvent(String, DeviceOrientationEventInit) - Constructor for class akasha.DeviceOrientationEvent
-
The DeviceOrientationEvent constructor creates a new DeviceOrientationEvent.
- DeviceOrientationEvent(String) - Constructor for class akasha.DeviceOrientationEvent
-
The DeviceOrientationEvent constructor creates a new DeviceOrientationEvent.
- DeviceOrientationEventHandler - Interface in akasha
-
Handle events of type DeviceOrientationEvent
- DeviceOrientationEventInit - Interface in akasha
-
- DeviceOrientationEventInit.Builder - Interface in akasha
-
- DeviceOrientationEventListener - Interface in akasha
-
Listener for events of type DeviceOrientationEvent
- DevicePermissionDescriptor - Interface in akasha.media
-
- DevicePermissionDescriptor.Builder - Interface in akasha.media
-
- DevicePermissionState - Annotation Type in akasha
-
- DevicePermissionState.Util - Class in akasha
-
- devicePixelContentBoxSize() - Method in class akasha.ResizeObserverEntry
-
- devicePixelRatio() - Method in class akasha.Window
-
The devicePixelRatio of Window interface returns the ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device.
- devicePixelRatio() - Static method in class akasha.WindowGlobal
-
The devicePixelRatio of Window interface returns the ratio of the resolution in physical pixels to the resolution in CSS pixels for the current display device.
- deviceProtocol() - Method in class akasha.usb.USBDevice
-
- devices - Variable in class akasha.bluetooth.BluetoothPermissionResult
-
- devices - Variable in class akasha.usb.USBPermissionResult
-
- deviceSubclass() - Method in class akasha.usb.USBDevice
-
- deviceVersionMajor() - Method in class akasha.usb.USBDevice
-
- deviceVersionMinor() - Method in class akasha.usb.USBDevice
-
- deviceVersionSubminor() - Method in class akasha.usb.USBDevice
-
- dialog - Static variable in annotation type akasha.FormMethodType
-
When the form is inside a <dialog>, closes the dialog on submission.
- didTimeout() - Method in class akasha.IdleDeadline
-
- diffuseConstant() - Method in class akasha.svg.SVGFEDiffuseLightingElement
-
- digest(AlgorithmIdentifier, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The digest() method of the SubtleCrypto interface generates a digest of the given data.
- digest(JsObject, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The digest() method of the SubtleCrypto interface generates a digest of the given data.
- digest(String, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The digest() method of the SubtleCrypto interface generates a digest of the given data.
- dimension(String) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
-
- dimension() - Method in interface akasha.gpu.GPUTextureDescriptor
-
- dimension(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
-
- dimension() - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- dir(Object, JsObject) - Static method in class akasha.Console
-
The Console method dir() displays an interactive list of the properties of the specified JavaScript object.
- dir(Object) - Static method in class akasha.Console
-
The Console method dir() displays an interactive list of the properties of the specified JavaScript object.
- dir() - Static method in class akasha.Console
-
The Console method dir() displays an interactive list of the properties of the specified JavaScript object.
- dir - Variable in class akasha.Document
-
The Document.dir property is a DOMString representing the directionality of the text of the document, whether left to right (default) or right to left.
- dir - Variable in class akasha.HTMLElement
-
The HTMLElement.dir property gets or sets the text writing directionality of the content of the current element.
- dir() - Method in class akasha.notifications.Notification
-
The dir read-only property of the Notification interface indicates the text direction of the notification, as specified in the dir option of the Notification() constructor.
- dir(String) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- dir() - Method in interface akasha.notifications.NotificationOptions
-
- direct - Static variable in annotation type akasha.AttestationConveyancePreference
-
- direct - Static variable in annotation type akasha.TouchType
-
- direction - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.direction property of the Canvas 2D API specifies the current text direction used to draw text.
- direction(String) - Method in interface akasha.ComputedEffectTiming.Builder
-
The direction property of the Web Animations API dictionary EffectTiming indicates an animation's playback direction along its timeline, as well as its behavior when it reaches the end of an iteration
- direction(String) - Method in interface akasha.EffectTiming.Builder
-
The direction property of the Web Animations API dictionary EffectTiming indicates an animation's playback direction along its timeline, as well as its behavior when it reaches the end of an iteration
- direction() - Method in interface akasha.EffectTiming
-
The direction property of the Web Animations API dictionary EffectTiming indicates an animation's playback direction along its timeline, as well as its behavior when it reaches the end of an iteration
- direction - Variable in class akasha.HTMLMarqueeElement
-
- direction() - Method in class akasha.idb.IDBCursor
-
A string (defined by the IDBCursorDirection enum) indicating the direction in which the cursor is traversing the data.
- direction(String) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The direction property of the Web Animations API dictionary EffectTiming indicates an animation's playback direction along its timeline, as well as its behavior when it reaches the end of an iteration
- direction(String) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The direction property of the Web Animations API dictionary EffectTiming indicates an animation's playback direction along its timeline, as well as its behavior when it reaches the end of an iteration
- direction - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- direction(String) - Method in interface akasha.OptionalEffectTiming.Builder
-
- direction() - Method in interface akasha.OptionalEffectTiming
-
- direction - Variable in class akasha.rtc.RTCRtpTransceiver
-
The RTCRtpTransceiver property direction is a string which indicates the transceiver's preferred directionality.
- direction(String) - Method in interface akasha.rtc.RTCRtpTransceiverInit.Builder
-
- direction() - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- direction() - Method in class akasha.usb.USBEndpoint
-
- direction() - Method in class akasha.xr.XRRay
-
- DirectionSetting - Annotation Type in akasha
-
- DirectionSetting.Util - Class in akasha
-
- directory - Static variable in annotation type akasha.FileSystemHandleKind
-
- dirName - Variable in class akasha.HTMLInputElement
-
- dirName - Variable in class akasha.HTMLTextAreaElement
-
- DirType - Annotation Type in akasha
-
An enumerated attribute indicating the directionality of the element's text.
- DirType.Util - Class in akasha
-
- dirxml(Object...) - Static method in class akasha.Console
-
Displays an interactive tree of the descendant elements of the specified XML/HTML element.
- disable(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.disable() method of the WebGL API disables specific WebGL capabilities for this context.
- disable(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.disable() method of the WebGL API disables specific WebGL capabilities for this context.
- disable() - Method in class akasha.NavigationPreloadManager
-
- disabled(boolean) - Method in interface akasha.CSSStyleSheetInit.Builder
-
- disabled() - Method in interface akasha.CSSStyleSheetInit
-
- disabled - Variable in class akasha.HTMLButtonElement
-
Is a Boolean indicating whether or not the control is disabled, meaning that it does not accept any clicks.
- disabled - Variable in class akasha.HTMLFieldSetElement
-
- disabled - Variable in class akasha.HTMLInputElement
-
- disabled - Variable in class akasha.HTMLLinkElement
-
- disabled - Variable in class akasha.HTMLOptGroupElement
-
- disabled - Variable in class akasha.HTMLOptionElement
-
- disabled - Variable in class akasha.HTMLSelectElement
-
The HTMLSelectElement.disabled is a Boolean that reflects the disabled HTML attribute, which indicates whether the control is disabled.
- disabled - Variable in class akasha.HTMLTextAreaElement
-
- disabled - Variable in class akasha.StyleSheet
-
The disabled property of the StyleSheet interface determines whether the style sheet is prevented from applying to the document.
- disabled - Static variable in annotation type akasha.TextTrackMode
-
- disableNormalization(boolean) - Method in interface akasha.audio.ConvolverOptions.Builder
-
- disableNormalization() - Method in interface akasha.audio.ConvolverOptions
-
- disableNormalization(boolean) - Method in interface akasha.audio.PeriodicWaveConstraints.Builder
-
- disableNormalization() - Method in interface akasha.audio.PeriodicWaveConstraints
-
- disableNormalization(boolean) - Method in interface akasha.audio.PeriodicWaveOptions.Builder
-
- disableVertexAttribArray(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.disableVertexAttribArray() method of the WebGL API turns the generic vertex attribute array off at a given index position.
- disableVertexAttribArray(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.disableVertexAttribArray() method of the WebGL API turns the generic vertex attribute array off at a given index position.
- discard - Static variable in annotation type akasha.codecs.AlphaOption
-
- discard - Static variable in annotation type akasha.gpu.GPUStoreOp
-
- disconnect() - Method in class akasha.audio.AudioNode
-
undefined
- disconnect(int) - Method in class akasha.audio.AudioNode
-
undefined
- disconnect(AudioNode) - Method in class akasha.audio.AudioNode
-
undefined
- disconnect(AudioNode, int) - Method in class akasha.audio.AudioNode
-
undefined
- disconnect(AudioNode, int, int) - Method in class akasha.audio.AudioNode
-
undefined
- disconnect(AudioParam) - Method in class akasha.audio.AudioNode
-
undefined
- disconnect(AudioParam, int) - Method in class akasha.audio.AudioNode
-
undefined
- disconnect() - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.disconnect() method causes the script execution environment to disconnect from this.device.
- disconnect() - Method in class akasha.IntersectionObserver
-
The IntersectionObserver method disconnect() stops watching all of its target elements for visibility changes.
- disconnect() - Method in class akasha.MutationObserver
-
The MutationObserver method disconnect() tells the observer to stop watching for mutations.
- disconnect() - Method in class akasha.perf.PerformanceObserver
-
The disconnect() method of the PerformanceObserver interface is used to stop the performance observer from receiving any performance entry events.
- disconnect() - Method in class akasha.ReportingObserver
-
The disconnect() method of the ReportingObserver interface stops a reporting observer that had previously started observing from collecting reports.
- disconnect() - Method in class akasha.ResizeObserver
-
- disconnected - Static variable in annotation type akasha.midi.MIDIPortDeviceState
-
- disconnected - Static variable in annotation type akasha.rtc.RTCIceConnectionState
-
- disconnected - Static variable in annotation type akasha.rtc.RTCIceTransportState
-
- disconnected - Static variable in annotation type akasha.rtc.RTCPeerConnectionState
-
- discouraged - Static variable in annotation type akasha.ResidentKeyRequirement
-
- discouraged - Static variable in annotation type akasha.UserVerificationRequirement
-
- discrete - Static variable in annotation type akasha.audio.ChannelInterpretation
-
- dispatch(int, int, int) - Method in class akasha.gpu.GPUComputePassEncoder
-
- dispatch(int, int) - Method in class akasha.gpu.GPUComputePassEncoder
-
- dispatch(int) - Method in class akasha.gpu.GPUComputePassEncoder
-
- dispatchEvent(Event) - Static method in class akasha.DedicatedWorkerGlobal
-
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
- dispatchEvent(Event) - Method in class akasha.EventTarget
-
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
- dispatchEvent(Event) - Static method in class akasha.RTCIdentityProviderGlobal
-
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
- dispatchEvent(Event) - Static method in class akasha.ServiceWorkerGlobal
-
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
- dispatchEvent(Event) - Static method in class akasha.SharedWorkerGlobal
-
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
- dispatchEvent(Event) - Static method in class akasha.WindowGlobal
-
Dispatches an Event at the specified EventTarget, (synchronously) invoking the affected EventListeners in the appropriate order.
- dispatchIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPUComputePassEncoder
-
- display_p3 - Static variable in annotation type akasha.PredefinedColorSpace
-
- displayAspectHeight(int) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- displayAspectHeight() - Method in interface akasha.codecs.VideoDecoderConfig
-
- displayAspectWidth(int) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- displayAspectWidth() - Method in interface akasha.codecs.VideoDecoderConfig
-
- DisplayCaptureSurfaceType - Annotation Type in akasha.media
-
- DisplayCaptureSurfaceType.Util - Class in akasha.media
-
- displayHeight(int) - Method in interface akasha.codecs.VideoEncoderConfig.Builder
-
- displayHeight() - Method in interface akasha.codecs.VideoEncoderConfig
-
- displayHeight() - Method in class akasha.codecs.VideoFrame
-
- displayHeight(int) - Method in interface akasha.codecs.VideoFrameBufferInit.Builder
-
- displayHeight() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- displayHeight(int) - Method in interface akasha.codecs.VideoFrameInit.Builder
-
- displayHeight() - Method in interface akasha.codecs.VideoFrameInit
-
- DisplayMediaStreamConstraints - Interface in akasha.media
-
The MediaDevices interface's getDisplayMedia() method prompts the user to select and grant permission to capture the contents of a display or portion thereof (such as a window) as a MediaStream.
- DisplayMediaStreamConstraints.Builder - Interface in akasha.media
-
The MediaDevices interface's getDisplayMedia() method prompts the user to select and grant permission to capture the contents of a display or portion thereof (such as a window) as a MediaStream.
- displayName() - Method in interface akasha.PublicKeyCredentialUserEntity
-
- displayName(String) - Method in interface akasha.PublicKeyCredentialUserEntity.Step1
-
- displaySurface(String) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- displaySurface() - Method in interface akasha.media.MediaTrackCapabilities
-
- displaySurface(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- displaySurface(String) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- displaySurface(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- displaySurface(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- displaySurface(String...) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- displaySurface(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- displaySurface(String) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- displaySurface(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- displaySurface(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- displaySurface(String...) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- displaySurface() - Method in interface akasha.media.MediaTrackConstraintSet
-
- displaySurface(String) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's displaySurface property indicates the type of display surface being captured.
- displaySurface() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's displaySurface property indicates the type of display surface being captured.
- displaySurface(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's displaySurface property indicates whether or not the displaySurface constraint is supported by the user agent and the device on which the content is being used.
- displaySurface() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's displaySurface property indicates whether or not the displaySurface constraint is supported by the user agent and the device on which the content is being used.
- displayWidth(int) - Method in interface akasha.codecs.VideoEncoderConfig.Builder
-
- displayWidth() - Method in interface akasha.codecs.VideoEncoderConfig
-
- displayWidth() - Method in class akasha.codecs.VideoFrame
-
- displayWidth(int) - Method in interface akasha.codecs.VideoFrameBufferInit.Builder
-
- displayWidth() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- displayWidth(int) - Method in interface akasha.codecs.VideoFrameInit.Builder
-
- displayWidth() - Method in interface akasha.codecs.VideoFrameInit
-
- disposition() - Method in class akasha.CSPViolationReportBody
-
- disposition() - Method in class akasha.SecurityPolicyViolationEvent
-
The disposition read-only property of the SecurityPolicyViolationEvent interface indicates how the violated policy is configured to be treated by the user agent.
- disposition() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- disposition(String) - Method in interface akasha.SecurityPolicyViolationEventInit.Step4
-
- distanceModel - Variable in class akasha.audio.PannerNode
-
A enum — see DistanceModelType.
- distanceModel(String) - Method in interface akasha.audio.PannerOptions.Builder
-
- distanceModel() - Method in interface akasha.audio.PannerOptions
-
- DistanceModelType - Annotation Type in akasha.audio
-
- DistanceModelType.Util - Class in akasha.audio
-
- distinctiveIdentifier(String) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
The MediaKeySystemConfiguration.distinctiveIdentifier read-only property indicates whether a persistent distinctive identifier is required.
- distinctiveIdentifier() - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.distinctiveIdentifier read-only property indicates whether a persistent distinctive identifier is required.
- DITHER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DITHER - Static variable in class akasha.gl.WebGLRenderingContext
-
- divisor() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- doctype() - Method in class akasha.Document
-
Returns the Document Type Declaration (DTD) associated with current document.
- Document - Class in akasha
-
The Document interface represents any web page loaded in the browser and serves as an entry point into the web page's content, which is the DOM tree.
- Document() - Constructor for class akasha.Document
-
The Document constructor creates a new Document object that is a web page loaded in the browser and serving as an entry point into the page's content.
- document - Static variable in annotation type akasha.RequestDestination
-
- document() - Method in class akasha.Window
-
window.document returns a reference to the document contained in the window.
- document() - Static method in class akasha.WindowGlobal
-
window.document returns a reference to the document contained in the window.
- document - Static variable in annotation type akasha.XMLHttpRequestResponseType
-
- DOCUMENT_FRAGMENT_NODE - Static variable in class akasha.Node
-
- DOCUMENT_NODE - Static variable in class akasha.Node
-
- DOCUMENT_POSITION_CONTAINED_BY - Static variable in class akasha.Node
-
- DOCUMENT_POSITION_CONTAINS - Static variable in class akasha.Node
-
- DOCUMENT_POSITION_DISCONNECTED - Static variable in class akasha.Node
-
- DOCUMENT_POSITION_FOLLOWING - Static variable in class akasha.Node
-
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in class akasha.Node
-
- DOCUMENT_POSITION_PRECEDING - Static variable in class akasha.Node
-
- DOCUMENT_TYPE_NODE - Static variable in class akasha.Node
-
- documentElement() - Method in class akasha.Document
-
Document.documentElement returns the Element that is the root element of the document (for example, the html element for HTML documents).
- DocumentFragment - Class in akasha
-
The DocumentFragment interface represents a minimal document object that has no parent.
- DocumentFragment() - Constructor for class akasha.DocumentFragment
-
The DocumentFragment() constructor returns a new, empty DocumentFragment object.
- DocumentReadyState - Annotation Type in akasha
-
- DocumentReadyState.Util - Class in akasha
-
- DocumentTimeline - Class in akasha
-
The DocumentTimeline interface of the Web Animations API represents animation timelines, including the default document timeline (accessed via Document.timeline).
- DocumentTimeline(DocumentTimelineOptions) - Constructor for class akasha.DocumentTimeline
-
The DocumentTimeline() constructor of the Web Animations API creates a new instance of the DocumentTimeline object associated with the active document of the current browsing context.
- DocumentTimeline() - Constructor for class akasha.DocumentTimeline
-
The DocumentTimeline() constructor of the Web Animations API creates a new instance of the DocumentTimeline object associated with the active document of the current browsing context.
- DocumentTimelineOptions - Interface in akasha
-
- DocumentTimelineOptions.Builder - Interface in akasha
-
- DocumentType - Class in akasha
-
The DocumentType interface represents a Node containing a doctype.
- DocumentType() - Constructor for class akasha.DocumentType
-
- documentURI() - Method in class akasha.Document
-
The documentURI read-only property of the Document interface returns the document location as a string.
- documentURI() - Method in class akasha.SecurityPolicyViolationEvent
-
The documentURI read-only property of the SecurityPolicyViolationEvent interface is a USVString representing the URI of the document or worker in which the violation was found.
- documentURI(String) - Static method in interface akasha.SecurityPolicyViolationEventInit
-
- documentURI() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- documentURL() - Method in class akasha.CSPViolationReportBody
-
- DOM_DELTA_LINE - Static variable in class akasha.WheelEvent
-
- DOM_DELTA_PAGE - Static variable in class akasha.WheelEvent
-
- DOM_DELTA_PIXEL - Static variable in class akasha.WheelEvent
-
- DOM_KEY_LOCATION_LEFT - Static variable in class akasha.KeyboardEvent
-
- DOM_KEY_LOCATION_NUMPAD - Static variable in class akasha.KeyboardEvent
-
- DOM_KEY_LOCATION_RIGHT - Static variable in class akasha.KeyboardEvent
-
- DOM_KEY_LOCATION_STANDARD - Static variable in class akasha.KeyboardEvent
-
- domain - Variable in class akasha.Document
-
The domain property of the Document interface gets/sets the domain portion of the origin of the current document, as used by the same-origin policy.
- domain(String) - Static method in interface akasha.rtc.RTCIdentityProviderDetails
-
- domain() - Method in interface akasha.rtc.RTCIdentityProviderDetails
-
- domainLookupEnd() - Method in class akasha.perf.PerformanceResourceTiming
-
The domainLookupEnd read-only property returns the timestamp immediately after the browser finishes the domain name lookup for the resource.
- domainLookupEnd() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.domainLookupEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the domain lookup is finished.
- domainLookupStart() - Method in class akasha.perf.PerformanceResourceTiming
-
The domainLookupStart read-only property returns the timestamp immediately before the browser starts the domain name lookup for the resource.
- domainLookupStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.domainLookupStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the domain lookup starts.
- domComplete() - Method in class akasha.perf.PerformanceNavigationTiming
-
The domComplete read-only property returns a timestamp representing the time value equal to the time immediately before the user agent sets the current document readiness of the current document to complete.
- domComplete() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.domComplete read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the parser finished its work on the main document, that is when its Document.readyState changes to 'complete' and the corresponding readystatechange event is thrown.
- domContentLoadedEventEnd() - Method in class akasha.perf.PerformanceNavigationTiming
-
The domContentLoadedEventEnd read-only property returns a timestamp representing the time value equal to the time immediately after the current document's DOMContentLoaded event completes.
- domContentLoadedEventEnd() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.domContentLoadedEventEnd read-only property returns an unsigned long long representing the moment, in milliseconds since the UNIX epoch, right after all the scripts that need to be executed as soon as possible, in order or not, has been executed.
- domContentLoadedEventStart() - Method in class akasha.perf.PerformanceNavigationTiming
-
The domContentLoadedEventStart read-only property returns a timestamp representing the time value equal to the time immediately before the user agent fires the DOMContentLoaded event at the current document.
- domContentLoadedEventStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.domContentLoadedEventStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, right before the parser sent the DOMContentLoaded event, that is right after all the scripts that need to be executed right after parsing has been executed.
- DOMException - Class in akasha
-
The DOMException interface represents an abnormal event (called an exception) that occurs as a result of calling a method or accessing a property of a web API.
- DOMException(String, String) - Constructor for class akasha.DOMException
-
The DOMException() constructor returns a DOMException object with a specified message and name.
- DOMException(String) - Constructor for class akasha.DOMException
-
The DOMException() constructor returns a DOMException object with a specified message and name.
- DOMException() - Constructor for class akasha.DOMException
-
The DOMException() constructor returns a DOMException object with a specified message and name.
- DOMExceptionCode - Annotation Type in akasha
-
- DOMExceptionCode.Util - Class in akasha
-
- DOMImplementation - Class in akasha
-
The DOMImplementation interface represents an object providing methods which are not dependent on any particular document.
- DOMImplementation() - Constructor for class akasha.DOMImplementation
-
- domInteractive() - Method in class akasha.perf.PerformanceNavigationTiming
-
The domInteractive read-only property returns a timestamp representing the time value equal to the time immediately before the user agent sets the current document readiness of the current document to interactive.
- domInteractive() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.domInteractive read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the parser finished its work on the main document, that is when its Document.readyState changes to 'interactive' and the corresponding readystatechange event is thrown.
- domLoading() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.domLoading read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the parser started its work, that is when its Document.readyState changes to 'loading' and the corresponding readystatechange event is thrown.
- DOMMatrix - Class in akasha
-
The DOMMatrix interface represents 4×4 matrices, suitable for 2D and 3D operations including rotation and translation.
- DOMMatrix(String) - Constructor for class akasha.DOMMatrix
-
The DOMMatrix constructor creates a new DOMMatrix object which represents 4x4 matrices, suitable for 2D and 3D operations..
- DOMMatrix(JsArray<Double>) - Constructor for class akasha.DOMMatrix
-
The DOMMatrix constructor creates a new DOMMatrix object which represents 4x4 matrices, suitable for 2D and 3D operations..
- DOMMatrix(double[]) - Constructor for class akasha.DOMMatrix
-
The DOMMatrix constructor creates a new DOMMatrix object which represents 4x4 matrices, suitable for 2D and 3D operations..
- DOMMatrix() - Constructor for class akasha.DOMMatrix
-
The DOMMatrix constructor creates a new DOMMatrix object which represents 4x4 matrices, suitable for 2D and 3D operations..
- DOMMatrix2DInit - Interface in akasha
-
- DOMMatrix2DInit.Builder - Interface in akasha
-
- DOMMatrixInit - Interface in akasha
-
- DOMMatrixInit.Builder - Interface in akasha
-
- DOMMatrixReadOnly - Class in akasha
-
The DOMMatrixReadOnly interface represents a read-only 4×4 matrix, suitable for 2D and 3D operations.
- DOMMatrixReadOnly(String) - Constructor for class akasha.DOMMatrixReadOnly
-
The DOMMatrixReadOnly constructor creates a new DOMMatrixReadOnly object which represents 4x4 matrices, suitable for 2D and 3D operations.
- DOMMatrixReadOnly(JsArray<Double>) - Constructor for class akasha.DOMMatrixReadOnly
-
The DOMMatrixReadOnly constructor creates a new DOMMatrixReadOnly object which represents 4x4 matrices, suitable for 2D and 3D operations.
- DOMMatrixReadOnly(double[]) - Constructor for class akasha.DOMMatrixReadOnly
-
The DOMMatrixReadOnly constructor creates a new DOMMatrixReadOnly object which represents 4x4 matrices, suitable for 2D and 3D operations.
- DOMMatrixReadOnly() - Constructor for class akasha.DOMMatrixReadOnly
-
The DOMMatrixReadOnly constructor creates a new DOMMatrixReadOnly object which represents 4x4 matrices, suitable for 2D and 3D operations.
- domOverlay(XRDOMOverlayInit) - Method in interface akasha.xr.XRSessionInit.Builder
-
- domOverlay() - Method in interface akasha.xr.XRSessionInit
-
- domOverlayState() - Method in class akasha.xr.XRSession
-
- DOMParser - Class in akasha
-
The DOMParser interface provides the ability to parse XML or HTML source code from a string into a DOM Document.
- DOMParser() - Constructor for class akasha.DOMParser
-
The DOMParser() constructor creates a new DOMParser object.
- DOMParserSupportedType - Annotation Type in akasha
-
- DOMParserSupportedType.Util - Class in akasha
-
- DOMPoint - Class in akasha
-
A DOMPoint object represents a 2D or 3D point in a coordinate system; it includes values for the coordinates in up to three dimensions, as well as an optional perspective value.
- DOMPoint(double, double, double, double) - Constructor for class akasha.DOMPoint
-
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
- DOMPoint(double, double, double) - Constructor for class akasha.DOMPoint
-
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
- DOMPoint(double, double) - Constructor for class akasha.DOMPoint
-
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
- DOMPoint(double) - Constructor for class akasha.DOMPoint
-
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
- DOMPoint() - Constructor for class akasha.DOMPoint
-
The DOMPoint() constructor creates and returns a new DOMPoint object, given the values for some or all of its properties.
- DOMPointInit - Interface in akasha
-
The static DOMPoint method fromPoint() creates and returns a new mutable DOMPoint object given a source point.
- DOMPointInit.Builder - Interface in akasha
-
The static DOMPoint method fromPoint() creates and returns a new mutable DOMPoint object given a source point.
- DOMPointReadOnly - Class in akasha
-
The DOMPointReadOnly interface specifies the coordinate and perspective fields used by DOMPoint to define a 2D or 3D point in a coordinate system.
- DOMPointReadOnly(double, double, double, double) - Constructor for class akasha.DOMPointReadOnly
-
The DOMPointReadOnly() constructor returns a new DOMPointReadOnly object representing a point in 2D or 3D space, optionally with perspective, whose values cannot be altered by script code.
- DOMPointReadOnly(double, double, double) - Constructor for class akasha.DOMPointReadOnly
-
The DOMPointReadOnly() constructor returns a new DOMPointReadOnly object representing a point in 2D or 3D space, optionally with perspective, whose values cannot be altered by script code.
- DOMPointReadOnly(double, double) - Constructor for class akasha.DOMPointReadOnly
-
The DOMPointReadOnly() constructor returns a new DOMPointReadOnly object representing a point in 2D or 3D space, optionally with perspective, whose values cannot be altered by script code.
- DOMPointReadOnly(double) - Constructor for class akasha.DOMPointReadOnly
-
The DOMPointReadOnly() constructor returns a new DOMPointReadOnly object representing a point in 2D or 3D space, optionally with perspective, whose values cannot be altered by script code.
- DOMPointReadOnly() - Constructor for class akasha.DOMPointReadOnly
-
The DOMPointReadOnly() constructor returns a new DOMPointReadOnly object representing a point in 2D or 3D space, optionally with perspective, whose values cannot be altered by script code.
- DOMQuad - Class in akasha
-
A DOMQuad is a collection of four DOMPoints defining the corners of an arbitrary quadrilateral.
- DOMQuad(DOMPointInit, DOMPointInit, DOMPointInit, DOMPointInit) - Constructor for class akasha.DOMQuad
-
- DOMQuad(DOMPointInit, DOMPointInit, DOMPointInit) - Constructor for class akasha.DOMQuad
-
- DOMQuad(DOMPointInit, DOMPointInit) - Constructor for class akasha.DOMQuad
-
- DOMQuad(DOMPointInit) - Constructor for class akasha.DOMQuad
-
- DOMQuad() - Constructor for class akasha.DOMQuad
-
- DOMQuadInit - Interface in akasha
-
- DOMQuadInit.Builder - Interface in akasha
-
- DOMRect - Class in akasha
-
A DOMRect describes the size and position of a rectangle.
- DOMRect(double, double, double, double) - Constructor for class akasha.DOMRect
-
The DOMRect() constructor creates a new DOMRect object.
- DOMRect(double, double, double) - Constructor for class akasha.DOMRect
-
The DOMRect() constructor creates a new DOMRect object.
- DOMRect(double, double) - Constructor for class akasha.DOMRect
-
The DOMRect() constructor creates a new DOMRect object.
- DOMRect(double) - Constructor for class akasha.DOMRect
-
The DOMRect() constructor creates a new DOMRect object.
- DOMRect() - Constructor for class akasha.DOMRect
-
The DOMRect() constructor creates a new DOMRect object.
- DOMRectInit - Interface in akasha
-
- DOMRectInit.Builder - Interface in akasha
-
- DOMRectList - Class in akasha
-
- DOMRectList() - Constructor for class akasha.DOMRectList
-
- DOMRectReadOnly - Class in akasha
-
The DOMRectReadOnly interface specifies the standard properties used by DOMRect to define a rectangle whose properties are immutable.
- DOMRectReadOnly(double, double, double, double) - Constructor for class akasha.DOMRectReadOnly
-
The DOMRectReadOnly() constructor creates a new DOMRectReadOnly object.
- DOMRectReadOnly(double, double, double) - Constructor for class akasha.DOMRectReadOnly
-
The DOMRectReadOnly() constructor creates a new DOMRectReadOnly object.
- DOMRectReadOnly(double, double) - Constructor for class akasha.DOMRectReadOnly
-
The DOMRectReadOnly() constructor creates a new DOMRectReadOnly object.
- DOMRectReadOnly(double) - Constructor for class akasha.DOMRectReadOnly
-
The DOMRectReadOnly() constructor creates a new DOMRectReadOnly object.
- DOMRectReadOnly() - Constructor for class akasha.DOMRectReadOnly
-
The DOMRectReadOnly() constructor creates a new DOMRectReadOnly object.
- DOMSTRING_SIZE_ERR - Static variable in class akasha.DOMException
-
- DOMStringList - Class in akasha
-
A type returned by some APIs which contains a list of DOMString (strings).
- DOMStringList() - Constructor for class akasha.DOMStringList
-
- DOMStringMap - Class in akasha
-
The DOMStringMap interface is used for the HTMLElement.dataset/SVGElement.dataset attribute, to represent data for custom attributes added to elements.
- DOMStringMap() - Constructor for class akasha.DOMStringMap
-
- DOMTokenList - Class in akasha
-
The DOMTokenList interface represents a set of space-separated tokens.
- DOMTokenList() - Constructor for class akasha.DOMTokenList
-
- DOMTokenList.Entry - Class in akasha
-
- DOMTokenList.ForEachCallback - Interface in akasha
-
- DOMTokenList.ForEachCallback2 - Interface in akasha
-
- DOMTokenList.ForEachCallback3 - Interface in akasha
-
- DONE - Static variable in class akasha.FileReader
-
- done - Static variable in annotation type akasha.idb.IDBRequestReadyState
-
- done(boolean) - Method in interface akasha.ReadableStreamBYOBReadResult.Builder
-
- done() - Method in interface akasha.ReadableStreamBYOBReadResult
-
- done(boolean) - Method in interface akasha.ReadableStreamDefaultReadResult.Builder
-
- done() - Method in interface akasha.ReadableStreamDefaultReadResult
-
- DONE - Static variable in class akasha.XMLHttpRequest
-
- DONT_CARE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DONT_CARE - Static variable in class akasha.gl.WebGLRenderingContext
-
- dotAll() - Method in class akasha.core.RegExp
-
The dotAll property indicates whether or not the "s" flag is used with the regular expression.
- DoubleOrDoubleArrayUnion - Interface in akasha
-
- DoubleRange - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- DoubleRange.Builder - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- download - Variable in class akasha.HTMLAnchorElement
-
The HTMLAnchorElement.download property is a DOMString indicating that the linked resource is intended to be downloaded rather than displayed in the browser.
- download - Variable in class akasha.HTMLAreaElement
-
- download - Variable in class akasha.svg.SVGAElement
-
- dp(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- dp() - Method in interface akasha.crypto.JsonWebKey
-
- dq(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- dq() - Method in interface akasha.crypto.JsonWebKey
-
- DragEvent - Class in akasha
-
The DragEvent interface is a DOM event that represents a drag and drop interaction.
- DragEvent(String, DragEventInit) - Constructor for class akasha.DragEvent
-
This constructor is used to create a synthetic DragEvent object.
- DragEvent(String) - Constructor for class akasha.DragEvent
-
This constructor is used to create a synthetic DragEvent object.
- DragEventHandler - Interface in akasha
-
Handle events of type DragEvent
- DragEventInit - Interface in akasha
-
- DragEventInit.Builder - Interface in akasha
-
- DragEventListener - Interface in akasha
-
Listener for events of type DragEvent
- draggable - Variable in class akasha.HTMLElement
-
- draw(int, int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- draw(int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- draw(int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- draw(int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- draw(int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- draw(int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- draw(int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- draw(int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- DRAW_BUFFER0 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER0_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER1 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER10 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER10_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER11 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER11_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER12 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER12_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER13 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER13_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER14 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER14_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER15 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER15_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER1_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER2_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER3_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER4_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER5 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER5_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER6 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER6_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER7 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER7_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER8_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_BUFFER9 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_BUFFER9_WEBGL - Static variable in class akasha.gl.WEBGL_draw_buffers
-
- DRAW_FRAMEBUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DRAW_FRAMEBUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- drawArrays(int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.drawArrays() method of the WebGL API renders primitives from array data.
- drawArrays(int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.drawArrays() method of the WebGL API renders primitives from array data.
- drawArraysInstanced(int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.drawArraysInstanced() method of the WebGL 2 API renders primitives from array data like the gl.drawArrays() method.
- drawArraysInstancedANGLE(int, int, int, int) - Method in class akasha.gl.ANGLE_instanced_arrays
-
The ANGLE_instanced_arrays.drawArraysInstancedANGLE() method of the WebGL API renders primitives from array data like the gl.drawArrays() method.
- drawBuffers(JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.drawBuffers() method of the WebGL 2 API defines draw buffers to which fragment colors are written into.
- drawBuffers(double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.drawBuffers() method of the WebGL 2 API defines draw buffers to which fragment colors are written into.
- drawBuffersWEBGL(JsArray<Double>) - Method in class akasha.gl.WEBGL_draw_buffers
-
The WEBGL_draw_buffers.drawBuffersWEBGL() method is part of the WebGL API and allows you to define the draw buffers to which all fragment colors are written.
- drawBuffersWEBGL(double...) - Method in class akasha.gl.WEBGL_draw_buffers
-
The WEBGL_draw_buffers.drawBuffersWEBGL() method is part of the WebGL API and allows you to define the draw buffers to which all fragment colors are written.
- drawElements(int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.drawElements() method of the WebGL API renders primitives from array data.
- drawElements(int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.drawElements() method of the WebGL API renders primitives from array data.
- DrawElementsDataType - Annotation Type in akasha.gl
-
- DrawElementsDataType.Util - Class in akasha.gl
-
- drawElementsInstanced(int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.drawElementsInstanced() method of the WebGL 2 API renders primitives from array data like the gl.drawElements() method.
- drawElementsInstancedANGLE(int, int, int, int, int) - Method in class akasha.gl.ANGLE_instanced_arrays
-
The ANGLE_instanced_arrays.drawElementsInstancedANGLE() method of the WebGL API renders primitives from array data like the gl.drawElements() method.
- drawFocusIfNeeded(Element) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.drawFocusIfNeeded() method of the Canvas 2D API draws a focus ring around the current or given path, if the specified element is focused.
- drawFocusIfNeeded(Path2D, Element) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.drawFocusIfNeeded() method of the Canvas 2D API draws a focus ring around the current or given path, if the specified element is focused.
- drawImage(CanvasImageSource, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.
- drawImage(CanvasImageSource, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.
- drawImage(CanvasImageSource, double, double, double, double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.
- drawImage(CanvasImageSource, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- drawImage(CanvasImageSource, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- drawImage(CanvasImageSource, double, double, double, double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- drawIndexed(int, int, int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- drawIndexed(int, int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- drawIndexed(int, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- drawIndexed(int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- drawIndexed(int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- drawIndexed(int, int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- drawIndexed(int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- drawIndexed(int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- drawIndexed(int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- drawIndexed(int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- drawIndexedIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- drawIndexedIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- drawIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- drawIndirect(GPUBuffer, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- drawingBufferHeight() - Method in class akasha.gl.WebGL2RenderingContext
-
The read-only WebGLRenderingContext.drawingBufferHeight property represents the actual height of the current drawing buffer.
- drawingBufferHeight() - Method in class akasha.gl.WebGLRenderingContext
-
The read-only WebGLRenderingContext.drawingBufferHeight property represents the actual height of the current drawing buffer.
- drawingBufferWidth() - Method in class akasha.gl.WebGL2RenderingContext
-
The read-only WebGLRenderingContext.drawingBufferWidth property represents the actual width of the current drawing buffer.
- drawingBufferWidth() - Method in class akasha.gl.WebGLRenderingContext
-
The read-only WebGLRenderingContext.drawingBufferWidth property represents the actual width of the current drawing buffer.
- DrawMode - Annotation Type in akasha.gl
-
- DrawMode.Util - Class in akasha.gl
-
- drawRangeElements(int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.drawRangeElements() method of the WebGL API renders primitives from array data in a given range.
- dropEffect - Variable in class akasha.DataTransfer
-
The DataTransfer.dropEffect property controls the feedback (typically visual) the user is given during a drag and drop operation.
- droppedEntriesCount(int) - Method in interface akasha.perf.PerformanceObserverCallbackOptions.Builder
-
- droppedEntriesCount() - Method in interface akasha.perf.PerformanceObserverCallbackOptions
-
- droppedVideoFrames() - Method in class akasha.VideoPlaybackQuality
-
The read-only droppedVideoFrames property of the VideoPlaybackQuality interface returns the number of video frames which have been dropped rather than being displayed since the last time the media was loaded into the HTMLVideoElement.
- dst - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- DST_ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DST_ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- dst_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- DST_COLOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DST_COLOR - Static variable in class akasha.gl.WebGLRenderingContext
-
- dstFactor(String) - Method in interface akasha.gpu.GPUBlendComponent.Builder
-
- dstFactor() - Method in interface akasha.gpu.GPUBlendComponent
-
- dtls_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailType
-
- dtlsCipher(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- dtlsCipher() - Method in interface akasha.rtc.RTCTransportStats
-
- dtlsState() - Method in interface akasha.rtc.RTCTransportStats
-
- dtlsState(String) - Method in interface akasha.rtc.RTCTransportStats.Step3
-
- dtmf() - Method in class akasha.rtc.RTCRtpSender
-
The read-only dtmf property on the RTCRtpSender interface returns a RTCDTMFSender object which can be used to send DTMF tones over the RTCPeerConnection.
- durability() - Method in class akasha.idb.IDBTransaction
-
- durability(String) - Method in interface akasha.idb.IDBTransactionOptions.Builder
-
- durability() - Method in interface akasha.idb.IDBTransactionOptions
-
- duration() - Method in class akasha.audio.AudioBuffer
-
A double.
- duration() - Method in class akasha.codecs.AudioData
-
- duration() - Method in class akasha.codecs.EncodedAudioChunk
-
- duration(int) - Method in interface akasha.codecs.EncodedAudioChunkInit.Builder
-
- duration() - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- duration() - Method in class akasha.codecs.EncodedVideoChunk
-
- duration(int) - Method in interface akasha.codecs.EncodedVideoChunkInit.Builder
-
- duration() - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- duration() - Method in class akasha.codecs.VideoFrame
-
- duration(int) - Method in interface akasha.codecs.VideoFrameBufferInit.Builder
-
- duration() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- duration(int) - Method in interface akasha.codecs.VideoFrameInit.Builder
-
- duration() - Method in interface akasha.codecs.VideoFrameInit
-
- duration(UnrestrictedDoubleOrStringUnion) - Method in interface akasha.ComputedEffectTiming.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(double) - Method in interface akasha.ComputedEffectTiming.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(String) - Method in interface akasha.ComputedEffectTiming.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(UnrestrictedDoubleOrStringUnion) - Method in interface akasha.EffectTiming.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(double) - Method in interface akasha.EffectTiming.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(String) - Method in interface akasha.EffectTiming.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration() - Method in interface akasha.EffectTiming
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration() - Method in class akasha.HTMLMediaElement
-
The read-only HTMLMediaElement property duration indicates the length of the element's media in seconds.
- duration(UnrestrictedDoubleOrStringUnion) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(double) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(String) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(UnrestrictedDoubleOrStringUnion) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(double) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration(String) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- duration - Variable in class akasha.media.MediaSource
-
The duration property of the MediaSource interface gets and sets the duration of the current media being presented.
- duration(UnrestrictedDoubleOrStringUnion) - Method in interface akasha.OptionalEffectTiming.Builder
-
- duration(double) - Method in interface akasha.OptionalEffectTiming.Builder
-
- duration(String) - Method in interface akasha.OptionalEffectTiming.Builder
-
- duration() - Method in interface akasha.OptionalEffectTiming
-
- duration() - Method in class akasha.perf.PerformanceEntry
-
The duration property returns a timestamp that is the duration of the performance entry.
- dx() - Method in class akasha.svg.SVGFEDropShadowElement
-
- dx() - Method in class akasha.svg.SVGFEOffsetElement
-
- dx() - Method in class akasha.svg.SVGTextPositioningElement
-
- dy() - Method in class akasha.svg.SVGFEDropShadowElement
-
- dy() - Method in class akasha.svg.SVGFEOffsetElement
-
- dy() - Method in class akasha.svg.SVGTextPositioningElement
-
- DYNAMIC_COPY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DYNAMIC_DRAW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DYNAMIC_DRAW - Static variable in class akasha.gl.WebGLRenderingContext
-
- DYNAMIC_READ - Static variable in class akasha.gl.WebGL2RenderingContext
-
- DynamicsCompressorNode - Class in akasha.audio
-
The DynamicsCompressorNode interface provides a compression effect, which lowers the volume of the loudest parts of the signal in order to help prevent clipping and distortion that can occur when multiple sounds are played and multiplexed together at once.
- DynamicsCompressorNode(BaseAudioContext, DynamicsCompressorOptions) - Constructor for class akasha.audio.DynamicsCompressorNode
-
The DynamicsCompressorNode() constructor creates a new DynamicsCompressorNode object which provides a compression effect, which lowers the volume of the loudest parts of the signal
- DynamicsCompressorNode(BaseAudioContext) - Constructor for class akasha.audio.DynamicsCompressorNode
-
The DynamicsCompressorNode() constructor creates a new DynamicsCompressorNode object which provides a compression effect, which lowers the volume of the loudest parts of the signal
- DynamicsCompressorOptions - Interface in akasha.audio
-
- DynamicsCompressorOptions.Builder - Interface in akasha.audio
-
- E - Static variable in class akasha.core.JsMath
-
The Math.E property represents Euler's number, the base of natural logarithms, e, which is approximately 2.718.
- e(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- e() - Method in interface akasha.crypto.JsonWebKey
-
- e - Variable in class akasha.DOMMatrix
-
- e(double) - Method in interface akasha.DOMMatrix2DInit.Builder
-
- e() - Method in interface akasha.DOMMatrix2DInit
-
- e(double) - Method in interface akasha.DOMMatrixInit.Builder
-
- e() - Method in class akasha.DOMMatrixReadOnly
-
- eac_r11snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- eac_r11unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- eac_rg11snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- eac_rg11unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- eager - Static variable in annotation type akasha.LoadingType
-
Load the resource immediately, regardless of whether or not the resource is currently within
the visible viewport (this is the default value).
- easing(String) - Method in interface akasha.BaseComputedKeyframe.Builder
-
- easing() - Method in interface akasha.BaseComputedKeyframe
-
- easing(String) - Method in interface akasha.BaseKeyframe.Builder
-
- easing() - Method in interface akasha.BaseKeyframe
-
- easing(StringOrStringArrayUnion) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- easing(String) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- easing(JsArray<String>) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- easing(String...) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- easing() - Method in interface akasha.BasePropertyIndexedKeyframe
-
- easing(String) - Method in interface akasha.ComputedEffectTiming.Builder
-
The EffectTiming dictionary's easing property in the Web Animations API specifies the timing function used to scale the time to produce easing effects, where easing is the rate of the animation's change over time.
- easing(String) - Method in interface akasha.EffectTiming.Builder
-
The EffectTiming dictionary's easing property in the Web Animations API specifies the timing function used to scale the time to produce easing effects, where easing is the rate of the animation's change over time.
- easing() - Method in interface akasha.EffectTiming
-
The EffectTiming dictionary's easing property in the Web Animations API specifies the timing function used to scale the time to produce easing effects, where easing is the rate of the animation's change over time.
- easing(String) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The EffectTiming dictionary's easing property in the Web Animations API specifies the timing function used to scale the time to produce easing effects, where easing is the rate of the animation's change over time.
- easing(String) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The EffectTiming dictionary's easing property in the Web Animations API specifies the timing function used to scale the time to produce easing effects, where easing is the rate of the animation's change over time.
- easing(String) - Method in interface akasha.OptionalEffectTiming.Builder
-
- easing() - Method in interface akasha.OptionalEffectTiming
-
- EcdhKeyDeriveParams - Interface in akasha.crypto
-
The EcdhKeyDeriveParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.deriveKey(), when using the ECDH algorithm.
- EcdhKeyDeriveParams.Step1 - Interface in akasha.crypto
-
- EcdsaParams - Interface in akasha.crypto
-
The EcdsaParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.sign() or SubtleCrypto.verify() when using the ECDSA algorithm.
- EcdsaParams.Step1 - Interface in akasha.crypto
-
- echoCancellation(JsArray<Boolean>) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- echoCancellation(Boolean...) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- echoCancellation() - Method in interface akasha.media.MediaTrackCapabilities
-
- echoCancellation(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- echoCancellation(boolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- echoCancellation(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- echoCancellation(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- echoCancellation(boolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- echoCancellation(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- echoCancellation() - Method in interface akasha.media.MediaTrackConstraintSet
-
- echoCancellation(boolean) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's echoCancellation property is a Boolean value whose value indicates whether or not echo cancellation is enabled on an audio track.
- echoCancellation() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's echoCancellation property is a Boolean value whose value indicates whether or not echo cancellation is enabled on an audio track.
- echoCancellation(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's echoCancellation property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the echoCancellation constraint.
- echoCancellation() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's echoCancellation property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the echoCancellation constraint.
- echoReturnLoss(double) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- echoReturnLoss() - Method in interface akasha.rtc.RTCAudioSenderStats
-
- echoReturnLoss(double) - Method in interface akasha.rtc.RTCAudioSourceStats.Builder
-
- echoReturnLoss() - Method in interface akasha.rtc.RTCAudioSourceStats
-
- echoReturnLoss(double) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- echoReturnLossEnhancement(double) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- echoReturnLossEnhancement() - Method in interface akasha.rtc.RTCAudioSenderStats
-
- echoReturnLossEnhancement(double) - Method in interface akasha.rtc.RTCAudioSourceStats.Builder
-
- echoReturnLossEnhancement() - Method in interface akasha.rtc.RTCAudioSourceStats
-
- echoReturnLossEnhancement(double) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- EcKeyAlgorithm - Interface in akasha.crypto
-
- EcKeyAlgorithm.Step1 - Interface in akasha.crypto
-
- EcKeyGenParams - Interface in akasha.crypto
-
The EcKeyGenParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.generateKey(), when generating any elliptic-curve-based key pair: that is, when the algorithm is identified as either of ECDSA or ECDH.
- EcKeyGenParams.Step1 - Interface in akasha.crypto
-
- EcKeyImportParams - Interface in akasha.crypto
-
A DOMString.
- EcKeyImportParams.Step1 - Interface in akasha.crypto
-
- edgeMode() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- edgeMode() - Method in class akasha.svg.SVGFEGaussianBlurElement
-
- effect - Variable in class akasha.Animation
-
The Animation.effect property of the Web Animations API gets and sets the target effect of an animation.
- effectAllowed - Variable in class akasha.DataTransfer
-
The DataTransfer.effectAllowed property specifies the effect that is allowed for a drag operation.
- effectiveDirective() - Method in class akasha.CSPViolationReportBody
-
- effectiveDirective() - Method in class akasha.SecurityPolicyViolationEvent
-
The effectiveDirective read-only property of the SecurityPolicyViolationEvent interface is a DOMString representing the directive whose enforcement uncovered the violation.
- effectiveDirective() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- effectiveDirective(String) - Method in interface akasha.SecurityPolicyViolationEventInit.Step2
-
- EffectTiming - Interface in akasha
-
The KeyframeEffect() constructor of the Web Animations API returns a new KeyframeEffect object instance, and also allows you to clone an existing keyframe effect object instance.
- EffectTiming.Builder - Interface in akasha
-
The KeyframeEffect() constructor of the Web Animations API returns a new KeyframeEffect object instance, and also allows you to clone an existing keyframe effect object instance.
- elapsedTime() - Method in class akasha.AnimationEvent
-
The AnimationEvent.elapsedTime read-only property is a float giving the amount of time the animation has been running, in seconds, when this event fired, excluding any time the animation was paused.
- elapsedTime(double) - Method in interface akasha.AnimationEventInit.Builder
-
- elapsedTime() - Method in interface akasha.AnimationEventInit
-
- elapsedTime(float) - Method in interface akasha.speech.SpeechSynthesisErrorEventInit.Builder
-
- elapsedTime() - Method in class akasha.speech.SpeechSynthesisEvent
-
The elapsedTime read-only property of the SpeechSynthesisUtterance interface returns the elapsed time in seconds after the SpeechSynthesisUtterance.text started being spoken that the event was triggered at.
- elapsedTime(float) - Method in interface akasha.speech.SpeechSynthesisEventInit.Builder
-
- elapsedTime() - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- elapsedTime() - Method in class akasha.TransitionEvent
-
The TransitionEvent.elapsedTime read-only property is a float giving the amount of time the animation has been running, in seconds, when this event fired.
- elapsedTime(double) - Method in interface akasha.TransitionEventInit.Builder
-
- elapsedTime() - Method in interface akasha.TransitionEventInit
-
- element() - Method in class akasha.CSSPseudoElement
-
The element read-only property of the CSSPseudoElement interface returns a reference to the originating element of the pseudo-element, in other words its parent element.
- Element - Class in akasha
-
Element is the most general base class from which all element objects (i.e.
- Element() - Constructor for class akasha.Element
-
- element(String) - Static method in interface akasha.wasm.TableDescriptor
-
- element() - Method in interface akasha.wasm.TableDescriptor
-
- ELEMENT_ARRAY_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ELEMENT_ARRAY_BUFFER - Static variable in class akasha.gl.WebGLRenderingContext
-
- ELEMENT_ARRAY_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ELEMENT_ARRAY_BUFFER_BINDING - Static variable in class akasha.gl.WebGLRenderingContext
-
- ELEMENT_NODE - Static variable in class akasha.Node
-
- ElementCreationOptions - Interface in akasha
-
- ElementCreationOptions.Builder - Interface in akasha
-
- ElementDefinitionOptions - Interface in akasha
-
- ElementDefinitionOptions.Builder - Interface in akasha
-
- elementFromPoint(double, double) - Method in class akasha.Document
-
- ElementInternals - Class in akasha
-
The ElementInternals interface of the Document_Object_Model gives web developers a way to allow custom elements to fully participate in HTML forms.
- ElementInternals() - Constructor for class akasha.ElementInternals
-
- ElementOrCSSPseudoElementUnion - Interface in akasha
-
- elements() - Method in class akasha.HTMLFieldSetElement
-
- elements() - Method in class akasha.HTMLFormElement
-
The HTMLFormElement property elements returns an HTMLFormControlsCollection listing all the form controls contained in the form element.
- elementsFromPoint(double, double) - Method in class akasha.Document
-
- elevation() - Method in class akasha.svg.SVGFEDistantLightElement
-
- ellipse(double, double, double, double, double, double, double, boolean) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.ellipse() method of the Canvas 2D API adds an elliptical arc to the current sub-path.
- ellipse(double, double, double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.ellipse() method of the Canvas 2D API adds an elliptical arc to the current sub-path.
- ellipse(double, double, double, double, double, double, double, boolean) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- ellipse(double, double, double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- ellipse(double, double, double, double, double, double, double, boolean) - Method in class akasha.Path2D
-
- ellipse(double, double, double, double, double, double, double) - Method in class akasha.Path2D
-
- email - Static variable in annotation type akasha.AutocompleteType
-
An email address.
- email - Static variable in annotation type akasha.InputModeType
-
A virtual keyboard optimized for entering email addresses.
- email - Static variable in annotation type akasha.InputType
-
A field for editing an email address.
- embed - Static variable in annotation type akasha.RequestDestination
-
- embeds() - Method in class akasha.Document
-
The embeds read-only property of the Document interface returns a list of the embedded object elements within the current document.
- emHeightAscent() - Method in class akasha.TextMetrics
-
The read-only emHeightAscent property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline property to the top of the em square in the line box, in CSS pixels.
- emHeightDescent() - Method in class akasha.TextMetrics
-
The read-only emHeightDescent property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline property to the bottom of the em square in the line box, in CSS pixels.
- EMPTY - Static variable in class akasha.FileReader
-
- empty() - Method in class akasha.Selection
-
The Selection.removeAllRanges() method removes all ranges from the selection, leaving the anchorNode and focusNode properties equal to null and leaving nothing selected.
- emulatedPosition() - Method in class akasha.xr.XRPose
-
The emulatedPosition read-only attribute of the XRPose interface is a Boolean value indicating whether or not both the the position component of the pose's transform is directly taken from the XR device, or it's simulated or computed based on other sources.
- enable(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.enable() method of the WebGL API enables specific WebGL capabilities for this context.
- enable(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.enable() method of the WebGL API enables specific WebGL capabilities for this context.
- enable() - Method in class akasha.NavigationPreloadManager
-
- enabled - Variable in class akasha.AudioTrack
-
The AudioTrack property enabled specifies whether or not the described audio track is currently enabled for use.
- enabled - Variable in class akasha.media.MediaStreamTrack
-
The enabled property on the MediaStreamTrack interface is a Boolean value which is true if the track is allowed to render the source stream or false if it is not.
- enabled(boolean) - Method in interface akasha.NavigationPreloadState.Builder
-
- enabled() - Method in interface akasha.NavigationPreloadState
-
- enabledPlugin() - Method in class akasha.MimeType
-
- enableHighAccuracy(boolean) - Method in interface akasha.PositionOptions.Builder
-
The PositionOptions.enableHighAccuracy property is a Boolean that indicates the application would like to receive the best possible results.
- enableHighAccuracy() - Method in interface akasha.PositionOptions
-
The PositionOptions.enableHighAccuracy property is a Boolean that indicates the application would like to receive the best possible results.
- enableVertexAttribArray(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext method enableVertexAttribArray(), part of the WebGL API, turns on the generic vertex attribute array at the specified index into the list of attribute arrays.
- enableVertexAttribArray(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext method enableVertexAttribArray(), part of the WebGL API, turns on the generic vertex attribute array at the specified index into the list of attribute arrays.
- encode(AudioData) - Method in class akasha.codecs.AudioEncoder
-
- encode(VideoFrame, VideoEncoderEncodeOptions) - Method in class akasha.codecs.VideoEncoder
-
- encode(VideoFrame) - Method in class akasha.codecs.VideoEncoder
-
- encode - Static variable in annotation type akasha.rtc.RTCCodecType
-
- encode(String) - Method in class akasha.TextEncoder
-
The TextEncoder.prototype.encode() method takes a USVString as input, and returns a Uint8Array containing the text given in parameters encoded with the specific method for that TextEncoder object.
- encode() - Method in class akasha.TextEncoder
-
The TextEncoder.prototype.encode() method takes a USVString as input, and returns a Uint8Array containing the text given in parameters encoded with the specific method for that TextEncoder object.
- EncodedAudioChunk - Class in akasha.codecs
-
The EncodedAudioChunk interface of the WebCodecs API represents a chunk of encoded audio data.
- EncodedAudioChunk(EncodedAudioChunkInit) - Constructor for class akasha.codecs.EncodedAudioChunk
-
- EncodedAudioChunkInit - Interface in akasha.codecs
-
- EncodedAudioChunkInit.Builder - Interface in akasha.codecs
-
- EncodedAudioChunkInit.Step1 - Interface in akasha.codecs
-
- EncodedAudioChunkInit.Step2 - Interface in akasha.codecs
-
- EncodedAudioChunkMetadata - Interface in akasha.codecs
-
- EncodedAudioChunkMetadata.Builder - Interface in akasha.codecs
-
- EncodedAudioChunkOutputCallback - Interface in akasha.codecs
-
- EncodedAudioChunkType - Annotation Type in akasha.codecs
-
- EncodedAudioChunkType.Util - Class in akasha.codecs
-
- encodedBodySize() - Method in class akasha.perf.PerformanceResourceTiming
-
The encodedBodySize read-only property represents the size (in octets) received from the fetch (HTTP or cache), of the payload body, before removing any applied content-codings.
- EncodedVideoChunk - Class in akasha.codecs
-
The EncodedVideoChunk interface of the WebCodecs API represents a chunk of encoded video data.
- EncodedVideoChunk(EncodedVideoChunkInit) - Constructor for class akasha.codecs.EncodedVideoChunk
-
- EncodedVideoChunkInit - Interface in akasha.codecs
-
- EncodedVideoChunkInit.Builder - Interface in akasha.codecs
-
- EncodedVideoChunkInit.Step1 - Interface in akasha.codecs
-
- EncodedVideoChunkInit.Step2 - Interface in akasha.codecs
-
- EncodedVideoChunkMetadata - Interface in akasha.codecs
-
- EncodedVideoChunkMetadata.Builder - Interface in akasha.codecs
-
- EncodedVideoChunkOutputCallback - Interface in akasha.codecs
-
- EncodedVideoChunkType - Annotation Type in akasha.codecs
-
- EncodedVideoChunkType.Util - Class in akasha.codecs
-
- encodeInto(String, Uint8Array) - Method in class akasha.TextEncoder
-
The TextEncoder.prototype.encodeInto() method takes a USVString to encode and a destination Uint8Array to put resulting UTF-8 encoded text into, and returns a dictionary object indicating the progress of the encoding.
- encodeQueueSize() - Method in class akasha.codecs.AudioEncoder
-
- encodeQueueSize() - Method in class akasha.codecs.VideoEncoder
-
- encoderImplementation(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- encoderImplementation() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- encodeURI(String) - Static method in class akasha.Global
-
The encodeURI() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two "surrogate" characters).
- encodeURIComponent(String) - Static method in class akasha.Global
-
The encodeURIComponent() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two "surrogate" characters).
- encoding - Variable in class akasha.HTMLFormElement
-
The HTMLFormElement.encoding property is an alternative name for the enctype element on the DOM HTMLFormElement object.
- encoding() - Method in class akasha.TextDecoder
-
The TextDecoder.prototype.encoding read-only property returns a DOMString containing the name of the decoding algorithm used by the specific decoder.
- encoding() - Method in class akasha.TextDecoderStream
-
- encoding() - Method in class akasha.TextEncoder
-
The TextEncoder.encoding read-only property returns a DOMString containing the name of the encoding algorithm used by the specific encoder.
- encoding() - Method in class akasha.TextEncoderStream
-
- encodings() - Method in interface akasha.rtc.RTCRtpSendParameters
-
- encodings(JsArray<RTCRtpEncodingParameters>) - Method in interface akasha.rtc.RTCRtpSendParameters.Step4
-
- encodings(RTCRtpEncodingParameters...) - Method in interface akasha.rtc.RTCRtpSendParameters.Step4
-
- encrypt - Static variable in annotation type akasha.crypto.KeyUsage
-
- encrypt(AlgorithmIdentifier, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The encrypt() method of the SubtleCrypto interface encrypts data.
- encrypt(JsObject, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The encrypt() method of the SubtleCrypto interface encrypts data.
- encrypt(String, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The encrypt() method of the SubtleCrypto interface encrypts data.
- encrypted(boolean) - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters.Builder
-
- encrypted() - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters
-
- enctype - Variable in class akasha.HTMLFormElement
-
The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form to the server.
- end - Static variable in annotation type akasha.AlignSetting
-
- end - Static variable in annotation type akasha.CanvasTextAlign
-
- end() - Method in class akasha.gpu.GPUComputePassEncoder
-
- end - Static variable in annotation type akasha.gpu.GPUComputePassTimestampLocation
-
- end() - Method in class akasha.gpu.GPURenderPassEncoder
-
- end - Static variable in annotation type akasha.gpu.GPURenderPassTimestampLocation
-
- end - Static variable in annotation type akasha.LineAlignSetting
-
- end - Static variable in annotation type akasha.ScrollLogicalPosition
-
- end - Static variable in annotation type akasha.SelectionMode
-
- end(int) - Method in class akasha.TimeRanges
-
Returns the time offset at which a specified time range ends.
- end() - Method in class akasha.xr.XRSession
-
The end() method shuts down the XRSession on which it's called, returning a promise which resolves once the session has fully shut down.
- END_TO_END - Static variable in class akasha.Range
-
- END_TO_START - Static variable in class akasha.Range
-
- endContainer() - Method in class akasha.AbstractRange
-
The endContainer property of the AbstractRange interface returns the Node in which the end of the range is located.
- endContainer() - Method in interface akasha.StaticRangeInit
-
- endContainer(Node) - Method in interface akasha.StaticRangeInit.Step2
-
- endDelay(double) - Method in interface akasha.ComputedEffectTiming.Builder
-
The endDelay property of the EffectTiming dictionary (part of the Web Animations API) indicates the number of milliseconds to delay after the active period of an animation sequence.
- endDelay(double) - Method in interface akasha.EffectTiming.Builder
-
The endDelay property of the EffectTiming dictionary (part of the Web Animations API) indicates the number of milliseconds to delay after the active period of an animation sequence.
- endDelay() - Method in interface akasha.EffectTiming
-
The endDelay property of the EffectTiming dictionary (part of the Web Animations API) indicates the number of milliseconds to delay after the active period of an animation sequence.
- endDelay(double) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The endDelay property of the EffectTiming dictionary (part of the Web Animations API) indicates the number of milliseconds to delay after the active period of an animation sequence.
- endDelay(double) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The endDelay property of the EffectTiming dictionary (part of the Web Animations API) indicates the number of milliseconds to delay after the active period of an animation sequence.
- endDelay(double) - Method in interface akasha.OptionalEffectTiming.Builder
-
- endDelay() - Method in interface akasha.OptionalEffectTiming
-
- ended() - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement.ended indicates whether the media element has ended playback.
- ended - Static variable in annotation type akasha.media.MediaStreamTrackState
-
- ended - Static variable in annotation type akasha.media.ReadyState
-
- ended(boolean) - Method in interface akasha.rtc.RTCAudioHandlerStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCMediaHandlerStats.Builder
-
- ended() - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- ended(boolean) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCVideoHandlerStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- ended(boolean) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- endings(String) - Method in interface akasha.BlobPropertyBag.Builder
-
- endings() - Method in interface akasha.BlobPropertyBag
-
- endings(String) - Method in interface akasha.FilePropertyBag.Builder
-
- EndingType - Annotation Type in akasha
-
- EndingType.Util - Class in akasha
-
- endOcclusionQuery() - Method in class akasha.gpu.GPURenderPassEncoder
-
- endOffset() - Method in class akasha.AbstractRange
-
The endOffset property of the AbstractRange interface returns the offset into the end node of the range's end position.
- endOffset() - Method in interface akasha.StaticRangeInit
-
- endOffset(int) - Method in interface akasha.StaticRangeInit.Step3
-
- endOfStream(String) - Method in class akasha.media.MediaSource
-
The endOfStream() method of the MediaSource interface signals the end of the stream.
- endOfStream() - Method in class akasha.media.MediaSource
-
The endOfStream() method of the MediaSource interface signals the end of the stream.
- EndOfStreamError - Annotation Type in akasha.media
-
- EndOfStreamError.Util - Class in akasha.media
-
- endpoint() - Method in class akasha.PushSubscription
-
The endpoint read-only property of the PushSubscription interface returns a USVString containing the endpoint associated with the push subscription.
- endpoint(String) - Method in interface akasha.PushSubscriptionJSON.Builder
-
- endpoint() - Method in interface akasha.PushSubscriptionJSON
-
- endpoint - Static variable in annotation type akasha.usb.USBRecipient
-
- endpointNumber() - Method in class akasha.usb.USBEndpoint
-
- endpoints() - Method in class akasha.usb.USBAlternateInterface
-
- endQuery(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.endQuery() method of the WebGL 2 API marks the end of a given query target.
- endQueryEXT(int) - Method in class akasha.gl.EXT_disjoint_timer_query
-
- endsWith(String, int) - Method in class akasha.core.JsString
-
The endsWith() method determines whether a string ends with the characters of a specified string, returning true or false as appropriate.
- endsWith(String) - Method in class akasha.core.JsString
-
The endsWith() method determines whether a string ends with the characters of a specified string, returning true or false as appropriate.
- endTime(double) - Method in interface akasha.ComputedEffectTiming.Builder
-
- endTime() - Method in interface akasha.ComputedEffectTiming
-
- endTime - Variable in class akasha.TextTrackCue
-
- endTransformFeedback() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.endTransformFeedback() method of the WebGL 2 API ends a transform feedback operation.
- enforce - Static variable in annotation type akasha.SecurityPolicyViolationEventDisposition
-
- enqueue(ArrayBufferView) - Method in class akasha.ReadableByteStreamController
-
- enqueue(Object) - Method in class akasha.ReadableStreamDefaultController
-
- enqueue() - Method in class akasha.ReadableStreamDefaultController
-
- enqueue(Object) - Method in class akasha.TransformStreamDefaultController
-
- enqueue() - Method in class akasha.TransformStreamDefaultController
-
- enterKeyHint - Variable in class akasha.HTMLElement
-
- enterprise - Static variable in annotation type akasha.AttestationConveyancePreference
-
- ENTITY_NODE - Static variable in class akasha.Node
-
- ENTITY_REFERENCE_NODE - Static variable in class akasha.Node
-
- entityTypes(JsArray<String>) - Method in interface akasha.xr.XRHitTestOptionsInit.Builder
-
- entityTypes() - Method in interface akasha.xr.XRHitTestOptionsInit
-
- entityTypes(JsArray<String>) - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit.Builder
-
- entityTypes() - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit
-
- entries() - Method in class akasha.audio.AudioParamMap
-
- entries() - Method in class akasha.bluetooth.BluetoothManufacturerDataMap
-
- entries() - Method in class akasha.bluetooth.BluetoothServiceDataMap
-
- entries() - Method in class akasha.core.Float32Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.Float64Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.Int16Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.Int32Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.Int8Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.JsMap
-
The entries() method returns a new Iterator object that contains the [key, value] pairs for each element in the Map object in insertion order.
- entries(Object) - Static method in class akasha.core.JsObject
-
The Object.entries() method returns an array of a given object's own enumerable string-keyed property [key, value] pairs, in the same order as that provided by a for...in loop.
- entries() - Method in class akasha.core.JsSet
-
The entries() method returns a new Iterator object that contains an array of [value, value] for each element in the Set object, in insertion order.
- entries() - Method in class akasha.core.RegExpGroups
-
- entries() - Method in class akasha.core.Uint16Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.Uint32Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.Uint8Array
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.core.Uint8ClampedArray
-
The entries() method returns a new Array iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.CSSFontFeatureValuesMap
-
- entries() - Method in class akasha.DOMTokenList
-
The DOMTokenList.entries() method returns an iterator allowing you to go through all key/value pairs contained in this object.
- entries() - Method in class akasha.FormData
-
The FormData.entries() method returns an iterator allowing to go through all key/value pairs contained in this object.
- entries() - Method in interface akasha.gpu.GPUBindGroupDescriptor
-
- entries(JsArray<GPUBindGroupEntry>) - Method in interface akasha.gpu.GPUBindGroupDescriptor.Step1
-
- entries(GPUBindGroupEntry...) - Method in interface akasha.gpu.GPUBindGroupDescriptor.Step1
-
- entries(JsArray<GPUBindGroupLayoutEntry>) - Static method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
-
- entries(GPUBindGroupLayoutEntry...) - Static method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
-
- entries() - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
-
- entries() - Method in class akasha.gpu.GPUSupportedFeatures
-
- entries() - Method in class akasha.Headers
-
The Headers.entries() method returns an iterator allowing to go through all key/value pairs contained in this object.
- entries() - Method in class akasha.lang.JsArray
-
The entries() method returns a new Array Iterator object that contains the key/value pairs for each index in the array.
- entries() - Method in class akasha.MediaKeyStatusMap
-
The entries() read-only property of the MediaKeyStatusMap interface returns a new Iterator object, containing an array of [key, value] pairs for each element in the status map, in insertion order.
- entries() - Method in class akasha.midi.MIDIInputMap
-
- entries() - Method in class akasha.midi.MIDIOutputMap
-
- entries() - Method in class akasha.NodeList
-
The NodeList.entries() method returns an iterator allowing to go through all key/value pairs contained in this object.
- entries() - Method in class akasha.rtc.RTCStatsReport
-
- entries() - Method in class akasha.URLSearchParams
-
The entries() method of the URLSearchParams interface returns an iterator allowing iteration through all key/value pairs contained in this object.
- entries() - Method in class akasha.xr.XRAnchorSet
-
- entries() - Method in class akasha.xr.XRHand
-
- entries() - Method in class akasha.xr.XRInputSourceArray
-
The XRInputSourceArray interface's entries() method returns a JavaScript iterator which can then be used to iterate over the key/value pairs in the input source array.
- Entry() - Constructor for class akasha.audio.AudioParamMap.Entry
-
- Entry() - Constructor for class akasha.bluetooth.BluetoothManufacturerDataMap.Entry
-
- Entry() - Constructor for class akasha.bluetooth.BluetoothServiceDataMap.Entry
-
- Entry() - Constructor for class akasha.core.Float32Array.Entry
-
- Entry() - Constructor for class akasha.core.Float64Array.Entry
-
- Entry() - Constructor for class akasha.core.Int16Array.Entry
-
- Entry() - Constructor for class akasha.core.Int32Array.Entry
-
- Entry() - Constructor for class akasha.core.Int8Array.Entry
-
- Entry() - Constructor for class akasha.core.JsMap.Entry
-
- Entry() - Constructor for class akasha.core.JsWeakMap.Entry
-
- Entry() - Constructor for class akasha.core.RegExpGroups.Entry
-
- Entry() - Constructor for class akasha.core.Uint16Array.Entry
-
- Entry() - Constructor for class akasha.core.Uint32Array.Entry
-
- Entry() - Constructor for class akasha.core.Uint8Array.Entry
-
- Entry() - Constructor for class akasha.core.Uint8ClampedArray.Entry
-
- Entry() - Constructor for class akasha.CSSFontFeatureValuesMap.Entry
-
- Entry() - Constructor for class akasha.DOMTokenList.Entry
-
- Entry() - Constructor for class akasha.FormData.Entry
-
- Entry() - Constructor for class akasha.gpu.GPUSupportedFeatures.Entry
-
- Entry() - Constructor for class akasha.Headers.Entry
-
- Entry() - Constructor for class akasha.lang.JsArray.Entry
-
- Entry() - Constructor for class akasha.MediaKeyStatusMap.Entry
-
- Entry() - Constructor for class akasha.midi.MIDIInputMap.Entry
-
- Entry() - Constructor for class akasha.midi.MIDIOutputMap.Entry
-
- Entry() - Constructor for class akasha.NodeList.Entry
-
- Entry() - Constructor for class akasha.rtc.RTCStatsReport.Entry
-
- Entry() - Constructor for class akasha.URLSearchParams.Entry
-
- Entry() - Constructor for class akasha.xr.XRAnchorSet.Entry
-
- Entry() - Constructor for class akasha.xr.XRHand.Entry
-
- Entry() - Constructor for class akasha.xr.XRInputSourceArray.Entry
-
- entryPoint(String) - Method in interface akasha.gpu.GPUFragmentState.Step1
-
- entryPoint() - Method in interface akasha.gpu.GPUProgrammableStage
-
- entryPoint(String) - Method in interface akasha.gpu.GPUProgrammableStage.Step1
-
- entryPoint(String) - Method in interface akasha.gpu.GPUVertexState.Step1
-
- entryType() - Method in class akasha.perf.PerformanceEntry
-
The entryType property returns a DOMString representing the type of performance metric such as, for example, "mark".
- entryTypes(JsArray<String>) - Method in interface akasha.perf.PerformanceObserverInit.Builder
-
- entryTypes(String...) - Method in interface akasha.perf.PerformanceObserverInit.Builder
-
- entryTypes() - Method in interface akasha.perf.PerformanceObserverInit
-
- enumerable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
-
- enumerable() - Method in interface akasha.core.ObjectPropertyDescriptor
-
- enumerateDevices() - Method in class akasha.media.MediaDevices
-
The MediaDevices method enumerateDevices() requests a list of the available media input and output devices, such as microphones, cameras, headsets, and so forth.
- environment - Static variable in annotation type akasha.media.VideoFacingModeEnum
-
- environmentBlendMode() - Method in class akasha.xr.XRSession
-
The XRSession interface's read-only environmentBlendMode property identifies if—and to what degree—the computer-generated imagery is overlaid atop the real world.
- EPSILON - Static variable in class akasha.core.JsNumber
-
The Number.EPSILON property represents the difference between 1 and the smallest floating point number greater than 1.
- EQUAL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- EQUAL - Static variable in class akasha.gl.WebGLRenderingContext
-
- equal - Static variable in annotation type akasha.gpu.GPUCompareFunction
-
- equalpower - Static variable in annotation type akasha.audio.PanningModelType
-
- error() - Method in interface akasha.codecs.AudioDecoderInit
-
- error(WebCodecsErrorCallback) - Method in interface akasha.codecs.AudioDecoderInit.Step1
-
- error() - Method in interface akasha.codecs.AudioEncoderInit
-
- error(WebCodecsErrorCallback) - Method in interface akasha.codecs.AudioEncoderInit.Step1
-
- error() - Method in interface akasha.codecs.VideoDecoderInit
-
- error(WebCodecsErrorCallback) - Method in interface akasha.codecs.VideoDecoderInit.Step1
-
- error() - Method in interface akasha.codecs.VideoEncoderInit
-
- error(WebCodecsErrorCallback) - Method in interface akasha.codecs.VideoEncoderInit.Step1
-
- error(Object...) - Static method in class akasha.Console
-
Outputs an error message to the Web Console.
- error() - Method in class akasha.ErrorEvent
-
- error(Object) - Method in interface akasha.ErrorEventInit.Builder
-
- error() - Method in interface akasha.ErrorEventInit
-
- error() - Method in class akasha.FileReader
-
The FileReader error property returns the error that occurred while reading the file.
- error - Static variable in annotation type akasha.gpu.GPUCompilationMessageType
-
- error() - Method in class akasha.gpu.GPUUncapturedErrorEvent
-
- error(GPUError) - Static method in interface akasha.gpu.GPUUncapturedErrorEventInit
-
- error() - Method in interface akasha.gpu.GPUUncapturedErrorEventInit
-
- error() - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement.error is the MediaError object for the most recent error, or null if there has not been an error.
- ERROR - Static variable in class akasha.HTMLTrackElement
-
- error() - Method in class akasha.idb.IDBRequest
-
A DOMError containing the relevant error.
- error() - Method in class akasha.idb.IDBTransaction
-
A DOMError containing the relevant error.
- error() - Method in class akasha.media.MediaRecorderErrorEvent
-
The read-only error property in the MediaRecorderErrorEvent interface is a DOMException object providing details about the exception that was thrown by a MediaRecorder instance.
- error(DOMException) - Static method in interface akasha.media.MediaRecorderErrorEventInit
-
- error() - Method in interface akasha.media.MediaRecorderErrorEventInit
-
- error(Object) - Method in class akasha.ReadableByteStreamController
-
- error() - Method in class akasha.ReadableByteStreamController
-
- error(Object) - Method in class akasha.ReadableStreamDefaultController
-
- error() - Method in class akasha.ReadableStreamDefaultController
-
- error - Static variable in annotation type akasha.RequestRedirect
-
- error() - Static method in class akasha.Response
-
The error() method of the Response interface returns a new Response object associated with a network error.
- error - Static variable in annotation type akasha.ResponseType
-
- error() - Method in class akasha.rtc.RTCErrorEvent
-
The read-only RTCErrorEvent property error contains an RTCError object describing the details of the error which the event is announcing.
- error(RTCError) - Static method in interface akasha.rtc.RTCErrorEventInit
-
- error() - Method in interface akasha.rtc.RTCErrorEventInit
-
- error() - Method in class akasha.speech.SpeechRecognitionErrorEvent
-
The error read-only property of the SpeechRecognitionErrorEvent interface returns the type of error raised.
- error(String) - Static method in interface akasha.speech.SpeechRecognitionErrorEventInit
-
- error() - Method in interface akasha.speech.SpeechRecognitionErrorEventInit
-
- error() - Method in class akasha.speech.SpeechSynthesisErrorEvent
-
The error property of the SpeechSynthesisErrorEvent interface returns an error code indicating what has gone wrong with a speech synthesis attempt.
- error() - Method in interface akasha.speech.SpeechSynthesisErrorEventInit
-
- error(String) - Method in interface akasha.speech.SpeechSynthesisErrorEventInit.Step1
-
- error(Object) - Method in class akasha.TransformStreamDefaultController
-
- error() - Method in class akasha.TransformStreamDefaultController
-
- error(Object) - Method in class akasha.WritableStreamDefaultController
-
- error() - Method in class akasha.WritableStreamDefaultController
-
- errorCode() - Method in class akasha.rtc.RTCPeerConnectionIceErrorEvent
-
- errorCode(int) - Static method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- errorCode() - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- errorDetail() - Method in class akasha.rtc.RTCError
-
- errorDetail(String) - Static method in interface akasha.rtc.RTCErrorInit
-
- errorDetail() - Method in interface akasha.rtc.RTCErrorInit
-
- ErrorEvent - Class in akasha
-
The ErrorEvent interface represents events providing information related to errors in scripts or in files.
- ErrorEvent(String, ErrorEventInit) - Constructor for class akasha.ErrorEvent
-
- ErrorEvent(String) - Constructor for class akasha.ErrorEvent
-
- ErrorEventHandler - Interface in akasha
-
Handle events of type ErrorEvent
- ErrorEventInit - Interface in akasha
-
- ErrorEventInit.Builder - Interface in akasha
-
- ErrorEventListener - Interface in akasha
-
Listener for events of type ErrorEvent
- errors() - Method in class akasha.core.AggregateError
-
- errorText() - Method in class akasha.rtc.RTCPeerConnectionIceErrorEvent
-
- errorText(String) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit.Builder
-
- errorText() - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- escape(String) - Static method in class akasha.CSS
-
The CSS.escape() static method returns a CSSOMString containing the escaped string passed as parameter, mostly for use as part of a CSS selector.
- escape(String) - Static method in class akasha.Global
-
Deprecated.
- estimate() - Method in class akasha.StorageManager
-
The estimate() method of the StorageManager interface asks the Storage Manager for how much storage the current origin takes up (usage), and how much space is available (quota).
- estimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- estimatedPlayoutTimestamp() - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- estimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- estimatedPlayoutTimestamp() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- estimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- estimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- estimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- estimatedPlayoutTimestamp() - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- etc2_rgb8a1unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- etc2_rgb8a1unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- etc2_rgb8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- etc2_rgb8unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- etc2_rgba8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- etc2_rgba8unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- eval(String) - Static method in class akasha.Global
-
The eval() function evaluates JavaScript code represented as a string.
- EvalError - Class in akasha.core
-
The EvalError object indicates an error regarding the global eval() function.
- EvalError(String) - Constructor for class akasha.core.EvalError
-
The EvalError constructor creates a new error regarding the global eval() function.
- EvalError() - Constructor for class akasha.core.EvalError
-
The EvalError constructor creates a new error regarding the global eval() function.
- evaluate(String, Node, XPathNSResolver, int, XPathResult) - Method in class akasha.Document
-
Returns an XPathResult based on an XPath expression and other given parameters.
- evaluate(String, Node, XPathNSResolver, int) - Method in class akasha.Document
-
Returns an XPathResult based on an XPath expression and other given parameters.
- evaluate(String, Node, XPathNSResolver) - Method in class akasha.Document
-
Returns an XPathResult based on an XPath expression and other given parameters.
- evaluate(String, Node) - Method in class akasha.Document
-
Returns an XPathResult based on an XPath expression and other given parameters.
- evaluate(String, Node, XPathNSResolver, int, XPathResult) - Method in class akasha.XPathEvaluator
-
The evaluate() method of the XPathEvaluator interface executes an XPath expression on the given node or document and returns an XPathResult.
- evaluate(String, Node, XPathNSResolver, int) - Method in class akasha.XPathEvaluator
-
The evaluate() method of the XPathEvaluator interface executes an XPath expression on the given node or document and returns an XPathResult.
- evaluate(String, Node, XPathNSResolver) - Method in class akasha.XPathEvaluator
-
The evaluate() method of the XPathEvaluator interface executes an XPath expression on the given node or document and returns an XPathResult.
- evaluate(String, Node) - Method in class akasha.XPathEvaluator
-
The evaluate() method of the XPathEvaluator interface executes an XPath expression on the given node or document and returns an XPathResult.
- evaluate(Node, int, XPathResult) - Method in class akasha.XPathExpression
-
The evaluate() method of the XPathExpression interface executes an XPath expression on the given node or document and returns an XPathResult.
- evaluate(Node, int) - Method in class akasha.XPathExpression
-
The evaluate() method of the XPathExpression interface executes an XPath expression on the given node or document and returns an XPathResult.
- evaluate(Node) - Method in class akasha.XPathExpression
-
The evaluate() method of the XPathExpression interface executes an XPath expression on the given node or document and returns an XPathResult.
- evenodd - Static variable in annotation type akasha.CanvasFillRule
-
- Event - Class in akasha
-
The Event interface represents an event which takes place in the DOM.
- Event(String, EventInit) - Constructor for class akasha.Event
-
The Event() constructor creates a new Event.
- Event(String) - Constructor for class akasha.Event
-
The Event() constructor creates a new Event.
- event - Variable in class akasha.HTMLScriptElement
-
- event() - Method in class akasha.Window
-
The read-only Window property event returns the Event which is currently being handled by the site's code.
- event() - Static method in class akasha.WindowGlobal
-
The read-only Window property event returns the Event which is currently being handled by the site's code.
- EventHandler - Interface in akasha
-
- EventInit - Interface in akasha
-
- EventInit.Builder - Interface in akasha
-
- EventListener - Interface in akasha
-
The EventListener interface represents an object that can handle an event dispatched by an EventTarget object.
- EventListenerOptions - Interface in akasha
-
- EventListenerOptions.Builder - Interface in akasha
-
- EventModifierInit - Interface in akasha
-
- EventModifierInit.Builder - Interface in akasha
-
- EventOrStringUnion - Interface in akasha
-
- EventOrUndefinedUnion - Interface in akasha
-
- eventPhase() - Method in class akasha.Event
-
The eventPhase read-only property of the Event interface indicates which phase of the event flow is currently being evaluated.
- EventPhase - Annotation Type in akasha
-
- EventPhase.Util - Class in akasha
-
- EventSource - Class in akasha
-
The EventSource interface is web content's interface to server-sent events.
- EventSource(String, EventSourceInit) - Constructor for class akasha.EventSource
-
The EventSource() constructor returns a newly-created EventSource, which represents a remote resource.
- EventSource(String) - Constructor for class akasha.EventSource
-
The EventSource() constructor returns a newly-created EventSource, which represents a remote resource.
- EventSourceInit - Interface in akasha
-
- EventSourceInit.Builder - Interface in akasha
-
- EventSourceReadyState - Annotation Type in akasha
-
- EventSourceReadyState.Util - Class in akasha
-
- EventTarget - Class in akasha
-
The EventTarget interface is implemented by objects that can receive events and may have listeners for them.
- EventTarget() - Constructor for class akasha.EventTarget
-
The EventTarget() constructor creates a new EventTarget object instance.
- every(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
-
The every() method tests whether all elements in the array pass the test implemented by the provided function.
- every(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
-
The every() method tests whether all elements in the array pass the test implemented by the provided function.
- every(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
-
The every() method tests whether all elements in the array pass the test implemented by the provided function.
- exact(boolean) - Method in interface akasha.media.ConstrainBooleanParameters.Builder
-
- exact() - Method in interface akasha.media.ConstrainBooleanParameters
-
- exact(StringOrStringArrayUnion) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- exact(String) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- exact(JsArray<String>) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- exact(String...) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- exact() - Method in interface akasha.media.ConstrainDOMStringParameters
-
- exact(double) - Method in interface akasha.media.ConstrainDoubleRange.Builder
-
- exact() - Method in interface akasha.media.ConstrainDoubleRange
-
- exact(int) - Method in interface akasha.media.ConstrainULongRange.Builder
-
- exact() - Method in interface akasha.media.ConstrainULongRange
-
- exchange(IntegerTypedArray, int, int) - Static method in class akasha.core.Atomics
-
Stores a value at the specified index of the array.
- excludeCredentials(JsArray<PublicKeyCredentialDescriptor>) - Method in interface akasha.PublicKeyCredentialCreationOptions.Builder
-
excludeCredentials, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an Array whose elements are descriptors for the public keys already existing for a given user.
- excludeCredentials(PublicKeyCredentialDescriptor...) - Method in interface akasha.PublicKeyCredentialCreationOptions.Builder
-
excludeCredentials, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an Array whose elements are descriptors for the public keys already existing for a given user.
- excludeCredentials() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
excludeCredentials, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an Array whose elements are descriptors for the public keys already existing for a given user.
- exec(String) - Method in class akasha.core.RegExp
-
The exec() method executes a search for a match in a specified string.
- execCommand(String, boolean, String) - Method in class akasha.Document
-
When an HTML document has been switched to designMode, its document object exposes an execCommand method to run commands that manipulate the current editable region, such as form inputs or contentEditable elements.
- execCommand(String, boolean) - Method in class akasha.Document
-
When an HTML document has been switched to designMode, its document object exposes an execCommand method to run commands that manipulate the current editable region, such as form inputs or contentEditable elements.
- execCommand(String) - Method in class akasha.Document
-
When an HTML document has been switched to designMode, its document object exposes an execCommand method to run commands that manipulate the current editable region, such as form inputs or contentEditable elements.
- executeBundles(JsArray<GPURenderBundle>) - Method in class akasha.gpu.GPURenderPassEncoder
-
- executeBundles(GPURenderBundle...) - Method in class akasha.gpu.GPURenderPassEncoder
-
- exitFullscreen() - Method in class akasha.Document
-
The Document method exitFullscreen() requests that the element on this document which is currently being presented in full-screen mode be taken out of full-screen mode, restoring the previous state of the screen.
- exitPointerLock() - Method in class akasha.Document
-
The exitPointerLock() method asynchronously releases a pointer lock previously requested through Element.requestPointerLock.
- exp(double) - Static method in class akasha.core.JsMath
-
The Math.exp() function returns e^x, where x is the argument, and e is Euler's number (also known as Napier's constant), the base of the natural logarithms.
- expanded - Static variable in annotation type akasha.CanvasFontStretch
-
- expiration() - Method in class akasha.MediaKeySession
-
The MediaKeySession.expiration read-only property returns the time after which the keys in the current session can no longer be used to decrypt media data, or NaN if no such time exists.
- expirationTime() - Method in class akasha.PushSubscription
-
The expirationTime read-only property of the PushSubscription interface returns a DOMHighResTimeStamp of the subscription expiration time associated with the push subscription, if there is one, or null otherwise.
- expirationTime(int) - Method in interface akasha.PushSubscriptionJSON.Builder
-
- expirationTime() - Method in interface akasha.PushSubscriptionJSON
-
- expired() - Method in class akasha.gpu.GPUExternalTexture
-
- expired - Static variable in annotation type akasha.MediaKeyStatus
-
- expires() - Method in class akasha.rtc.RTCCertificate
-
- expires(int) - Method in interface akasha.rtc.RTCCertificateExpiration.Builder
-
- expires() - Method in interface akasha.rtc.RTCCertificateExpiration
-
- explicit - Static variable in annotation type akasha.audio.ChannelCountMode
-
- expm1(double) - Static method in class akasha.core.JsMath
-
The Math.expm1() function returns e^x - 1, where x is the argument, and e the base of the natural logarithms.
- exponent() - Method in class akasha.svg.SVGComponentTransferFunctionElement
-
- exponential - Static variable in annotation type akasha.audio.DistanceModelType
-
- exponentialRampToValueAtTime(float, double) - Method in class akasha.audio.AudioParam
-
A reference to this AudioParam object.
- exportKey(String, CryptoKey) - Method in class akasha.crypto.SubtleCrypto
-
The exportKey() method of the SubtleCrypto interface exports a key: that is, it takes as input a CryptoKey object and gives you the key in an external, portable format.
- exports() - Method in class akasha.wasm.Instance
-
The exports readonly property of the WebAssembly.Instance object prototype returns an object containing as its members all the functions exported from the WebAssembly module instance, to allow them to be accessed and used by JavaScript.
- exports(Module) - Static method in class akasha.wasm.Module
-
- ext(boolean) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- ext() - Method in interface akasha.crypto.JsonWebKey
-
- EXT_blend_minmax - Class in akasha.gl
-
The EXT_blend_minmax extension is part of the WebGL API and extends blending capabilities by adding two new blend equations: the minimum or maximum color components of the source and destination colors.
- EXT_blend_minmax() - Constructor for class akasha.gl.EXT_blend_minmax
-
- EXT_color_buffer_float - Class in akasha.gl
-
The EXT_color_buffer_float extension is part of WebGL and adds the ability to render a variety of floating point formats.
- EXT_color_buffer_float() - Constructor for class akasha.gl.EXT_color_buffer_float
-
- EXT_color_buffer_half_float - Class in akasha.gl
-
The EXT_color_buffer_half_float extension is part of the WebGL API and adds the ability to render to 16-bit floating-point color buffers.
- EXT_color_buffer_half_float() - Constructor for class akasha.gl.EXT_color_buffer_half_float
-
- EXT_disjoint_timer_query - Class in akasha.gl
-
The EXT_disjoint_timer_query extension is part of the WebGL API and provides a way to measure the duration of a set of GL commands, without stalling the rendering pipeline.
- EXT_disjoint_timer_query() - Constructor for class akasha.gl.EXT_disjoint_timer_query
-
- EXT_disjoint_timer_query_webgl2 - Class in akasha.gl
-
- EXT_disjoint_timer_query_webgl2() - Constructor for class akasha.gl.EXT_disjoint_timer_query_webgl2
-
- EXT_float_blend - Class in akasha.gl
-
The WebGL API's EXT_float_blend extension allows blending and draw buffers with 32-bit floating-point components.
- EXT_float_blend() - Constructor for class akasha.gl.EXT_float_blend
-
- EXT_frag_depth - Class in akasha.gl
-
The EXT_frag_depth extension is part of the WebGL API and enables to set a depth value of a fragment from within the fragment shader.
- EXT_frag_depth() - Constructor for class akasha.gl.EXT_frag_depth
-
- EXT_shader_texture_lod - Class in akasha.gl
-
The EXT_shader_texture_lod extension is part of the WebGL API and adds additional texture functions to the OpenGL ES Shading Language which provide the shader writer with explicit control of LOD (Level of detail).
- EXT_shader_texture_lod() - Constructor for class akasha.gl.EXT_shader_texture_lod
-
- EXT_sRGB - Class in akasha.gl
-
The EXT_sRGB extension is part of the WebGL API and adds sRGB support to textures and framebuffer objects.
- EXT_sRGB() - Constructor for class akasha.gl.EXT_sRGB
-
- EXT_texture_compression_bptc - Class in akasha.gl
-
The EXT_texture_compression_bptc extension is part of the WebGL API and exposes 4 BPTC compressed texture formats.
- EXT_texture_compression_bptc() - Constructor for class akasha.gl.EXT_texture_compression_bptc
-
- EXT_texture_compression_rgtc - Class in akasha.gl
-
The EXT_texture_compression_rgtc extension is part of the WebGL API and exposes 4 RGTC compressed texture formats.
- EXT_texture_compression_rgtc() - Constructor for class akasha.gl.EXT_texture_compression_rgtc
-
- EXT_texture_filter_anisotropic - Class in akasha.gl
-
The EXT_texture_filter_anisotropic extension is part of the WebGL API and exposes two constants for anisotropic filtering (AF).
- EXT_texture_filter_anisotropic() - Constructor for class akasha.gl.EXT_texture_filter_anisotropic
-
- EXT_texture_norm16 - Class in akasha.gl
-
The EXT_texture_norm16 extension is part of the WebGL API and provides a set of new 16-bit signed normalized and unsigned normalized formats (fixed-point texture, renderbuffer and texture buffer).
- EXT_texture_norm16() - Constructor for class akasha.gl.EXT_texture_norm16
-
- extend(Node, int) - Method in class akasha.Selection
-
The Selection.extend() method moves the focus of the selection to a specified point.
- extend(Node) - Method in class akasha.Selection
-
The Selection.extend() method moves the focus of the selection to a specified point.
- ExtendableEvent - Class in akasha
-
The ExtendableEvent interface extends the lifetime of the install and activate events dispatched on the global scope as part of the service worker lifecycle.
- ExtendableEvent(String, ExtendableEventInit) - Constructor for class akasha.ExtendableEvent
-
The ExtendableEvent() constructor creates a new ExtendableEvent object.
- ExtendableEvent(String) - Constructor for class akasha.ExtendableEvent
-
The ExtendableEvent() constructor creates a new ExtendableEvent object.
- ExtendableEventHandler - Interface in akasha
-
Handle events of type ExtendableEvent
- ExtendableEventInit - Interface in akasha
-
- ExtendableEventInit.Builder - Interface in akasha
-
- ExtendableEventListener - Interface in akasha
-
Listener for events of type ExtendableEvent
- ExtendableMessageEvent - Class in akasha
-
The ExtendableMessageEvent interface of the Service Worker API represents the event object of a message event fired on a service worker (when a message is received on the ServiceWorkerGlobalScope from another context) — extends the lifetime of such events.
- ExtendableMessageEvent(String, ExtendableMessageEventInit) - Constructor for class akasha.ExtendableMessageEvent
-
The ExtendableMessageEvent() constructor creates a new ExtendableMessageEvent object instance.
- ExtendableMessageEvent(String) - Constructor for class akasha.ExtendableMessageEvent
-
The ExtendableMessageEvent() constructor creates a new ExtendableMessageEvent object instance.
- ExtendableMessageEventHandler - Interface in akasha
-
Handle events of type ExtendableMessageEvent
- ExtendableMessageEventInit - Interface in akasha
-
- ExtendableMessageEventInit.Builder - Interface in akasha
-
- ExtendableMessageEventListener - Interface in akasha
-
Listener for events of type ExtendableMessageEvent
- ExtendableMessageEventSource - Interface in akasha
-
- extends_(String) - Method in interface akasha.ElementDefinitionOptions.Builder
-
- extends_() - Method in interface akasha.ElementDefinitionOptions
-
- extensions(AuthenticationExtensionsClientInputs) - Method in interface akasha.PublicKeyCredentialCreationOptions.Builder
-
extensions, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an object providing the client extensions and their input values.
- extensions() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
extensions, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an object providing the client extensions and their input values.
- extensions(AuthenticationExtensionsClientInputs) - Method in interface akasha.PublicKeyCredentialRequestOptions.Builder
-
extensions, an optional property of the PublicKeyCredentialRequestOptions dictionary, is an object providing the client extensions and their input values.
- extensions() - Method in interface akasha.PublicKeyCredentialRequestOptions
-
extensions, an optional property of the PublicKeyCredentialRequestOptions dictionary, is an object providing the client extensions and their input values.
- extensions() - Method in class akasha.WebSocket
-
The WebSocket.extensions read-only property returns the extensions selected by the server.
- externalTexture(GPUExternalTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
-
- externalTexture() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- extra_condensed - Static variable in annotation type akasha.CanvasFontStretch
-
- extra_expanded - Static variable in annotation type akasha.CanvasFontStretch
-
- extractable() - Method in class akasha.crypto.CryptoKey
-
- extractContents() - Method in class akasha.Range
-
The Range.extractContents() method moves contents of the Range from the document tree into a DocumentFragment.
- eye() - Method in class akasha.xr.XRView
-
The XRView interface's read-only eye property is a string taken from the XREye enumerated type, indicating which eye's viewpoint the XRView represents: left or right.
- f - Variable in class akasha.DOMMatrix
-
- f(double) - Method in interface akasha.DOMMatrix2DInit.Builder
-
- f() - Method in interface akasha.DOMMatrix2DInit
-
- f(double) - Method in interface akasha.DOMMatrixInit.Builder
-
- f() - Method in class akasha.DOMMatrixReadOnly
-
- f32 - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- f32 - Static variable in annotation type akasha.wasm.ValueType
-
- f32_planar - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- f64 - Static variable in annotation type akasha.wasm.ValueType
-
- face - Variable in class akasha.HTMLFontElement
-
The obsolete HTMLFontElement.face property is a DOMString that reflects the face HTML attribute, containing a comma-separated list of one or more font names.
- facingMode(JsArray<String>) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- facingMode(String...) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- facingMode() - Method in interface akasha.media.MediaTrackCapabilities
-
- facingMode(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- facingMode(String) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- facingMode(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- facingMode(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- facingMode(String...) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- facingMode(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- facingMode(String) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- facingMode(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- facingMode(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- facingMode(String...) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- facingMode() - Method in interface akasha.media.MediaTrackConstraintSet
-
- facingMode(String) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's facingMode property is a DOMString indicating the direction in which the camera producing the video track represented by the MediaStreamTrack is currently facing.
- facingMode() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's facingMode property is a DOMString indicating the direction in which the camera producing the video track represented by the MediaStreamTrack is currently facing.
- facingMode(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's facingMode property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the facingMode constraint.
- facingMode() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's facingMode property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the facingMode constraint.
- failed - Static variable in annotation type akasha.rtc.RTCDtlsTransportState
-
- failed - Static variable in annotation type akasha.rtc.RTCIceConnectionState
-
- failed - Static variable in annotation type akasha.rtc.RTCIceTransportState
-
- failed - Static variable in annotation type akasha.rtc.RTCPeerConnectionState
-
- failed - Static variable in annotation type akasha.rtc.RTCStatsIceCandidatePairState
-
- failIfMajorPerformanceCaveat(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that indicates if a context will be created if the system performance is low or if no hardware GPU is available.
- failIfMajorPerformanceCaveat() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates if a context will be created if the system performance is low or if no hardware GPU is available.
- failOp(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
-
- failOp() - Method in interface akasha.gpu.GPUStencilFaceState
-
- fallback - Variable in class akasha.CSSCounterStyleRule
-
- family_name - Static variable in annotation type akasha.AutocompleteType
-
The family (or "last") name.
- FASTEST - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FASTEST - Static variable in class akasha.gl.WebGLRenderingContext
-
- fastSeek(double) - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement.fastSeek() method quickly seeks the media to the new time with precision tradeoff.
- fatal() - Method in class akasha.TextDecoder
-
- fatal(boolean) - Method in interface akasha.TextDecoderOptions.Builder
-
- fatal() - Method in interface akasha.TextDecoderOptions
-
- fatal() - Method in class akasha.TextDecoderStream
-
- fax - Static variable in annotation type akasha.AutocompleteType
-
The value describes a fax machine's contact details.
- features() - Method in class akasha.gpu.GPUAdapter
-
- features() - Method in class akasha.gpu.GPUDevice
-
- fecPacketsDiscarded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The fecPacketsDiscarded property of the RTCInboundRtpStreamStats dictionary is a numeric value indicating the number of RTP Forward Error Correction (FEC) packets that have been discarded.
- fecPacketsDiscarded() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The fecPacketsDiscarded property of the RTCInboundRtpStreamStats dictionary is a numeric value indicating the number of RTP Forward Error Correction (FEC) packets that have been discarded.
- fecPacketsReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The fecPacketsReceived property of the RTCInboundRtpStreamStats dictionary indicates how many Forward Error Correction (FEC) packets have been received by this RTP receiver from the remote peer.
- fecPacketsReceived() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The fecPacketsReceived property of the RTCInboundRtpStreamStats dictionary indicates how many Forward Error Correction (FEC) packets have been received by this RTP receiver from the remote peer.
- fecPacketsSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- fecPacketsSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- federated(FederatedCredentialInit) - Method in interface akasha.CredentialCreationOptions.Builder
-
- federated() - Method in interface akasha.CredentialCreationOptions
-
- federated(FederatedCredentialRequestOptions) - Method in interface akasha.CredentialRequestOptions.Builder
-
- federated() - Method in interface akasha.CredentialRequestOptions
-
- FederatedCredential - Class in akasha
-
The FederatedCredential interface of the Credential Management API provides information about credentials from a federated identity provider.
- FederatedCredential(FederatedCredentialInit) - Constructor for class akasha.FederatedCredential
-
The FederatedCredential constructor creates a new FederatedCredential object.
- FederatedCredentialInit - Interface in akasha
-
- FederatedCredentialInit.Builder - Interface in akasha
-
- FederatedCredentialInit.Step1 - Interface in akasha
-
- FederatedCredentialInit.Step2 - Interface in akasha
-
- FederatedCredentialRequestOptions - Interface in akasha
-
- FederatedCredentialRequestOptions.Builder - Interface in akasha
-
- feedback() - Method in interface akasha.audio.IIRFilterOptions
-
- feedback(JsArray<Double>) - Method in interface akasha.audio.IIRFilterOptions.Step1
-
- feedback(double...) - Method in interface akasha.audio.IIRFilterOptions.Step1
-
- feedforward(JsArray<Double>) - Static method in interface akasha.audio.IIRFilterOptions
-
- feedforward(double...) - Static method in interface akasha.audio.IIRFilterOptions
-
- feedforward() - Method in interface akasha.audio.IIRFilterOptions
-
- fenceSync(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.fenceSync() method of the WebGL 2 API creates a new WebGLSync object and inserts it into the GL command stream.
- fetch(RequestInfo, RequestInit) - Static method in class akasha.DedicatedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request, RequestInit) - Static method in class akasha.DedicatedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String, RequestInit) - Static method in class akasha.DedicatedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo) - Static method in class akasha.DedicatedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request) - Static method in class akasha.DedicatedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String) - Static method in class akasha.DedicatedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo, RequestInit) - Static method in class akasha.RTCIdentityProviderGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request, RequestInit) - Static method in class akasha.RTCIdentityProviderGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String, RequestInit) - Static method in class akasha.RTCIdentityProviderGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo) - Static method in class akasha.RTCIdentityProviderGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request) - Static method in class akasha.RTCIdentityProviderGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String) - Static method in class akasha.RTCIdentityProviderGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo, RequestInit) - Static method in class akasha.ServiceWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request, RequestInit) - Static method in class akasha.ServiceWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String, RequestInit) - Static method in class akasha.ServiceWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo) - Static method in class akasha.ServiceWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request) - Static method in class akasha.ServiceWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String) - Static method in class akasha.ServiceWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo, RequestInit) - Static method in class akasha.SharedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request, RequestInit) - Static method in class akasha.SharedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String, RequestInit) - Static method in class akasha.SharedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo) - Static method in class akasha.SharedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request) - Static method in class akasha.SharedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String) - Static method in class akasha.SharedWorkerGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo, RequestInit) - Method in class akasha.Window
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request, RequestInit) - Method in class akasha.Window
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String, RequestInit) - Method in class akasha.Window
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo) - Method in class akasha.Window
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request) - Method in class akasha.Window
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String) - Method in class akasha.Window
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo, RequestInit) - Static method in class akasha.WindowGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request, RequestInit) - Static method in class akasha.WindowGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String, RequestInit) - Static method in class akasha.WindowGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo) - Static method in class akasha.WindowGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request) - Static method in class akasha.WindowGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String) - Static method in class akasha.WindowGlobal
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo, RequestInit) - Method in class akasha.WorkerGlobalScope
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request, RequestInit) - Method in class akasha.WorkerGlobalScope
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String, RequestInit) - Method in class akasha.WorkerGlobalScope
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(RequestInfo) - Method in class akasha.WorkerGlobalScope
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(Request) - Method in class akasha.WorkerGlobalScope
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- fetch(String) - Method in class akasha.WorkerGlobalScope
-
The fetch() method of the WindowOrWorkerGlobalScope mixin starts the process of fetching a resource from the network, returning a promise which is fulfilled once the response is available.
- FetchEvent - Class in akasha
-
This is the event type for fetch events dispatched on the service worker global scope.
- FetchEvent(String, FetchEventInit) - Constructor for class akasha.FetchEvent
-
The FetchEvent() constructor creates a new FetchEvent object.
- FetchEventHandler - Interface in akasha
-
Handle events of type FetchEvent
- FetchEventInit - Interface in akasha
-
- FetchEventInit.Builder - Interface in akasha
-
- FetchEventListener - Interface in akasha
-
Listener for events of type FetchEvent
- fetchStart() - Method in class akasha.perf.PerformanceResourceTiming
-
The fetchStart read-only property represents a timestamp immediately before the browser starts to fetch the resource.
- fetchStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.fetchStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the browser is ready to fetch the document using an HTTP request.
- fftSize - Variable in class akasha.audio.AnalyserNode
-
The fftSize property of the AnalyserNode interface is an unsigned long value and represents the window size in samples that is used when performing a Fast Fourier Transform (FFT) to get frequency domain data.
- fftSize(int) - Method in interface akasha.audio.AnalyserOptions.Builder
-
- fftSize() - Method in interface akasha.audio.AnalyserOptions
-
- fgColor - Variable in class akasha.Document
-
fgColor gets/sets the foreground color, or text color, of the current document.
- File - Class in akasha
-
The File interface provides information about files and allows JavaScript in a web page to access their content.
- File(JsArray<BlobPart>, String, FilePropertyBag) - Constructor for class akasha.File
-
The File() constructor creates a new File object instance.
- File(BlobPart[], String, FilePropertyBag) - Constructor for class akasha.File
-
The File() constructor creates a new File object instance.
- File(JsArray<BlobPart>, String) - Constructor for class akasha.File
-
The File() constructor creates a new File object instance.
- File(BlobPart[], String) - Constructor for class akasha.File
-
The File() constructor creates a new File object instance.
- file - Static variable in annotation type akasha.FileSystemHandleKind
-
- file - Static variable in annotation type akasha.InputType
-
A control that lets the user select a file.
- FileList - Class in akasha
-
An object of this type is returned by the files property of the HTML <input> element; this lets you access the list of files selected with the <input type="file"> element.
- FileList() - Constructor for class akasha.FileList
-
- filename() - Method in class akasha.ErrorEvent
-
- filename(String) - Method in interface akasha.ErrorEventInit.Builder
-
- filename() - Method in interface akasha.ErrorEventInit
-
- filename() - Method in class akasha.Plugin
-
- FilePropertyBag - Interface in akasha
-
- FilePropertyBag.Builder - Interface in akasha
-
- FileReader - Class in akasha
-
The FileReader object lets web applications asynchronously read the contents of files (or raw data buffers) stored on the user's computer, using File or Blob objects to specify the file or data to read.
- FileReader() - Constructor for class akasha.FileReader
-
The FileReader() constructor creates a new FileReader.
- FileReaderReadyState - Annotation Type in akasha
-
- FileReaderReadyState.Util - Class in akasha
-
- FileReaderSync - Class in akasha
-
The FileReaderSync interface allows to read File or Blob objects synchronously.
- FileReaderSync() - Constructor for class akasha.FileReaderSync
-
- files() - Method in class akasha.DataTransfer
-
The DataTransfer.files property is a list of the files in the drag operation.
- files - Variable in class akasha.HTMLInputElement
-
- files(JsArray<File>) - Method in interface akasha.ShareData.Builder
-
- files(File...) - Method in interface akasha.ShareData.Builder
-
- files() - Method in interface akasha.ShareData
-
- FileSystemCreateWritableOptions - Interface in akasha
-
- FileSystemCreateWritableOptions.Builder - Interface in akasha
-
- FileSystemDirectoryHandle - Class in akasha
-
The FileSystemDirectoryHandle interface of the File System Access API provides a handle to a file system directory.
- FileSystemDirectoryHandle() - Constructor for class akasha.FileSystemDirectoryHandle
-
- FileSystemFileHandle - Class in akasha
-
The FileSystemFileHandle interface of the File System Access API represents a handle to a file system entry.
- FileSystemFileHandle() - Constructor for class akasha.FileSystemFileHandle
-
- FileSystemGetDirectoryOptions - Interface in akasha
-
- FileSystemGetDirectoryOptions.Builder - Interface in akasha
-
- FileSystemGetFileOptions - Interface in akasha
-
- FileSystemGetFileOptions.Builder - Interface in akasha
-
- FileSystemHandle - Class in akasha
-
The FileSystemHandle interface of the File System Access API is an object which represents a file or directory entry.
- FileSystemHandle() - Constructor for class akasha.FileSystemHandle
-
- FileSystemHandleKind - Annotation Type in akasha
-
- FileSystemHandleKind.Util - Class in akasha
-
- FileSystemRemoveOptions - Interface in akasha
-
- FileSystemRemoveOptions.Builder - Interface in akasha
-
- FileSystemWritableFileStream - Class in akasha
-
The FileSystemWritableFileStream interface of the File System Access API is a WritableStream object with additional convenience methods, which operates on a single file on disk.
- FileSystemWritableFileStream() - Constructor for class akasha.FileSystemWritableFileStream
-
- FileSystemWriteChunkType - Interface in akasha
-
- fill(String) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.fill() method of the Canvas 2D API fills the current or given path with the current fillStyle.
- fill() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.fill() method of the Canvas 2D API fills the current or given path with the current fillStyle.
- fill(Path2D, String) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.fill() method of the Canvas 2D API fills the current or given path with the current fillStyle.
- fill(Path2D) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.fill() method of the Canvas 2D API fills the current or given path with the current fillStyle.
- fill(String) - Method in interface akasha.ComputedEffectTiming.Builder
-
The Web Animations API's EffectTiming dictionary's fill property specifies a fill mode, which defines how the element to which the animation is applied should look when the animation sequence is not actively running, such as before the time specified by iterationStart or after animation's end time.
- fill(float, int, int) - Method in class akasha.core.Float32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(float, int) - Method in class akasha.core.Float32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(float) - Method in class akasha.core.Float32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(double, int, int) - Method in class akasha.core.Float64Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(double, int) - Method in class akasha.core.Float64Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(double) - Method in class akasha.core.Float64Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short, int, int) - Method in class akasha.core.Int16Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short, int) - Method in class akasha.core.Int16Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short) - Method in class akasha.core.Int16Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int, int, int) - Method in class akasha.core.Int32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int, int) - Method in class akasha.core.Int32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int) - Method in class akasha.core.Int32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(byte, int, int) - Method in class akasha.core.Int8Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(byte, int) - Method in class akasha.core.Int8Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(byte) - Method in class akasha.core.Int8Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int, int, int) - Method in class akasha.core.Uint16Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int, int) - Method in class akasha.core.Uint16Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int) - Method in class akasha.core.Uint16Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int, int, int) - Method in class akasha.core.Uint32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int, int) - Method in class akasha.core.Uint32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(int) - Method in class akasha.core.Uint32Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short, int, int) - Method in class akasha.core.Uint8Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short, int) - Method in class akasha.core.Uint8Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short) - Method in class akasha.core.Uint8Array
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short, int, int) - Method in class akasha.core.Uint8ClampedArray
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short, int) - Method in class akasha.core.Uint8ClampedArray
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(short) - Method in class akasha.core.Uint8ClampedArray
-
The fill() method fills all the elements of a typed array from a start index to an end index with a static value.
- fill(String) - Method in interface akasha.EffectTiming.Builder
-
The Web Animations API's EffectTiming dictionary's fill property specifies a fill mode, which defines how the element to which the animation is applied should look when the animation sequence is not actively running, such as before the time specified by iterationStart or after animation's end time.
- fill() - Method in interface akasha.EffectTiming
-
The Web Animations API's EffectTiming dictionary's fill property specifies a fill mode, which defines how the element to which the animation is applied should look when the animation sequence is not actively running, such as before the time specified by iterationStart or after animation's end time.
- fill(String) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The Web Animations API's EffectTiming dictionary's fill property specifies a fill mode, which defines how the element to which the animation is applied should look when the animation sequence is not actively running, such as before the time specified by iterationStart or after animation's end time.
- fill(String) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The Web Animations API's EffectTiming dictionary's fill property specifies a fill mode, which defines how the element to which the animation is applied should look when the animation sequence is not actively running, such as before the time specified by iterationStart or after animation's end time.
- fill(T, int, int) - Method in class akasha.lang.JsArray
-
The fill() method changes all elements in an array to a static value, from a start index to an end index.
- fill(T, int) - Method in class akasha.lang.JsArray
-
The fill() method changes all elements in an array to a static value, from a start index to the end of the array.
- fill(T) - Method in class akasha.lang.JsArray
-
The fill() method changes all elements in an array to a static value.
- fill(String) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- fill() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- fill(Path2D, String) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- fill(Path2D) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- fill(String) - Method in interface akasha.OptionalEffectTiming.Builder
-
- fill() - Method in interface akasha.OptionalEffectTiming
-
- fill(boolean) - Method in interface akasha.svg.SVGBoundingBoxOptions.Builder
-
- fill() - Method in interface akasha.svg.SVGBoundingBoxOptions
-
- fillJointRadii(JsArray<XRJointSpace>, Float32Array) - Method in class akasha.xr.XRFrame
-
- fillJointRadii(XRJointSpace[], Float32Array) - Method in class akasha.xr.XRFrame
-
- FillMode - Annotation Type in akasha
-
- FillMode.Util - Class in akasha
-
- fillPoses(JsArray<XRSpace>, XRSpace, Float32Array) - Method in class akasha.xr.XRFrame
-
- fillPoses(XRSpace[], XRSpace, Float32Array) - Method in class akasha.xr.XRFrame
-
- fillRect(double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.fillRect() method of the Canvas 2D API draws a rectangle that is filled according to the current fillStyle.
- fillRect(double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- fillStyle - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.fillStyle property of the Canvas 2D API specifies the color, gradient, or pattern to use inside shapes.
- fillStyle - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- fillText(String, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D method fillText(), part of the Canvas 2D API, draws a text string at the specified coordinates, filling the string's characters with the current fillStyle.
- fillText(String, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D method fillText(), part of the Canvas 2D API, draws a text string at the specified coordinates, filling the string's characters with the current fillStyle.
- fillText(String, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- fillText(String, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- filter - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.filter property of the Canvas 2D API provides filter effects such as blurring and grayscaling.
- filter(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
-
The filter() method creates a new array with all elements that pass the test implemented by the provided function.
- filter(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
-
The filter() method creates a new array with all elements that pass the test implemented by the provided function.
- filter(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
-
The filter() method creates a new array with all elements that pass the test implemented by the provided function.
- filter() - Method in class akasha.NodeIterator
-
The NodeIterator.filter read-only method returns a NodeFilter object, that is an object implement an acceptNode(node) method, used to screen nodes.
- filter - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- filter() - Method in class akasha.TreeWalker
-
The TreeWalker.filter read-only property returns a NodeFilter that is the filtering object associated with the TreeWalker.
- FILTER_ACCEPT - Static variable in interface akasha.NodeFilter
-
- FILTER_REJECT - Static variable in interface akasha.NodeFilter
-
- FILTER_SKIP - Static variable in interface akasha.NodeFilter
-
- filtering - Static variable in annotation type akasha.gpu.GPUSamplerBindingType
-
- filters(JsArray<BluetoothLEScanFilterInit>) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- filters(BluetoothLEScanFilterInit...) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- filters() - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- filters(JsArray<BluetoothLEScanFilterInit>) - Method in interface akasha.bluetooth.RequestDeviceOptions.Builder
-
- filters(BluetoothLEScanFilterInit...) - Method in interface akasha.bluetooth.RequestDeviceOptions.Builder
-
- filters() - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- filters(JsArray<USBDeviceFilter>) - Static method in interface akasha.usb.USBDeviceRequestOptions
-
- filters(USBDeviceFilter...) - Static method in interface akasha.usb.USBDeviceRequestOptions
-
- filters() - Method in interface akasha.usb.USBDeviceRequestOptions
-
- filters(JsArray<USBDeviceFilter>) - Method in interface akasha.usb.USBPermissionDescriptor.Builder
-
- filters(USBDeviceFilter...) - Method in interface akasha.usb.USBPermissionDescriptor.Builder
-
- filters() - Method in interface akasha.usb.USBPermissionDescriptor
-
- filterUnits() - Method in class akasha.svg.SVGFilterElement
-
- finally_(OnSettledCallback) - Method in class akasha.promise.Promise
-
The finally() method returns a Promise.
- find(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
-
The find() method returns the value of the first element in the provided array that satisfies the provided testing function.
- find(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
-
The find() method returns the value of the first element in the provided array that satisfies the provided testing function.
- find(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
-
The find() method returns the value of the first element in the provided array that satisfies the provided testing function.
- findIndex(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
-
The findIndex() method returns the index of the first element in the array that satisfies the provided testing function.
- findIndex(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
-
The findIndex() method returns the index of the first element in the array that satisfies the provided testing function.
- findIndex(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
-
The findIndex() method returns the index of the first element in the array that satisfies the provided testing function.
- findRule(String) - Method in class akasha.CSSKeyframesRule
-
- fingerprint() - Method in interface akasha.rtc.RTCCertificateStats
-
- fingerprint(String) - Method in interface akasha.rtc.RTCCertificateStats.Step3
-
- fingerprint_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailType
-
- fingerprintAlgorithm() - Method in interface akasha.rtc.RTCCertificateStats
-
- fingerprintAlgorithm(String) - Method in interface akasha.rtc.RTCCertificateStats.Step4
-
- finish() - Method in class akasha.Animation
-
The finish() method of the Web Animations API's Animation Interface sets the current playback time to the end of the animation corresponding to the current playback direction.
- finish() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.finish() method of the WebGL API blocks execution until all previously called commands are finished.
- finish() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.finish() method of the WebGL API blocks execution until all previously called commands are finished.
- finish(GPUCommandBufferDescriptor) - Method in class akasha.gpu.GPUCommandEncoder
-
- finish() - Method in class akasha.gpu.GPUCommandEncoder
-
- finish(GPURenderBundleDescriptor) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- finish() - Method in class akasha.gpu.GPURenderBundleEncoder
-
- finished() - Method in class akasha.Animation
-
The Animation.finished read-only property of the Web Animations API returns a Promise which resolves once the animation has finished playing.
- finished - Static variable in annotation type akasha.AnimationPlayState
-
- firCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The firCount property of the RTCInboundRtpStreamStats dictionary indicates the number of Full Intra Request (FIR) packets have been sent by the receiver to the sender.
- firCount() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The firCount property of the RTCInboundRtpStreamStats dictionary indicates the number of Full Intra Request (FIR) packets have been sent by the receiver to the sender.
- firCount(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The firCount property of the RTCOutboundRtpStreamStats dictionary indicates the number of Full Intra Request (FIR) that the remote RTCRtpReceiver has sent to this RTCRtpSender.
- firCount() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The firCount property of the RTCOutboundRtpStreamStats dictionary indicates the number of Full Intra Request (FIR) that the remote RTCRtpReceiver has sent to this RTCRtpSender.
- FIRST_ORDERED_NODE_TYPE - Static variable in class akasha.XPathResult
-
- firstChild() - Method in class akasha.Node
-
The Node.firstChild read-only property returns the node's first child in the tree, or null if the node has no children.
- firstChild() - Method in class akasha.TreeWalker
-
The TreeWalker.firstChild() method moves the current Node to the first visible child of the current node, and returns the found child.
- firstElementChild() - Method in class akasha.Document
-
The ParentNode.firstElementChild read-only property returns the object's first child Element, or null if there are no child elements.
- firstElementChild() - Method in class akasha.DocumentFragment
-
The ParentNode.firstElementChild read-only property returns the object's first child Element, or null if there are no child elements.
- firstElementChild() - Method in class akasha.Element
-
The ParentNode.firstElementChild read-only property returns the object's first child Element, or null if there are no child elements.
- firstRequestTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property firstRequestTimestamp specifies the time at which the first STUN request was sent on the described candidate pair.
- firstRequestTimestamp() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property firstRequestTimestamp specifies the time at which the first STUN request was sent on the described candidate pair.
- fixedFoveation - Variable in class akasha.xr.XRProjectionLayer
-
- fixedFoveation - Variable in class akasha.xr.XRWebGLLayer
-
- flags() - Method in class akasha.core.RegExp
-
The flags property returns a string consisting of the flags of the current regular expression object.
- flat() - Method in class akasha.lang.JsArray
-
The flat() method creates a new array with all sub-array elements concatenated into it recursively up to the specified depth.
- flat(double) - Method in class akasha.lang.JsArray
-
The flat() method creates a new array with all sub-array elements concatenated into it recursively up to the specified depth.
- flatMap(JsArray.FlatMap<S, T>) - Method in class akasha.lang.JsArray
-
The flatMap() method returns a new array formed by applying a given callback function to each element of the array, and then flattening the result by one level.
- flatMap(JsArray.FlatMap2<S, T>) - Method in class akasha.lang.JsArray
-
The flatMap() method returns a new array formed by applying a given callback function to each element of the array, and then flattening the result by one level.
- flatMap(JsArray.FlatMap3<S, T>) - Method in class akasha.lang.JsArray
-
The flatMap() method returns a new array formed by applying a given callback function to each element of the array, and then flattening the result by one level.
- flatMap(T) - Method in interface akasha.lang.JsArray.FlatMap
-
- flatMap(T, int) - Method in interface akasha.lang.JsArray.FlatMap2
-
- flatMap(T, int, JsArrayLike<T>) - Method in interface akasha.lang.JsArray.FlatMap3
-
- flatten(boolean) - Method in interface akasha.AssignedNodesOptions.Builder
-
- flatten() - Method in interface akasha.AssignedNodesOptions
-
- flipX() - Method in class akasha.DOMMatrixReadOnly
-
The flipX() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix flipped about the x-axis.
- flipY() - Method in class akasha.DOMMatrixReadOnly
-
- flipY(boolean) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
-
- flipY() - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- flipY - Static variable in annotation type akasha.ImageOrientation
-
- FLOAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT - Static variable in class akasha.gl.WebGLRenderingContext
-
- float16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- float16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- float32 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- float32 - Static variable in annotation type akasha.xr.XRDepthDataFormat
-
- Float32Array - Class in akasha.core
-
The Float32Array typed array represents an array of 32-bit floating point numbers (corresponding to
the C float data type) in the platform byte order.
- Float32Array(int) - Constructor for class akasha.core.Float32Array
-
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
- Float32Array(Float32Array) - Constructor for class akasha.core.Float32Array
-
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
- Float32Array(JsArray<Double>) - Constructor for class akasha.core.Float32Array
-
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
- Float32Array(double[]) - Constructor for class akasha.core.Float32Array
-
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
- Float32Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Float32Array
-
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
- Float32Array(ArrayBuffer, int) - Constructor for class akasha.core.Float32Array
-
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
- Float32Array(ArrayBuffer) - Constructor for class akasha.core.Float32Array
-
The Float32Array() typed array constructor creates a new Float32Array object, which is, an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
- Float32Array.Entry - Class in akasha.core
-
- Float32Array.ForEachCallback - Interface in akasha.core
-
- Float32Array.ForEachCallback2 - Interface in akasha.core
-
- Float32Array.ForEachCallback3 - Interface in akasha.core
-
- Float32List - Interface in akasha.gl
-
- float32x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- float32x3 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- float32x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- Float64Array - Class in akasha.core
-
The Float64Array typed array represents an array of 64-bit floating point numbers (corresponding
to the C double data type) in the platform byte order.
- Float64Array(int) - Constructor for class akasha.core.Float64Array
-
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
- Float64Array(Float64Array) - Constructor for class akasha.core.Float64Array
-
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
- Float64Array(JsArray<Double>) - Constructor for class akasha.core.Float64Array
-
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
- Float64Array(double[]) - Constructor for class akasha.core.Float64Array
-
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
- Float64Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Float64Array
-
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
- Float64Array(ArrayBuffer, int) - Constructor for class akasha.core.Float64Array
-
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
- Float64Array(ArrayBuffer) - Constructor for class akasha.core.Float64Array
-
The Float64Array() typed array constructor creates a new Float64Array object, which is, an array of 64-bit floating point numbers (corresponding to the C double data type) in the platform byte order.
- Float64Array.Entry - Class in akasha.core
-
- Float64Array.ForEachCallback - Interface in akasha.core
-
- Float64Array.ForEachCallback2 - Interface in akasha.core
-
- Float64Array.ForEachCallback3 - Interface in akasha.core
-
- float_ - Static variable in annotation type akasha.gpu.GPUTextureSampleType
-
- FLOAT_32_UNSIGNED_INT_24_8_REV - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT2 - Static variable in class akasha.gl.WebGLRenderingContext
-
- FLOAT_MAT2x3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT2x4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT3 - Static variable in class akasha.gl.WebGLRenderingContext
-
- FLOAT_MAT3x2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT3x4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT4 - Static variable in class akasha.gl.WebGLRenderingContext
-
- FLOAT_MAT4x2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_MAT4x3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_VEC2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_VEC2 - Static variable in class akasha.gl.WebGLRenderingContext
-
- FLOAT_VEC3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_VEC3 - Static variable in class akasha.gl.WebGLRenderingContext
-
- FLOAT_VEC4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FLOAT_VEC4 - Static variable in class akasha.gl.WebGLRenderingContext
-
- floating - Static variable in annotation type akasha.xr.XRDOMOverlayType
-
- floor(double) - Static method in class akasha.core.JsMath
-
The Math.floor() function returns the largest integer less than or equal to a given number.
- flush() - Method in class akasha.codecs.AudioDecoder
-
- flush() - Method in class akasha.codecs.AudioEncoder
-
- flush() - Method in class akasha.codecs.VideoDecoder
-
- flush() - Method in class akasha.codecs.VideoEncoder
-
- flush() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.flush() method of the WebGL API empties different buffer commands, causing all commands to be executed as quickly as possible.
- flush() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.flush() method of the WebGL API empties different buffer commands, causing all commands to be executed as quickly as possible.
- flush(TransformerFlushCallback) - Method in interface akasha.Transformer.Builder
-
- flush() - Method in interface akasha.Transformer
-
- focus(FocusOptions) - Method in class akasha.HTMLElement
-
- focus() - Method in class akasha.HTMLElement
-
- focus(FocusOptions) - Method in class akasha.svg.SVGElement
-
- focus() - Method in class akasha.svg.SVGElement
-
- focus() - Method in class akasha.Window
-
Makes a request to bring the window to the front.
- focus() - Method in class akasha.WindowClient
-
The focus() method of the WindowClient interface gives user input focus to the current client and returns a Promise that resolves to the existing WindowClient.
- focus() - Static method in class akasha.WindowGlobal
-
Makes a request to bring the window to the front.
- focused() - Method in class akasha.WindowClient
-
The focused read-only property of the WindowClient interface is a Boolean that indicates whether the current client has focus.
- FocusEvent - Class in akasha
-
The FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout.
- FocusEvent(String, FocusEventInit) - Constructor for class akasha.FocusEvent
-
The FocusEvent() constructor returns a newly created FocusEvent object with an optional EventTarget.
- FocusEvent(String) - Constructor for class akasha.FocusEvent
-
The FocusEvent() constructor returns a newly created FocusEvent object with an optional EventTarget.
- FocusEventHandler - Interface in akasha
-
Handle events of type FocusEvent
- FocusEventInit - Interface in akasha
-
- FocusEventInit.Builder - Interface in akasha
-
- FocusEventListener - Interface in akasha
-
Listener for events of type FocusEvent
- focusNode() - Method in class akasha.Selection
-
The Selection.focusNode read-only property returns the Node in which the selection ends.
- focusOffset() - Method in class akasha.Selection
-
The Selection.focusOffset read-only property returns the number of characters that the selection's focus is offset within the Selection.focusNode.
- FocusOptions - Interface in akasha
-
- FocusOptions.Builder - Interface in akasha
-
- follow - Static variable in annotation type akasha.RequestRedirect
-
- font - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.font property of the Canvas 2D API specifies the current text style to use when drawing text.
- font - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- font - Static variable in annotation type akasha.RequestDestination
-
- FONT_FACE_RULE - Static variable in class akasha.CSSRule
-
- FONT_FEATURE_VALUES_RULE - Static variable in class akasha.CSSRule
-
- fontBoundingBoxAscent() - Method in class akasha.TextMetrics
-
The read-only fontBoundingBoxAscent property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline attribute to the top of the highest bounding rectangle of all the fonts used to render the text, in CSS pixels.
- fontBoundingBoxDescent() - Method in class akasha.TextMetrics
-
The read-only fontBoundingBoxDescent property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline attribute to the bottom of the bounding rectangle of all the fonts used to render the text, in CSS pixels.
- fontFamily - Variable in class akasha.CSSFontFeatureValuesRule
-
- fontFamily() - Method in class akasha.CSSFontPaletteValuesRule
-
- fontKerning - Variable in class akasha.CanvasRenderingContext2D
-
- fontKerning - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- fontStretch - Variable in class akasha.CanvasRenderingContext2D
-
- fontStretch - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- fontVariantCaps - Variable in class akasha.CanvasRenderingContext2D
-
- fontVariantCaps - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- for_(String) - Static method in interface akasha.core.Symbol
-
- force() - Method in class akasha.Touch
-
The Touch.force read-only property returns the amount of pressure the user is applying to the touch surface for a Touch point.
- force(float) - Method in interface akasha.TouchInit.Builder
-
- force() - Method in interface akasha.TouchInit
-
- force_cache - Static variable in annotation type akasha.RequestCache
-
- forceFallbackAdapter(boolean) - Method in interface akasha.gpu.GPURequestAdapterOptions.Builder
-
- forceFallbackAdapter() - Method in interface akasha.gpu.GPURequestAdapterOptions
-
- forceRedraw() - Method in class akasha.svg.SVGSVGElement
-
- forEach(AudioParamMap.ForEachCallback) - Method in class akasha.audio.AudioParamMap
-
- forEach(AudioParamMap.ForEachCallback2) - Method in class akasha.audio.AudioParamMap
-
- forEach(AudioParamMap.ForEachCallback3) - Method in class akasha.audio.AudioParamMap
-
- forEach(BluetoothManufacturerDataMap.ForEachCallback) - Method in class akasha.bluetooth.BluetoothManufacturerDataMap
-
- forEach(BluetoothManufacturerDataMap.ForEachCallback2) - Method in class akasha.bluetooth.BluetoothManufacturerDataMap
-
- forEach(BluetoothManufacturerDataMap.ForEachCallback3) - Method in class akasha.bluetooth.BluetoothManufacturerDataMap
-
- forEach(BluetoothServiceDataMap.ForEachCallback) - Method in class akasha.bluetooth.BluetoothServiceDataMap
-
- forEach(BluetoothServiceDataMap.ForEachCallback2) - Method in class akasha.bluetooth.BluetoothServiceDataMap
-
- forEach(BluetoothServiceDataMap.ForEachCallback3) - Method in class akasha.bluetooth.BluetoothServiceDataMap
-
- forEach(Float32Array.ForEachCallback) - Method in class akasha.core.Float32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Float32Array.ForEachCallback2) - Method in class akasha.core.Float32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Float32Array.ForEachCallback3) - Method in class akasha.core.Float32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Float64Array.ForEachCallback) - Method in class akasha.core.Float64Array
-
The forEach() method executes a provided function once per array element.
- forEach(Float64Array.ForEachCallback2) - Method in class akasha.core.Float64Array
-
The forEach() method executes a provided function once per array element.
- forEach(Float64Array.ForEachCallback3) - Method in class akasha.core.Float64Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int16Array.ForEachCallback) - Method in class akasha.core.Int16Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int16Array.ForEachCallback2) - Method in class akasha.core.Int16Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int16Array.ForEachCallback3) - Method in class akasha.core.Int16Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int32Array.ForEachCallback) - Method in class akasha.core.Int32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int32Array.ForEachCallback2) - Method in class akasha.core.Int32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int32Array.ForEachCallback3) - Method in class akasha.core.Int32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int8Array.ForEachCallback) - Method in class akasha.core.Int8Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int8Array.ForEachCallback2) - Method in class akasha.core.Int8Array
-
The forEach() method executes a provided function once per array element.
- forEach(Int8Array.ForEachCallback3) - Method in class akasha.core.Int8Array
-
The forEach() method executes a provided function once per array element.
- forEach(JsMap.ForEachCallback<V>) - Method in class akasha.core.JsMap
-
The forEach() method executes a provided function once per each key/value pair in the Map object, in insertion order.
- forEach(JsMap.ForEachCallback2<K, V>) - Method in class akasha.core.JsMap
-
The forEach() method executes a provided function once per each key/value pair in the Map object, in insertion order.
- forEach(JsMap.ForEachCallback3<K, V>) - Method in class akasha.core.JsMap
-
The forEach() method executes a provided function once per each key/value pair in the Map object, in insertion order.
- forEach(JsSet.ForEachCallback<T>) - Method in class akasha.core.JsSet
-
The forEach() method executes a provided function once for each value in the Set object, in insertion order.
- forEach(JsSet.ForEachCallback2<T>) - Method in class akasha.core.JsSet
-
The forEach() method executes a provided function once for each value in the Set object, in insertion order.
- forEach(JsSet.ForEachCallback3<T>) - Method in class akasha.core.JsSet
-
The forEach() method executes a provided function once for each value in the Set object, in insertion order.
- forEach(RegExpGroups.ForEachCallback) - Method in class akasha.core.RegExpGroups
-
- forEach(RegExpGroups.ForEachCallback2) - Method in class akasha.core.RegExpGroups
-
- forEach(RegExpGroups.ForEachCallback3) - Method in class akasha.core.RegExpGroups
-
- forEach(Uint16Array.ForEachCallback) - Method in class akasha.core.Uint16Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint16Array.ForEachCallback2) - Method in class akasha.core.Uint16Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint16Array.ForEachCallback3) - Method in class akasha.core.Uint16Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint32Array.ForEachCallback) - Method in class akasha.core.Uint32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint32Array.ForEachCallback2) - Method in class akasha.core.Uint32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint32Array.ForEachCallback3) - Method in class akasha.core.Uint32Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint8Array.ForEachCallback) - Method in class akasha.core.Uint8Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint8Array.ForEachCallback2) - Method in class akasha.core.Uint8Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint8Array.ForEachCallback3) - Method in class akasha.core.Uint8Array
-
The forEach() method executes a provided function once per array element.
- forEach(Uint8ClampedArray.ForEachCallback) - Method in class akasha.core.Uint8ClampedArray
-
The forEach() method executes a provided function once per array element.
- forEach(Uint8ClampedArray.ForEachCallback2) - Method in class akasha.core.Uint8ClampedArray
-
The forEach() method executes a provided function once per array element.
- forEach(Uint8ClampedArray.ForEachCallback3) - Method in class akasha.core.Uint8ClampedArray
-
The forEach() method executes a provided function once per array element.
- forEach(CSSFontFeatureValuesMap.ForEachCallback) - Method in class akasha.CSSFontFeatureValuesMap
-
- forEach(CSSFontFeatureValuesMap.ForEachCallback2) - Method in class akasha.CSSFontFeatureValuesMap
-
- forEach(CSSFontFeatureValuesMap.ForEachCallback3) - Method in class akasha.CSSFontFeatureValuesMap
-
- forEach(DOMTokenList.ForEachCallback) - Method in class akasha.DOMTokenList
-
The forEach() method of the DOMTokenList interface calls the callback given in parameter once for each value pair in the list, in insertion order.
- forEach(DOMTokenList.ForEachCallback2) - Method in class akasha.DOMTokenList
-
The forEach() method of the DOMTokenList interface calls the callback given in parameter once for each value pair in the list, in insertion order.
- forEach(DOMTokenList.ForEachCallback3) - Method in class akasha.DOMTokenList
-
The forEach() method of the DOMTokenList interface calls the callback given in parameter once for each value pair in the list, in insertion order.
- forEach(FormData.ForEachCallback) - Method in class akasha.FormData
-
- forEach(FormData.ForEachCallback2) - Method in class akasha.FormData
-
- forEach(FormData.ForEachCallback3) - Method in class akasha.FormData
-
- forEach(GPUSupportedFeatures.ForEachCallback) - Method in class akasha.gpu.GPUSupportedFeatures
-
- forEach(GPUSupportedFeatures.ForEachCallback2) - Method in class akasha.gpu.GPUSupportedFeatures
-
- forEach(GPUSupportedFeatures.ForEachCallback3) - Method in class akasha.gpu.GPUSupportedFeatures
-
- forEach(Headers.ForEachCallback) - Method in class akasha.Headers
-
- forEach(Headers.ForEachCallback2) - Method in class akasha.Headers
-
- forEach(Headers.ForEachCallback3) - Method in class akasha.Headers
-
- forEach(JsArray.ForEachCallback<T>) - Method in class akasha.lang.JsArray
-
The forEach() method executes a provided function once for each array element.
- forEach(JsArray.ForEachCallback2<T>) - Method in class akasha.lang.JsArray
-
The forEach() method executes a provided function once for each array element.
- forEach(JsArray.ForEachCallback3<T>) - Method in class akasha.lang.JsArray
-
The forEach() method executes a provided function once for each array element.
- forEach(MediaKeyStatusMap.ForEachCallback) - Method in class akasha.MediaKeyStatusMap
-
The forEach property of the MediaKeyStatusMap interface calls callback once for each key-value pair in the status map, in insertion order.
- forEach(MediaKeyStatusMap.ForEachCallback2) - Method in class akasha.MediaKeyStatusMap
-
The forEach property of the MediaKeyStatusMap interface calls callback once for each key-value pair in the status map, in insertion order.
- forEach(MediaKeyStatusMap.ForEachCallback3) - Method in class akasha.MediaKeyStatusMap
-
The forEach property of the MediaKeyStatusMap interface calls callback once for each key-value pair in the status map, in insertion order.
- forEach(MIDIInputMap.ForEachCallback) - Method in class akasha.midi.MIDIInputMap
-
- forEach(MIDIInputMap.ForEachCallback2) - Method in class akasha.midi.MIDIInputMap
-
- forEach(MIDIInputMap.ForEachCallback3) - Method in class akasha.midi.MIDIInputMap
-
- forEach(MIDIOutputMap.ForEachCallback) - Method in class akasha.midi.MIDIOutputMap
-
- forEach(MIDIOutputMap.ForEachCallback2) - Method in class akasha.midi.MIDIOutputMap
-
- forEach(MIDIOutputMap.ForEachCallback3) - Method in class akasha.midi.MIDIOutputMap
-
- forEach(NodeList.ForEachCallback) - Method in class akasha.NodeList
-
The forEach() method of the NodeList interface calls the callback given in parameter once for each value pair in the list, in insertion order.
- forEach(NodeList.ForEachCallback2) - Method in class akasha.NodeList
-
The forEach() method of the NodeList interface calls the callback given in parameter once for each value pair in the list, in insertion order.
- forEach(NodeList.ForEachCallback3) - Method in class akasha.NodeList
-
The forEach() method of the NodeList interface calls the callback given in parameter once for each value pair in the list, in insertion order.
- forEach(RTCStatsReport.ForEachCallback) - Method in class akasha.rtc.RTCStatsReport
-
- forEach(RTCStatsReport.ForEachCallback2) - Method in class akasha.rtc.RTCStatsReport
-
- forEach(RTCStatsReport.ForEachCallback3) - Method in class akasha.rtc.RTCStatsReport
-
- forEach(URLSearchParams.ForEachCallback) - Method in class akasha.URLSearchParams
-
The forEach() method of the URLSearchParams interface allows iteration through all values contained in this object via a callback function.
- forEach(URLSearchParams.ForEachCallback2) - Method in class akasha.URLSearchParams
-
The forEach() method of the URLSearchParams interface allows iteration through all values contained in this object via a callback function.
- forEach(URLSearchParams.ForEachCallback3) - Method in class akasha.URLSearchParams
-
The forEach() method of the URLSearchParams interface allows iteration through all values contained in this object via a callback function.
- forEach(XRAnchorSet.ForEachCallback) - Method in class akasha.xr.XRAnchorSet
-
- forEach(XRAnchorSet.ForEachCallback2) - Method in class akasha.xr.XRAnchorSet
-
- forEach(XRAnchorSet.ForEachCallback3) - Method in class akasha.xr.XRAnchorSet
-
- forEach(XRHand.ForEachCallback) - Method in class akasha.xr.XRHand
-
- forEach(XRHand.ForEachCallback2) - Method in class akasha.xr.XRHand
-
- forEach(XRHand.ForEachCallback3) - Method in class akasha.xr.XRHand
-
- forEach(XRInputSourceArray.ForEachCallback) - Method in class akasha.xr.XRInputSourceArray
-
The XRInputSourceArray method forEach() executes the specified callback once for each input source in the array, starting at index 0 and progressing until the end of the list.
- forEach(XRInputSourceArray.ForEachCallback2) - Method in class akasha.xr.XRInputSourceArray
-
The XRInputSourceArray method forEach() executes the specified callback once for each input source in the array, starting at index 0 and progressing until the end of the list.
- forEach(XRInputSourceArray.ForEachCallback3) - Method in class akasha.xr.XRInputSourceArray
-
The XRInputSourceArray method forEach() executes the specified callback once for each input source in the array, starting at index 0 and progressing until the end of the list.
- form() - Method in class akasha.ElementInternals
-
- form() - Method in class akasha.HTMLButtonElement
-
- form() - Method in class akasha.HTMLFieldSetElement
-
- form() - Method in class akasha.HTMLInputElement
-
- form() - Method in class akasha.HTMLLabelElement
-
The read-only HTMLLabelElement.form property returns an HTMLFormElement object which represents the form of which the label's associated control is a part, or null if there is either no associated control, or if that control isn't in a form.
- form() - Method in class akasha.HTMLLegendElement
-
- form() - Method in class akasha.HTMLObjectElement
-
The form read-only property of the HTMLObjectElement interface Retuns a HTMLFormElement representing the object element's form owner, or null if there isn't one.
- form() - Method in class akasha.HTMLOptionElement
-
- form() - Method in class akasha.HTMLOutputElement
-
- form() - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.form read-only property returns a HTMLFormElement representing the form that this element is associated with.
- form() - Method in class akasha.HTMLTextAreaElement
-
- formAction - Variable in class akasha.HTMLButtonElement
-
- formAction - Variable in class akasha.HTMLInputElement
-
- format() - Method in class akasha.codecs.AudioData
-
- format(String) - Method in interface akasha.codecs.AudioDataCopyToOptions.Builder
-
- format() - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- format(String) - Static method in interface akasha.codecs.AudioDataInit
-
- format() - Method in interface akasha.codecs.AudioDataInit
-
- format() - Method in class akasha.codecs.VideoFrame
-
- format(String) - Static method in interface akasha.codecs.VideoFrameBufferInit
-
- format() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- format() - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- format(String) - Method in interface akasha.gpu.GPUCanvasConfiguration.Step1
-
- format(String) - Static method in interface akasha.gpu.GPUColorTargetState
-
- format() - Method in interface akasha.gpu.GPUColorTargetState
-
- format(String) - Static method in interface akasha.gpu.GPUDepthStencilState
-
- format() - Method in interface akasha.gpu.GPUDepthStencilState
-
- format(String) - Static method in interface akasha.gpu.GPUStorageTextureBindingLayout
-
- format() - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
-
- format() - Method in interface akasha.gpu.GPUTextureDescriptor
-
- format(String) - Method in interface akasha.gpu.GPUTextureDescriptor.Step1
-
- format(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
-
- format() - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- format(String) - Static method in interface akasha.gpu.GPUVertexAttribute
-
- format() - Method in interface akasha.gpu.GPUVertexAttribute
-
- FormAutocompleteType - Annotation Type in akasha
-
An enumeration describing the whether elements can have their values automatically completed by the browser.
- FormAutocompleteType.Util - Class in akasha
-
- FormData - Class in akasha
-
The FormData interface provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using the XMLHttpRequest.send() method.
- FormData(HTMLFormElement) - Constructor for class akasha.FormData
-
The FormData() constructor creates a new FormData object.
- FormData() - Constructor for class akasha.FormData
-
The FormData() constructor creates a new FormData object.
- formData() - Method in class akasha.FormDataEvent
-
The formData read only property of the FormDataEvent interface contains the FormData object representing the data contained in the form when the event was fired.
- formData(FormData) - Static method in interface akasha.FormDataEventInit
-
- formData() - Method in interface akasha.FormDataEventInit
-
- formData() - Method in class akasha.Request
-
The formData() method of the Body mixin takes a Response stream and reads it to completion.
- formData() - Method in class akasha.Response
-
The formData() method of the Body mixin takes a Response stream and reads it to completion.
- FormData.Entry - Class in akasha
-
- FormData.ForEachCallback - Interface in akasha
-
- FormData.ForEachCallback2 - Interface in akasha
-
- FormData.ForEachCallback3 - Interface in akasha
-
- FormDataEntryValue - Interface in akasha
-
- FormDataEvent - Class in akasha
-
The FormDataEvent interface represents a formdata event — such an event is fired on an HTMLFormElement object after the entry list representing the form's data is constructed.
- FormDataEvent(String, FormDataEventInit) - Constructor for class akasha.FormDataEvent
-
The FormDataEvent() constructor creates a new FormDataEvent object instance.
- FormDataEventInit - Interface in akasha
-
- FormDataEventInit.Builder - Interface in akasha
-
- FormDataEventListener - Interface in akasha
-
Listener for events of type FormDataEvent
- FormEncodingType - Annotation Type in akasha
-
An enumeration specifying the HTTP method to submit the form with.
- FormEncodingType.Util - Class in akasha
-
- formEnctype - Variable in class akasha.HTMLButtonElement
-
- formEnctype - Variable in class akasha.HTMLInputElement
-
- formMethod - Variable in class akasha.HTMLButtonElement
-
- formMethod - Variable in class akasha.HTMLInputElement
-
- FormMethodType - Annotation Type in akasha
-
An enumeration specifying the HTTP method to submit the form with.
- FormMethodType.Util - Class in akasha
-
- formNoValidate - Variable in class akasha.HTMLButtonElement
-
- formNoValidate - Variable in class akasha.HTMLInputElement
-
- forms() - Method in class akasha.Document
-
The forms read-only property of the Document interface returns an HTMLCollection listing all the form elements contained in the document.
- formTarget - Variable in class akasha.HTMLButtonElement
-
- formTarget - Variable in class akasha.HTMLInputElement
-
- forward() - Method in class akasha.History
-
The History.forward() method causes the browser to move forward one page in the session history.
- forwards - Static variable in annotation type akasha.FillMode
-
- forwardX() - Method in class akasha.audio.AudioListener
-
The forwardX read-only property of the AudioListener interface is an AudioParam representing the x value of the direction vector defining the forward direction the listener is pointing in.
- forwardY() - Method in class akasha.audio.AudioListener
-
The forwardY read-only property of the AudioListener interface is an AudioParam representing the y value of the direction vector defining the forward direction the listener is pointing in.
- forwardZ() - Method in class akasha.audio.AudioListener
-
The forwardZ read-only property of the AudioListener interface is an AudioParam representing the z value of the direction vector defining the forward direction the listener is pointing in.
- foundation() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only foundation property is a string which uniquely identifies the candidate across multiple transports.
- fr() - Method in class akasha.svg.SVGRadialGradientElement
-
- fractionLost(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- fractionLost() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- fractionLost(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- fractionLost() - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- fragment(GPUFragmentState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
-
- fragment() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- FRAGMENT - Static variable in class akasha.gpu.GPUShaderStage
-
- FRAGMENT_SHADER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAGMENT_SHADER - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAGMENT_SHADER_DERIVATIVE_HINT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAGMENT_SHADER_DERIVATIVE_HINT_OES - Static variable in class akasha.gl.OES_standard_derivatives
-
- frame - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement interface's frame property is a string that indicates which of the table's exterior borders should be drawn.
- frame - Static variable in annotation type akasha.RequestDestination
-
- frame() - Method in class akasha.xr.XRInputSourceEvent
-
The read-only XRInputSourceEvent property frame specifies an XRFrame object representing the event frame during which a WebXR user input occurred.
- frame(XRFrame) - Static method in interface akasha.xr.XRInputSourceEventInit
-
- frame() - Method in interface akasha.xr.XRInputSourceEventInit
-
The XRInputSourceEventInit dictionary's property frame specifies an XRFrame providing information about the timestamp at which the new input source event took place, as well as access to the XRFrame method getPose() which can be used to map the coordinates of any XRReferenceSpace to the space in which the event took place.
- frameBitDepth(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- frameBitDepth() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- frameBitDepth(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- frameBitDepth() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- frameBorder - Variable in class akasha.HTMLFrameElement
-
- frameBorder - Variable in class akasha.HTMLIFrameElement
-
- FRAMEBUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER - Static variable in class akasha.gl.WebGLRenderingContext
-
- framebuffer() - Method in class akasha.xr.XRWebGLLayer
-
The read-only XRWebGLLayer property framebuffer is an opaque WebGLFramebuffer which is used to buffer the rendered image if the XR compositor is being used.
- FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_BLUE_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT - Static variable in class akasha.gl.EXT_sRGB
-
- FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT - Static variable in class akasha.gl.EXT_color_buffer_half_float
-
- FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT - Static variable in class akasha.gl.WEBGL_color_buffer_float
-
- FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_GREEN_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_OBJECT_NAME - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_ATTACHMENT_RED_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR - Static variable in class akasha.gl.OCULUS_multiview
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR - Static variable in class akasha.gl.OVR_multiview2
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR - Static variable in class akasha.gl.OCULUS_multiview
-
- FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR - Static variable in class akasha.gl.OVR_multiview2
-
- FRAMEBUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_BINDING - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_COMPLETE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_COMPLETE - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_DEFAULT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_INCOMPLETE_ATTACHMENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_INCOMPLETE_DIMENSIONS - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRAMEBUFFER_INCOMPLETE_MULTISAMPLE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR - Static variable in class akasha.gl.OCULUS_multiview
-
- FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR - Static variable in class akasha.gl.OVR_multiview2
-
- FRAMEBUFFER_UNSUPPORTED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRAMEBUFFER_UNSUPPORTED - Static variable in class akasha.gl.WebGLRenderingContext
-
- FramebufferAttachment - Annotation Type in akasha.gl
-
- FramebufferAttachment.Util - Class in akasha.gl
-
- framebufferHeight() - Method in class akasha.xr.XRWebGLLayer
-
The read-only XRWebGLLayer property framebufferHeight indicates the height of the framebuffer, in pixels.
- FramebufferMipmapLevel - Annotation Type in akasha.gl
-
The valid mipmap levels for framebuffer texture.
- framebufferRenderbuffer(int, int, int, WebGLRenderbuffer) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.framebufferRenderbuffer() method of the WebGL API attaches a WebGLRenderbuffer object to a WebGLFramebuffer object.
- framebufferRenderbuffer(int, int, int, WebGLRenderbuffer) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.framebufferRenderbuffer() method of the WebGL API attaches a WebGLRenderbuffer object to a WebGLFramebuffer object.
- framebufferScaleFactor(double) - Method in interface akasha.xr.XRWebGLLayerInit.Builder
-
The XRWebGLLayerInit dictionary's framebufferScaleFactor property, when specified upon instantiating a new XRWebGLLayer using its constructor, XRWebGLLayer(), specifies the scaling factor to use when determining the size of the frame buffer to use when rendering the scene, relative to the default XR device display resolution.
- framebufferScaleFactor() - Method in interface akasha.xr.XRWebGLLayerInit
-
The XRWebGLLayerInit dictionary's framebufferScaleFactor property, when specified upon instantiating a new XRWebGLLayer using its constructor, XRWebGLLayer(), specifies the scaling factor to use when determining the size of the frame buffer to use when rendering the scene, relative to the default XR device display resolution.
- FramebufferTargetType - Annotation Type in akasha.gl
-
- FramebufferTargetType.Util - Class in akasha.gl
-
- framebufferTexture2D(int, int, int, WebGLTexture, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.framebufferTexture2D() method of the WebGL API attaches a texture to a WebGLFramebuffer.
- framebufferTexture2D(int, int, int, WebGLTexture, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.framebufferTexture2D() method of the WebGL API attaches a texture to a WebGLFramebuffer.
- framebufferTextureLayer(int, int, WebGLTexture, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.framebufferTextureLayer() method of the WebGL 2 API attaches a single layer of a texture to a framebuffer.
- framebufferTextureMultisampleMultiviewOVR(int, int, WebGLTexture, int, int, int, int) - Method in class akasha.gl.OCULUS_multiview
-
- framebufferTextureMultiviewOVR(int, int, WebGLTexture, int, int, int) - Method in class akasha.gl.OCULUS_multiview
-
- framebufferTextureMultiviewOVR(int, int, WebGLTexture, int, int, int) - Method in class akasha.gl.OVR_multiview2
-
- framebufferWidth() - Method in class akasha.xr.XRWebGLLayer
-
The read-only XRWebGLLayer property framebufferWidth specifies the width of the framebuffer, in pixels.
- frameCount(int) - Method in interface akasha.codecs.AudioDataCopyToOptions.Builder
-
- frameCount() - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- frameCount() - Method in class akasha.codecs.ImageTrack
-
- frameElement() - Method in class akasha.Window
-
The Window.frameElement property returns the element (such as iframe or object) in which the window is embedded.
- frameElement() - Static method in class akasha.WindowGlobal
-
The Window.frameElement property returns the element (such as iframe or object) in which the window is embedded.
- frameHeight(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- frameHeight() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- frameHeight(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- frameHeight() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- frameHeight(int) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- frameHeight(int) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- frameHeight(int) - Method in interface akasha.rtc.RTCVideoHandlerStats.Builder
-
- frameHeight() - Method in interface akasha.rtc.RTCVideoHandlerStats
-
- frameHeight(int) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- frameHeight(int) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- frameIndex(int) - Method in interface akasha.codecs.ImageDecodeOptions.Builder
-
- frameIndex() - Method in interface akasha.codecs.ImageDecodeOptions
-
- frameOffset(int) - Method in interface akasha.codecs.AudioDataCopyToOptions.Builder
-
- frameOffset() - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- framerate(double) - Method in interface akasha.codecs.VideoEncoderConfig.Builder
-
- framerate() - Method in interface akasha.codecs.VideoEncoderConfig
-
- frameRate(DoubleRange) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- frameRate() - Method in interface akasha.media.MediaTrackCapabilities
-
- frameRate(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- frameRate(double) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- frameRate(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- frameRate(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- frameRate(double) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- frameRate(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- frameRate() - Method in interface akasha.media.MediaTrackConstraintSet
-
- frameRate(double) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's frameRate property is a double-precision floating-point number indicating the frame rate, in frames per second, of the MediaStreamTrack as currently configured.
- frameRate() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's frameRate property is a double-precision floating-point number indicating the frame rate, in frames per second, of the MediaStreamTrack as currently configured.
- frameRate(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's frameRate property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the frameRate constraint.
- frameRate() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's frameRate property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the frameRate constraint.
- frameRate() - Method in class akasha.xr.XRSession
-
- FrameRequestCallback - Interface in akasha
-
- frames(int) - Method in interface akasha.rtc.RTCVideoSourceStats.Builder
-
- frames() - Method in interface akasha.rtc.RTCVideoSourceStats
-
- frames() - Method in class akasha.Window
-
Returns the window itself, which is an array-like object, listing the direct sub-frames of the current window.
- frames() - Static method in class akasha.WindowGlobal
-
Returns the window itself, which is an array-like object, listing the direct sub-frames of the current window.
- framesCaptured(int) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- framesCaptured(int) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- framesCaptured() - Method in interface akasha.rtc.RTCVideoSenderStats
-
- framesDecoded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The framesDecoded property of the RTCInboundRtpStreamStats dictionary indicates the total number of frames which have been decoded successfully for this media source.
- framesDecoded() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The framesDecoded property of the RTCInboundRtpStreamStats dictionary indicates the total number of frames which have been decoded successfully for this media source.
- framesDecoded(int) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- framesDecoded(int) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- framesDecoded() - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- framesDiscardedOnSend(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- framesDiscardedOnSend() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- framesDropped(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- framesDropped(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- framesDropped() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- framesDropped(int) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- framesDropped(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- framesDropped(int) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- framesDropped() - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- framesEncoded(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The framesEncoded property of the RTCOutboundRtpStreamStats dictionary indicates the total number of frames that have been encoded by this RTCRtpSender for this media source.
- framesEncoded() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The framesEncoded property of the RTCOutboundRtpStreamStats dictionary indicates the total number of frames that have been encoded by this RTCRtpSender for this media source.
- framesPerSecond(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- framesPerSecond() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- framesPerSecond(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- framesPerSecond() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- framesPerSecond(double) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- framesPerSecond(double) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- framesPerSecond(double) - Method in interface akasha.rtc.RTCVideoHandlerStats.Builder
-
- framesPerSecond() - Method in interface akasha.rtc.RTCVideoHandlerStats
-
- framesPerSecond(double) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- framesPerSecond(double) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- framesPerSecond(double) - Method in interface akasha.rtc.RTCVideoSourceStats.Builder
-
- framesPerSecond() - Method in interface akasha.rtc.RTCVideoSourceStats
-
- framesReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- framesReceived() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- framesReceived(int) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- framesReceived(int) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- framesReceived() - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- framesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- framesSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- framesSent(int) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- framesSent(int) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- framesSent() - Method in interface akasha.rtc.RTCVideoSenderStats
-
- frameType() - Method in class akasha.Client
-
The frameType read-only property of the Client interface indicates the type of browsing context of the current Client.
- FrameType - Annotation Type in akasha
-
- FrameType.Util - Class in akasha
-
- frameWidth(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- frameWidth() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- frameWidth(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- frameWidth() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- frameWidth(int) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- frameWidth(int) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- frameWidth(int) - Method in interface akasha.rtc.RTCVideoHandlerStats.Builder
-
- frameWidth() - Method in interface akasha.rtc.RTCVideoHandlerStats
-
- frameWidth(int) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- frameWidth(int) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- freeze(Object) - Static method in class akasha.core.JsObject
-
The Object.freeze() method freezes an object.
- frequency() - Method in class akasha.audio.BiquadFilterNode
-
An AudioParam.
- frequency(float) - Method in interface akasha.audio.BiquadFilterOptions.Builder
-
- frequency() - Method in interface akasha.audio.BiquadFilterOptions
-
- frequency() - Method in class akasha.audio.OscillatorNode
-
An a-rate AudioParam.
- frequency(float) - Method in interface akasha.audio.OscillatorOptions.Builder
-
- frequency() - Method in interface akasha.audio.OscillatorOptions
-
- frequencyBinCount() - Method in class akasha.audio.AnalyserNode
-
The frequencyBinCount read-only property of the AnalyserNode interface is an unsigned integer half that of the AnalyserNode.fftSize.
- from(JsArrayLike<T>, JsArray.Converter<? super T, ? extends R>) - Static method in class akasha.lang.JsArray
-
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
- from(JsArrayLike<T>) - Static method in class akasha.lang.JsArray
-
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
- from(JsIterable<T>, JsArray.Converter<? super T, ? extends R>) - Static method in class akasha.lang.JsArray
-
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
- from(JsIterable<T>) - Static method in class akasha.lang.JsArray
-
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
- from(T[], JsArray.Converter<? super T, ? extends R>) - Static method in class akasha.lang.JsArray
-
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
- from(T[]) - Static method in class akasha.lang.JsArray
-
The Array.from() static method creates a new, shallow-copied Array instance from an array-like or iterable object.
- fromCharCode(int...) - Static method in class akasha.core.JsString
-
The static String.fromCharCode() method returns a string created from the specified sequence of UTF-16 code units.
- fromCodePoint(int, int...) - Static method in class akasha.core.JsString
-
The static String.fromCodePoint() method returns a string created by using the specified sequence of code points.
- fromEntries(JsIterable<ObjectPropertyEntry>) - Static method in class akasha.core.JsObject
-
The Object.fromEntries() method transforms a list of key-value pairs into an object.
- fromFloat32Array(Float32Array) - Static method in class akasha.DOMMatrix
-
- fromFloat32Array(Float32Array) - Static method in class akasha.DOMMatrixReadOnly
-
- fromFloat64Array(Float64Array) - Static method in class akasha.DOMMatrix
-
- fromFloat64Array(Float64Array) - Static method in class akasha.DOMMatrixReadOnly
-
- fromMatrix(DOMMatrixInit) - Static method in class akasha.DOMMatrix
-
- fromMatrix() - Static method in class akasha.DOMMatrix
-
- fromMatrix(DOMMatrixInit) - Static method in class akasha.DOMMatrixReadOnly
-
- fromMatrix() - Static method in class akasha.DOMMatrixReadOnly
-
- fromPoint(DOMPointInit) - Static method in class akasha.DOMPoint
-
- fromPoint() - Static method in class akasha.DOMPoint
-
- fromPoint(DOMPointInit) - Static method in class akasha.DOMPointReadOnly
-
The static DOMPointReadOnly method fromPoint() creates and returns a new DOMPointReadOnly object given a source point.
- fromPoint() - Static method in class akasha.DOMPointReadOnly
-
The static DOMPointReadOnly method fromPoint() creates and returns a new DOMPointReadOnly object given a source point.
- fromQuad(DOMQuadInit) - Static method in class akasha.DOMQuad
-
- fromQuad() - Static method in class akasha.DOMQuad
-
- fromRect(DOMRectInit) - Static method in class akasha.DOMQuad
-
- fromRect() - Static method in class akasha.DOMQuad
-
- fromRect(DOMRectInit) - Static method in class akasha.DOMRect
-
- fromRect() - Static method in class akasha.DOMRect
-
- fromRect(DOMRectInit) - Static method in class akasha.DOMRectReadOnly
-
The fromRect() property of the DOMRectReadOnly interface creates a new DOMRectReadOnly object with a given location and dimensions.
- fromRect() - Static method in class akasha.DOMRectReadOnly
-
The fromRect() property of the DOMRectReadOnly interface creates a new DOMRectReadOnly object with a given location and dimensions.
- FRONT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRONT - Static variable in class akasha.gl.WebGLRenderingContext
-
- front - Static variable in annotation type akasha.gpu.GPUCullMode
-
- FRONT_AND_BACK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRONT_AND_BACK - Static variable in class akasha.gl.WebGLRenderingContext
-
- FRONT_FACE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FRONT_FACE - Static variable in class akasha.gl.WebGLRenderingContext
-
- frontFace(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.frontFace() method of the WebGL API specifies whether polygons are front- or back-facing by setting a winding orientation.
- frontFace(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.frontFace() method of the WebGL API specifies whether polygons are front- or back-facing by setting a winding orientation.
- frontFace(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
-
- frontFace() - Method in interface akasha.gpu.GPUPrimitiveState
-
- fround(double) - Static method in class akasha.core.JsMath
-
The Math.fround() function returns the nearest 32-bit single precision float representation of a Number.
- frozen - Static variable in annotation type akasha.rtc.RTCStatsIceCandidatePairState
-
- fullFramesLost(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- fullFramesLost(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- fullFramesLost() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- fullFramesLost(int) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- fullFramesLost(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- fullFramesLost(int) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- fullFramesLost() - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- fullRange() - Method in class akasha.codecs.VideoColorSpace
-
- fullRange(boolean) - Method in interface akasha.codecs.VideoColorSpaceInit.Builder
-
- fullRange() - Method in interface akasha.codecs.VideoColorSpaceInit
-
- fullscreen() - Method in class akasha.Document
-
The obsolete Document interface's fullscreen read-only property reports whether or not the document is currently displaying content in full-screen mode.
- fullscreenElement() - Method in class akasha.Document
-
The DocumentOrShadowRoot.fullscreenElement read-only property returns the Element that is currently being presented in full-screen mode in this document, or null if full-screen mode is not currently in use.
- fullscreenElement() - Method in class akasha.ShadowRoot
-
The DocumentOrShadowRoot.fullscreenElement read-only property returns the Element that is currently being presented in full-screen mode in this document, or null if full-screen mode is not currently in use.
- fullscreenEnabled() - Method in class akasha.Document
-
The read-only fullscreenEnabled property on the Document interface indicates whether or not full-screen mode is available.
- FullscreenNavigationUI - Annotation Type in akasha
-
- FullscreenNavigationUI.Util - Class in akasha
-
- FullscreenOptions - Interface in akasha
-
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in fullscreen mode.
- FullscreenOptions.Builder - Interface in akasha
-
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in fullscreen mode.
- FUNC_ADD - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FUNC_ADD - Static variable in class akasha.gl.WebGLRenderingContext
-
- FUNC_REVERSE_SUBTRACT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FUNC_REVERSE_SUBTRACT - Static variable in class akasha.gl.WebGLRenderingContext
-
- FUNC_SUBTRACT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- FUNC_SUBTRACT - Static variable in class akasha.gl.WebGLRenderingContext
-
- Function - Interface in akasha
-
- function - Static variable in annotation type akasha.wasm.ImportExportKind
-
- FunctionStringCallback - Interface in akasha
-
- fx() - Method in class akasha.svg.SVGRadialGradientElement
-
- fy() - Method in class akasha.svg.SVGRadialGradientElement
-
- g() - Method in interface akasha.gpu.GPUColorDict
-
- g(double) - Method in interface akasha.gpu.GPUColorDict.Step1
-
- gain() - Method in class akasha.audio.BiquadFilterNode
-
An AudioParam.
- gain(float) - Method in interface akasha.audio.BiquadFilterOptions.Builder
-
- gain() - Method in interface akasha.audio.BiquadFilterOptions
-
- gain() - Method in class akasha.audio.GainNode
-
An AudioParam.
- gain(float) - Method in interface akasha.audio.GainOptions.Builder
-
- gain() - Method in interface akasha.audio.GainOptions
-
- GainNode - Class in akasha.audio
-
The GainNode interface represents a change in volume.
- GainNode(BaseAudioContext, GainOptions) - Constructor for class akasha.audio.GainNode
-
The GainNode() constructor of the Web Audio API creates a new GainNode object which an AudioNode that represents a change in volume.
- GainNode(BaseAudioContext) - Constructor for class akasha.audio.GainNode
-
The GainNode() constructor of the Web Audio API creates a new GainNode object which an AudioNode that represents a change in volume.
- GainOptions - Interface in akasha.audio
-
- GainOptions.Builder - Interface in akasha.audio
-
- Gamepad - Class in akasha
-
The Gamepad interface of the Gamepad API defines an individual gamepad or other controller, allowing access to information such as button presses, axis positions, and id.
- Gamepad() - Constructor for class akasha.Gamepad
-
- gamepad() - Method in class akasha.GamepadEvent
-
The GamepadEvent.gamepad property of the GamepadEvent interface returns a Gamepad object, providing access to the associated gamepad data for fired gamepadconnected and gamepaddisconnected events.
- gamepad(Gamepad) - Static method in interface akasha.GamepadEventInit
-
- gamepad() - Method in interface akasha.GamepadEventInit
-
- gamepad() - Method in class akasha.xr.XRInputSource
-
- GamepadButton - Class in akasha
-
The GamepadButton interface defines an individual button of a gamepad or other controller, allowing access to the current state of different types of buttons available on the control device.
- GamepadButton() - Constructor for class akasha.GamepadButton
-
- GamepadEvent - Class in akasha
-
The GamepadEvent interface of the Gamepad API contains references to gamepads connected to the system, which is what the gamepad events Window.gamepadconnected and Window.gamepaddisconnected are fired in response to.
- GamepadEvent(String, GamepadEventInit) - Constructor for class akasha.GamepadEvent
-
The GamepadEvent() constructor creates a new GamepadEvent object.
- GamepadEventHandler - Interface in akasha
-
Handle events of type GamepadEvent
- GamepadEventInit - Interface in akasha
-
- GamepadEventInit.Builder - Interface in akasha
-
- GamepadEventListener - Interface in akasha
-
Listener for events of type GamepadEvent
- GamepadHand - Annotation Type in akasha
-
- GamepadHand.Util - Class in akasha
-
- GamepadHapticActuator - Class in akasha
-
The GamepadHapticActuator interface of the Gamepad API represents hardware in the controller designed to provide haptic feedback to the user (if available), most commonly vibration hardware.
- GamepadHapticActuator() - Constructor for class akasha.GamepadHapticActuator
-
- GamepadHapticActuatorType - Annotation Type in akasha
-
- GamepadHapticActuatorType.Util - Class in akasha
-
- GamepadMappingType - Annotation Type in akasha
-
- GamepadMappingType.Util - Class in akasha
-
- GamepadPose - Class in akasha
-
The GamepadPose interface of the Gamepad API represents the pose of a WebVR controller at a given timestamp (which includes orientation, position, velocity, and acceleration information.)
- GamepadPose() - Constructor for class akasha.GamepadPose
-
- GamepadTouch - Class in akasha
-
- GamepadTouch() - Constructor for class akasha.GamepadTouch
-
- gamma() - Method in class akasha.DeviceMotionEventRotationRate
-
This property indicates the rate of rotation around the Y axis -- in degrees per second -- in a DeviceMotionEventRotationRate object.
- gamma(Double) - Method in interface akasha.DeviceMotionEventRotationRateInit.Builder
-
- gamma() - Method in interface akasha.DeviceMotionEventRotationRateInit
-
- gamma() - Method in class akasha.DeviceOrientationEvent
-
Returns the rotation of the device around the Y axis; that is, the number of degrees, ranged between -90 and 90, by which the device is tilted left or right.
- gamma(Double) - Method in interface akasha.DeviceOrientationEventInit.Builder
-
- gamma() - Method in interface akasha.DeviceOrientationEventInit
-
- gapDiscardRate(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- gapDiscardRate(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- gapDiscardRate() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- gapDiscardRate(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- gapLossRate(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- gapLossRate(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- gapLossRate() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- gapLossRate(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- gathering - Static variable in annotation type akasha.rtc.RTCIceGathererState
-
- gathering - Static variable in annotation type akasha.rtc.RTCIceGatheringState
-
- gatheringState() - Method in class akasha.rtc.RTCIceTransport
-
The read-only RTCIceTransport property gatheringState returns a DOMString from the enumerated type RTCIceGathererState that indicates what gathering state the ICE agent is currently in: "new", "gathering", or "complete".
- gatt() - Method in class akasha.bluetooth.BluetoothDevice
-
The BluetoothDevice.gatt read-only property returns a reference to the device's BluetoothRemoteGATTServer.
- gaze - Static variable in annotation type akasha.xr.XRTargetRayMode
-
- GENERATE_MIPMAP_HINT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- GENERATE_MIPMAP_HINT - Static variable in class akasha.gl.WebGLRenderingContext
-
- generateAssertion(GenerateAssertionCallback) - Static method in interface akasha.rtc.RTCIdentityProvider
-
- generateAssertion() - Method in interface akasha.rtc.RTCIdentityProvider
-
- GenerateAssertionCallback - Interface in akasha.rtc
-
- generateCertificate(AlgorithmIdentifier) - Static method in class akasha.rtc.RTCPeerConnection
-
The static RTCPeerConnection.generateCertificate() function creates an X.509 certificate and corresponding private key, returning a promise that resolves with the new RTCCertificate once it's generated.
- generateCertificate(JsObject) - Static method in class akasha.rtc.RTCPeerConnection
-
The static RTCPeerConnection.generateCertificate() function creates an X.509 certificate and corresponding private key, returning a promise that resolves with the new RTCCertificate once it's generated.
- generateCertificate(String) - Static method in class akasha.rtc.RTCPeerConnection
-
The static RTCPeerConnection.generateCertificate() function creates an X.509 certificate and corresponding private key, returning a promise that resolves with the new RTCCertificate once it's generated.
- generateKey(AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
Use the generateKey() method of the SubtleCrypto interface to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
- generateKey(JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
Use the generateKey() method of the SubtleCrypto interface to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
- generateKey(String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
Use the generateKey() method of the SubtleCrypto interface to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
- generateKey(AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
Use the generateKey() method of the SubtleCrypto interface to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
- generateKey(JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
Use the generateKey() method of the SubtleCrypto interface to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
- generateKey(String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
Use the generateKey() method of the SubtleCrypto interface to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
- generateMipmap(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.generateMipmap() method of the WebGL API generates a set of mipmaps for a WebGLTexture object.
- generateMipmap(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.generateMipmap() method of the WebGL API generates a set of mipmaps for a WebGLTexture object.
- generateRequest(String, BufferSource) - Method in class akasha.MediaKeySession
-
The MediaKeySession.generateRequest() method returns a Promise after generating a media request based on initialization data.
- GenerateTestReportParameters - Interface in akasha
-
- GenerateTestReportParameters.Builder - Interface in akasha
-
- Geolocation - Class in akasha
-
The Geolocation interface represents an object able to programmatically obtain the position of the device.
- Geolocation() - Constructor for class akasha.Geolocation
-
- geolocation() - Method in class akasha.Navigator
-
The Navigator.geolocation read-only property returns a Geolocation object that gives Web content access to the location of the device.
- GeolocationCoordinates - Class in akasha
-
The GeolocationCoordinates interface represents the position and altitude of the device on Earth, as well as the accuracy with which these properties are calculated.
- GeolocationCoordinates() - Constructor for class akasha.GeolocationCoordinates
-
- GeolocationPosition - Class in akasha
-
The GeolocationPosition interface represents the position of the concerned device at a given time.
- GeolocationPosition() - Constructor for class akasha.GeolocationPosition
-
- GeolocationPositionError - Class in akasha
-
The GeolocationPositionError interface represents the reason of an error occurring when using the geolocating device.
- GeolocationPositionError() - Constructor for class akasha.GeolocationPositionError
-
- GeolocationPositionErrorCode - Annotation Type in akasha
-
- GeolocationPositionErrorCode.Util - Class in akasha
-
- geometricPrecision - Static variable in annotation type akasha.CanvasTextRendering
-
- GEQUAL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- GEQUAL - Static variable in class akasha.gl.WebGLRenderingContext
-
- get(String) - Method in class akasha.audio.AudioParamMap
-
- get(int) - Method in class akasha.bluetooth.BluetoothManufacturerDataMap
-
- get(String) - Method in class akasha.bluetooth.BluetoothServiceDataMap
-
- get(String) - Method in class akasha.Clients
-
The get() method of the Clients interface gets a service worker client matching a given id and returns it in a Promise.
- get(K) - Method in class akasha.core.JsMap
-
The get() method returns a specified element from a Map object.
- get(Object, Symbol) - Static method in class akasha.core.JsUtil
-
Return the property on the object indexed by the specified symbol.
- get(K) - Method in class akasha.core.JsWeakMap
-
The get() method returns a specified element from a WeakMap object.
- get(PropertyAccessorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
-
- get() - Method in interface akasha.core.ObjectPropertyDescriptor
-
- get(String) - Method in class akasha.core.RegExpGroups
-
- get(CredentialRequestOptions) - Method in class akasha.CredentialsContainer
-
The get() method of the CredentialsContainer interface returns a Promise to a single Credential instance that matches the provided parameters.
- get() - Method in class akasha.CredentialsContainer
-
The get() method of the CredentialsContainer interface returns a Promise to a single Credential instance that matches the provided parameters.
- get(String) - Method in class akasha.CSSFontFeatureValuesMap
-
- get(String) - Method in class akasha.CustomElementRegistry
-
The get() method of the CustomElementRegistry interface returns the constructor for a previously-defined custom element.
- get(String) - Method in class akasha.Document
-
- get(String) - Method in class akasha.DOMStringMap
-
- get(String) - Method in class akasha.FormData
-
The get() method of the FormData interface returns the first value associated with a given key from within a FormData object.
- get - Static variable in annotation type akasha.FormMethodType
-
The GET method; form data appended to the action URL with a ? separator.
- get(String) - Method in class akasha.Headers
-
The get() method of the Headers interface returns a byte string of all the values of a header within a Headers object with a given name.
- get(String) - Method in class akasha.HTMLFormElement
-
- get(Object) - Method in class akasha.idb.IDBIndex
-
If a value is found, then a structured clone of it is created and set as the result of the request object: this returns the record the key is associated with.
- get(Object) - Method in class akasha.idb.IDBObjectStore
-
If a value is successfully found, then a structured clone of it is created and set as the result of the request object.
- get(BufferSource) - Method in class akasha.MediaKeyStatusMap
-
The get property of the MediaKeyStatusMap interface returns the value associated with the given key, or undefined if there is none.
- get(String) - Method in class akasha.midi.MIDIInputMap
-
- get(String) - Method in class akasha.midi.MIDIOutputMap
-
- get(String) - Method in class akasha.rtc.RTCStatsReport
-
- get(String) - Method in class akasha.URLSearchParams
-
The get() method of the URLSearchParams interface returns the first value associated to the given search parameter.
- get(int) - Method in class akasha.wasm.Table
-
The get() prototype method of the WebAssembly.Table() object retrieves a function reference stored at a given index.
- get(String) - Method in class akasha.Window
-
- get(String) - Method in class akasha.xr.XRHand
-
- getActiveAttrib(WebGLProgram, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getActiveAttrib() method of the WebGL API returns a WebGLActiveInfo object containing size, type, and name of a vertex attribute.
- getActiveAttrib(WebGLProgram, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getActiveAttrib() method of the WebGL API returns a WebGLActiveInfo object containing size, type, and name of a vertex attribute.
- getActiveUniform(WebGLProgram, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getActiveUniform() method of the WebGL API returns a WebGLActiveInfo object containing size, type, and name of a uniform attribute.
- getActiveUniform(WebGLProgram, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getActiveUniform() method of the WebGL API returns a WebGLActiveInfo object containing size, type, and name of a uniform attribute.
- getActiveUniformBlockName(WebGLProgram, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getActiveUniformBlockName() method of the WebGL 2 API retrieves the name of the active uniform block at a given index within a WebGLProgram.
- getActiveUniformBlockParameter(WebGLProgram, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getActiveUniformBlockParameter() method of the WebGL 2 API retrieves information about an active uniform block within a WebGLProgram.
- getActiveUniforms(WebGLProgram, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getActiveUniforms() method of the WebGL 2 API retrieves information about active uniforms within a WebGLProgram.
- getActiveUniforms(WebGLProgram, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getActiveUniforms() method of the WebGL 2 API retrieves information about active uniforms within a WebGLProgram.
- getAll(String) - Method in class akasha.FormData
-
The getAll() method of the FormData interface returns all the values associated with a given key from within a FormData object.
- getAll(Object, int) - Method in class akasha.idb.IDBIndex
-
There is a performance cost associated with looking at the value property of a cursor, because the object is created lazily.
- getAll(Object) - Method in class akasha.idb.IDBIndex
-
There is a performance cost associated with looking at the value property of a cursor, because the object is created lazily.
- getAll() - Method in class akasha.idb.IDBIndex
-
There is a performance cost associated with looking at the value property of a cursor, because the object is created lazily.
- getAll(Object, int) - Method in class akasha.idb.IDBObjectStore
-
If a value is successfully found, then a structured clone of it is created and set as the result of the request object.
- getAll(Object) - Method in class akasha.idb.IDBObjectStore
-
If a value is successfully found, then a structured clone of it is created and set as the result of the request object.
- getAll() - Method in class akasha.idb.IDBObjectStore
-
If a value is successfully found, then a structured clone of it is created and set as the result of the request object.
- getAll(String) - Method in class akasha.URLSearchParams
-
The getAll() method of the URLSearchParams interface returns all the values associated with a given search parameter as an array.
- getAllKeys(Object, int) - Method in class akasha.idb.IDBIndex
-
An IDBRequest object on which subsequent events related to this operation are fired.
- getAllKeys(Object) - Method in class akasha.idb.IDBIndex
-
An IDBRequest object on which subsequent events related to this operation are fired.
- getAllKeys() - Method in class akasha.idb.IDBIndex
-
An IDBRequest object on which subsequent events related to this operation are fired.
- getAllKeys(Object, int) - Method in class akasha.idb.IDBObjectStore
-
If a value is successfully found, then a structured clone of it is created and set as the result of the request object.
- getAllKeys(Object) - Method in class akasha.idb.IDBObjectStore
-
If a value is successfully found, then a structured clone of it is created and set as the result of the request object.
- getAllKeys() - Method in class akasha.idb.IDBObjectStore
-
If a value is successfully found, then a structured clone of it is created and set as the result of the request object.
- getAllResponseHeaders() - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method getAllResponseHeaders() returns all the response headers, separated by CRLF, as a string, or returns null if no response has been received.
- getAnimations() - Method in class akasha.Document
-
The getAnimations() method of the Document interface returns an array of all Animation objects currently in effect whose target elements are descendants of the document.
- getAnimations(GetAnimationsOptions) - Method in class akasha.Element
-
The getAnimations() method of the Element interface (specified on the Animatable mixin) returns an array of all Animation objects affecting this element or which are scheduled to do so in future.
- getAnimations() - Method in class akasha.Element
-
The getAnimations() method of the Element interface (specified on the Animatable mixin) returns an array of all Animation objects affecting this element or which are scheduled to do so in future.
- getAnimations() - Method in class akasha.ShadowRoot
-
The getAnimations() method of the Document interface returns an array of all Animation objects currently in effect whose target elements are descendants of the document.
- GetAnimationsOptions - Interface in akasha
-
- GetAnimationsOptions.Builder - Interface in akasha
-
- getAsFile() - Method in class akasha.DataTransferItem
-
If the item is a file, the DataTransferItem.getAsFile() method returns the drag data item's File object.
- getAsString(FunctionStringCallback) - Method in class akasha.DataTransferItem
-
The DataTransferItem.getAsString() method invokes the given callback with the drag data item's string data as the argument if the item's kind is a Plain unicode string (i.e.
- getAt(int) - Method in class akasha.AudioTrackList
-
- getAt(int) - Method in class akasha.codecs.ImageTrackList
-
- getAt(int) - Method in class akasha.core.Float32Array
-
- getAt(int) - Method in class akasha.core.Float64Array
-
- getAt(int) - Method in class akasha.core.Int16Array
-
- getAt(int) - Method in class akasha.core.Int32Array
-
- getAt(int) - Method in class akasha.core.Int8Array
-
- getAt(int) - Method in class akasha.core.Uint16Array
-
- getAt(int) - Method in class akasha.core.Uint32Array
-
- getAt(int) - Method in class akasha.core.Uint8Array
-
- getAt(int) - Method in class akasha.core.Uint8ClampedArray
-
- getAt(int) - Method in class akasha.DataTransferItemList
-
- getAt(int) - Method in class akasha.HTMLAllCollection
-
- getAt(int) - Method in class akasha.HTMLFormElement
-
- getAt(int) - Method in class akasha.media.SourceBufferList
-
- getAt(int) - Method in class akasha.TextTrackCueList
-
- getAt(int) - Method in class akasha.TextTrackList
-
- getAt(int) - Method in class akasha.VideoTrackList
-
- getAt(int) - Method in class akasha.xr.XRInputSourceArray
-
- getAttachedShaders(WebGLProgram) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getAttachedShaders() method of the WebGL API returns a list of WebGLShader objects attached to a WebGLProgram.
- getAttachedShaders(WebGLProgram) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getAttachedShaders() method of the WebGL API returns a list of WebGLShader objects attached to a WebGLProgram.
- getAttribLocation(WebGLProgram, String) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getAttribLocation() method of the WebGL API returns the location of an attribute variable in a given WebGLProgram.
- getAttribLocation(WebGLProgram, String) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getAttribLocation() method of the WebGL API returns the location of an attribute variable in a given WebGLProgram.
- getAttribute(String) - Method in class akasha.Element
-
The getAttribute() method of the Element interface returns the value of a specified attribute on the element.
- getAttributeNames() - Method in class akasha.Element
-
The getAttributeNames() method of the Element interface returns the attribute names of the element as an Array of strings.
- getAttributeNode(String) - Method in class akasha.Element
-
Returns the specified attribute of the specified element, as an Attr node.
- getAttributeNodeNS(String, String) - Method in class akasha.Element
-
Returns the Attr node for the attribute with the given namespace and name.
- getAttributeNS(String, String) - Method in class akasha.Element
-
The getAttributeNS() method of the Element interface returns the string value of the attribute with the specified namespace and name.
- getAudioTracks() - Method in class akasha.media.MediaStream
-
The getAudioTracks() method of the MediaStream interface returns a sequence that represents all the MediaStreamTrack objects in this stream's track set where MediaStreamTrack.kind is audio.
- getAuthenticatorData() - Method in class akasha.AuthenticatorAttestationResponse
-
- getAvailability() - Method in class akasha.bluetooth.Bluetooth
-
The getAvailability() method of Bluetooth interface of Web Bluetooth API interface exposes the Bluetooth capabilities of the current device.
- getBBox(SVGBoundingBoxOptions) - Method in class akasha.svg.SVGGraphicsElement
-
The SVGGraphicsElement.getBBox() allows us to determine the coordinates of the smallest rectangle in which the object fits.
- getBBox() - Method in class akasha.svg.SVGGraphicsElement
-
The SVGGraphicsElement.getBBox() allows us to determine the coordinates of the smallest rectangle in which the object fits.
- getBindGroupLayout(int) - Method in class akasha.gpu.GPUComputePipeline
-
- getBindGroupLayout(int) - Method in class akasha.gpu.GPURenderPipeline
-
- getBoundingClientRect() - Method in class akasha.Element
-
The Element.getBoundingClientRect() method returns a DOMRect object providing information about the size of an element and its position relative to the viewport.
- getBoundingClientRect() - Method in class akasha.Range
-
The Range.getBoundingClientRect() method returns a DOMRect object that bounds the contents of the range; this is a rectangle enclosing the union of the bounding rectangles for all the elements in the range.
- getBounds() - Method in class akasha.DOMQuad
-
- getBufferParameter(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getBufferParameter() method of the WebGL API returns information about the buffer.
- getBufferParameter(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getBufferParameter() method of the WebGL API returns information about the buffer.
- getBufferSubData(int, int, ArrayBufferView, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getBufferSubData() method of the WebGL 2 API reads data from a buffer binding point and writes them to an ArrayBuffer or SharedArrayBuffer.
- getBufferSubData(int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getBufferSubData() method of the WebGL 2 API reads data from a buffer binding point and writes them to an ArrayBuffer or SharedArrayBuffer.
- getBufferSubData(int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getBufferSubData() method of the WebGL 2 API reads data from a buffer binding point and writes them to an ArrayBuffer or SharedArrayBuffer.
- getByteFrequencyData(Uint8Array) - Method in class akasha.audio.AnalyserNode
-
The getByteFrequencyData() method of the AnalyserNode interface copies the current frequency data into a Uint8Array (unsigned byte array) passed into it.
- getByteTimeDomainData(Uint8Array) - Method in class akasha.audio.AnalyserNode
-
The getByteTimeDomainData() method of the AnalyserNode Interface copies the current waveform, or time-domain, data into a Uint8Array (unsigned byte array) passed into it.
- getCapabilities() - Method in class akasha.media.InputDeviceInfo
-
- getCapabilities() - Method in class akasha.media.MediaStreamTrack
-
The getCapabilities() method of the MediaStreamTrack interface returns a MediaTrackCapabilities object which specifies the values or range of values which each constrainable property, based upon the platform and user agent.
- getCapabilities(String) - Static method in class akasha.rtc.RTCRtpReceiver
-
The static function RTCRtpReceiver.getCapabilities() returns an RTCRtpCapabilities object describing the codecs and capabilities supported by RTCRtpReceivers on the current device.
- getCapabilities(String) - Static method in class akasha.rtc.RTCRtpSender
-
The static function RTCRtpSender.getCapabilities() returns an RTCRtpCapabilities object describing the codecs and capabilities supported by the RTCRtpSender.
- getChannelData(int) - Method in class akasha.audio.AudioBuffer
-
The getChannelData() method of the AudioBuffer Interface returns a Float32Array containing the PCM data associated with the channel, defined by the channel parameter (with 0 representing the first channel).
- getCharacteristic(BluetoothCharacteristicUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of BluetoothGATTCharacteristic for a given universally unique identifier (UUID).
- getCharacteristic(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of BluetoothGATTCharacteristic for a given universally unique identifier (UUID).
- getCharacteristic(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of BluetoothGATTCharacteristic for a given universally unique identifier (UUID).
- getCharacteristic(String) - Static method in class akasha.bluetooth.BluetoothUUID
-
- getCharacteristic(int) - Static method in class akasha.bluetooth.BluetoothUUID
-
- getCharacteristics(BluetoothCharacteristicUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of BluetoothGATTCharacteristic instances for a given universally unique identifier (UUID).
- getCharacteristics(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of BluetoothGATTCharacteristic instances for a given universally unique identifier (UUID).
- getCharacteristics(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of BluetoothGATTCharacteristic instances for a given universally unique identifier (UUID).
- getCharacteristics() - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of BluetoothGATTCharacteristic instances for a given universally unique identifier (UUID).
- getCharNumAtPosition(DOMPointInit) - Method in class akasha.svg.SVGTextContentElement
-
- getCharNumAtPosition() - Method in class akasha.svg.SVGTextContentElement
-
- getClientExtensionResults() - Method in class akasha.PublicKeyCredential
-
getClientExtensionResults() is a method of the PublicKeyCredential interface that returns an ArrayBuffer which contains a map between the extensions identifiers and their results after having being processed by the client.
- getClientRect() - Method in class akasha.CaretPosition
-
- getClientRects() - Method in class akasha.Element
-
The getClientRects() method of the Element interface returns a collection of DOMRect objects that indicate the bounding rectangles for each CSS border box in a client.
- getClientRects() - Method in class akasha.Range
-
The Range.getClientRects() method returns a list of DOMRect objects representing the area of the screen occupied by the range.
- getComputedStyle(Element, String) - Method in class akasha.Window
-
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
- getComputedStyle(Element) - Method in class akasha.Window
-
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
- getComputedStyle(Element, String) - Static method in class akasha.WindowGlobal
-
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
- getComputedStyle(Element) - Static method in class akasha.WindowGlobal
-
The Window.getComputedStyle() method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
- getComputedTextLength() - Method in class akasha.svg.SVGTextContentElement
-
- getComputedTiming() - Method in class akasha.AnimationEffect
-
The getComputedTiming() method of the AnimationEffect interface returns the calculated timing properties for this animation effect.
- getConfiguration() - Method in class akasha.MediaKeySystemAccess
-
The MediaKeySystemAccess.getConfiguration() method returns a MediaKeySystemConfiguration object with the supported combination of configuration options.
- getConfiguration() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.getConfiguration() method returns an RTCConfiguration object which indicates the current configuration of the RTCPeerConnection on which the method is called.
- getConstraints() - Method in class akasha.media.MediaStreamTrack
-
The getConstraints() method of the MediaStreamTrack interface returns a MediaTrackConstraints object containing the set of constraints most recently established for the track using a prior call to applyConstraints().
- getContext(String, CanvasRenderingContext2DSettings) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if the context identifier is not supported, or the canvas has already been set to a different context mode.
- getContext(String, ImageBitmapRenderingContextSettings) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if the context identifier is not supported, or the canvas has already been set to a different context mode.
- getContext(String, WebGLContextAttributes) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if the context identifier is not supported, or the canvas has already been set to a different context mode.
- getContext(String) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if the context identifier is not supported, or the canvas has already been set to a different context mode.
- getContext(String, Object) - Method in class akasha.OffscreenCanvas
-
The OffscreenCanvas.getContext() method returns a drawing context for an offscreen canvas, or null if the context identifier is not supported.
- getContext(String) - Method in class akasha.OffscreenCanvas
-
The OffscreenCanvas.getContext() method returns a drawing context for an offscreen canvas, or null if the context identifier is not supported.
- getContextAttributes() - Method in class akasha.CanvasRenderingContext2D
-
- getContextAttributes() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getContextAttributes() method returns a WebGLContextAttributes object that contains the actual context parameters.
- getContextAttributes() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getContextAttributes() method returns a WebGLContextAttributes object that contains the actual context parameters.
- getContributingSources() - Method in class akasha.rtc.RTCRtpReceiver
-
The getContributingSources() method of the RTCRtpReceiver interface returns an array of RTCRtpContributingSource instances, each corresponding to one CSRC (contributing source) identifier received by the current RTCRtpReceiver in the last ten seconds.
- getCTM() - Method in class akasha.svg.SVGGraphicsElement
-
- getCueAsHTML() - Method in class akasha.VTTCue
-
- getCueById(String) - Method in class akasha.TextTrackCueList
-
- getCurrentPosition(PositionCallback, PositionErrorCallback, PositionOptions) - Method in class akasha.Geolocation
-
The Geolocation.getCurrentPosition() method is used to get the current position of the device.
- getCurrentPosition(PositionCallback, PositionErrorCallback) - Method in class akasha.Geolocation
-
The Geolocation.getCurrentPosition() method is used to get the current position of the device.
- getCurrentPosition(PositionCallback) - Method in class akasha.Geolocation
-
The Geolocation.getCurrentPosition() method is used to get the current position of the device.
- getCurrentTexture() - Method in class akasha.gpu.GPUCanvasContext
-
- getData(String) - Method in class akasha.DataTransfer
-
The DataTransfer.getData() method retrieves drag data (as a DOMString) for the specified type.
- getDate() - Method in class akasha.core.JsDate
-
The getDate() method returns the day of the month for the specified date according to local time.
- getDay() - Method in class akasha.core.JsDate
-
The getDay() method returns the day of the week for the specified date according to local time, where 0 represents Sunday.
- getDepthInformation(XRView) - Method in class akasha.xr.XRFrame
-
- getDepthInformation(XRView) - Method in class akasha.xr.XRWebGLBinding
-
- getDepthInMeters(float, float) - Method in class akasha.xr.XRCPUDepthInformation
-
- getDescriptor(BluetoothDescriptorUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.getDescriptor() method returns a Promise that resolves to the first BluetoothGATTDescriptor for a given descriptor UUID.
- getDescriptor(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.getDescriptor() method returns a Promise that resolves to the first BluetoothGATTDescriptor for a given descriptor UUID.
- getDescriptor(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.getDescriptor() method returns a Promise that resolves to the first BluetoothGATTDescriptor for a given descriptor UUID.
- getDescriptor(String) - Static method in class akasha.bluetooth.BluetoothUUID
-
- getDescriptor(int) - Static method in class akasha.bluetooth.BluetoothUUID
-
- getDescriptors(BluetoothDescriptorUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.getDescriptors() method returns a Promise that resolves to an Array of all BluetoothGATTDescriptor objects for a given descriptor UUID.
- getDescriptors(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.getDescriptors() method returns a Promise that resolves to an Array of all BluetoothGATTDescriptor objects for a given descriptor UUID.
- getDescriptors(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.getDescriptors() method returns a Promise that resolves to an Array of all BluetoothGATTDescriptor objects for a given descriptor UUID.
- getDescriptors() - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.getDescriptors() method returns a Promise that resolves to an Array of all BluetoothGATTDescriptor objects for a given descriptor UUID.
- getDevices() - Method in class akasha.bluetooth.Bluetooth
-
The getDevices() method of Bluetooth interface of Web Bluetooth API exposes the Bluetooth devices this origin is allowed to access.
- getDevices() - Method in class akasha.usb.USB
-
- getDirectory() - Method in class akasha.StorageManager
-
- getDirectoryHandle(String, FileSystemGetDirectoryOptions) - Method in class akasha.FileSystemDirectoryHandle
-
- getDirectoryHandle(String) - Method in class akasha.FileSystemDirectoryHandle
-
- getDisplayMedia(DisplayMediaStreamConstraints) - Method in class akasha.media.MediaDevices
-
The MediaDevices interface's getDisplayMedia() method prompts the user to select and grant permission to capture the contents of a display or portion thereof (such as a window) as a MediaStream.
- getDisplayMedia() - Method in class akasha.media.MediaDevices
-
The MediaDevices interface's getDisplayMedia() method prompts the user to select and grant permission to capture the contents of a display or portion thereof (such as a window) as a MediaStream.
- getElementById(String) - Method in class akasha.Document
-
The Document method getElementById() returns an Element object representing the element whose id property matches the specified string.
- getElementById(String) - Method in class akasha.DocumentFragment
-
- getElementById(String) - Method in class akasha.svg.SVGSVGElement
-
- getElementsByClassName(String) - Method in class akasha.Document
-
returns an array-like object of all child elements which have all of the given class name(s).
- getElementsByClassName(String) - Method in class akasha.Element
-
The Element method getElementsByClassName() returns a live HTMLCollection which contains every descendant element which has the specified class name or names.
- getElementsByName(String) - Method in class akasha.Document
-
The getElementsByName() method of the Document object returns a NodeList Collection of elements with a given name in the document.
- getElementsByTagName(String) - Method in class akasha.Document
-
returns an HTMLCollection of elements with the given tag name.
- getElementsByTagName(String) - Method in class akasha.Element
-
The Element.getElementsByTagName() method returns a live HTMLCollection of elements with the given tag name.
- getElementsByTagNameNS(String, String) - Method in class akasha.Document
-
Returns a list of elements with the given tag name belonging to the given namespace.
- getElementsByTagNameNS(String, String) - Method in class akasha.Element
-
The Element.getElementsByTagNameNS() method returns a live HTMLCollection of elements with the given tag name belonging to the given namespace.
- getEnclosureList(DOMRectReadOnly, SVGElement) - Method in class akasha.svg.SVGSVGElement
-
- getEndPositionOfChar(int) - Method in class akasha.svg.SVGTextContentElement
-
- getEntries() - Method in class akasha.perf.PerformanceObserverEntryList
-
The getEntries() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given filter.
- getEntries() - Method in class akasha.Performance
-
The getEntries() method returns a list of all PerformanceEntry objects for the page.
- getEntriesByName(String, String) - Method in class akasha.perf.PerformanceObserverEntryList
-
The getEntriesByName() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given name and entry type.
- getEntriesByName(String) - Method in class akasha.perf.PerformanceObserverEntryList
-
The getEntriesByName() method of the PerformanceObserverEntryList interface returns a list of explicitly observed performance entry objects for a given name and entry type.
- getEntriesByName(String, String) - Method in class akasha.Performance
-
The getEntriesByName() method returns a list of PerformanceEntry objects for the given name and type.
- getEntriesByName(String) - Method in class akasha.Performance
-
The getEntriesByName() method returns a list of PerformanceEntry objects for the given name and type.
- getEntriesByType(String) - Method in class akasha.perf.PerformanceObserverEntryList
-
The getEntriesByType() method of the PerformanceObserverEntryList returns a list of explicitly observed performance entry objects for a given performance entry type.
- getEntriesByType(String) - Method in class akasha.Performance
-
The getEntriesByType() method returns a list of PerformanceEntry objects for a given type.
- getError() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getError() method of the WebGL API returns error information.
- getError() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getError() method of the WebGL API returns error information.
- getExtension(String) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getExtension() method enables a WebGL extension.
- getExtension(String) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getExtension() method enables a WebGL extension.
- getExtentOfChar(int) - Method in class akasha.svg.SVGTextContentElement
-
- getFile() - Method in class akasha.FileSystemFileHandle
-
- getFileHandle(String, FileSystemGetFileOptions) - Method in class akasha.FileSystemDirectoryHandle
-
- getFileHandle(String) - Method in class akasha.FileSystemDirectoryHandle
-
- getFingerprints() - Method in class akasha.rtc.RTCCertificate
-
- getFloat32(int, boolean) - Method in class akasha.core.DataView
-
The getFloat32() method gets a signed 32-bit float (float) at the specified byte offset from the start of the DataView.
- getFloat32(int) - Method in class akasha.core.DataView
-
The getFloat32() method gets a signed 32-bit float (float) at the specified byte offset from the start of the DataView.
- getFloat64(int, boolean) - Method in class akasha.core.DataView
-
The getFloat64() method gets a signed 64-bit float (double) at the specified byte offset from the start of the DataView.
- getFloat64(int) - Method in class akasha.core.DataView
-
The getFloat64() method gets a signed 64-bit float (double) at the specified byte offset from the start of the DataView.
- getFloatFrequencyData(Float32Array) - Method in class akasha.audio.AnalyserNode
-
The getFloatFrequencyData() method of the AnalyserNode Interface copies the current frequency data into a Float32Array array passed into it.
- getFloatTimeDomainData(Float32Array) - Method in class akasha.audio.AnalyserNode
-
The getFloatTimeDomainData() method of the AnalyserNode Interface copies the current waveform, or time-domain, data into a Float32Array array passed into it.
- getFragDataLocation(WebGLProgram, String) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getFragDataLocation() method of the WebGL 2 API returns the binding of color numbers to user-defined varying out variables.
- getFramebufferAttachmentParameter(int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getFramebufferAttachmentParameter() method of the WebGL API returns information about a framebuffer's attachment.
- getFramebufferAttachmentParameter(int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getFramebufferAttachmentParameter() method of the WebGL API returns information about a framebuffer's attachment.
- getFrequencyResponse(Float32Array, Float32Array, Float32Array) - Method in class akasha.audio.BiquadFilterNode
-
undefined
- getFrequencyResponse(Float32Array, Float32Array, Float32Array) - Method in class akasha.audio.IIRFilterNode
-
undefined
- getFullYear() - Method in class akasha.core.JsDate
-
The getFullYear() method returns the year of the specified date according to local time.
- getGamepads() - Method in class akasha.Navigator
-
The Navigator.getGamepads() method returns an array of Gamepad objects, one for each gamepad connected to the device.
- getHitTestResults(XRHitTestSource) - Method in class akasha.xr.XRFrame
-
- getHitTestResultsForTransientInput(XRTransientInputHitTestSource) - Method in class akasha.xr.XRFrame
-
- getHours() - Method in class akasha.core.JsDate
-
The getHours() method returns the hour for the specified date, according to local time.
- getIdentityAssertion() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.getIdentityAssertion() method initiates the gathering of an identity assertion.
- getImageData(int, int, int, int, ImageDataSettings) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D method getImageData() of the Canvas 2D API returns an ImageData object representing the underlying pixel data for a specified portion of the canvas.
- getImageData(int, int, int, int) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D method getImageData() of the Canvas 2D API returns an ImageData object representing the underlying pixel data for a specified portion of the canvas.
- getImageData(int, int, int, int, ImageDataSettings) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- getImageData(int, int, int, int) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- getIncludedService(BluetoothServiceUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of BluetoothGATTService for a given universally unique identifier (UUID).
- getIncludedService(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of BluetoothGATTService for a given universally unique identifier (UUID).
- getIncludedService(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of BluetoothGATTService for a given universally unique identifier (UUID).
- getIncludedServices(BluetoothServiceUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of BluetoothGATTService instances for an optional universally unique identifier (UUID).
- getIncludedServices(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of BluetoothGATTService instances for an optional universally unique identifier (UUID).
- getIncludedServices(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of BluetoothGATTService instances for an optional universally unique identifier (UUID).
- getIncludedServices() - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of BluetoothGATTService instances for an optional universally unique identifier (UUID).
- getIndexedParameter(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getIndexedParameter() method of the WebGL 2 API returns indexed information about a given target.
- getInt16(int, boolean) - Method in class akasha.core.DataView
-
The getInt16() method gets a signed 16-bit integer (short) at the specified byte offset from the start of the DataView.
- getInt16(int) - Method in class akasha.core.DataView
-
The getInt16() method gets a signed 16-bit integer (short) at the specified byte offset from the start of the DataView.
- getInt32(int, boolean) - Method in class akasha.core.DataView
-
The getInt32() method gets a signed 32-bit integer (long) at the specified byte offset from the start of the DataView.
- getInt32(int) - Method in class akasha.core.DataView
-
The getInt32() method gets a signed 32-bit integer (long) at the specified byte offset from the start of the DataView.
- getInt8(int) - Method in class akasha.core.DataView
-
The getInt8() method gets a signed 8-bit integer (byte) at the specified byte offset from the start of the DataView.
- getInternalformatParameter(int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getInternalformatParameter() method of the WebGL 2 API returns information about implementation-dependent support for internal formats.
- getIntersectionList(DOMRectReadOnly, SVGElement) - Method in class akasha.svg.SVGSVGElement
-
- getItem(String) - Method in class akasha.Storage
-
The getItem() method of the Storage interface, when passed a key name, will return that key's value, or null if the key does not exist, in the given Storage object.
- getItem(int) - Method in class akasha.svg.SVGLengthList
-
- getItem(int) - Method in class akasha.svg.SVGNumberList
-
- getItem(int) - Method in class akasha.svg.SVGPointList
-
- getItem(int) - Method in class akasha.svg.SVGStringList
-
- getItem(int) - Method in class akasha.svg.SVGTransformList
-
- getJointPose(XRJointSpace, XRSpace) - Method in class akasha.xr.XRFrame
-
- getKey(Object) - Method in class akasha.idb.IDBIndex
-
If a primary key is found, it is set as the result of the request object.
- getKey(Object) - Method in class akasha.idb.IDBObjectStore
-
If a key is successfully found, then a structured clone of it is created and set as the result of the request object.
- getKey(String) - Method in class akasha.PushSubscription
-
The getKey() method of the PushSubscription interface returns an ArrayBuffer representing a client public key, which can then be sent to a server and used in encrypting push message data.
- getKeyframes() - Method in class akasha.KeyframeEffect
-
The getKeyframes() method of a KeyframeEffect returns an Array of the computed keyframes that make up this animation along with their computed offsets.
- getLightEstimate(XRLightProbe) - Method in class akasha.xr.XRFrame
-
- getLineDash() - Method in class akasha.CanvasRenderingContext2D
-
The getLineDash() method of the Canvas 2D API's CanvasRenderingContext2D interface gets the current line dash pattern.
- getLineDash() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- getLocalCandidates() - Method in class akasha.rtc.RTCIceTransport
-
The RTCIceTransport method getLocalCandidates() returns an array of RTCIceCandidate objects, one for each of the candidates that have been gathered by the local device during the current ICE agent session.
- getLocalParameters() - Method in class akasha.rtc.RTCIceTransport
-
The RTCIceTransport method getLocalParameters() returns an RTCIceParameters object which provides information uniquely identifying the local peer for the duration of the ICE session.
- getMappedRange(int, int) - Method in class akasha.gpu.GPUBuffer
-
- getMappedRange(int) - Method in class akasha.gpu.GPUBuffer
-
- getMappedRange() - Method in class akasha.gpu.GPUBuffer
-
- getMilliseconds() - Method in class akasha.core.JsDate
-
The getMilliseconds() method returns the milliseconds in the specified date according to local time.
- getMinutes() - Method in class akasha.core.JsDate
-
The getMinutes() method returns the minutes in the specified date according to local time.
- getModifierState(String) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.getModifierState() method returns the current state of the specified modifier key: true if the modifier is active (that is the modifier key is pressed or locked), otherwise, false.
- getModifierState(String) - Method in class akasha.MouseEvent
-
The MouseEvent.getModifierState() method returns the current state of the specified modifier key: true if the modifier is active (i.e., the modifier key is pressed or locked), otherwise, false.
- getMonth() - Method in class akasha.core.JsDate
-
The getMonth() method returns the month in the specified date according to local time, as a zero-based value (where zero indicates the first month of the year).
- getNamedItem(String) - Method in class akasha.NamedNodeMap
-
The getNamedItem() method of the NamedNodeMap interface returns the Attr corresponding to the given name, or null if there is no corresponding attribute.
- getNamedItemNS(String, String) - Method in class akasha.NamedNodeMap
-
- getNativeFramebufferScaleFactor(XRSession) - Static method in class akasha.xr.XRWebGLLayer
-
The static method XRWebGLLayer.getNativeFramebufferScaleFactor() returns a floating-point scaling factor by which one can multiply the specified XRSession's resolution to get the native resolution of the WebXR device's frame buffer.
- GetNotificationOptions - Interface in akasha.notifications
-
- GetNotificationOptions.Builder - Interface in akasha.notifications
-
- getNotifications(GetNotificationOptions) - Method in class akasha.ServiceWorkerRegistration
-
The getNotifications() method of the ServiceWorkerRegistration interface returns a list of the notifications in the order that they were created from the current origin via the current service worker registration.
- getNotifications() - Method in class akasha.ServiceWorkerRegistration
-
The getNotifications() method of the ServiceWorkerRegistration interface returns a list of the notifications in the order that they were created from the current origin via the current service worker registration.
- getNumberOfChars() - Method in class akasha.svg.SVGTextContentElement
-
- getOffsetReferenceSpace(XRRigidTransform) - Method in class akasha.xr.XRReferenceSpace
-
The XRReferenceSpace interface's getOffsetReferenceSpace() method returns a new reference space object which describes the relative difference in position between the object on which the method is called and a given point in 3D space.
- getOutputTimestamp() - Method in class akasha.audio.AudioContext
-
The getOutputTimestamp() property of the AudioContext interface returns a new AudioTimestamp object containing two audio timestamp values relating to the current audio context.
- getOwnPropertyDescriptor(Object, String) - Static method in class akasha.core.JsObject
-
The Object.getOwnPropertyDescriptor() method returns an object describing the configuration of a specific property on a given object (that is, one directly present on an object and not in the object's prototype chain).
- getOwnPropertyDescriptor(Object, Symbol) - Static method in class akasha.core.JsObject
-
The Object.getOwnPropertyDescriptor() method returns an object describing the configuration of a specific property on a given object (that is, one directly present on an object and not in the object's prototype chain).
- getOwnPropertyDescriptors(Object) - Static method in class akasha.core.JsObject
-
The Object.getOwnPropertyDescriptors() method returns all own property descriptors of a given object.
- getOwnPropertyNames(Object) - Static method in class akasha.core.JsObject
-
The Object.getOwnPropertyNames() method returns an array of all properties (including non-enumerable properties except for those which use Symbol) found directly in a given object.
- getOwnPropertySymbols(Object) - Static method in class akasha.core.JsObject
-
The Object.getOwnPropertySymbols() method returns an array of all symbol properties found directly upon a given object.
- getParameter(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getParameter() method of the WebGL API returns a value for the passed parameter name.
- getParameter(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getParameter() method of the WebGL API returns a value for the passed parameter name.
- getParameter(String, String) - Method in class akasha.XSLTProcessor
-
- getParameters() - Method in class akasha.rtc.RTCRtpReceiver
-
The getParameters() method of the RTCRtpReceiver interface returns an RTCRtpReceiveParameters object describing the current configuration for the encoding and transmission of media on the receiver's track.
- getParameters() - Method in class akasha.rtc.RTCRtpSender
-
The getParameters() method of the RTCRtpSender interface returns an RTCRtpSendParameters object describing the current configuration for the encoding and transmission of media on the sender's track.
- getPointAtLength(float) - Method in class akasha.svg.SVGGeometryElement
-
The SVGGeometryElement.getPointAtLength() method returns the point at a given distance along the path.
- getPose(XRSpace, XRSpace) - Method in class akasha.xr.XRFrame
-
The XRFrame method getPose() returns the relative position and orientation—the pose—of one XRSpace to that of another space.
- getPose(XRSpace) - Method in class akasha.xr.XRHitTestResult
-
- getPreferredFormat(GPUAdapter) - Method in class akasha.gpu.GPUCanvasContext
-
- getPrimaryService(BluetoothServiceUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.getPrimaryService() method returns a promise to the primary BluetoothGATTService offered by the bluetooth device for a specified BluetoothServiceUUID.
- getPrimaryService(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.getPrimaryService() method returns a promise to the primary BluetoothGATTService offered by the bluetooth device for a specified BluetoothServiceUUID.
- getPrimaryService(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.getPrimaryService() method returns a promise to the primary BluetoothGATTService offered by the bluetooth device for a specified BluetoothServiceUUID.
- getPrimaryServices(BluetoothServiceUUID) - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.getPrimaryServices() method returns a promise to a list of primary BluetoothGATTService objects offered by the bluetooth device for a specified BluetoothServiceUUID.
- getPrimaryServices(String) - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.getPrimaryServices() method returns a promise to a list of primary BluetoothGATTService objects offered by the bluetooth device for a specified BluetoothServiceUUID.
- getPrimaryServices(int) - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.getPrimaryServices() method returns a promise to a list of primary BluetoothGATTService objects offered by the bluetooth device for a specified BluetoothServiceUUID.
- getPrimaryServices() - Method in class akasha.bluetooth.BluetoothRemoteGATTServer
-
The BluetoothRemoteGATTServer.getPrimaryServices() method returns a promise to a list of primary BluetoothGATTService objects offered by the bluetooth device for a specified BluetoothServiceUUID.
- getProgramInfoLog(WebGLProgram) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getProgramInfoLog returns the information log for the specified WebGLProgram object.
- getProgramInfoLog(WebGLProgram) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getProgramInfoLog returns the information log for the specified WebGLProgram object.
- getProgramParameter(WebGLProgram, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getProgramParameter() method of the WebGL API returns information about the given program.
- getProgramParameter(WebGLProgram, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getProgramParameter() method of the WebGL API returns information about the given program.
- getPropertyPriority(String) - Method in class akasha.CSSStyleDeclaration
-
The CSSStyleDeclaration.getPropertyPriority() method interface returns a DOMString that provides all explicitly set priorities on the CSS property.
- getPropertyValue(String) - Method in class akasha.CSSStyleDeclaration
-
The CSSStyleDeclaration.getPropertyValue() method interface returns a DOMString containing the value of a specified CSS property.
- getPrototypeOf(Object) - Static method in class akasha.core.JsObject
-
The Object.getPrototypeOf() method returns the prototype (i.e.
- getPublicKey() - Method in class akasha.AuthenticatorAttestationResponse
-
- getPublicKeyAlgorithm() - Method in class akasha.AuthenticatorAttestationResponse
-
- getQuery(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getQuery() method of the WebGL 2 API returns the currently active WebGLQuery for the target, or null.
- getQueryEXT(int, int) - Method in class akasha.gl.EXT_disjoint_timer_query
-
- getQueryObjectEXT(WebGLTimerQueryEXT, int) - Method in class akasha.gl.EXT_disjoint_timer_query
-
- getQueryParameter(WebGLQuery, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getQueryParameter() method of the WebGL 2 API returns parameter information of a WebGLQuery object.
- getRandomValues(ArrayBufferView) - Method in class akasha.crypto.Crypto
-
The Crypto.getRandomValues() method lets you get cryptographically strong random values.
- getRangeAt(int) - Method in class akasha.Selection
-
The Selection.getRangeAt() method returns a range object representing one of the ranges currently selected.
- getReader(ReadableStreamGetReaderOptions) - Method in class akasha.ReadableStream
-
The getReader() method of the ReadableStream interface creates a reader and locks the stream to it.
- getReader() - Method in class akasha.ReadableStream
-
The getReader() method of the ReadableStream interface creates a reader and locks the stream to it.
- getReceivers() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.getReceivers() method returns an array of RTCRtpReceiver objects, each of which represents one RTP receiver.
- getReflectionCubeMap(XRLightProbe) - Method in class akasha.xr.XRWebGLBinding
-
- getRegistration(String) - Method in class akasha.ServiceWorkerContainer
-
The getRegistration() method of the ServiceWorkerContainer interface gets a ServiceWorkerRegistration object whose scope URL matches the provided document URL.
- getRegistration() - Method in class akasha.ServiceWorkerContainer
-
The getRegistration() method of the ServiceWorkerContainer interface gets a ServiceWorkerRegistration object whose scope URL matches the provided document URL.
- getRegistrations() - Method in class akasha.ServiceWorkerContainer
-
The getRegistrations() method of the ServiceWorkerContainer interface gets all ServiceWorkerRegistrations associated with a ServiceWorkerContainer, in an array.
- getRemoteCandidates() - Method in class akasha.rtc.RTCIceTransport
-
The RTCIceTransport method getRemoteCandidates() returns an array which contains one RTCIceCandidate for each of the candidates that have been received from the remote peer so far during the current ICE gathering session.
- getRemoteCertificates() - Method in class akasha.rtc.RTCDtlsTransport
-
- getRemoteParameters() - Method in class akasha.rtc.RTCIceTransport
-
The RTCIceTransport method getRemoteParameters() returns an RTCIceParameters object which provides information uniquely identifying the remote peer for the duration of the ICE session.
- getRenderbufferParameter(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getRenderbufferParameter() method of the WebGL API returns information about the renderbuffer.
- getRenderbufferParameter(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getRenderbufferParameter() method of the WebGL API returns information about the renderbuffer.
- getResponseHeader(String) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method getResponseHeader() returns the string containing the text of a particular header's value.
- getRootNode(GetRootNodeOptions) - Method in class akasha.Node
-
The getRootNode() method of the Node interface returns the context object's root, which optionally includes the shadow root if it is available.
- getRootNode() - Method in class akasha.Node
-
The getRootNode() method of the Node interface returns the context object's root, which optionally includes the shadow root if it is available.
- GetRootNodeOptions - Interface in akasha
-
- GetRootNodeOptions.Builder - Interface in akasha
-
- getRotationOfChar(int) - Method in class akasha.svg.SVGTextContentElement
-
- getSamplerParameter(WebGLSampler, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getSamplerParameter() method of the WebGL 2 API returns parameter information of a WebGLSampler object.
- getScreenCTM() - Method in class akasha.svg.SVGGraphicsElement
-
- getSeconds() - Method in class akasha.core.JsDate
-
The getSeconds() method returns the seconds in the specified date according to local time.
- getSelectedCandidatePair() - Method in class akasha.rtc.RTCIceTransport
-
The RTCIceTransport method getSelectedCandidatePair() returns an RTCIceCandidatePair object containing the current best-choice pair of ICE candidates describing the configuration of the endpoints of the transport.
- getSelection() - Method in class akasha.Document
-
- getSelection() - Method in class akasha.Window
-
The Window.getSelection() method returns a Selection object representing the range of text selected by the user or the current position of the caret.
- getSelection() - Static method in class akasha.WindowGlobal
-
The Window.getSelection() method returns a Selection object representing the range of text selected by the user or the current position of the caret.
- getSenders() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method getSenders() returns an array of RTCRtpSender objects, each of which represents the RTP sender responsible for transmitting one track's data.
- getService(String) - Static method in class akasha.bluetooth.BluetoothUUID
-
- getService(int) - Static method in class akasha.bluetooth.BluetoothUUID
-
- getSettings() - Method in class akasha.media.MediaStreamTrack
-
The getSettings() method of the MediaStreamTrack interface returns a MediaTrackSettings object containing the current values of each of the constrainable properties for the current MediaStreamTrack.
- getShaderInfoLog(WebGLShader) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getShaderInfoLog returns the information log for the specified WebGLShader object.
- getShaderInfoLog(WebGLShader) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getShaderInfoLog returns the information log for the specified WebGLShader object.
- getShaderParameter(WebGLShader, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getShaderParameter() method of the WebGL API returns information about the given shader.
- getShaderParameter(WebGLShader, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getShaderParameter() method of the WebGL API returns information about the given shader.
- getShaderPrecisionFormat(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getShaderPrecisionFormat() method of the WebGL API returns a new WebGLShaderPrecisionFormat object describing the range and precision for the specified shader numeric format.
- getShaderPrecisionFormat(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getShaderPrecisionFormat() method of the WebGL API returns a new WebGLShaderPrecisionFormat object describing the range and precision for the specified shader numeric format.
- getShaderSource(WebGLShader) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getShaderSource() method of the WebGL API returns the source code of a WebGLShader as a DOMString.
- getShaderSource(WebGLShader) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getShaderSource() method of the WebGL API returns the source code of a WebGLShader as a DOMString.
- getStartDate() - Method in class akasha.HTMLMediaElement
-
- getStartPositionOfChar(int) - Method in class akasha.svg.SVGTextContentElement
-
- getState() - Method in class akasha.NavigationPreloadManager
-
- getStats(MediaStreamTrack) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method getStats() returns a promise which resolves with data providing statistics about either the overall connection or about the specified MediaStreamTrack.
- getStats() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method getStats() returns a promise which resolves with data providing statistics about either the overall connection or about the specified MediaStreamTrack.
- getStats() - Method in class akasha.rtc.RTCRtpReceiver
-
The RTCRtpReceiver method getStats() asynchronously requests an RTCStatsReport object which provides statistics about incoming traffic on the owning RTCPeerConnection, returning a Promise whose fulfillment handler will be called once the results are available.
- getStats() - Method in class akasha.rtc.RTCRtpSender
-
The RTCRtpSender method getStats() asynchronously requests an RTCStatsReport object which provides statistics about outgoing traffic on the RTCPeerConnection which owns the sender, returning a Promise which is fulfilled when the results are available.
- getSubImage(XRCompositionLayer, XRFrame, String) - Method in class akasha.xr.XRWebGLBinding
-
- getSubImage(XRCompositionLayer, XRFrame) - Method in class akasha.xr.XRWebGLBinding
-
- getSubscription() - Method in class akasha.PushManager
-
The PushManager.getSubscription() method of the PushManager interface retrieves an existing push subscription.
- getSubStringLength(int, int) - Method in class akasha.svg.SVGTextContentElement
-
- getSupportedConstraints() - Method in class akasha.media.MediaDevices
-
The getSupportedConstraints() method of the MediaDevices interface returns an object based on the MediaTrackSupportedConstraints dictionary, whose member fields each specify one of the constrainable properties the user agent understands.
- getSupportedExtensions() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getSupportedExtensions() method returns a list of all the supported WebGL extensions.
- getSupportedExtensions() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getSupportedExtensions() method returns a list of all the supported WebGL extensions.
- getSupportedProfiles() - Method in class akasha.gl.WEBGL_compressed_texture_astc
-
The WEBGL_compressed_texture_astc.getSupportedProfiles() method returns an array of strings containing the names of the ASTC profiles supported by the implementation.
- getSVGDocument() - Method in class akasha.HTMLEmbedElement
-
- getSVGDocument() - Method in class akasha.HTMLIFrameElement
-
- getSVGDocument() - Method in class akasha.HTMLObjectElement
-
- getSynchronizationSources() - Method in class akasha.rtc.RTCRtpReceiver
-
The getSynchronizationSources() method of the RTCRtpReceiver interface returns an array of RTCRtpContributingSource instances, each corresponding to one SSRC (synchronization source) identifier received by the current RTCRtpReceiver in the last ten seconds.
- getSyncParameter(WebGLSync, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getSyncParameter() method of the WebGL 2 API returns parameter information of a WebGLSync object.
- getTags() - Method in class akasha.SyncManager
-
The SyncManager.getTags method of the SyncManager interface returns a list of developer-defined identifiers for SyncManager registrations.
- getTexParameter(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getTexParameter() method of the WebGL API returns information about the given texture.
- getTexParameter(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getTexParameter() method of the WebGL API returns information about the given texture.
- getTime() - Method in class akasha.core.JsDate
-
The getTime() method returns the number of milliseconds since the ECMAScript epoch.
- getTimezoneOffset() - Method in class akasha.core.JsDate
-
The getTimezoneOffset() method returns the difference, in minutes, between a date as evaluated in the UTC time zone, and the same date as evaluated in the local time zone.
- getTiming() - Method in class akasha.AnimationEffect
-
The AnimationEffect.getTiming() method of the AnimationEffect interface returns an EffectTiming object containing the timing properties for the Animation Effect.
- getTotalLength() - Method in class akasha.svg.SVGGeometryElement
-
The SVGGeometryElement.getTotalLength() method returns the user agent's computed value for the total length of the path in user units.
- getTrackById(String) - Method in class akasha.AudioTrackList
-
The AudioTrackList method getTrackById() returns the first AudioTrack object from the track list whose id matches the specified string.
- getTrackById(String) - Method in class akasha.media.MediaStream
-
The MediaStream.getTrackById() method returns a MediaStreamTrack object representing the track with the specified ID string.
- getTrackById(String) - Method in class akasha.TextTrackList
-
The TextTrackList method getTrackById() returns the first TextTrack object from the track list whose id matches the specified string.
- getTrackById(String) - Method in class akasha.VideoTrackList
-
The VideoTrackList method getTrackById() returns the first VideoTrack object from the track list whose id matches the specified string.
- getTracks() - Method in class akasha.media.MediaStream
-
The getTracks() method of the MediaStream interface returns a sequence that represents all the MediaStreamTrack objects in this stream's track set, regardless of MediaStreamTrack.kind.
- getTransceivers() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection interface's getTransceivers() method returns a list of the RTCRtpTransceiver objects being used to send and receive data on the connection.
- getTransform() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.getTransform() method of the Canvas 2D API retrieves the current transformation matrix being applied to the context.
- getTransform() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- getTransformFeedbackVarying(WebGLProgram, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getTransformFeedbackVarying() method of the WebGL 2 API returns information about varying variables from WebGLTransformFeedback buffers.
- getTranslatedShaderSource(WebGLShader) - Method in class akasha.gl.WEBGL_debug_shaders
-
The WEBGL_debug_shaders.getTranslatedShaderSource() method is part of the WebGL API and allows you to debug a translated shader.
- getTransports() - Method in class akasha.AuthenticatorAttestationResponse
-
getTransports() is a method of the AuthenticatorAttestationResponse interface that returns an Array containing strings describing the different transports which may be used by the authenticator.
- getType(String) - Method in class akasha.clipboard.ClipboardItem
-
The getType() method of the ClipboardItem interface returns a Promise that resolves with a Blob of the requested MIME type or an error if the MIME type is not found.
- getUint16(int, boolean) - Method in class akasha.core.DataView
-
The getUint16() method gets an unsigned 16-bit integer (unsigned short) at the specified byte offset from the start of the DataView.
- getUint16(int) - Method in class akasha.core.DataView
-
The getUint16() method gets an unsigned 16-bit integer (unsigned short) at the specified byte offset from the start of the DataView.
- getUint32(int, boolean) - Method in class akasha.core.DataView
-
The getUint32() method gets an unsigned 32-bit integer (unsigned long) at the specified byte offset from the start of the DataView.
- getUint32(int) - Method in class akasha.core.DataView
-
The getUint32() method gets an unsigned 32-bit integer (unsigned long) at the specified byte offset from the start of the DataView.
- getUint8(int) - Method in class akasha.core.DataView
-
The getUint8() method gets an unsigned 8-bit integer (unsigned byte) at the specified byte offset from the start of the DataView.
- getUniform(WebGLProgram, WebGLUniformLocation) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getUniform() method of the WebGL API returns the value of a uniform variable at a given location.
- getUniform(WebGLProgram, WebGLUniformLocation) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getUniform() method of the WebGL API returns the value of a uniform variable at a given location.
- getUniformBlockIndex(WebGLProgram, String) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getUniformBlockIndex() method of the WebGL 2 API retrieves the index of a uniform block within a WebGLProgram.
- getUniformIndices(WebGLProgram, JsArray<String>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getUniformIndices() method of the WebGL 2 API retrieves the indices of a number of uniforms within a WebGLProgram.
- getUniformIndices(WebGLProgram, String...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.getUniformIndices() method of the WebGL 2 API retrieves the indices of a number of uniforms within a WebGLProgram.
- getUniformLocation(WebGLProgram, String) - Method in class akasha.gl.WebGL2RenderingContext
-
Part of the WebGL API, the WebGLRenderingContext method getUniformLocation() returns the location of a specific uniform variable which is part of a given WebGLProgram.
- getUniformLocation(WebGLProgram, String) - Method in class akasha.gl.WebGLRenderingContext
-
Part of the WebGL API, the WebGLRenderingContext method getUniformLocation() returns the location of a specific uniform variable which is part of a given WebGLProgram.
- getUserMedia(MediaStreamConstraints) - Method in class akasha.media.MediaDevices
-
The MediaDevices.getUserMedia() method prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media.
- getUserMedia() - Method in class akasha.media.MediaDevices
-
The MediaDevices.getUserMedia() method prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media.
- getUTCDate() - Method in class akasha.core.JsDate
-
The getUTCDate() method returns the day of the month(from 1 to 31) in the specified date according to universal time.
- getUTCDay() - Method in class akasha.core.JsDate
-
The getUTCDay() method returns the day of the week in the specified date according to universal time, where 0 represents Sunday.
- getUTCFullYear() - Method in class akasha.core.JsDate
-
The getUTCFullYear() method returns the year in the specified date according to universal time.
- getUTCHours() - Method in class akasha.core.JsDate
-
The getUTCHours() method returns the hours in the specified date according to universal time.
- getUTCMilliseconds() - Method in class akasha.core.JsDate
-
The getUTCMilliseconds() method returns the milliseconds portion of the time object's value according to universal time.
- getUTCMinutes() - Method in class akasha.core.JsDate
-
The getUTCMinutes() method returns the minutes in the specified date according to universal time.
- getUTCMonth() - Method in class akasha.core.JsDate
-
The getUTCMonth() returns the month of the specified date according to universal time, as a zero-based value (where zero indicates the first month of the year).
- getUTCSeconds() - Method in class akasha.core.JsDate
-
The getUTCSeconds() method returns the seconds in the specified date according to universal time.
- getValue() - Method in interface akasha.lang.JsIIterableResult
-
- getVertexAttrib(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getVertexAttrib() method of the WebGL API returns information about a vertex attribute at a given position.
- getVertexAttrib(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getVertexAttrib() method of the WebGL API returns information about a vertex attribute at a given position.
- getVertexAttribOffset(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.getVertexAttribOffset() method of the WebGL API returns the address of a specified vertex attribute.
- getVertexAttribOffset(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.getVertexAttribOffset() method of the WebGL API returns the address of a specified vertex attribute.
- getVideoPlaybackQuality() - Method in class akasha.HTMLVideoElement
-
The HTMLVideoElement method getVideoPlaybackQuality() creates and returns a VideoPlaybackQuality object containing metrics including how many frames have been lost.
- getVideoTracks() - Method in class akasha.media.MediaStream
-
The getVideoTracks() method of the MediaStream interface returns a sequence of MediaStreamTrack objects representing the video tracks in this stream.
- getViewerPose(XRReferenceSpace) - Method in class akasha.xr.XRFrame
-
The getViewerPose() method, a member of the XRFrame interface, returns a XRViewerPose object which describes the viewer's pose (position and orientation) relative to the specified reference space.
- getViewport(XRView) - Method in class akasha.xr.XRWebGLLayer
-
The XRWebGLLayer interface's getViewport() method returns the XRViewport that should be used to render the specified XRView into the WebGL layer.
- getViewSubImage(XRProjectionLayer, XRView) - Method in class akasha.xr.XRWebGLBinding
-
- getVoices() - Method in class akasha.speech.SpeechSynthesis
-
The getVoices() method of the SpeechSynthesis interface returns a list of SpeechSynthesisVoice objects representing all the available voices on the current device.
- getWriter() - Method in class akasha.WritableStream
-
The getWriter() method of the WritableStream interface returns a new instance of WritableStreamDefaultWriter and locks the stream to that instance.
- given_name - Static variable in annotation type akasha.AutocompleteType
-
The given (or "first") name.
- global() - Method in class akasha.core.RegExp
-
The global property indicates whether or not the "g" flag is used with the regular expression.
- Global - Class in akasha
-
- Global - Class in akasha.wasm
-
A WebAssembly.Global object represents a global variable instance, accessible from both JavaScript and importable/exportable across one or more WebAssembly.Module instances.
- Global(GlobalDescriptor, Object) - Constructor for class akasha.wasm.Global
-
- Global(GlobalDescriptor) - Constructor for class akasha.wasm.Global
-
- global - Static variable in annotation type akasha.wasm.ImportExportKind
-
- globalAlpha - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.globalAlpha property of the Canvas 2D API specifies the alpha (transparency) value that is applied to shapes and images before they are drawn onto the canvas.
- globalAlpha - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- globalCompositeOperation - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.globalCompositeOperation property of the Canvas 2D API sets the type of compositing operation to apply when drawing new shapes.
- globalCompositeOperation - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- GlobalDescriptor - Interface in akasha.wasm
-
- GlobalDescriptor.Builder - Interface in akasha.wasm
-
- GLSL - Annotation Type in akasha.gl
-
Specifies that an element of the program represents a GLSL snippet.
- go(int) - Method in class akasha.History
-
The History.go() method loads a specific page from the session history.
- go() - Method in class akasha.History
-
The History.go() method loads a specific page from the session history.
- GPU - Class in akasha.gpu
-
- GPU() - Constructor for class akasha.gpu.GPU
-
- gpu() - Method in class akasha.Navigator
-
- gpu() - Method in class akasha.WorkerNavigator
-
- GPU_DISJOINT_EXT - Static variable in class akasha.gl.EXT_disjoint_timer_query
-
- GPU_DISJOINT_EXT - Static variable in class akasha.gl.EXT_disjoint_timer_query_webgl2
-
- gpu_optimized - Static variable in annotation type akasha.xr.XRDepthUsage
-
- GPUAdapter - Class in akasha.gpu
-
- GPUAdapter() - Constructor for class akasha.gpu.GPUAdapter
-
- GPUAddressMode - Annotation Type in akasha.gpu
-
- GPUAddressMode.Util - Class in akasha.gpu
-
- GPUBindGroup - Class in akasha.gpu
-
- GPUBindGroup() - Constructor for class akasha.gpu.GPUBindGroup
-
- GPUBindGroupDescriptor - Interface in akasha.gpu
-
- GPUBindGroupDescriptor.Builder - Interface in akasha.gpu
-
- GPUBindGroupDescriptor.Step1 - Interface in akasha.gpu
-
- GPUBindGroupEntry - Interface in akasha.gpu
-
- GPUBindGroupEntry.Step1 - Interface in akasha.gpu
-
- GPUBindGroupLayout - Class in akasha.gpu
-
- GPUBindGroupLayout() - Constructor for class akasha.gpu.GPUBindGroupLayout
-
- GPUBindGroupLayoutDescriptor - Interface in akasha.gpu
-
- GPUBindGroupLayoutDescriptor.Builder - Interface in akasha.gpu
-
- GPUBindGroupLayoutEntry - Interface in akasha.gpu
-
- GPUBindGroupLayoutEntry.Builder - Interface in akasha.gpu
-
- GPUBindGroupLayoutEntry.Step1 - Interface in akasha.gpu
-
- GPUBindingResource - Interface in akasha.gpu
-
- GPUBlendComponent - Interface in akasha.gpu
-
- GPUBlendComponent.Builder - Interface in akasha.gpu
-
- GPUBlendFactor - Annotation Type in akasha.gpu
-
- GPUBlendFactor.Util - Class in akasha.gpu
-
- GPUBlendOperation - Annotation Type in akasha.gpu
-
- GPUBlendOperation.Util - Class in akasha.gpu
-
- GPUBlendState - Interface in akasha.gpu
-
- GPUBlendState.Step1 - Interface in akasha.gpu
-
- GPUBuffer - Class in akasha.gpu
-
- GPUBuffer() - Constructor for class akasha.gpu.GPUBuffer
-
- GPUBufferBinding - Interface in akasha.gpu
-
- GPUBufferBinding.Builder - Interface in akasha.gpu
-
- GPUBufferBindingLayout - Interface in akasha.gpu
-
- GPUBufferBindingLayout.Builder - Interface in akasha.gpu
-
- GPUBufferBindingType - Annotation Type in akasha.gpu
-
- GPUBufferBindingType.Util - Class in akasha.gpu
-
- GPUBufferDescriptor - Interface in akasha.gpu
-
- GPUBufferDescriptor.Builder - Interface in akasha.gpu
-
- GPUBufferDescriptor.Step1 - Interface in akasha.gpu
-
- GPUBufferUsage - Class in akasha.gpu
-
- GPUBufferUsageFlags - Annotation Type in akasha.gpu
-
- GPUBufferUsageFlags.Util - Class in akasha.gpu
-
- GPUCanvasCompositingAlphaMode - Annotation Type in akasha.gpu
-
- GPUCanvasCompositingAlphaMode.Util - Class in akasha.gpu
-
- GPUCanvasConfiguration - Interface in akasha.gpu
-
- GPUCanvasConfiguration.Builder - Interface in akasha.gpu
-
- GPUCanvasConfiguration.Step1 - Interface in akasha.gpu
-
- GPUCanvasContext - Class in akasha.gpu
-
- GPUCanvasContext() - Constructor for class akasha.gpu.GPUCanvasContext
-
- GPUColor - Interface in akasha.gpu
-
- GPUColorDict - Interface in akasha.gpu
-
- GPUColorDict.Step1 - Interface in akasha.gpu
-
- GPUColorDict.Step2 - Interface in akasha.gpu
-
- GPUColorDict.Step3 - Interface in akasha.gpu
-
- GPUColorTargetState - Interface in akasha.gpu
-
- GPUColorTargetState.Builder - Interface in akasha.gpu
-
- GPUColorWrite - Class in akasha.gpu
-
- GPUColorWriteFlags - Annotation Type in akasha.gpu
-
- GPUColorWriteFlags.Util - Class in akasha.gpu
-
- GPUCommandBuffer - Class in akasha.gpu
-
- GPUCommandBuffer() - Constructor for class akasha.gpu.GPUCommandBuffer
-
- GPUCommandBufferDescriptor - Interface in akasha.gpu
-
- GPUCommandBufferDescriptor.Builder - Interface in akasha.gpu
-
- GPUCommandEncoder - Class in akasha.gpu
-
- GPUCommandEncoder() - Constructor for class akasha.gpu.GPUCommandEncoder
-
- GPUCommandEncoderDescriptor - Interface in akasha.gpu
-
- GPUCommandEncoderDescriptor.Builder - Interface in akasha.gpu
-
- GPUCompareFunction - Annotation Type in akasha.gpu
-
- GPUCompareFunction.Util - Class in akasha.gpu
-
- GPUCompilationInfo - Class in akasha.gpu
-
- GPUCompilationInfo() - Constructor for class akasha.gpu.GPUCompilationInfo
-
- GPUCompilationMessage - Class in akasha.gpu
-
- GPUCompilationMessage() - Constructor for class akasha.gpu.GPUCompilationMessage
-
- GPUCompilationMessageType - Annotation Type in akasha.gpu
-
- GPUCompilationMessageType.Util - Class in akasha.gpu
-
- GPUComputePassDescriptor - Interface in akasha.gpu
-
- GPUComputePassDescriptor.Builder - Interface in akasha.gpu
-
- GPUComputePassEncoder - Class in akasha.gpu
-
- GPUComputePassEncoder() - Constructor for class akasha.gpu.GPUComputePassEncoder
-
- GPUComputePassTimestampLocation - Annotation Type in akasha.gpu
-
- GPUComputePassTimestampLocation.Util - Class in akasha.gpu
-
- GPUComputePassTimestampWrite - Interface in akasha.gpu
-
- GPUComputePassTimestampWrite.Step1 - Interface in akasha.gpu
-
- GPUComputePassTimestampWrite.Step2 - Interface in akasha.gpu
-
- GPUComputePipeline - Class in akasha.gpu
-
- GPUComputePipeline() - Constructor for class akasha.gpu.GPUComputePipeline
-
- GPUComputePipelineDescriptor - Interface in akasha.gpu
-
- GPUComputePipelineDescriptor.Builder - Interface in akasha.gpu
-
- GPUCullMode - Annotation Type in akasha.gpu
-
- GPUCullMode.Util - Class in akasha.gpu
-
- GPUDepthStencilState - Interface in akasha.gpu
-
- GPUDepthStencilState.Builder - Interface in akasha.gpu
-
- GPUDevice - Class in akasha.gpu
-
- GPUDevice() - Constructor for class akasha.gpu.GPUDevice
-
- GPUDeviceDescriptor - Interface in akasha.gpu
-
- GPUDeviceDescriptor.Builder - Interface in akasha.gpu
-
- GPUDeviceLostInfo - Class in akasha.gpu
-
- GPUDeviceLostInfo() - Constructor for class akasha.gpu.GPUDeviceLostInfo
-
- GPUDeviceLostReason - Annotation Type in akasha.gpu
-
- GPUDeviceLostReason.Util - Class in akasha.gpu
-
- GPUDeviceLostReasonOrUndefinedUnion - Interface in akasha.gpu
-
- GPUError - Interface in akasha.gpu
-
- GPUErrorFilter - Annotation Type in akasha.gpu
-
- GPUErrorFilter.Util - Class in akasha.gpu
-
- GPUExtent3D - Interface in akasha.gpu
-
- GPUExtent3DDict - Interface in akasha.gpu
-
- GPUExtent3DDict.Builder - Interface in akasha.gpu
-
- GPUExternalTexture - Class in akasha.gpu
-
- GPUExternalTexture() - Constructor for class akasha.gpu.GPUExternalTexture
-
- GPUExternalTextureBindingLayout - Interface in akasha.gpu
-
- GPUExternalTextureDescriptor - Interface in akasha.gpu
-
- GPUExternalTextureDescriptor.Builder - Interface in akasha.gpu
-
- GPUFeatureName - Annotation Type in akasha.gpu
-
- GPUFeatureName.Util - Class in akasha.gpu
-
- GPUFilterMode - Annotation Type in akasha.gpu
-
- GPUFilterMode.Util - Class in akasha.gpu
-
- GPUFragmentState - Interface in akasha.gpu
-
- GPUFragmentState.Builder - Interface in akasha.gpu
-
- GPUFragmentState.Step1 - Interface in akasha.gpu
-
- GPUFragmentState.Step2 - Interface in akasha.gpu
-
- GPUFrontFace - Annotation Type in akasha.gpu
-
- GPUFrontFace.Util - Class in akasha.gpu
-
- GPUImageCopyBuffer - Interface in akasha.gpu
-
- GPUImageCopyBuffer.Builder - Interface in akasha.gpu
-
- GPUImageCopyExternalImage - Interface in akasha.gpu
-
- GPUImageCopyExternalImage.Builder - Interface in akasha.gpu
-
- GPUImageCopyExternalImageSource - Interface in akasha.gpu
-
- GPUImageCopyTexture - Interface in akasha.gpu
-
- GPUImageCopyTexture.Builder - Interface in akasha.gpu
-
- GPUImageCopyTextureTagged - Interface in akasha.gpu
-
- GPUImageCopyTextureTagged.Builder - Interface in akasha.gpu
-
- GPUImageDataLayout - Interface in akasha.gpu
-
- GPUImageDataLayout.Builder - Interface in akasha.gpu
-
- GPUIndexFormat - Annotation Type in akasha.gpu
-
- GPUIndexFormat.Util - Class in akasha.gpu
-
- GPULoadOp - Annotation Type in akasha.gpu
-
- GPULoadOp.Util - Class in akasha.gpu
-
- GPUMapMode - Class in akasha.gpu
-
- GPUMapModeFlags - Annotation Type in akasha.gpu
-
- GPUMapModeFlags.Util - Class in akasha.gpu
-
- GPUMultisampleState - Interface in akasha.gpu
-
- GPUMultisampleState.Builder - Interface in akasha.gpu
-
- GPUObjectDescriptorBase - Interface in akasha.gpu
-
- GPUObjectDescriptorBase.Builder - Interface in akasha.gpu
-
- GPUOrigin2D - Interface in akasha.gpu
-
- GPUOrigin2DDict - Interface in akasha.gpu
-
- GPUOrigin2DDict.Builder - Interface in akasha.gpu
-
- GPUOrigin3D - Interface in akasha.gpu
-
- GPUOrigin3DDict - Interface in akasha.gpu
-
- GPUOrigin3DDict.Builder - Interface in akasha.gpu
-
- GPUOutOfMemoryError - Class in akasha.gpu
-
- GPUOutOfMemoryError() - Constructor for class akasha.gpu.GPUOutOfMemoryError
-
- GPUPipelineDescriptorBase - Interface in akasha.gpu
-
- GPUPipelineDescriptorBase.Builder - Interface in akasha.gpu
-
- GPUPipelineLayout - Class in akasha.gpu
-
- GPUPipelineLayout() - Constructor for class akasha.gpu.GPUPipelineLayout
-
- GPUPipelineLayoutDescriptor - Interface in akasha.gpu
-
- GPUPipelineLayoutDescriptor.Builder - Interface in akasha.gpu
-
- GPUPowerPreference - Annotation Type in akasha.gpu
-
- GPUPowerPreference.Util - Class in akasha.gpu
-
- GPUPredefinedColorSpace - Annotation Type in akasha.gpu
-
- GPUPredefinedColorSpace.Util - Class in akasha.gpu
-
- GPUPrimitiveState - Interface in akasha.gpu
-
- GPUPrimitiveState.Builder - Interface in akasha.gpu
-
- GPUPrimitiveTopology - Annotation Type in akasha.gpu
-
- GPUPrimitiveTopology.Util - Class in akasha.gpu
-
- GPUProgrammableStage - Interface in akasha.gpu
-
- GPUProgrammableStage.Builder - Interface in akasha.gpu
-
- GPUProgrammableStage.Step1 - Interface in akasha.gpu
-
- GPUQuerySet - Class in akasha.gpu
-
- GPUQuerySet() - Constructor for class akasha.gpu.GPUQuerySet
-
- GPUQuerySetDescriptor - Interface in akasha.gpu
-
- GPUQuerySetDescriptor.Builder - Interface in akasha.gpu
-
- GPUQuerySetDescriptor.Step1 - Interface in akasha.gpu
-
- GPUQueryType - Annotation Type in akasha.gpu
-
- GPUQueryType.Util - Class in akasha.gpu
-
- GPUQueue - Class in akasha.gpu
-
- GPUQueue() - Constructor for class akasha.gpu.GPUQueue
-
- GPURenderBundle - Class in akasha.gpu
-
- GPURenderBundle() - Constructor for class akasha.gpu.GPURenderBundle
-
- GPURenderBundleDescriptor - Interface in akasha.gpu
-
- GPURenderBundleDescriptor.Builder - Interface in akasha.gpu
-
- GPURenderBundleEncoder - Class in akasha.gpu
-
- GPURenderBundleEncoder() - Constructor for class akasha.gpu.GPURenderBundleEncoder
-
- GPURenderBundleEncoderDescriptor - Interface in akasha.gpu
-
- GPURenderBundleEncoderDescriptor.Builder - Interface in akasha.gpu
-
- GPURenderPassColorAttachment - Interface in akasha.gpu
-
- GPURenderPassColorAttachment.Builder - Interface in akasha.gpu
-
- GPURenderPassColorAttachment.Step1 - Interface in akasha.gpu
-
- GPURenderPassColorAttachment.Step2 - Interface in akasha.gpu
-
- GPURenderPassDepthStencilAttachment - Interface in akasha.gpu
-
- GPURenderPassDepthStencilAttachment.Builder - Interface in akasha.gpu
-
- GPURenderPassDescriptor - Interface in akasha.gpu
-
- GPURenderPassDescriptor.Builder - Interface in akasha.gpu
-
- GPURenderPassEncoder - Class in akasha.gpu
-
- GPURenderPassEncoder() - Constructor for class akasha.gpu.GPURenderPassEncoder
-
- GPURenderPassLayout - Interface in akasha.gpu
-
- GPURenderPassLayout.Builder - Interface in akasha.gpu
-
- GPURenderPassTimestampLocation - Annotation Type in akasha.gpu
-
- GPURenderPassTimestampLocation.Util - Class in akasha.gpu
-
- GPURenderPassTimestampWrite - Interface in akasha.gpu
-
- GPURenderPassTimestampWrite.Step1 - Interface in akasha.gpu
-
- GPURenderPassTimestampWrite.Step2 - Interface in akasha.gpu
-
- GPURenderPipeline - Class in akasha.gpu
-
- GPURenderPipeline() - Constructor for class akasha.gpu.GPURenderPipeline
-
- GPURenderPipelineDescriptor - Interface in akasha.gpu
-
- GPURenderPipelineDescriptor.Builder - Interface in akasha.gpu
-
- GPURequestAdapterOptions - Interface in akasha.gpu
-
- GPURequestAdapterOptions.Builder - Interface in akasha.gpu
-
- GPUSampler - Class in akasha.gpu
-
- GPUSampler() - Constructor for class akasha.gpu.GPUSampler
-
- GPUSamplerBindingLayout - Interface in akasha.gpu
-
- GPUSamplerBindingLayout.Builder - Interface in akasha.gpu
-
- GPUSamplerBindingType - Annotation Type in akasha.gpu
-
- GPUSamplerBindingType.Util - Class in akasha.gpu
-
- GPUSamplerDescriptor - Interface in akasha.gpu
-
- GPUSamplerDescriptor.Builder - Interface in akasha.gpu
-
- GPUShaderModule - Class in akasha.gpu
-
- GPUShaderModule() - Constructor for class akasha.gpu.GPUShaderModule
-
- GPUShaderModuleCompilationHint - Interface in akasha.gpu
-
- GPUShaderModuleDescriptor - Interface in akasha.gpu
-
- GPUShaderModuleDescriptor.Builder - Interface in akasha.gpu
-
- GPUShaderStage - Class in akasha.gpu
-
- GPUShaderStageFlags - Annotation Type in akasha.gpu
-
- GPUShaderStageFlags.Util - Class in akasha.gpu
-
- GPUStencilFaceState - Interface in akasha.gpu
-
- GPUStencilFaceState.Builder - Interface in akasha.gpu
-
- GPUStencilOperation - Annotation Type in akasha.gpu
-
- GPUStencilOperation.Util - Class in akasha.gpu
-
- GPUStorageTextureAccess - Annotation Type in akasha.gpu
-
- GPUStorageTextureAccess.Util - Class in akasha.gpu
-
- GPUStorageTextureBindingLayout - Interface in akasha.gpu
-
- GPUStorageTextureBindingLayout.Builder - Interface in akasha.gpu
-
- GPUStoreOp - Annotation Type in akasha.gpu
-
- GPUStoreOp.Util - Class in akasha.gpu
-
- GPUSupportedFeatures - Class in akasha.gpu
-
- GPUSupportedFeatures() - Constructor for class akasha.gpu.GPUSupportedFeatures
-
- GPUSupportedFeatures.Entry - Class in akasha.gpu
-
- GPUSupportedFeatures.ForEachCallback - Interface in akasha.gpu
-
- GPUSupportedFeatures.ForEachCallback2 - Interface in akasha.gpu
-
- GPUSupportedFeatures.ForEachCallback3 - Interface in akasha.gpu
-
- GPUSupportedLimits - Class in akasha.gpu
-
- GPUSupportedLimits() - Constructor for class akasha.gpu.GPUSupportedLimits
-
- GPUTexture - Class in akasha.gpu
-
- GPUTexture() - Constructor for class akasha.gpu.GPUTexture
-
- GPUTextureAspect - Annotation Type in akasha.gpu
-
- GPUTextureAspect.Util - Class in akasha.gpu
-
- GPUTextureBindingLayout - Interface in akasha.gpu
-
- GPUTextureBindingLayout.Builder - Interface in akasha.gpu
-
- GPUTextureDescriptor - Interface in akasha.gpu
-
- GPUTextureDescriptor.Builder - Interface in akasha.gpu
-
- GPUTextureDescriptor.Step1 - Interface in akasha.gpu
-
- GPUTextureDescriptor.Step2 - Interface in akasha.gpu
-
- GPUTextureDimension - Annotation Type in akasha.gpu
-
- GPUTextureDimension.Util - Class in akasha.gpu
-
- GPUTextureFormat - Annotation Type in akasha.gpu
-
- GPUTextureFormat.Util - Class in akasha.gpu
-
- GPUTextureSampleType - Annotation Type in akasha.gpu
-
- GPUTextureSampleType.Util - Class in akasha.gpu
-
- GPUTextureUsage - Class in akasha.gpu
-
- GPUTextureUsageFlags - Annotation Type in akasha.gpu
-
- GPUTextureUsageFlags.Util - Class in akasha.gpu
-
- GPUTextureView - Class in akasha.gpu
-
- GPUTextureView() - Constructor for class akasha.gpu.GPUTextureView
-
- GPUTextureViewDescriptor - Interface in akasha.gpu
-
- GPUTextureViewDescriptor.Builder - Interface in akasha.gpu
-
- GPUTextureViewDimension - Annotation Type in akasha.gpu
-
- GPUTextureViewDimension.Util - Class in akasha.gpu
-
- GPUUncapturedErrorEvent - Class in akasha.gpu
-
- GPUUncapturedErrorEvent(String, GPUUncapturedErrorEventInit) - Constructor for class akasha.gpu.GPUUncapturedErrorEvent
-
- GPUUncapturedErrorEventHandler - Interface in akasha.gpu
-
Handle events of type GPUUncapturedErrorEvent
- GPUUncapturedErrorEventInit - Interface in akasha.gpu
-
- GPUUncapturedErrorEventInit.Builder - Interface in akasha.gpu
-
- GPUUncapturedErrorEventListener - Interface in akasha.gpu
-
Listener for events of type GPUUncapturedErrorEvent
- GPUValidationError - Class in akasha.gpu
-
- GPUValidationError(String) - Constructor for class akasha.gpu.GPUValidationError
-
- GPUVertexAttribute - Interface in akasha.gpu
-
- GPUVertexAttribute.Step1 - Interface in akasha.gpu
-
- GPUVertexAttribute.Step2 - Interface in akasha.gpu
-
- GPUVertexBufferLayout - Interface in akasha.gpu
-
- GPUVertexBufferLayout.Builder - Interface in akasha.gpu
-
- GPUVertexBufferLayout.Step1 - Interface in akasha.gpu
-
- GPUVertexFormat - Annotation Type in akasha.gpu
-
- GPUVertexFormat.Util - Class in akasha.gpu
-
- GPUVertexState - Interface in akasha.gpu
-
- GPUVertexState.Builder - Interface in akasha.gpu
-
- GPUVertexState.Step1 - Interface in akasha.gpu
-
- GPUVertexStepMode - Annotation Type in akasha.gpu
-
- GPUVertexStepMode.Util - Class in akasha.gpu
-
- gradientTransform() - Method in class akasha.svg.SVGGradientElement
-
- gradientUnits() - Method in class akasha.svg.SVGGradientElement
-
- grammars - Variable in class akasha.speech.SpeechRecognition
-
The grammars property of the SpeechRecognition interface returns and sets a collection of SpeechGrammar objects that represent the grammars that will be understood by the current SpeechRecognition.
- granted - Static variable in annotation type akasha.DevicePermissionState
-
- granted - Static variable in annotation type akasha.notifications.NotificationPermission
-
- granted - Static variable in annotation type akasha.PermissionState
-
- granted - Variable in class akasha.xr.XRPermissionStatus
-
The WebXR Device API's XRPermissionStatus interface's granted property is an array of strings, each identifying one of the WebXR features for which permission has been granted as of the time at which the Permission API's navigator.permissions.query() method was called.
- GREATER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- GREATER - Static variable in class akasha.gl.WebGLRenderingContext
-
- greater - Static variable in annotation type akasha.gpu.GPUCompareFunction
-
- greater_equal - Static variable in annotation type akasha.gpu.GPUCompareFunction
-
- GREEN - Static variable in class akasha.gpu.GPUColorWrite
-
- GREEN_BITS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- GREEN_BITS - Static variable in class akasha.gl.WebGLRenderingContext
-
- gripSpace() - Method in class akasha.xr.XRInputSource
-
The read-only XRInputSource property gripSpace returns an XRSpace whose native origin tracks the pose used to render virtual objects so they appear to be held in (or part of) the user's hand.
- group(Object...) - Static method in class akasha.Console
-
Creates a new inline group in the Web Console log.
- group(String) - Method in interface akasha.GenerateTestReportParameters.Builder
-
- group() - Method in interface akasha.GenerateTestReportParameters
-
- groupCollapsed(Object...) - Static method in class akasha.Console
-
Creates a new inline group in the Web Console.
- groupEnd() - Static method in class akasha.Console
-
Exits the current inline group in the Web Console.
- groupId() - Method in class akasha.media.MediaDeviceInfo
-
The groupId readonly property of the MediaDeviceInfo interface returns a DOMString that is a group identifier.
- groupId(String) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- groupId() - Method in interface akasha.media.MediaTrackCapabilities
-
- groupId(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- groupId(String) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- groupId(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- groupId(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- groupId(String...) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- groupId(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- groupId(String) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- groupId(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- groupId(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- groupId(String...) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- groupId() - Method in interface akasha.media.MediaTrackConstraintSet
-
- groupId(String) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's groupId property is a browsing-session unique DOMString which identifies the group of devices which includes the source for the MediaStreamTrack.
- groupId() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's groupId property is a browsing-session unique DOMString which identifies the group of devices which includes the source for the MediaStreamTrack.
- groupId(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's groupId property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the groupId constraint.
- groupId() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's groupId property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the groupId constraint.
- groups() - Method in class akasha.core.RegExpResult
-
- grow(int) - Method in class akasha.wasm.Memory
-
The grow() protoype method of the Memory object increases the size of the memory instance by a specified number of WebAssembly pages.
- grow(int) - Method in class akasha.wasm.Table
-
The grow() prototype method of the WebAssembly.Table object increases the size of the Table instance by a specified number of elements.
- HALF_FLOAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- HALF_FLOAT_OES - Static variable in class akasha.gl.OES_texture_half_float
-
- hand() - Method in class akasha.Gamepad
-
The hand read-only property of the Gamepad interface returns an enum defining what hand the controller is being held in, or is most likely to be held in.
- hand() - Method in class akasha.xr.XRInputSource
-
- handedness() - Method in class akasha.xr.XRInputSource
-
The read-only XRInputSource property handedness indicates which of the user's hands the WebXR input source is associated with, or if it's not associated with a hand at all.
- handled() - Method in class akasha.FetchEvent
-
- handled(Promise<Void>) - Method in interface akasha.FetchEventInit.Builder
-
- handled() - Method in interface akasha.FetchEventInit
-
- handleEvent(AnimationEvent) - Method in interface akasha.AnimationEventListener
-
Handle event of type AnimationEvent
- handleEvent(AnimationPlaybackEvent) - Method in interface akasha.AnimationPlaybackEventListener
-
Handle event of type AnimationPlaybackEvent
- handleEvent(AudioProcessingEvent) - Method in interface akasha.audio.AudioProcessingEventListener
-
Handle event of type AudioProcessingEvent
- handleEvent(OfflineAudioCompletionEvent) - Method in interface akasha.audio.OfflineAudioCompletionEventListener
-
Handle event of type OfflineAudioCompletionEvent
- handleEvent(BeforeUnloadEvent) - Method in interface akasha.BeforeUnloadEventListener
-
Handle event of type BeforeUnloadEvent
- handleEvent(BluetoothAdvertisingEvent) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventListener
-
Handle event of type BluetoothAdvertisingEvent
- handleEvent(ValueEvent) - Method in interface akasha.bluetooth.ValueEventListener
-
Handle event of type ValueEvent
- handleEvent(ClipboardEvent) - Method in interface akasha.clipboard.ClipboardEventListener
-
Handle event of type ClipboardEvent
- handleEvent(CloseEvent) - Method in interface akasha.CloseEventListener
-
Handle event of type CloseEvent
- handleEvent(CompositionEvent) - Method in interface akasha.CompositionEventListener
-
Handle event of type CompositionEvent
- handleEvent(DeviceMotionEvent) - Method in interface akasha.DeviceMotionEventListener
-
Handle event of type DeviceMotionEvent
- handleEvent(DeviceOrientationEvent) - Method in interface akasha.DeviceOrientationEventListener
-
Handle event of type DeviceOrientationEvent
- handleEvent(DragEvent) - Method in interface akasha.DragEventListener
-
Handle event of type DragEvent
- handleEvent(ErrorEvent) - Method in interface akasha.ErrorEventListener
-
Handle event of type ErrorEvent
- handleEvent(Event) - Method in interface akasha.EventListener
-
The EventListener method handleEvent() method is called by the user agent when an event is sent to the EventListener, in order to handle events that occur on an observed EventTarget.
- handleEvent(ExtendableEvent) - Method in interface akasha.ExtendableEventListener
-
Handle event of type ExtendableEvent
- handleEvent(ExtendableMessageEvent) - Method in interface akasha.ExtendableMessageEventListener
-
Handle event of type ExtendableMessageEvent
- handleEvent(FetchEvent) - Method in interface akasha.FetchEventListener
-
Handle event of type FetchEvent
- handleEvent(FocusEvent) - Method in interface akasha.FocusEventListener
-
Handle event of type FocusEvent
- handleEvent(FormDataEvent) - Method in interface akasha.FormDataEventListener
-
Handle event of type FormDataEvent
- handleEvent(GamepadEvent) - Method in interface akasha.GamepadEventListener
-
Handle event of type GamepadEvent
- handleEvent(WebGLContextEvent) - Method in interface akasha.gl.WebGLContextEventListener
-
Handle event of type WebGLContextEvent
- handleEvent(GPUUncapturedErrorEvent) - Method in interface akasha.gpu.GPUUncapturedErrorEventListener
-
Handle event of type GPUUncapturedErrorEvent
- handleEvent(HashChangeEvent) - Method in interface akasha.HashChangeEventListener
-
Handle event of type HashChangeEvent
- handleEvent(IDBVersionChangeEvent) - Method in interface akasha.idb.IDBVersionChangeEventListener
-
Handle event of type IDBVersionChangeEvent
- handleEvent(InputEvent) - Method in interface akasha.InputEventListener
-
Handle event of type InputEvent
- handleEvent(KeyboardEvent) - Method in interface akasha.KeyboardEventListener
-
Handle event of type KeyboardEvent
- handleEvent(MediaRecorderErrorEvent) - Method in interface akasha.media.MediaRecorderErrorEventListener
-
Handle event of type MediaRecorderErrorEvent
- handleEvent(MediaStreamTrackEvent) - Method in interface akasha.media.MediaStreamTrackEventListener
-
Handle event of type MediaStreamTrackEvent
- handleEvent(MediaKeyMessageEvent) - Method in interface akasha.MediaKeyMessageEventListener
-
Handle event of type MediaKeyMessageEvent
- handleEvent(MediaQueryListEvent) - Method in interface akasha.MediaQueryListEventListener
-
Handle event of type MediaQueryListEvent
- handleEvent(MessageEvent) - Method in interface akasha.MessageEventListener
-
Handle event of type MessageEvent
- handleEvent(MouseEvent) - Method in interface akasha.MouseEventListener
-
Handle event of type MouseEvent
- handleEvent(NotificationEvent) - Method in interface akasha.notifications.NotificationEventListener
-
Handle event of type NotificationEvent
- handleEvent(PageTransitionEvent) - Method in interface akasha.PageTransitionEventListener
-
Handle event of type PageTransitionEvent
- handleEvent(PointerEvent) - Method in interface akasha.PointerEventListener
-
Handle event of type PointerEvent
- handleEvent(PopStateEvent) - Method in interface akasha.PopStateEventListener
-
Handle event of type PopStateEvent
- handleEvent(ProgressEvent) - Method in interface akasha.ProgressEventListener
-
Handle event of type ProgressEvent
- handleEvent(PromiseRejectionEvent) - Method in interface akasha.PromiseRejectionEventListener
-
Handle event of type PromiseRejectionEvent
- handleEvent(PushEvent) - Method in interface akasha.PushEventListener
-
Handle event of type PushEvent
- handleEvent(PushSubscriptionChangeEvent) - Method in interface akasha.PushSubscriptionChangeEventListener
-
Handle event of type PushSubscriptionChangeEvent
- handleEvent(RTCDataChannelEvent) - Method in interface akasha.rtc.RTCDataChannelEventListener
-
Handle event of type RTCDataChannelEvent
- handleEvent(RTCDTMFToneChangeEvent) - Method in interface akasha.rtc.RTCDTMFToneChangeEventListener
-
Handle event of type RTCDTMFToneChangeEvent
- handleEvent(RTCErrorEvent) - Method in interface akasha.rtc.RTCErrorEventListener
-
Handle event of type RTCErrorEvent
- handleEvent(RTCPeerConnectionIceErrorEvent) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventListener
-
Handle event of type RTCPeerConnectionIceErrorEvent
- handleEvent(RTCPeerConnectionIceEvent) - Method in interface akasha.rtc.RTCPeerConnectionIceEventListener
-
Handle event of type RTCPeerConnectionIceEvent
- handleEvent(RTCTrackEvent) - Method in interface akasha.rtc.RTCTrackEventListener
-
Handle event of type RTCTrackEvent
- handleEvent(SpeechRecognitionErrorEvent) - Method in interface akasha.speech.SpeechRecognitionErrorEventListener
-
Handle event of type SpeechRecognitionErrorEvent
- handleEvent(SpeechRecognitionEvent) - Method in interface akasha.speech.SpeechRecognitionEventListener
-
Handle event of type SpeechRecognitionEvent
- handleEvent(SpeechSynthesisErrorEvent) - Method in interface akasha.speech.SpeechSynthesisErrorEventListener
-
Handle event of type SpeechSynthesisErrorEvent
- handleEvent(SpeechSynthesisEvent) - Method in interface akasha.speech.SpeechSynthesisEventListener
-
Handle event of type SpeechSynthesisEvent
- handleEvent(StorageEvent) - Method in interface akasha.StorageEventListener
-
Handle event of type StorageEvent
- handleEvent(SubmitEvent) - Method in interface akasha.SubmitEventListener
-
Handle event of type SubmitEvent
- handleEvent(SyncEvent) - Method in interface akasha.SyncEventListener
-
Handle event of type SyncEvent
- handleEvent(TouchEvent) - Method in interface akasha.TouchEventListener
-
Handle event of type TouchEvent
- handleEvent(TrackEvent) - Method in interface akasha.TrackEventListener
-
Handle event of type TrackEvent
- handleEvent(TransitionEvent) - Method in interface akasha.TransitionEventListener
-
Handle event of type TransitionEvent
- handleEvent(UIEvent) - Method in interface akasha.UIEventListener
-
Handle event of type UIEvent
- handleEvent(WheelEvent) - Method in interface akasha.WheelEventListener
-
Handle event of type WheelEvent
- handleEvent(XRReferenceSpaceEvent) - Method in interface akasha.xr.XRReferenceSpaceEventListener
-
Handle event of type XRReferenceSpaceEvent
- hanging - Static variable in annotation type akasha.CanvasTextBaseline
-
- hangingBaseline() - Method in class akasha.TextMetrics
-
The read-only hangingBaseline property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline property to the hanging baseline of the line box, in CSS pixels.
- hapticActuators() - Method in class akasha.Gamepad
-
The hapticActuators read-only property of the Gamepad interface returns an array containing GamepadHapticActuator objects, each of which represents haptic feedback hardware available on the controller.
- hard - Static variable in annotation type akasha.WrapType
-
The browser automatically inserts line breaks (CR+LF) so that each line has no more
than the width of the control; the cols attribute must also be specified for this to
take effect.
- hardware_encoder_error - Static variable in annotation type akasha.rtc.RTCErrorDetailType
-
- hardware_encoder_not_available - Static variable in annotation type akasha.rtc.RTCErrorDetailType
-
- HardwareAcceleration - Annotation Type in akasha.codecs
-
- hardwareAcceleration(String) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- hardwareAcceleration() - Method in interface akasha.codecs.VideoDecoderConfig
-
- hardwareAcceleration(String) - Method in interface akasha.codecs.VideoEncoderConfig.Builder
-
- hardwareAcceleration() - Method in interface akasha.codecs.VideoEncoderConfig
-
- HardwareAcceleration.Util - Class in akasha.codecs
-
- hardwareConcurrency() - Method in class akasha.Navigator
-
The navigator.hardwareConcurrency read-only property returns the number of logical processors available to run threads on the user's computer.
- hardwareConcurrency() - Method in class akasha.WorkerNavigator
-
The navigator.hardwareConcurrency read-only property returns the number of logical processors available to run threads on the user's computer.
- has(String) - Method in class akasha.audio.AudioParamMap
-
- has(int) - Method in class akasha.bluetooth.BluetoothManufacturerDataMap
-
- has(String) - Method in class akasha.bluetooth.BluetoothServiceDataMap
-
- has(String) - Method in class akasha.CacheStorage
-
The has() method of the CacheStorage interface returns a Promise that resolves to true if a Cache object matches the cacheName.
- has(K) - Method in class akasha.core.JsMap
-
The has() method returns a boolean indicating whether an element with the specified value exists in a Map object or not.
- has(T) - Method in class akasha.core.JsSet
-
The has() method returns a boolean indicating whether an element with the specified value exists in a Set object or not.
- has(K) - Method in class akasha.core.JsWeakMap
-
The has() method returns a boolean indicating whether an element with the specified key exists in the WeakMap object or not.
- has(T) - Method in class akasha.core.JsWeakSet
-
The has() method returns a boolean indicating whether an object exists in a WeakSet or not.
- has(String) - Method in class akasha.core.RegExpGroups
-
- has(String) - Method in class akasha.CSSFontFeatureValuesMap
-
- has(String) - Method in class akasha.FormData
-
The has() method of the FormData interface returns a boolean stating whether a FormData object contains a certain key.
- has(String) - Method in class akasha.gpu.GPUSupportedFeatures
-
- has(String) - Method in class akasha.Headers
-
The has() method of the Headers interface returns a boolean stating whether a Headers object contains a certain header.
- has(BufferSource) - Method in class akasha.MediaKeyStatusMap
-
The has property of the MediaKeyStatusMap interface returns a Boolean, asserting whether a value has been associated with the given key.
- has(String) - Method in class akasha.midi.MIDIInputMap
-
- has(String) - Method in class akasha.midi.MIDIOutputMap
-
- has(String) - Method in class akasha.rtc.RTCStatsReport
-
- has(String) - Method in class akasha.URLSearchParams
-
The has() method of the URLSearchParams interface returns a Boolean that indicates whether a parameter with the specified name exists.
- has(XRAnchor) - Method in class akasha.xr.XRAnchorSet
-
- hasAttribute(String) - Method in class akasha.Element
-
The Element.hasAttribute() method returns a Boolean value indicating whether the specified element has the specified attribute or not.
- hasAttributeNS(String, String) - Method in class akasha.Element
-
hasAttributeNS returns a boolean value indicating whether the current element has the specified attribute.
- hasAttributes() - Method in class akasha.Element
-
The hasAttributes() method of the Element interface returns a Boolean indicating whether the current element has any attributes or not.
- hasChildNodes() - Method in class akasha.Node
-
The Node.hasChildNodes() method returns a Boolean value indicating whether the given Node has child nodes or not.
- hasDynamicOffset(boolean) - Method in interface akasha.gpu.GPUBufferBindingLayout.Builder
-
- hasDynamicOffset() - Method in interface akasha.gpu.GPUBufferBindingLayout
-
- hasFeature() - Method in class akasha.DOMImplementation
-
The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given feature is supported.
- hasFocus() - Method in class akasha.Document
-
The hasFocus() method of the Document interface returns a Boolean value indicating whether the document or any element inside the document has focus.
- hash() - Method in interface akasha.crypto.EcdsaParams
-
- hash(AlgorithmIdentifier) - Method in interface akasha.crypto.EcdsaParams.Step1
-
- hash(JsObject) - Method in interface akasha.crypto.EcdsaParams.Step1
-
- hash(String) - Method in interface akasha.crypto.EcdsaParams.Step1
-
- hash() - Method in interface akasha.crypto.HkdfParams
-
- hash(AlgorithmIdentifier) - Method in interface akasha.crypto.HkdfParams.Step1
-
- hash(JsObject) - Method in interface akasha.crypto.HkdfParams.Step1
-
- hash(String) - Method in interface akasha.crypto.HkdfParams.Step1
-
- hash() - Method in interface akasha.crypto.HmacImportParams
-
- hash(AlgorithmIdentifier) - Method in interface akasha.crypto.HmacImportParams.Step1
-
- hash(JsObject) - Method in interface akasha.crypto.HmacImportParams.Step1
-
- hash(String) - Method in interface akasha.crypto.HmacImportParams.Step1
-
- hash() - Method in interface akasha.crypto.HmacKeyAlgorithm
-
- hash(KeyAlgorithm) - Method in interface akasha.crypto.HmacKeyAlgorithm.Step1
-
- hash() - Method in interface akasha.crypto.HmacKeyGenParams
-
- hash(AlgorithmIdentifier) - Method in interface akasha.crypto.HmacKeyGenParams.Step1
-
- hash(JsObject) - Method in interface akasha.crypto.HmacKeyGenParams.Step1
-
- hash(String) - Method in interface akasha.crypto.HmacKeyGenParams.Step1
-
- hash() - Method in interface akasha.crypto.Pbkdf2Params
-
- hash(AlgorithmIdentifier) - Method in interface akasha.crypto.Pbkdf2Params.Step3
-
- hash(JsObject) - Method in interface akasha.crypto.Pbkdf2Params.Step3
-
- hash(String) - Method in interface akasha.crypto.Pbkdf2Params.Step3
-
- hash() - Method in interface akasha.crypto.RsaHashedImportParams
-
- hash(AlgorithmIdentifier) - Method in interface akasha.crypto.RsaHashedImportParams.Step1
-
- hash(JsObject) - Method in interface akasha.crypto.RsaHashedImportParams.Step1
-
- hash(String) - Method in interface akasha.crypto.RsaHashedImportParams.Step1
-
- hash() - Method in interface akasha.crypto.RsaHashedKeyAlgorithm
-
- hash(KeyAlgorithm) - Method in interface akasha.crypto.RsaHashedKeyAlgorithm.Step3
-
- hash() - Method in interface akasha.crypto.RsaHashedKeyGenParams
-
- hash(AlgorithmIdentifier) - Method in interface akasha.crypto.RsaHashedKeyGenParams.Step3
-
- hash(JsObject) - Method in interface akasha.crypto.RsaHashedKeyGenParams.Step3
-
- hash(String) - Method in interface akasha.crypto.RsaHashedKeyGenParams.Step3
-
- hash - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.hash property returns a USVString containing a '#' followed by the fragment identifier of the URL.
- hash - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.hash property returns a USVString containing a '#' followed by the fragment identifier of the URL.
- hash - Variable in class akasha.Location
-
The hash property of the Location interface returns a USVString containing a '#' followed by the fragment identifier of the URL.
- hash - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.hash property returns a USVString containing a '#' followed by the fragment identifier of the URL.
- hash - Variable in class akasha.URL
-
The hash property of the URL interface is a USVString containing a '#' followed by the fragment identifier of the URL.
- hash() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.hash read-only property returns a DOMString containing a '#' followed by the fragment identifier of the URL.
- HashChangeEvent - Class in akasha
-
The HashChangeEvent interface represents events that fire when the fragment identifier of the URL has changed.
- HashChangeEvent(String, HashChangeEventInit) - Constructor for class akasha.HashChangeEvent
-
- HashChangeEvent(String) - Constructor for class akasha.HashChangeEvent
-
- HashChangeEventHandler - Interface in akasha
-
Handle events of type HashChangeEvent
- HashChangeEventInit - Interface in akasha
-
- HashChangeEventInit.Builder - Interface in akasha
-
- HashChangeEventListener - Interface in akasha
-
Listener for events of type HashChangeEvent
- hasInstance() - Static method in interface akasha.core.Symbol
-
The Symbol.hasInstance well-known symbol is used to determine if a constructor object recognizes an object as its instance.
- hasOrientation() - Method in class akasha.GamepadPose
-
The hasOrientation read-only property of the GamepadPose interface returns a Boolean stating whether the Gamepad can track and return orientation information.
- hasOwnProperty(Symbol) - Static method in class akasha.audio.AudioWorkletGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(String) - Static method in class akasha.audio.AudioWorkletGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(Symbol) - Method in class akasha.core.JsObject
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(String) - Method in class akasha.core.JsObject
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(Symbol) - Static method in class akasha.DedicatedWorkerGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(String) - Static method in class akasha.DedicatedWorkerGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(Symbol) - Static method in class akasha.RTCIdentityProviderGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(String) - Static method in class akasha.RTCIdentityProviderGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(Symbol) - Static method in class akasha.ServiceWorkerGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(String) - Static method in class akasha.ServiceWorkerGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(Symbol) - Static method in class akasha.SharedWorkerGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(String) - Static method in class akasha.SharedWorkerGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(Symbol) - Static method in class akasha.WindowGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasOwnProperty(String) - Static method in class akasha.WindowGlobal
-
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
- hasPointerCapture(int) - Method in class akasha.Element
-
The hasPointerCapture() method of the Element interface sets whether the element on which it is invoked has pointer capture for the pointer identified by the given pointer ID.
- hasPosition() - Method in class akasha.GamepadPose
-
The hasPosition read-only property of the GamepadPose interface returns a Boolean stating whether the Gamepad can track and return position information.
- HAVE_CURRENT_DATA - Static variable in class akasha.HTMLMediaElement
-
- HAVE_ENOUGH_DATA - Static variable in class akasha.HTMLMediaElement
-
- HAVE_FUTURE_DATA - Static variable in class akasha.HTMLMediaElement
-
- have_local_offer - Static variable in annotation type akasha.rtc.RTCSignalingState
-
- have_local_pranswer - Static variable in annotation type akasha.rtc.RTCSignalingState
-
- HAVE_METADATA - Static variable in class akasha.HTMLMediaElement
-
- HAVE_NOTHING - Static variable in class akasha.HTMLMediaElement
-
- have_remote_offer - Static variable in annotation type akasha.rtc.RTCSignalingState
-
- have_remote_pranswer - Static variable in annotation type akasha.rtc.RTCSignalingState
-
- head() - Method in class akasha.Document
-
The head read-only property of the Document interface returns the head element of the current document.
- head_locked - Static variable in annotation type akasha.xr.XRDOMOverlayType
-
- headerBytesReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- headerBytesReceived() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- headerBytesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- headerBytesSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- headerExtensions() - Method in interface akasha.rtc.RTCRtpCapabilities
-
- headerExtensions(JsArray<RTCRtpHeaderExtensionCapability>) - Method in interface akasha.rtc.RTCRtpCapabilities.Step1
-
- headerExtensions(RTCRtpHeaderExtensionCapability...) - Method in interface akasha.rtc.RTCRtpCapabilities.Step1
-
- headerExtensions(JsArray<RTCRtpHeaderExtensionParameters>) - Static method in interface akasha.rtc.RTCRtpParameters
-
- headerExtensions(RTCRtpHeaderExtensionParameters...) - Static method in interface akasha.rtc.RTCRtpParameters
-
- headerExtensions() - Method in interface akasha.rtc.RTCRtpParameters
-
- headerExtensions(JsArray<RTCRtpHeaderExtensionParameters>) - Static method in interface akasha.rtc.RTCRtpReceiveParameters
-
- headerExtensions(RTCRtpHeaderExtensionParameters...) - Static method in interface akasha.rtc.RTCRtpReceiveParameters
-
- headerExtensions(JsArray<RTCRtpHeaderExtensionParameters>) - Static method in interface akasha.rtc.RTCRtpSendParameters
-
- headerExtensions(RTCRtpHeaderExtensionParameters...) - Static method in interface akasha.rtc.RTCRtpSendParameters
-
- Headers - Class in akasha
-
The Headers interface of the Fetch API allows you to perform various actions on HTTP request and response headers.
- Headers(HeadersInit) - Constructor for class akasha.Headers
-
The Headers() constructor creates a new Headers object.
- Headers(JsArray<JsArray<String>>) - Constructor for class akasha.Headers
-
The Headers() constructor creates a new Headers object.
- Headers(JsPropertyMap<String>) - Constructor for class akasha.Headers
-
The Headers() constructor creates a new Headers object.
- Headers(JsArray<String>[]) - Constructor for class akasha.Headers
-
The Headers() constructor creates a new Headers object.
- Headers() - Constructor for class akasha.Headers
-
The Headers() constructor creates a new Headers object.
- headers - Variable in class akasha.HTMLTableCellElement
-
- headers() - Method in class akasha.Request
-
The headers read-only property of the Request interface contains the Headers object associated with the request.
- headers(HeadersInit) - Method in interface akasha.RequestInit.Builder
-
- headers(JsArray<JsArray<String>>) - Method in interface akasha.RequestInit.Builder
-
- headers(JsPropertyMap<String>) - Method in interface akasha.RequestInit.Builder
-
- headers(JsArray<String>...) - Method in interface akasha.RequestInit.Builder
-
- headers() - Method in interface akasha.RequestInit
-
- headers() - Method in class akasha.Response
-
The headers read-only property of the Response interface contains the Headers object associated with the response.
- headers(HeadersInit) - Method in interface akasha.ResponseInit.Builder
-
- headers(JsArray<JsArray<String>>) - Method in interface akasha.ResponseInit.Builder
-
- headers(JsPropertyMap<String>) - Method in interface akasha.ResponseInit.Builder
-
- headers(JsArray<String>...) - Method in interface akasha.ResponseInit.Builder
-
- headers() - Method in interface akasha.ResponseInit
-
- Headers.Entry - Class in akasha
-
- Headers.ForEachCallback - Interface in akasha
-
- Headers.ForEachCallback2 - Interface in akasha
-
- Headers.ForEachCallback3 - Interface in akasha
-
- HEADERS_RECEIVED - Static variable in class akasha.XMLHttpRequest
-
- HeadersInit - Interface in akasha
-
- headerValue(String) - Method in interface akasha.NavigationPreloadState.Builder
-
- headerValue() - Method in interface akasha.NavigationPreloadState
-
- heading() - Method in class akasha.GeolocationCoordinates
-
- height() - Method in interface akasha.codecs.VideoEncoderConfig
-
- height(int) - Method in interface akasha.codecs.VideoEncoderConfig.Step2
-
- height - Variable in class akasha.DOMRect
-
- height(double) - Method in interface akasha.DOMRectInit.Builder
-
- height() - Method in interface akasha.DOMRectInit
-
- height() - Method in class akasha.DOMRectReadOnly
-
The height read-only property of the DOMRectReadOnly interface represents the height of the DOMRect.
- height(int) - Method in interface akasha.gpu.GPUExtent3DDict.Builder
-
- height() - Method in interface akasha.gpu.GPUExtent3DDict
-
- height - Variable in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.height property is a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
- height - Variable in class akasha.HTMLEmbedElement
-
- height - Variable in class akasha.HTMLIFrameElement
-
- height - Variable in class akasha.HTMLImageElement
-
The height property of the HTMLImageElement interface indicates the height at which the image is drawn, in CSS pixels if the image is being drawn or rendered to any visual medium such as the screen or a printer; otherwise, it's the natural, pixel density corrected height of the image.
- height - Variable in class akasha.HTMLInputElement
-
- height - Variable in class akasha.HTMLMarqueeElement
-
- height - Variable in class akasha.HTMLObjectElement
-
The height property of the HTMLObjectElement interface Returns a DOMString that reflects the height HTML attribute, specifying the displayed height of the resource in CSS pixels.
- height - Variable in class akasha.HTMLSourceElement
-
- height - Variable in class akasha.HTMLTableCellElement
-
- height - Variable in class akasha.HTMLVideoElement
-
- height() - Method in class akasha.ImageBitmap
-
The read-only ImageBitmap.height property returns the ImageBitmap object's height in CSS pixels.
- height() - Method in class akasha.ImageData
-
The readonly ImageData.height property returns the number of rows in the ImageData object.
- height(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- height() - Method in interface akasha.media.MediaTrackCapabilities
-
- height(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- height(int) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- height(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- height(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- height(int) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- height(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- height() - Method in interface akasha.media.MediaTrackConstraintSet
-
- height(int) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's height property is an integer indicating the number of pixels tall MediaStreamTrack is currently configured to be.
- height() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's height property is an integer indicating the number of pixels tall MediaStreamTrack is currently configured to be.
- height(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's height property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the height constraint.
- height() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's height property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the height constraint.
- height - Variable in class akasha.OffscreenCanvas
-
The height property returns and sets the height of an OffscreenCanvas object.
- height() - Method in class akasha.PointerEvent
-
The height read-only property of the PointerEvent interface represents the height of the pointer's contact geometry, along the y-axis (in CSS pixels).
- height(double) - Method in interface akasha.PointerEventInit.Builder
-
- height() - Method in interface akasha.PointerEventInit
-
- height(int) - Method in interface akasha.rtc.RTCVideoSourceStats.Builder
-
- height() - Method in interface akasha.rtc.RTCVideoSourceStats
-
- height() - Method in class akasha.Screen
-
The Screen.height read-only property returns the height of the screen in pixels.
- height() - Method in class akasha.svg.SVGFEBlendElement
-
- height() - Method in class akasha.svg.SVGFEColorMatrixElement
-
- height() - Method in class akasha.svg.SVGFEComponentTransferElement
-
- height() - Method in class akasha.svg.SVGFECompositeElement
-
- height() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- height() - Method in class akasha.svg.SVGFEDiffuseLightingElement
-
- height() - Method in class akasha.svg.SVGFEDisplacementMapElement
-
- height() - Method in class akasha.svg.SVGFEDropShadowElement
-
- height() - Method in class akasha.svg.SVGFEFloodElement
-
- height() - Method in class akasha.svg.SVGFEGaussianBlurElement
-
- height() - Method in class akasha.svg.SVGFEImageElement
-
- height() - Method in class akasha.svg.SVGFEMergeElement
-
- height() - Method in class akasha.svg.SVGFEMorphologyElement
-
- height() - Method in class akasha.svg.SVGFEOffsetElement
-
- height() - Method in class akasha.svg.SVGFESpecularLightingElement
-
- height() - Method in class akasha.svg.SVGFETileElement
-
- height() - Method in class akasha.svg.SVGFETurbulenceElement
-
- height() - Method in class akasha.svg.SVGFilterElement
-
- height() - Method in class akasha.svg.SVGForeignObjectElement
-
- height() - Method in class akasha.svg.SVGImageElement
-
The height read-only property of the SVGImageElement interface returns an SVGAnimatedLength corresponding to the height attribute of the given image element.
- height() - Method in class akasha.svg.SVGMaskElement
-
- height() - Method in class akasha.svg.SVGPatternElement
-
- height() - Method in class akasha.svg.SVGRectElement
-
- height() - Method in class akasha.svg.SVGSVGElement
-
- height() - Method in class akasha.svg.SVGUseElement
-
- height() - Method in class akasha.VisualViewport
-
The height read-only property of the VisualViewport interface returns the height of the visual viewport, in CSS pixels.
- height() - Method in class akasha.xr.XRDepthInformation
-
- height(Double) - Method in interface akasha.xr.XRMediaQuadLayerInit.Builder
-
- height() - Method in interface akasha.xr.XRMediaQuadLayerInit
-
- height - Variable in class akasha.xr.XRQuadLayer
-
- height(float) - Method in interface akasha.xr.XRQuadLayerInit.Builder
-
- height() - Method in interface akasha.xr.XRQuadLayerInit
-
- height() - Method in class akasha.xr.XRViewport
-
The read-only XRViewport property height specifies the height, in pixels, of the viewport onto the drawing surface within which the WebXR view is to be rendered.
- hidden() - Method in class akasha.Document
-
The Document.hidden read-only property returns a Boolean value indicating if the page is considered hidden or not.
- hidden - Variable in class akasha.HTMLElement
-
The HTMLElement property hidden is a Boolean which is true if the element is hidden; otherwise the value is false.
- hidden - Static variable in annotation type akasha.InputType
-
A control that is not displayed but whose value is submitted to the server.
- hidden - Static variable in annotation type akasha.TextTrackMode
-
- hidden - Static variable in annotation type akasha.VisibilityState
-
- hidden - Static variable in annotation type akasha.xr.XRVisibilityState
-
- hide - Static variable in annotation type akasha.FullscreenNavigationUI
-
- HIERARCHY_REQUEST_ERR - Static variable in class akasha.DOMException
-
- high - Variable in class akasha.HTMLMeterElement
-
- high - Static variable in annotation type akasha.ImageSmoothingQuality
-
- high - Static variable in annotation type akasha.ResizeQuality
-
- high - Static variable in annotation type akasha.rtc.RTCPriorityType
-
- HIGH_FLOAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- HIGH_FLOAT - Static variable in class akasha.gl.WebGLRenderingContext
-
- HIGH_INT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- HIGH_INT - Static variable in class akasha.gl.WebGLRenderingContext
-
- high_performance - Static variable in annotation type akasha.gl.WebGLPowerPreference
-
- high_performance - Static variable in annotation type akasha.gpu.GPUPowerPreference
-
- highpass - Static variable in annotation type akasha.audio.BiquadFilterType
-
- highshelf - Static variable in annotation type akasha.audio.BiquadFilterType
-
- highWaterMark() - Method in class akasha.ByteLengthQueuingStrategy
-
- highWaterMark() - Method in class akasha.CountQueuingStrategy
-
- highWaterMark(double) - Method in interface akasha.QueuingStrategy.Builder
-
- highWaterMark() - Method in interface akasha.QueuingStrategy
-
- highWaterMark(double) - Static method in interface akasha.QueuingStrategyInit
-
- highWaterMark() - Method in interface akasha.QueuingStrategyInit
-
- hint(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.hint() method of the WebGL API specifies hints for certain behaviors.
- hint(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.hint() method of the WebGL API specifies hints for certain behaviors.
- hints(JsPropertyMap<GPUShaderModuleCompilationHint>) - Method in interface akasha.gpu.GPUShaderModuleDescriptor.Builder
-
- hints() - Method in interface akasha.gpu.GPUShaderModuleDescriptor
-
- History - Class in akasha
-
The History interface allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.
- History() - Constructor for class akasha.History
-
- history() - Method in class akasha.Window
-
The Window.history read-only property returns a reference to the History object, which provides an interface for manipulating the browser session history (pages visited in the tab or frame that the current page is loaded in).
- history() - Static method in class akasha.WindowGlobal
-
The Window.history read-only property returns a reference to the History object, which provides an interface for manipulating the browser session history (pages visited in the tab or frame that the current page is loaded in).
- HkdfParams - Interface in akasha.crypto
-
A DOMString.
- HkdfParams.Step1 - Interface in akasha.crypto
-
- HkdfParams.Step2 - Interface in akasha.crypto
-
- HkdfParams.Step3 - Interface in akasha.crypto
-
- HmacImportParams - Interface in akasha.crypto
-
The HmacImportParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.importKey() or SubtleCrypto.unwrapKey(), when generating a key for the HMAC algorithm.
- HmacImportParams.Builder - Interface in akasha.crypto
-
The HmacImportParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.importKey() or SubtleCrypto.unwrapKey(), when generating a key for the HMAC algorithm.
- HmacImportParams.Step1 - Interface in akasha.crypto
-
- HmacKeyAlgorithm - Interface in akasha.crypto
-
- HmacKeyAlgorithm.Step1 - Interface in akasha.crypto
-
- HmacKeyAlgorithm.Step2 - Interface in akasha.crypto
-
- HmacKeyGenParams - Interface in akasha.crypto
-
The HmacKeyGenParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.generateKey(), when generating a key for the HMAC algorithm.
- HmacKeyGenParams.Builder - Interface in akasha.crypto
-
The HmacKeyGenParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.generateKey(), when generating a key for the HMAC algorithm.
- HmacKeyGenParams.Step1 - Interface in akasha.crypto
-
- home - Static variable in annotation type akasha.AutocompleteType
-
The value is for contacting someone at their residence.
- honorific_prefix - Static variable in annotation type akasha.AutocompleteType
-
The prefix or title, such as "Mrs.", "Mr.", "Miss", "Ms.", "Dr.", or "Mlle.".
- honorific_suffix - Static variable in annotation type akasha.AutocompleteType
-
The suffix, such as "Jr.", "B.Sc.", "PhD.", "MBASW", or "IV".
- horizontal - Static variable in annotation type akasha.DirectionSetting
-
- host - Variable in class akasha.HTMLAnchorElement
-
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.
- host - Variable in class akasha.HTMLAreaElement
-
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.
- host - Variable in class akasha.Location
-
The host property of the Location interface 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.
- host - Static variable in annotation type akasha.rtc.RTCIceCandidateType
-
- host() - Method in class akasha.ShadowRoot
-
The host read-only property of the ShadowRoot returns a reference to the DOM element the ShadowRoot is attached to.
- host - Variable in class akasha.svg.SVGAElement
-
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.
- host - Variable in class akasha.URL
-
The host property of the URL interface is a USVString containing the host, that is the hostname, and then, if the port of the URL is nonempty, a ':', followed by the port of the URL.
- host() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.host read-only property returns a DOMString containing the host, that is the hostname, a ':', and the port of the URL.
- hostname - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.hostname property is a USVString containing the domain of the URL.
- hostname - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.hostname property is a USVString containing the domain of the URL.
- hostname - Variable in class akasha.Location
-
The hostname property of the Location interface is a USVString containing the domain of the URL.
- hostname - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.hostname property is a USVString containing the domain of the URL.
- hostname - Variable in class akasha.URL
-
The hostname property of the URL interface is a USVString containing the domain name of the URL.
- hostname() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.hostname read-only property returns a DOMString containing the domain of the URL.
- href() - Method in class akasha.CSSImportRule
-
- href - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.href property is a stringifier that returns a USVString containing the whole URL, and allows the href to be updated.
- href - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.href property is a stringifier that returns a USVString containing the whole URL, and allows the href to be updated.
- href - Variable in class akasha.HTMLBaseElement
-
- href - Variable in class akasha.HTMLLinkElement
-
- href - Variable in class akasha.Location
-
The href property of the Location interface is a stringifier that returns a USVString containing the whole URL, and allows the href to be updated.
- href() - Method in class akasha.StyleSheet
-
The href property of the StyleSheet interface returns the location of the style sheet.
- href - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.href property is a stringifier that returns a USVString containing the whole URL, and allows the href to be updated.
- href() - Method in class akasha.svg.SVGFEImageElement
-
- href() - Method in class akasha.svg.SVGFilterElement
-
- href() - Method in class akasha.svg.SVGGradientElement
-
- href() - Method in class akasha.svg.SVGImageElement
-
- href() - Method in class akasha.svg.SVGPatternElement
-
- href() - Method in class akasha.svg.SVGScriptElement
-
- href() - Method in class akasha.svg.SVGTextPathElement
-
- href() - Method in class akasha.svg.SVGUseElement
-
- href - Variable in class akasha.URL
-
The href property of the URL interface is a USVString containing the whole URL.
- href() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.href read-only property is a stringifier that returns a DOMString containing the whole URL.
- hreflang - Variable in class akasha.HTMLAnchorElement
-
- hreflang - Variable in class akasha.HTMLLinkElement
-
- hreflang - Variable in class akasha.svg.SVGAElement
-
- HRTF - Static variable in annotation type akasha.audio.PanningModelType
-
- hspace - Variable in class akasha.HTMLImageElement
-
- hspace - Variable in class akasha.HTMLMarqueeElement
-
- hspace - Variable in class akasha.HTMLObjectElement
-
- HTMLAllCollection - Class in akasha
-
- HTMLAllCollection() - Constructor for class akasha.HTMLAllCollection
-
- HTMLAllCollectionItem - Interface in akasha
-
- HTMLAnchorElement - Class in akasha
-
The HTMLAnchorElement interface represents hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface that they inherit from) for manipulating the layout and presentation of such elements.
- HTMLAnchorElement() - Constructor for class akasha.HTMLAnchorElement
-
- HTMLAreaElement - Class in akasha
-
The HTMLAreaElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <area> elements.
- HTMLAreaElement() - Constructor for class akasha.HTMLAreaElement
-
- HTMLAudioElement - Class in akasha
-
The HTMLAudioElement interface provides access to the properties of <audio> elements, as well as methods to manipulate them.
- HTMLAudioElement() - Constructor for class akasha.HTMLAudioElement
-
- HTMLBaseElement - Class in akasha
-
The HTMLBaseElement interface contains the base URI for a document.
- HTMLBaseElement() - Constructor for class akasha.HTMLBaseElement
-
- HTMLBodyElement - Class in akasha
-
The HTMLBodyElement interface provides special properties (beyond those inherited from the regular HTMLElement interface) for manipulating <body> elements.
- HTMLBodyElement() - Constructor for class akasha.HTMLBodyElement
-
- HTMLBRElement - Class in akasha
-
The HTMLBRElement interface represents an HTML line break element (<br>).
- HTMLBRElement() - Constructor for class akasha.HTMLBRElement
-
- HTMLButtonElement - Class in akasha
-
The HTMLButtonElement interface provides properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <button> elements.
- HTMLButtonElement() - Constructor for class akasha.HTMLButtonElement
-
- HTMLCanvasElement - Class in akasha
-
The HTMLCanvasElement interface provides properties and methods for manipulating the layout and presentation of <canvas> elements.
- HTMLCanvasElement() - Constructor for class akasha.HTMLCanvasElement
-
- HTMLCollection - Class in akasha
-
The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.
- HTMLCollection() - Constructor for class akasha.HTMLCollection
-
- HTMLDataElement - Class in akasha
-
The HTMLDataElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <data> elements.
- HTMLDataElement() - Constructor for class akasha.HTMLDataElement
-
- HTMLDataListElement - Class in akasha
-
The HTMLDataListElement interface provides special properties (beyond the HTMLElement object interface it also has available to it by inheritance) to manipulate <datalist> elements and their content.
- HTMLDataListElement() - Constructor for class akasha.HTMLDataListElement
-
- HTMLDetailsElement - Class in akasha
-
The HTMLDetailsElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <details> elements.
- HTMLDetailsElement() - Constructor for class akasha.HTMLDetailsElement
-
- HTMLDialogElement - Class in akasha
-
The HTMLDialogElement interface provides methods to manipulate <dialog> elements.
- HTMLDialogElement() - Constructor for class akasha.HTMLDialogElement
-
- HTMLDirectoryElement - Class in akasha
-
- HTMLDirectoryElement() - Constructor for class akasha.HTMLDirectoryElement
-
- HTMLDivElement - Class in akasha
-
The HTMLDivElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <div> elements.
- HTMLDivElement() - Constructor for class akasha.HTMLDivElement
-
- HTMLDListElement - Class in akasha
-
The HTMLDListElement interface provides special properties (beyond those of the regular HTMLElement interface it also has available to it by inheritance) for manipulating definition list (<dl>) elements.
- HTMLDListElement() - Constructor for class akasha.HTMLDListElement
-
- HTMLElement - Class in akasha
-
The HTMLElement interface represents any HTML element.
- HTMLElement() - Constructor for class akasha.HTMLElement
-
- HTMLEmbedElement - Class in akasha
-
The HTMLEmbedElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <embed> elements.
- HTMLEmbedElement() - Constructor for class akasha.HTMLEmbedElement
-
- HTMLFieldSetElement - Class in akasha
-
The HTMLFieldSetElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <fieldset> elements.
- HTMLFieldSetElement() - Constructor for class akasha.HTMLFieldSetElement
-
- HTMLFontElement - Class in akasha
-
Implements the document object model (DOM) representation of the font element.
- HTMLFontElement() - Constructor for class akasha.HTMLFontElement
-
- htmlFor - Variable in class akasha.HTMLLabelElement
-
The HTMLLabelElement.htmlFor property reflects the value of the for content property.
- htmlFor() - Method in class akasha.HTMLOutputElement
-
- htmlFor - Variable in class akasha.HTMLScriptElement
-
- HTMLFormControl - Interface in akasha
-
- HTMLFormControlsCollection - Class in akasha
-
The HTMLFormControlsCollection interface represents a collection of HTML form control elements.
- HTMLFormControlsCollection() - Constructor for class akasha.HTMLFormControlsCollection
-
- HTMLFormElement - Class in akasha
-
The HTMLFormElement interface represents a <form> element in the DOM.
- HTMLFormElement() - Constructor for class akasha.HTMLFormElement
-
- HTMLFrameElement - Class in akasha
-
- HTMLFrameElement() - Constructor for class akasha.HTMLFrameElement
-
- HTMLFrameSetElement - Class in akasha
-
The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating <frameset> elements.
- HTMLFrameSetElement() - Constructor for class akasha.HTMLFrameSetElement
-
- HTMLHeadElement - Class in akasha
-
The HTMLHeadElement interface contains the descriptive information, or metadata, for a document.
- HTMLHeadElement() - Constructor for class akasha.HTMLHeadElement
-
- HTMLHeadingElement - Class in akasha
-
The HTMLHeadingElement interface represents the different heading elements, <h1> through <h6>.
- HTMLHeadingElement() - Constructor for class akasha.HTMLHeadingElement
-
- HTMLHRElement - Class in akasha
-
The HTMLHRElement interface provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating <hr> elements.
- HTMLHRElement() - Constructor for class akasha.HTMLHRElement
-
- HTMLHtmlElement - Class in akasha
-
The HTMLHtmlElement interface serves as the root node for a given HTML document.
- HTMLHtmlElement() - Constructor for class akasha.HTMLHtmlElement
-
- HTMLIFrameElement - Class in akasha
-
The HTMLIFrameElement interface provides special properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of inline frame elements.
- HTMLIFrameElement() - Constructor for class akasha.HTMLIFrameElement
-
- HTMLImageElement - Class in akasha
-
The HTMLImageElement interface represents an HTML <img> element, providing the properties and methods used to manipulate image elements.
- HTMLImageElement() - Constructor for class akasha.HTMLImageElement
-
- HTMLInputElement - Class in akasha
-
The HTMLInputElement interface provides special properties and methods for manipulating the options, layout, and presentation of <input> elements.
- HTMLInputElement() - Constructor for class akasha.HTMLInputElement
-
- HTMLLabelElement - Class in akasha
-
The HTMLLabelElement interface gives access to properties specific to <label> elements.
- HTMLLabelElement() - Constructor for class akasha.HTMLLabelElement
-
- HTMLLegendElement - Class in akasha
-
The HTMLLegendElement is an interface allowing to access properties of the <legend> elements.
- HTMLLegendElement() - Constructor for class akasha.HTMLLegendElement
-
- HTMLLIElement - Class in akasha
-
The HTMLLIElement interface exposes specific properties and methods (beyond those defined by regular HTMLElement interface it also has available to it by inheritance) for manipulating list elements.
- HTMLLIElement() - Constructor for class akasha.HTMLLIElement
-
- HTMLLinkElement - Class in akasha
-
The HTMLLinkElement interface represents reference information for external resources and the relationship of those resources to a document and vice-versa (corresponds to <link> element; not to be confused with <a>, which is represented by HTMLAnchorElement).
- HTMLLinkElement() - Constructor for class akasha.HTMLLinkElement
-
- HTMLMapElement - Class in akasha
-
The HTMLMapElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of map elements.
- HTMLMapElement() - Constructor for class akasha.HTMLMapElement
-
- HTMLMarqueeElement - Class in akasha
-
The HTMLMarqueeElement interface provides methods to manipulate <marquee> elements.
- HTMLMarqueeElement() - Constructor for class akasha.HTMLMarqueeElement
-
- HTMLMediaElement - Class in akasha
-
The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support basic media-related capabilities that are common to audio and video.
- HTMLMediaElement() - Constructor for class akasha.HTMLMediaElement
-
- HTMLMediaElementNetworkState - Annotation Type in akasha
-
- HTMLMediaElementNetworkState.Util - Class in akasha
-
- HTMLMediaElementReadyState - Annotation Type in akasha
-
- HTMLMediaElementReadyState.Util - Class in akasha
-
- HTMLMenuElement - Class in akasha
-
The HTMLMenuElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating <menu> elements.
- HTMLMenuElement() - Constructor for class akasha.HTMLMenuElement
-
- HTMLMetaElement - Class in akasha
-
The HTMLMetaElement interface contains descriptive metadata about a document.
- HTMLMetaElement() - Constructor for class akasha.HTMLMetaElement
-
- HTMLMeterElement - Class in akasha
-
The HTML <meter> elements expose the HTMLMeterElement interface, which provides special properties and methods (beyond the HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of <meter> elements.
- HTMLMeterElement() - Constructor for class akasha.HTMLMeterElement
-
- HTMLModElement - Class in akasha
-
The HTMLModElement interface provides special properties (beyond the regular methods and properties available through the HTMLElement interface they also have available to them by inheritance) for manipulating modification elements, that is <del> and <ins>.
- HTMLModElement() - Constructor for class akasha.HTMLModElement
-
- HTMLObjectElement - Class in akasha
-
The HTMLObjectElement interface provides special properties and methods (beyond those on the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <object> element, representing external resources.
- HTMLObjectElement() - Constructor for class akasha.HTMLObjectElement
-
- HTMLOListElement - Class in akasha
-
The HTMLOListElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating ordered list elements.
- HTMLOListElement() - Constructor for class akasha.HTMLOListElement
-
- HTMLOptGroupElement - Class in akasha
-
The HTMLOptGroupElement interface provides special properties and methods (beyond the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of <optgroup> elements.
- HTMLOptGroupElement() - Constructor for class akasha.HTMLOptGroupElement
-
- HTMLOptionElement - Class in akasha
-
The HTMLOptionElement interface represents <option> elements and inherits all properties and methods of the HTMLElement interface.
- HTMLOptionElement() - Constructor for class akasha.HTMLOptionElement
-
- HTMLOptionsCollection - Class in akasha
-
unsigned long.
- HTMLOptionsCollection() - Constructor for class akasha.HTMLOptionsCollection
-
- HTMLOrSVGImageElement - Interface in akasha
-
- HTMLOrSVGScriptElement - Interface in akasha
-
- HTMLOutputElement - Class in akasha
-
The HTMLOutputElement interface provides properties and methods (beyond those inherited from HTMLElement) for manipulating the layout and presentation of <output> elements.
- HTMLOutputElement() - Constructor for class akasha.HTMLOutputElement
-
- HTMLParagraphElement - Class in akasha
-
The HTMLParagraphElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating <p> elements.
- HTMLParagraphElement() - Constructor for class akasha.HTMLParagraphElement
-
- HTMLParamElement - Class in akasha
-
The HTMLParamElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating <param> elements, representing a pair of a key and a value that acts as a parameter for an <object> element.
- HTMLParamElement() - Constructor for class akasha.HTMLParamElement
-
- HTMLPictureElement - Class in akasha
-
The HTMLPictureElement interface represents a <picture> HTML element.
- HTMLPictureElement() - Constructor for class akasha.HTMLPictureElement
-
- HTMLPreElement - Class in akasha
-
The HTMLPreElement interface exposes specific properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating a block of preformatted text (<pre>).
- HTMLPreElement() - Constructor for class akasha.HTMLPreElement
-
- HTMLProgressElement - Class in akasha
-
The HTMLProgressElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <progress> elements.
- HTMLProgressElement() - Constructor for class akasha.HTMLProgressElement
-
- HTMLQuoteElement - Class in akasha
-
The HTMLQuoteElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like <blockquote> and <q>, but not the <cite> element.
- HTMLQuoteElement() - Constructor for class akasha.HTMLQuoteElement
-
- HTMLReadOnlyOptionsCollection - Class in akasha
-
- HTMLReadOnlyOptionsCollection() - Constructor for class akasha.HTMLReadOnlyOptionsCollection
-
- HTMLScriptElement - Class in akasha
-
HTML <script> elements expose the HTMLScriptElement interface, which provides special properties and methods for manipulating the behavior and execution of <script> elements (beyond the inherited HTMLElement interface).
- HTMLScriptElement() - Constructor for class akasha.HTMLScriptElement
-
- HTMLSelectElement - Class in akasha
-
The HTMLSelectElement interface represents a <select> HTML Element.
- HTMLSelectElement() - Constructor for class akasha.HTMLSelectElement
-
- HTMLSlotElement - Class in akasha
-
The HTMLSlotElement interface of the Shadow DOM API enables access to the name and assigned nodes of an HTML <slot> element.
- HTMLSlotElement() - Constructor for class akasha.HTMLSlotElement
-
- HTMLSourceElement - Class in akasha
-
The HTMLSourceElement interface provides special properties (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating <source> elements.
- HTMLSourceElement() - Constructor for class akasha.HTMLSourceElement
-
- HTMLSpanElement - Class in akasha
-
The HTMLSpanElement interface represents a <span> element and derives from the HTMLElement interface, but without implementing any additional properties or methods.
- HTMLSpanElement() - Constructor for class akasha.HTMLSpanElement
-
- HTMLStyleElement - Class in akasha
-
The HTMLStyleElement interface represents a <style> element.
- HTMLStyleElement() - Constructor for class akasha.HTMLStyleElement
-
- HTMLTableCaptionElement - Class in akasha
-
The HTMLTableCaptionElement interface special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating table caption elements.
- HTMLTableCaptionElement() - Constructor for class akasha.HTMLTableCaptionElement
-
- HTMLTableCellElement - Class in akasha
-
The HTMLTableCellElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
- HTMLTableCellElement() - Constructor for class akasha.HTMLTableCellElement
-
- HTMLTableColElement - Class in akasha
-
The HTMLTableColElement interface provides properties for manipulating single or grouped table column elements.
- HTMLTableColElement() - Constructor for class akasha.HTMLTableColElement
-
- HTMLTableElement - Class in akasha
-
The HTMLTableElement interface provides special properties and methods (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating the layout and presentation of tables in an HTML document.
- HTMLTableElement() - Constructor for class akasha.HTMLTableElement
-
- HTMLTableRowElement - Class in akasha
-
The HTMLTableRowElement interface provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of rows in an HTML table.
- HTMLTableRowElement() - Constructor for class akasha.HTMLTableRowElement
-
- HTMLTableSectionElement - Class in akasha
-
The HTMLTableSectionElement interface provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of sections, that is headers, footers and bodies, in an HTML table.
- HTMLTableSectionElement() - Constructor for class akasha.HTMLTableSectionElement
-
- HTMLTemplateElement - Class in akasha
-
The HTMLTemplateElement interface enables access to the contents of an HTML <template> element.
- HTMLTemplateElement() - Constructor for class akasha.HTMLTemplateElement
-
- HTMLTextAreaElement - Class in akasha
-
The HTMLTextAreaElement interface provides special properties and methods for manipulating the layout and presentation of <textarea> elements.
- HTMLTextAreaElement() - Constructor for class akasha.HTMLTextAreaElement
-
- HTMLTimeElement - Class in akasha
-
The HTMLTimeElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <time> elements.
- HTMLTimeElement() - Constructor for class akasha.HTMLTimeElement
-
- HTMLTitleElement - Class in akasha
-
The HTMLTitleElement interface contains the title for a document.
- HTMLTitleElement() - Constructor for class akasha.HTMLTitleElement
-
- HTMLTrackElement - Class in akasha
-
The HTMLTrackElement interface represents an HTML <track> element within the DOM.
- HTMLTrackElement() - Constructor for class akasha.HTMLTrackElement
-
- HTMLTrackElementReadyState - Annotation Type in akasha
-
- HTMLTrackElementReadyState.Util - Class in akasha
-
- HTMLUListElement - Class in akasha
-
The HTMLUListElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating unordered list elements.
- HTMLUListElement() - Constructor for class akasha.HTMLUListElement
-
- HTMLUnknownElement - Class in akasha
-
The HTMLUnknownElement interface represents an invalid HTML element and derives from the HTMLElement interface, but without implementing any additional properties or methods.
- HTMLUnknownElement() - Constructor for class akasha.HTMLUnknownElement
-
- HTMLVideoElement - Class in akasha
-
The HTMLVideoElement interface provides special properties and methods for manipulating video objects.
- HTMLVideoElement() - Constructor for class akasha.HTMLVideoElement
-
- httpEquiv - Variable in class akasha.HTMLMetaElement
-
- httpRequestStatusCode() - Method in class akasha.rtc.RTCError
-
- httpRequestStatusCode(int) - Method in interface akasha.rtc.RTCErrorInit.Builder
-
- httpRequestStatusCode() - Method in interface akasha.rtc.RTCErrorInit
-
- hugeFramesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- hugeFramesSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- hugeFramesSent(int) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- hugeFramesSent(int) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- hugeFramesSent() - Method in interface akasha.rtc.RTCVideoSenderStats
-
- hypot(double...) - Static method in class akasha.core.JsMath
-
The Math.hypot() function returns the square root of the sum of squares of its arguments, that is:
- i32 - Static variable in annotation type akasha.wasm.ValueType
-
- I420 - Static variable in annotation type akasha.codecs.VideoPixelFormat
-
- I420A - Static variable in annotation type akasha.codecs.VideoPixelFormat
-
- I422 - Static variable in annotation type akasha.codecs.VideoPixelFormat
-
- I444 - Static variable in annotation type akasha.codecs.VideoPixelFormat
-
- i64 - Static variable in annotation type akasha.wasm.ValueType
-
- ice_server - Static variable in annotation type akasha.rtc.RTCStatsType
-
- iceCandidatePoolSize(short) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
- iceCandidatePoolSize() - Method in interface akasha.rtc.RTCConfiguration
-
- iceConnectionState() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.iceConnectionState returns an enum of type RTCIceConnectionState which state of the ICE agent associated with the RTCPeerConnection.
- iceGatheringState() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.iceGatheringState returns an enum of type RTCIceGatheringState that describes connection's ICE gathering state.
- iceLocalUsernameFragment(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- iceLocalUsernameFragment() - Method in interface akasha.rtc.RTCTransportStats
-
- iceRestart(boolean) - Method in interface akasha.rtc.RTCOfferOptions.Builder
-
The iceRestart property of the RTCOfferOptions dictionary is a Boolean value which, when true, tells the RTCPeerConnection to start ICE renegotiation.
- iceRestart() - Method in interface akasha.rtc.RTCOfferOptions
-
The iceRestart property of the RTCOfferOptions dictionary is a Boolean value which, when true, tells the RTCPeerConnection to start ICE renegotiation.
- iceRole(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- iceRole() - Method in interface akasha.rtc.RTCTransportStats
-
- iceServers(JsArray<RTCIceServer>) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
- iceServers(RTCIceServer...) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
- iceServers() - Method in interface akasha.rtc.RTCConfiguration
-
- iceState(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- iceState() - Method in interface akasha.rtc.RTCTransportStats
-
- iceTransport() - Method in class akasha.rtc.RTCDtlsTransport
-
The read-only RTCDtlsTransport property iceTransport contains a reference to the underlying RTCIceTransport.
- iceTransportPolicy(String) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
The WebRTC Device API dictionary RTCConfiguration's iceTransportPolicy property is a string indicating the transport selection policy the ICE agent should use during negotiation of connections.
- iceTransportPolicy() - Method in interface akasha.rtc.RTCConfiguration
-
The WebRTC Device API dictionary RTCConfiguration's iceTransportPolicy property is a string indicating the transport selection policy the ICE agent should use during negotiation of connections.
- icon() - Method in class akasha.notifications.Notification
-
The icon read-only property of the Notification interface contains the URL of an icon to be displayed as part of the notification, as specified in the icon option of the Notification() constructor.
- icon(String) - Method in interface akasha.notifications.NotificationAction.Builder
-
- icon() - Method in interface akasha.notifications.NotificationAction
-
- icon(String) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- icon() - Method in interface akasha.notifications.NotificationOptions
-
- iconURL() - Method in class akasha.FederatedCredential
-
- iconURL(String) - Method in interface akasha.FederatedCredentialInit.Builder
-
- iconURL() - Method in interface akasha.FederatedCredentialInit
-
- iconURL() - Method in class akasha.PasswordCredential
-
The iconURL read-only property of the PasswordCredential interface returns a USVString containing a URL pointing to an image for an icon.
- iconURL(String) - Method in interface akasha.PasswordCredentialData.Builder
-
- iconURL() - Method in interface akasha.PasswordCredentialData
-
- id - Variable in class akasha.Animation
-
The Animation.id property of the Web Animations API returns or sets a string used to identify the animation.
- id() - Method in class akasha.AudioTrack
-
The id property contains a string which uniquely identifies the track represented by the AudioTrack.
- id() - Method in class akasha.bluetooth.BluetoothDevice
-
The BluetoothDevice.id read-only property returns a DOMString that uniquely identifies a device.
- id() - Method in class akasha.Client
-
The id read-only property of the Client interface returns the universally unique identifier of the Client object.
- id() - Method in class akasha.Credential
-
The id property of the Credential interface returns a DOMString containing the credential's identifier.
- id(String) - Static method in interface akasha.CredentialData
-
- id() - Method in interface akasha.CredentialData
-
- id - Variable in class akasha.Element
-
The id property of the Element interface represents the element's identifier, reflecting the id global attribute.
- id(String) - Static method in interface akasha.FederatedCredentialInit
-
- id() - Method in class akasha.Gamepad
-
The Gamepad.id property of the Gamepad interface returns a string containing some information about the controller.
- id(String) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
- id() - Method in interface akasha.KeyframeAnimationOptions
-
- id() - Method in class akasha.media.MediaStream
-
The MediaStream.id() read-only property is a DOMString containing 36 characters denoting a unique identifier (GUID) for the object.
- id() - Method in class akasha.media.MediaStreamTrack
-
The MediaStreamTrack.id read-only property returns a DOMString containing a unique identifier (GUID) for the track, which is generated by the user agent.
- id() - Method in class akasha.midi.MIDIPort
-
- id(String) - Static method in interface akasha.PasswordCredentialData
-
- id(BufferSource) - Static method in interface akasha.PublicKeyCredentialDescriptor
-
- id() - Method in interface akasha.PublicKeyCredentialDescriptor
-
- id(String) - Method in interface akasha.PublicKeyCredentialRpEntity.Builder
-
- id() - Method in interface akasha.PublicKeyCredentialRpEntity
-
- id() - Method in interface akasha.PublicKeyCredentialUserEntity
-
- id(BufferSource) - Method in interface akasha.PublicKeyCredentialUserEntity.Step2
-
- id(String) - Method in interface akasha.rtc.RTCAudioHandlerStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCAudioReceiverStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCAudioSenderStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCAudioSourceStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCCertificateStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCCodecStats.Step2
-
- id() - Method in class akasha.rtc.RTCDataChannel
-
The read-only RTCDataChannel property id returns an ID number (between 0 and 65,534) which uniquely identifies the RTCDataChannel.
- id(int) - Method in interface akasha.rtc.RTCDataChannelInit.Builder
-
- id() - Method in interface akasha.rtc.RTCDataChannelInit
-
- id(String) - Method in interface akasha.rtc.RTCDataChannelStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCIceServerStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCMediaHandlerStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCMediaSourceStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCMediaStreamStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCPeerConnectionStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCRtpContributingSourceStats.Step2
-
- id() - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters
-
- id(int) - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters.Step1
-
- id(String) - Method in interface akasha.rtc.RTCRtpStreamStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCRtpTransceiverStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCSctpTransportStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCSentRtpStreamStats.Step2
-
- id() - Method in interface akasha.rtc.RTCStats
-
The id property of the RTCStats dictionary is a string which uniquely identifies the object for which this RTCStats object provides statistics.
- id(String) - Method in interface akasha.rtc.RTCStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCTransportStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCVideoHandlerStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCVideoReceiverStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCVideoSenderStats.Step2
-
- id(String) - Method in interface akasha.rtc.RTCVideoSourceStats.Step2
-
- id() - Method in class akasha.TextTrack
-
- id - Variable in class akasha.TextTrackCue
-
- id(String) - Method in interface akasha.TokenBinding.Builder
-
- id() - Method in interface akasha.TokenBinding
-
- id() - Method in class akasha.VideoTrack
-
The id property contains a string which uniquely identifies the track represented by the VideoTrack.
- id - Variable in class akasha.VTTRegion
-
- IDBCursor - Class in akasha.idb
-
The IDBCursor interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.
- IDBCursor() - Constructor for class akasha.idb.IDBCursor
-
- IDBCursorDirection - Annotation Type in akasha.idb
-
- IDBCursorDirection.Util - Class in akasha.idb
-
- IDBCursorSource - Interface in akasha.idb
-
- IDBCursorWithValue - Class in akasha.idb
-
The IDBCursorWithValue interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.
- IDBCursorWithValue() - Constructor for class akasha.idb.IDBCursorWithValue
-
- IDBDatabase - Class in akasha.idb
-
The IDBDatabase interface of the IndexedDB API provides a connection to a database; you can use an IDBDatabase object to open a transaction on your database then create, manipulate, and delete objects (data) in that database.
- IDBDatabase() - Constructor for class akasha.idb.IDBDatabase
-
- IDBDatabaseInfo - Interface in akasha.idb
-
- IDBDatabaseInfo.Builder - Interface in akasha.idb
-
- IDBFactory - Class in akasha.idb
-
The IDBFactory interface of the IndexedDB API lets applications asynchronously access the indexed databases.
- IDBFactory() - Constructor for class akasha.idb.IDBFactory
-
- IDBIndex - Class in akasha.idb
-
IDBIndex interface of the IndexedDB API provides asynchronous access to an index in a database.
- IDBIndex() - Constructor for class akasha.idb.IDBIndex
-
- IDBIndexParameters - Interface in akasha.idb
-
- IDBIndexParameters.Builder - Interface in akasha.idb
-
- IDBKeyRange - Class in akasha.idb
-
The IDBKeyRange interface of the IndexedDB API represents a continuous interval over some data type that is used for keys.
- IDBKeyRange() - Constructor for class akasha.idb.IDBKeyRange
-
- IDBObjectStore - Class in akasha.idb
-
The IDBObjectStore interface of the IndexedDB API represents an object store in a database.
- IDBObjectStore() - Constructor for class akasha.idb.IDBObjectStore
-
- IDBObjectStoreParameters - Interface in akasha.idb
-
- IDBObjectStoreParameters.Builder - Interface in akasha.idb
-
- IDBOpenDBRequest - Class in akasha.idb
-
The IDBOpenDBRequest interface of the IndexedDB API provides access to the results of requests to open or delete databases (performed using IDBFactory.open and IDBFactory.deleteDatabase), using specific event handler attributes.
- IDBOpenDBRequest() - Constructor for class akasha.idb.IDBOpenDBRequest
-
- IDBRequest - Class in akasha.idb
-
The IDBRequest interface of the IndexedDB API provides access to results of asynchronous requests to databases and database objects using event handler attributes.
- IDBRequest() - Constructor for class akasha.idb.IDBRequest
-
- IDBRequestReadyState - Annotation Type in akasha.idb
-
- IDBRequestReadyState.Util - Class in akasha.idb
-
- IDBRequestSource - Interface in akasha.idb
-
- IDBTransaction - Class in akasha.idb
-
The IDBTransaction interface of the IndexedDB API provides a static, asynchronous transaction on a database using event handler attributes.
- IDBTransaction() - Constructor for class akasha.idb.IDBTransaction
-
- IDBTransactionDurability - Annotation Type in akasha.idb
-
- IDBTransactionDurability.Util - Class in akasha.idb
-
- IDBTransactionMode - Annotation Type in akasha.idb
-
- IDBTransactionMode.Util - Class in akasha.idb
-
- IDBTransactionOptions - Interface in akasha.idb
-
- IDBTransactionOptions.Builder - Interface in akasha.idb
-
- IDBVersionChangeEvent - Class in akasha.idb
-
The IDBVersionChangeEvent interface of the IndexedDB API indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.onupgradeneeded event handler function.
- IDBVersionChangeEvent(String, IDBVersionChangeEventInit) - Constructor for class akasha.idb.IDBVersionChangeEvent
-
- IDBVersionChangeEvent(String) - Constructor for class akasha.idb.IDBVersionChangeEvent
-
- IDBVersionChangeEventHandler - Interface in akasha.idb
-
Handle events of type IDBVersionChangeEvent
- IDBVersionChangeEventInit - Interface in akasha.idb
-
- IDBVersionChangeEventInit.Builder - Interface in akasha.idb
-
- IDBVersionChangeEventListener - Interface in akasha.idb
-
Listener for events of type IDBVersionChangeEvent
- ideal(boolean) - Method in interface akasha.media.ConstrainBooleanParameters.Builder
-
- ideal() - Method in interface akasha.media.ConstrainBooleanParameters
-
- ideal(StringOrStringArrayUnion) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- ideal(String) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- ideal(JsArray<String>) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- ideal(String...) - Method in interface akasha.media.ConstrainDOMStringParameters.Builder
-
- ideal() - Method in interface akasha.media.ConstrainDOMStringParameters
-
- ideal(double) - Method in interface akasha.media.ConstrainDoubleRange.Builder
-
- ideal() - Method in interface akasha.media.ConstrainDoubleRange
-
- ideal(int) - Method in interface akasha.media.ConstrainULongRange.Builder
-
- ideal() - Method in interface akasha.media.ConstrainULongRange
-
- identifier() - Method in class akasha.Touch
-
The Touch.identifier returns a value uniquely identifying this point of contact with the touch surface.
- identifier(int) - Static method in interface akasha.TouchInit
-
- identifier() - Method in interface akasha.TouchInit
-
- identity(String) - Static method in interface akasha.rtc.RTCIdentityValidationResult
-
- identity() - Method in interface akasha.rtc.RTCIdentityValidationResult
-
- ideographic - Static variable in annotation type akasha.CanvasTextBaseline
-
- ideographicBaseline() - Method in class akasha.TextMetrics
-
The read-only ideographicBaseline property of the TextMetrics interface is a double giving the distance from the horizontal line indicated by the CanvasRenderingContext2D.textBaseline property to the ideographic baseline of the line box, in CSS pixels.
- idle - Static variable in annotation type akasha.AnimationPlayState
-
- IdleDeadline - Class in akasha
-
The IdleDeadline interface is used as the data type of the input parameter to idle callbacks established by calling Window.requestIdleCallback().
- IdleDeadline() - Constructor for class akasha.IdleDeadline
-
- IdleRequestCallback - Interface in akasha
-
- IdleRequestOptions - Interface in akasha
-
- IdleRequestOptions.Builder - Interface in akasha
-
- idp - Variable in class akasha.rtc.RTCIdentityAssertion
-
- idp(RTCIdentityProviderDetails) - Static method in interface akasha.rtc.RTCIdentityAssertionResult
-
- idp() - Method in interface akasha.rtc.RTCIdentityAssertionResult
-
- idp_bad_script_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idp_execution_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idp_load_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idp_need_login - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idp_timeout - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idp_tls_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idp_token_expired - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idp_token_invalid - Static variable in annotation type akasha.rtc.RTCErrorDetailTypeIdp
-
- idpErrorInfo() - Method in class akasha.rtc.RTCPeerConnection
-
- idpLoginUrl() - Method in class akasha.rtc.RTCPeerConnection
-
- iec61966_2_1 - Static variable in annotation type akasha.codecs.VideoTransferCharacteristics
-
- iframe - Static variable in annotation type akasha.RequestDestination
-
- ignoreBOM() - Method in class akasha.TextDecoder
-
- ignoreBOM(boolean) - Method in interface akasha.TextDecoderOptions.Builder
-
- ignoreBOM() - Method in interface akasha.TextDecoderOptions
-
- ignoreBOM() - Method in class akasha.TextDecoderStream
-
- ignoreCase() - Method in class akasha.core.RegExp
-
The ignoreCase property indicates whether or not the "i" flag is used with the regular expression.
- ignoreDepthValues() - Method in class akasha.xr.XRProjectionLayer
-
- ignoreDepthValues() - Method in class akasha.xr.XRWebGLLayer
-
The read-only XRWebGLLayer property ignoreDepthValues is a Boolean value which is true if the session has been configured to ignore the values in the depth buffer while rendering the scene.
- ignoreDepthValues(boolean) - Method in interface akasha.xr.XRWebGLLayerInit.Builder
-
The XRWebGLLayerInit dictionary's Boolean ignoreDepthValues property can be provided in the options passed into the XRWebGLLayer() constructor to indicate that the depth buffer, if it exists, should be ignored while composing the scene.
- ignoreDepthValues() - Method in interface akasha.xr.XRWebGLLayerInit
-
The XRWebGLLayerInit dictionary's Boolean ignoreDepthValues property can be provided in the options passed into the XRWebGLLayer() constructor to indicate that the depth buffer, if it exists, should be ignored while composing the scene.
- ignoreMethod(boolean) - Method in interface akasha.CacheQueryOptions.Builder
-
- ignoreMethod() - Method in interface akasha.CacheQueryOptions
-
- ignoreMethod(boolean) - Method in interface akasha.MultiCacheQueryOptions.Builder
-
- ignoreSearch(boolean) - Method in interface akasha.CacheQueryOptions.Builder
-
- ignoreSearch() - Method in interface akasha.CacheQueryOptions
-
- ignoreSearch(boolean) - Method in interface akasha.MultiCacheQueryOptions.Builder
-
- ignoreVary(boolean) - Method in interface akasha.CacheQueryOptions.Builder
-
- ignoreVary() - Method in interface akasha.CacheQueryOptions
-
- ignoreVary(boolean) - Method in interface akasha.MultiCacheQueryOptions.Builder
-
- IIRFilterNode - Class in akasha.audio
-
The IIRFilterNode interface of the Web Audio API is a AudioNode processor which implements a general infinite impulse response (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
- IIRFilterNode(BaseAudioContext, IIRFilterOptions) - Constructor for class akasha.audio.IIRFilterNode
-
The IIRFilterNode() constructor of the Web Audio API creates a new IIRFilterNode object which an AudioNode processor which implements a general infinite impulse response filter.
- IIRFilterOptions - Interface in akasha.audio
-
- IIRFilterOptions.Builder - Interface in akasha.audio
-
- IIRFilterOptions.Step1 - Interface in akasha.audio
-
- imag(JsArray<Double>) - Method in interface akasha.audio.PeriodicWaveOptions.Builder
-
- imag(double...) - Method in interface akasha.audio.PeriodicWaveOptions.Builder
-
- imag() - Method in interface akasha.audio.PeriodicWaveOptions
-
- image(VideoFrame) - Static method in interface akasha.codecs.ImageDecodeResult
-
- image() - Method in interface akasha.codecs.ImageDecodeResult
-
- Image - Class in akasha
-
- Image(int, int) - Constructor for class akasha.Image
-
- Image(int) - Constructor for class akasha.Image
-
- Image() - Constructor for class akasha.Image
-
- image - Static variable in annotation type akasha.InputType
-
A graphical submit button.
- image() - Method in class akasha.notifications.Notification
-
The image read-only property of the Notification interface contains the URL of an image to be displayed as part of the notification
- image(String) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- image() - Method in interface akasha.notifications.NotificationOptions
-
- image - Static variable in annotation type akasha.RequestDestination
-
- image_svg_xml - Static variable in annotation type akasha.DOMParserSupportedType
-
- ImageBitmap - Class in akasha
-
The ImageBitmap interface represents a bitmap image which can be drawn to a <canvas> without undue latency.
- ImageBitmap() - Constructor for class akasha.ImageBitmap
-
- ImageBitmapOptions - Interface in akasha
-
- ImageBitmapOptions.Builder - Interface in akasha
-
- ImageBitmapRenderingContext - Class in akasha
-
The ImageBitmapRenderingContext interface is a canvas rendering context that provides the functionality to replace the canvas's contents with the given ImageBitmap.
- ImageBitmapRenderingContext() - Constructor for class akasha.ImageBitmapRenderingContext
-
- ImageBitmapRenderingContextSettings - Interface in akasha
-
- ImageBitmapRenderingContextSettings.Builder - Interface in akasha
-
- ImageBitmapSource - Interface in akasha
-
- ImageBufferSource - Interface in akasha.codecs
-
- ImageData - Class in akasha
-
The ImageData interface represents the underlying pixel data of an area of a <canvas> element.
- ImageData(int, int, ImageDataSettings) - Constructor for class akasha.ImageData
-
The ImageData() constructor returns a newly instantiated ImageData object built from the typed array given and having the specified width and height.
- ImageData(int, int) - Constructor for class akasha.ImageData
-
The ImageData() constructor returns a newly instantiated ImageData object built from the typed array given and having the specified width and height.
- ImageData(Uint8ClampedArray, int, int, ImageDataSettings) - Constructor for class akasha.ImageData
-
The ImageData() constructor returns a newly instantiated ImageData object built from the typed array given and having the specified width and height.
- ImageData(Uint8ClampedArray, int, int) - Constructor for class akasha.ImageData
-
The ImageData() constructor returns a newly instantiated ImageData object built from the typed array given and having the specified width and height.
- ImageData(Uint8ClampedArray, int) - Constructor for class akasha.ImageData
-
The ImageData() constructor returns a newly instantiated ImageData object built from the typed array given and having the specified width and height.
- ImageDataSettings - Interface in akasha
-
- ImageDataSettings.Builder - Interface in akasha
-
- ImageDecodeOptions - Interface in akasha.codecs
-
- ImageDecodeOptions.Builder - Interface in akasha.codecs
-
- ImageDecoder - Class in akasha.codecs
-
The ImageDecoder interface of the WebCodecs API provides a way to unpack and decode encoded image data.
- ImageDecoder(ImageDecoderInit) - Constructor for class akasha.codecs.ImageDecoder
-
- ImageDecodeResult - Interface in akasha.codecs
-
- ImageDecodeResult.Step1 - Interface in akasha.codecs
-
- ImageDecoderInit - Interface in akasha.codecs
-
- ImageDecoderInit.Builder - Interface in akasha.codecs
-
- ImageDecoderInit.Step1 - Interface in akasha.codecs
-
- ImageEncodeOptions - Interface in akasha
-
- ImageEncodeOptions.Builder - Interface in akasha
-
- imageIndex() - Method in class akasha.xr.XRWebGLSubImage
-
- imageOrientation(String) - Method in interface akasha.ImageBitmapOptions.Builder
-
- imageOrientation() - Method in interface akasha.ImageBitmapOptions
-
- ImageOrientation - Annotation Type in akasha
-
- ImageOrientation.Util - Class in akasha
-
- images() - Method in class akasha.Document
-
The images read-only property of the Document interface returns a collection of the images in the current HTML document.
- imageSizes - Variable in class akasha.HTMLLinkElement
-
- imageSmoothingEnabled - Variable in class akasha.CanvasRenderingContext2D
-
The imageSmoothingEnabled property of the CanvasRenderingContext2D interface, part of the Canvas API, determines whether scaled images are smoothed (true, default) or not (false).
- imageSmoothingEnabled - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- imageSmoothingQuality - Variable in class akasha.CanvasRenderingContext2D
-
The imageSmoothingQuality property of the CanvasRenderingContext2D interface, part of the Canvas API, lets you set the quality of image smoothing.
- ImageSmoothingQuality - Annotation Type in akasha
-
- imageSmoothingQuality - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- ImageSmoothingQuality.Util - Class in akasha
-
- imageSrcset - Variable in class akasha.HTMLLinkElement
-
- ImageTrack - Class in akasha.codecs
-
The ImageTrack interface of the WebCodecs API represents an individual image track.
- ImageTrack() - Constructor for class akasha.codecs.ImageTrack
-
- ImageTrackList - Class in akasha.codecs
-
The ImageTrackList interface of the WebCodecs API represents a list of image tracks.
- ImageTrackList() - Constructor for class akasha.codecs.ImageTrackList
-
- immersive_ar - Static variable in annotation type akasha.xr.XRSessionMode
-
- immersive_vr - Static variable in annotation type akasha.xr.XRSessionMode
-
- implementation() - Method in class akasha.Document
-
The Document.implementation property returns a DOMImplementation object associated with the current document.
- implementation(String) - Method in interface akasha.rtc.RTCCodecStats.Builder
-
- implementation() - Method in interface akasha.rtc.RTCCodecStats
-
- IMPLEMENTATION_COLOR_READ_FORMAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- IMPLEMENTATION_COLOR_READ_FORMAT - Static variable in class akasha.gl.WebGLRenderingContext
-
- IMPLEMENTATION_COLOR_READ_TYPE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- IMPLEMENTATION_COLOR_READ_TYPE - Static variable in class akasha.gl.WebGLRenderingContext
-
- IMPORT_RULE - Static variable in class akasha.CSSRule
-
- ImportExportKind - Annotation Type in akasha.wasm
-
- ImportExportKind.Util - Class in akasha.wasm
-
- importExternalTexture(GPUExternalTextureDescriptor) - Method in class akasha.gpu.GPUDevice
-
- importKey(String, BufferSource, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, JsonWebKey, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, BufferSource, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, JsonWebKey, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, BufferSource, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, JsonWebKey, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, BufferSource, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, JsonWebKey, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, BufferSource, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, JsonWebKey, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, BufferSource, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importKey(String, JsonWebKey, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The importKey() method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
- importNode(Node, boolean) - Method in class akasha.Document
-
The Document object's importNode() method creates a copy of a Node or DocumentFragment from another document, to be inserted into the current document later.
- importNode(Node) - Method in class akasha.Document
-
The Document object's importNode() method creates a copy of a Node or DocumentFragment from another document, to be inserted into the current document later.
- imports - Static variable in annotation type akasha.ServiceWorkerUpdateViaCache
-
- imports(Module) - Static method in class akasha.wasm.Module
-
- importScripts(String...) - Static method in class akasha.DedicatedWorkerGlobal
-
The importScripts() method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker's scope.
- importScripts(String...) - Static method in class akasha.RTCIdentityProviderGlobal
-
The importScripts() method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker's scope.
- importScripts(String...) - Static method in class akasha.ServiceWorkerGlobal
-
The importScripts() method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker's scope.
- importScripts(String...) - Static method in class akasha.SharedWorkerGlobal
-
The importScripts() method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker's scope.
- importScripts(String...) - Method in class akasha.WorkerGlobalScope
-
The importScripts() method of the WorkerGlobalScope interface synchronously imports one or more scripts into the worker's scope.
- importStylesheet(Node) - Method in class akasha.XSLTProcessor
-
- impp - Static variable in annotation type akasha.AutocompleteType
-
A URL for an instant messaging protocol endpoint, such as "xmpp:username@example.net".
- imul(double...) - Static method in class akasha.core.JsMath
-
The Math.imul() function returns the result of the C-like 32-bit multiplication of the two parameters.
- imul(int, int) - Static method in class akasha.core.JsMath
-
The Math.imul() function returns the result of the C-like 32-bit multiplication of the two parameters.
- in - Static variable in annotation type akasha.usb.USBDirection
-
- in1() - Method in class akasha.svg.SVGFEBlendElement
-
- in1() - Method in class akasha.svg.SVGFEColorMatrixElement
-
- in1() - Method in class akasha.svg.SVGFEComponentTransferElement
-
- in1() - Method in class akasha.svg.SVGFECompositeElement
-
- in1() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- in1() - Method in class akasha.svg.SVGFEDiffuseLightingElement
-
- in1() - Method in class akasha.svg.SVGFEDisplacementMapElement
-
- in1() - Method in class akasha.svg.SVGFEDropShadowElement
-
- in1() - Method in class akasha.svg.SVGFEGaussianBlurElement
-
- in1() - Method in class akasha.svg.SVGFEMergeNodeElement
-
- in1() - Method in class akasha.svg.SVGFEMorphologyElement
-
- in1() - Method in class akasha.svg.SVGFEOffsetElement
-
- in1() - Method in class akasha.svg.SVGFESpecularLightingElement
-
- in1() - Method in class akasha.svg.SVGFETileElement
-
- in2() - Method in class akasha.svg.SVGFEBlendElement
-
- in2() - Method in class akasha.svg.SVGFECompositeElement
-
- in2() - Method in class akasha.svg.SVGFEDisplacementMapElement
-
- in_progress - Static variable in annotation type akasha.rtc.RTCStatsIceCandidatePairState
-
- inactive - Static variable in annotation type akasha.media.RecordingState
-
- inactive - Static variable in annotation type akasha.rtc.RTCRtpTransceiverDirection
-
- inactive - Static variable in annotation type akasha.TimelinePhase
-
- inBandMetadataTrackDispatchType() - Method in class akasha.TextTrack
-
- inbound_rtp - Static variable in annotation type akasha.rtc.RTCStatsType
-
- inboundRtpStreamId() - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- inboundRtpStreamId(String) - Method in interface akasha.rtc.RTCRtpContributingSourceStats.Step4
-
- include - Static variable in annotation type akasha.RequestCredentials
-
- includes(float, int) - Method in class akasha.core.Float32Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(float) - Method in class akasha.core.Float32Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(double, int) - Method in class akasha.core.Float64Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(double) - Method in class akasha.core.Float64Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(short, int) - Method in class akasha.core.Int16Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(short) - Method in class akasha.core.Int16Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(int, int) - Method in class akasha.core.Int32Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(int) - Method in class akasha.core.Int32Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(byte, int) - Method in class akasha.core.Int8Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(byte) - Method in class akasha.core.Int8Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(String, int) - Method in class akasha.core.JsString
-
The includes() method performs a case-sensitive search to determine whether one string may be found within another string, returning true or false as appropriate.
- includes(String) - Method in class akasha.core.JsString
-
The includes() method performs a case-sensitive search to determine whether one string may be found within another string, returning true or false as appropriate.
- includes(int, int) - Method in class akasha.core.Uint16Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(int) - Method in class akasha.core.Uint16Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(int, int) - Method in class akasha.core.Uint32Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(int) - Method in class akasha.core.Uint32Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(short, int) - Method in class akasha.core.Uint8Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(short) - Method in class akasha.core.Uint8Array
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(short, int) - Method in class akasha.core.Uint8ClampedArray
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(short) - Method in class akasha.core.Uint8ClampedArray
-
The includes() method determines whether a typed array includes a certain element, returning true or false as appropriate.
- includes(Object) - Method in class akasha.idb.IDBKeyRange
-
key The key you want to check for in your key range.
- includes(T, int) - Method in class akasha.lang.JsArray
-
The includes() method determines whether an array includes a certain value among its entries, returning true or false as appropriate.
- includes(T) - Method in class akasha.lang.JsArray
-
The includes() method determines whether an array includes a certain value among its entries, returning true or false as appropriate.
- includeUncontrolled(boolean) - Method in interface akasha.ClientQueryOptions.Builder
-
- includeUncontrolled() - Method in interface akasha.ClientQueryOptions
-
- INCR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INCR - Static variable in class akasha.gl.WebGLRenderingContext
-
- INCR_WRAP - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INCR_WRAP - Static variable in class akasha.gl.WebGLRenderingContext
-
- increment_clamp - Static variable in annotation type akasha.gpu.GPUStencilOperation
-
- increment_wrap - Static variable in annotation type akasha.gpu.GPUStencilOperation
-
- indeterminate - Variable in class akasha.HTMLInputElement
-
- index() - Method in class akasha.core.Float32Array.Entry
-
- index() - Method in class akasha.core.Float64Array.Entry
-
- index() - Method in class akasha.core.Int16Array.Entry
-
- index() - Method in class akasha.core.Int32Array.Entry
-
- index() - Method in class akasha.core.Int8Array.Entry
-
- index() - Method in class akasha.core.RegExpResult
-
- index() - Method in class akasha.core.Uint16Array.Entry
-
- index() - Method in class akasha.core.Uint32Array.Entry
-
- index() - Method in class akasha.core.Uint8Array.Entry
-
- index() - Method in class akasha.core.Uint8ClampedArray.Entry
-
- index() - Method in class akasha.DOMTokenList.Entry
-
- index() - Method in class akasha.Gamepad
-
The Gamepad.index property of the Gamepad interface returns an integer that is auto-incremented to be unique for each device currently connected to the system.
- INDEX - Static variable in class akasha.gpu.GPUBufferUsage
-
- index() - Method in class akasha.HTMLOptionElement
-
- index(String) - Method in class akasha.idb.IDBObjectStore
-
An IDBIndex object for accessing the index.
- index() - Method in class akasha.NodeList.Entry
-
- index() - Method in interface akasha.usb.USBControlTransferParameters
-
- index(int) - Method in interface akasha.usb.USBControlTransferParameters.Step4
-
- index() - Method in class akasha.xr.XRInputSourceArray.Entry
-
- index_finger_metacarpal - Static variable in annotation type akasha.xr.XRHandJoint
-
- index_finger_phalanx_distal - Static variable in annotation type akasha.xr.XRHandJoint
-
- index_finger_phalanx_intermediate - Static variable in annotation type akasha.xr.XRHandJoint
-
- index_finger_phalanx_proximal - Static variable in annotation type akasha.xr.XRHandJoint
-
- index_finger_tip - Static variable in annotation type akasha.xr.XRHandJoint
-
- INDEX_SIZE_ERR - Static variable in class akasha.DOMException
-
- indexedDB() - Static method in class akasha.DedicatedWorkerGlobal
-
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
- indexedDB() - Static method in class akasha.RTCIdentityProviderGlobal
-
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
- indexedDB() - Static method in class akasha.ServiceWorkerGlobal
-
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
- indexedDB() - Static method in class akasha.SharedWorkerGlobal
-
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
- indexedDB() - Method in class akasha.Window
-
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
- indexedDB() - Static method in class akasha.WindowGlobal
-
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
- indexedDB() - Method in class akasha.WorkerGlobalScope
-
The indexedDB read-only property of the WindowOrWorkerGlobalScope mixin provides a mechanism for applications to asynchronously access the capabilities of indexed databases.
- indexNames() - Method in class akasha.idb.IDBObjectStore
-
A DOMStringList.
- indexOf(float, int) - Method in class akasha.core.Float32Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(float) - Method in class akasha.core.Float32Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(double, int) - Method in class akasha.core.Float64Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(double) - Method in class akasha.core.Float64Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(short, int) - Method in class akasha.core.Int16Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(short) - Method in class akasha.core.Int16Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(int, int) - Method in class akasha.core.Int32Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(int) - Method in class akasha.core.Int32Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(byte, int) - Method in class akasha.core.Int8Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(byte) - Method in class akasha.core.Int8Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(String, int) - Method in class akasha.core.JsString
-
The indexOf() method, given one argument: a substring to search for, searches the entire calling string, and returns the index of the first occurrence of the specified substring.
- indexOf(String) - Method in class akasha.core.JsString
-
The indexOf() method, given one argument: a substring to search for, searches the entire calling string, and returns the index of the first occurrence of the specified substring.
- indexOf(int, int) - Method in class akasha.core.Uint16Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(int) - Method in class akasha.core.Uint16Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(int, int) - Method in class akasha.core.Uint32Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(int) - Method in class akasha.core.Uint32Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(short, int) - Method in class akasha.core.Uint8Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(short) - Method in class akasha.core.Uint8Array
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(short, int) - Method in class akasha.core.Uint8ClampedArray
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(short) - Method in class akasha.core.Uint8ClampedArray
-
The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present.
- indexOf(T, int) - Method in class akasha.lang.JsArray
-
The indexOf() method returns the first index at which a given element can be found in the array, or -1 if it is not present.
- indexOf(T) - Method in class akasha.lang.JsArray
-
The indexOf() method returns the first index at which a given element can be found in the array, or -1 if it is not present.
- indicate() - Method in class akasha.bluetooth.BluetoothCharacteristicProperties
-
The indicate read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if indications of the characteristic value with acknowledgement is permitted.
- indirect - Static variable in annotation type akasha.AttestationConveyancePreference
-
- INDIRECT - Static variable in class akasha.gpu.GPUBufferUsage
-
- indirect_first_instance - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- individualization_request - Static variable in annotation type akasha.MediaKeyMessageType
-
- info(Object...) - Static method in class akasha.Console
-
The console.info() method outputs an informational message to the Web Console.
- info() - Method in interface akasha.crypto.HkdfParams
-
- info(BufferSource) - Method in interface akasha.crypto.HkdfParams.Step3
-
- info - Static variable in annotation type akasha.gpu.GPUCompilationMessageType
-
- inherit - Static variable in annotation type akasha.CanvasDirection
-
- initCompositionEvent(String, boolean, boolean, Window, String) - Method in class akasha.CompositionEvent
-
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.
- initCompositionEvent(String, boolean, boolean, Window) - Method in class akasha.CompositionEvent
-
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.
- initCompositionEvent(String, boolean, boolean) - Method in class akasha.CompositionEvent
-
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.
- initCompositionEvent(String, boolean) - Method in class akasha.CompositionEvent
-
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.
- initCompositionEvent(String) - Method in class akasha.CompositionEvent
-
The initCompositionEvent() method of the CompositionEvent interface initializes the attributes of a CompositionEvent object instance.
- initCustomEvent(String, boolean, boolean, Object) - Method in class akasha.CustomEvent
-
The CustomEvent.initCustomEvent() method initializes a CustomEvent object.
- initCustomEvent(String, boolean, boolean) - Method in class akasha.CustomEvent
-
The CustomEvent.initCustomEvent() method initializes a CustomEvent object.
- initCustomEvent(String, boolean) - Method in class akasha.CustomEvent
-
The CustomEvent.initCustomEvent() method initializes a CustomEvent object.
- initCustomEvent(String) - Method in class akasha.CustomEvent
-
The CustomEvent.initCustomEvent() method initializes a CustomEvent object.
- initData() - Method in class akasha.MediaEncryptedEvent
-
- initData(ArrayBuffer) - Method in interface akasha.MediaEncryptedEventInit.Builder
-
- initData() - Method in interface akasha.MediaEncryptedEventInit
-
- initDataType() - Method in class akasha.MediaEncryptedEvent
-
- initDataType(String) - Method in interface akasha.MediaEncryptedEventInit.Builder
-
- initDataType() - Method in interface akasha.MediaEncryptedEventInit
-
- initDataTypes(JsArray<String>) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported initialization data type names.
- initDataTypes(String...) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported initialization data type names.
- initDataTypes() - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported initialization data type names.
- initEvent(String, boolean, boolean) - Method in class akasha.Event
-
The Event.initEvent() method is used to initialize the value of an event created using Document.createEvent().
- initEvent(String, boolean) - Method in class akasha.Event
-
The Event.initEvent() method is used to initialize the value of an event created using Document.createEvent().
- initEvent(String) - Method in class akasha.Event
-
The Event.initEvent() method is used to initialize the value of an event created using Document.createEvent().
- initial(int) - Static method in interface akasha.wasm.MemoryDescriptor
-
- initial() - Method in interface akasha.wasm.MemoryDescriptor
-
- initial() - Method in interface akasha.wasm.TableDescriptor
-
- initial(int) - Method in interface akasha.wasm.TableDescriptor.Step1
-
- initialize(SVGLength) - Method in class akasha.svg.SVGLengthList
-
- initialize(SVGNumber) - Method in class akasha.svg.SVGNumberList
-
- initialize(DOMPoint) - Method in class akasha.svg.SVGPointList
-
- initialize(String) - Method in class akasha.svg.SVGStringList
-
- initialize(SVGTransform) - Method in class akasha.svg.SVGTransformList
-
- initiatorType() - Method in class akasha.perf.PerformanceResourceTiming
-
The initiatorType read-only property is a string that represents the type of resource that initiated the performance event.
- initKeyboardEvent(String, boolean, boolean, Window, String, int, boolean, boolean, boolean, boolean) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean, boolean, Window, String, int, boolean, boolean, boolean) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean, boolean, Window, String, int, boolean, boolean) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean, boolean, Window, String, int, boolean) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean, boolean, Window, String, int) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean, boolean, Window, String) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean, boolean, Window) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean, boolean) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String, boolean) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initKeyboardEvent(String) - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.initKeyboardEvent() method initializes the attributes of a keyboard event object.
- initMessageEvent(String, boolean, boolean, Object, String, String, MessageEventSource, JsArray<MessagePort>) - Method in class akasha.MessageEvent
-
- initMessageEvent(String, boolean, boolean, Object, String, String, MessageEventSource, MessagePort...) - Method in class akasha.MessageEvent
-
- initMessageEvent(String, boolean, boolean, Object, String, String, MessageEventSource) - Method in class akasha.MessageEvent
-
- initMessageEvent(String, boolean, boolean, Object, String, String) - Method in class akasha.MessageEvent
-
- initMessageEvent(String, boolean, boolean, Object, String) - Method in class akasha.MessageEvent
-
- initMessageEvent(String, boolean, boolean, Object) - Method in class akasha.MessageEvent
-
- initMessageEvent(String, boolean, boolean) - Method in class akasha.MessageEvent
-
- initMessageEvent(String, boolean) - Method in class akasha.MessageEvent
-
- initMessageEvent(String) - Method in class akasha.MessageEvent
-
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int, int, boolean, boolean, boolean, boolean, short, EventTarget) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int, int, boolean, boolean, boolean, boolean, short) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int, int, boolean, boolean, boolean, boolean) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int, int, boolean, boolean, boolean) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int, int, boolean, boolean) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int, int, boolean) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int, int) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int, int) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int, int) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int, int) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window, int) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean, Window) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean, boolean) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String, boolean) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMouseEvent(String) - Method in class akasha.MouseEvent
-
The MouseEvent.initMouseEvent() method initializes the value of a mouse event once it's been created (normally using the Document.createEvent() method).
- initMutationEvent(String, boolean, boolean, Node, String, String, String, int) - Method in class akasha.MutationEvent
-
- initMutationEvent(String, boolean, boolean, Node, String, String, String) - Method in class akasha.MutationEvent
-
- initMutationEvent(String, boolean, boolean, Node, String, String) - Method in class akasha.MutationEvent
-
- initMutationEvent(String, boolean, boolean, Node, String) - Method in class akasha.MutationEvent
-
- initMutationEvent(String, boolean, boolean, Node) - Method in class akasha.MutationEvent
-
- initMutationEvent(String, boolean, boolean) - Method in class akasha.MutationEvent
-
- initMutationEvent(String, boolean) - Method in class akasha.MutationEvent
-
- initMutationEvent(String) - Method in class akasha.MutationEvent
-
- initStorageEvent(String, boolean, boolean, String, String, String, String, Storage) - Method in class akasha.StorageEvent
-
- initStorageEvent(String, boolean, boolean, String, String, String, String) - Method in class akasha.StorageEvent
-
- initStorageEvent(String, boolean, boolean, String, String, String) - Method in class akasha.StorageEvent
-
- initStorageEvent(String, boolean, boolean, String, String) - Method in class akasha.StorageEvent
-
- initStorageEvent(String, boolean, boolean, String) - Method in class akasha.StorageEvent
-
- initStorageEvent(String, boolean, boolean) - Method in class akasha.StorageEvent
-
- initStorageEvent(String, boolean) - Method in class akasha.StorageEvent
-
- initStorageEvent(String) - Method in class akasha.StorageEvent
-
- initUIEvent(String, boolean, boolean, Window, int) - Method in class akasha.UIEvent
-
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
- initUIEvent(String, boolean, boolean, Window) - Method in class akasha.UIEvent
-
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
- initUIEvent(String, boolean, boolean) - Method in class akasha.UIEvent
-
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
- initUIEvent(String, boolean) - Method in class akasha.UIEvent
-
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
- initUIEvent(String) - Method in class akasha.UIEvent
-
The UIEvent.initUIEvent() method initializes a UI event once it's been created.
- inline - Static variable in annotation type akasha.clipboard.PresentationStyle
-
- inline(String) - Method in interface akasha.ScrollIntoViewOptions.Builder
-
- inline() - Method in interface akasha.ScrollIntoViewOptions
-
- inline - Static variable in annotation type akasha.xr.XRSessionMode
-
- inlineSize() - Method in class akasha.ResizeObserverSize
-
- inlineVerticalFieldOfView() - Method in class akasha.xr.XRRenderState
-
The read-only inlineVerticalFieldOfView property of the XRRenderState interface returns the default vertical field of view for "inline" sessions and null for all immersive sessions.
- inlineVerticalFieldOfView(double) - Method in interface akasha.xr.XRRenderStateInit.Builder
-
- inlineVerticalFieldOfView() - Method in interface akasha.xr.XRRenderStateInit
-
- innerHeight() - Method in class akasha.Window
-
The read-only innerHeight property of the Window interface returns the interior height of the window in pixels, including the height of the horizontal scroll bar, if present.
- innerHeight() - Static method in class akasha.WindowGlobal
-
The read-only innerHeight property of the Window interface returns the interior height of the window in pixels, including the height of the horizontal scroll bar, if present.
- innerHTML - Variable in class akasha.Element
-
The Element property innerHTML gets or sets the HTML or XML markup contained within the element.
- innerHTML - Variable in class akasha.ShadowRoot
-
The innerHTML property of the ShadowRoot interface sets or returns a reference to the DOM tree inside the ShadowRoot.
- innerText - Variable in class akasha.HTMLElement
-
The innerText property of the HTMLElement interface represents the "rendered" text content of a node and its descendants.
- innerWidth() - Method in class akasha.Window
-
The read-only Window property innerWidth returns the interior width of the window in pixels.
- innerWidth() - Static method in class akasha.WindowGlobal
-
The read-only Window property innerWidth returns the interior width of the window in pixels.
- input() - Method in class akasha.core.RegExpResult
-
- input - Static variable in annotation type akasha.midi.MIDIPortType
-
- inputBuffer() - Method in class akasha.audio.AudioProcessingEvent
-
- inputBuffer() - Method in interface akasha.audio.AudioProcessingEventInit
-
- inputBuffer(AudioBuffer) - Method in interface akasha.audio.AudioProcessingEventInit.Step1
-
- InputDeviceInfo - Class in akasha.media
-
The InputDeviceInfo interface of the Media Streams API gives access to the capabilities of the input device that it represents.
- InputDeviceInfo() - Constructor for class akasha.media.InputDeviceInfo
-
- inputEncoding() - Method in class akasha.Document
-
- InputEvent - Class in akasha
-
The InputEvent interface represents an event notifying the user of editable content changes.
- InputEvent(String, InputEventInit) - Constructor for class akasha.InputEvent
-
The InputEvent() constructor creates a new InputEvent.
- InputEvent(String) - Constructor for class akasha.InputEvent
-
The InputEvent() constructor creates a new InputEvent.
- InputEventHandler - Interface in akasha
-
Handle events of type InputEvent
- InputEventInit - Interface in akasha
-
- InputEventInit.Builder - Interface in akasha
-
- InputEventListener - Interface in akasha
-
Listener for events of type InputEvent
- inputMode - Variable in class akasha.HTMLElement
-
- InputModeType - Annotation Type in akasha
-
The inputmode enumeration that hints at the type of data that might be entered by the user while editing the element or its contents.
- InputModeType.Util - Class in akasha
-
- inputs() - Method in class akasha.midi.MIDIAccess
-
- inputSource() - Method in class akasha.xr.XRInputSourceEvent
-
The XRInputSourceEvent interface's read-only inputSource property specifies the XRInputSource which generated the input event.
- inputSource() - Method in interface akasha.xr.XRInputSourceEventInit
-
The XRInputSourceEventInit dictionary's inputSource property is used when calling the XRInputSourceEvent() constructor to specify the XRInputSource from which the newly-created event is being sent.
- inputSource(XRInputSource) - Method in interface akasha.xr.XRInputSourceEventInit.Step1
-
- inputSource() - Method in class akasha.xr.XRTransientInputHitTestResult
-
- inputSources() - Method in class akasha.xr.XRSession
-
The read-only inputSources property of the XRSession interface returns an XRInputSourceArray object which lists all controllers and input devices which are expressly associated with the XR device and are currently available.
- inputType() - Method in class akasha.InputEvent
-
The inputType read-only property of the InputEvent interface returns the type of change made to editible content.
- inputType(String) - Method in interface akasha.InputEventInit.Builder
-
- inputType() - Method in interface akasha.InputEventInit
-
- InputType - Annotation Type in akasha
-
An enumeration specifying the type of input control to render.
- InputType.Util - Class in akasha
-
- insertAdjacentElement(String, Element) - Method in class akasha.Element
-
The insertAdjacentElement() method of the Element interface inserts a given element node at a given position relative to the element it is invoked upon.
- insertAdjacentHTML(String, String) - Method in class akasha.Element
-
The insertAdjacentHTML() method of the Element interface parses the specified text as HTML or XML and inserts the resulting nodes into the DOM tree at a specified position.
- insertAdjacentText(String, String) - Method in class akasha.Element
-
The insertAdjacentText() method of the Element interface inserts a given text node at a given position relative to the element it is invoked upon.
- insertBefore(Node, Node) - Method in class akasha.Node
-
The Node.insertBefore() method inserts a node before a reference node as a child of a specified parent node.
- insertCell(int) - Method in class akasha.HTMLTableRowElement
-
The HTMLTableRowElement.insertCell() method inserts a new cell (td) into a table row (tr) and returns a reference to the cell.
- insertCell() - Method in class akasha.HTMLTableRowElement
-
The HTMLTableRowElement.insertCell() method inserts a new cell (td) into a table row (tr) and returns a reference to the cell.
- insertData(int, String) - Method in class akasha.CharacterData
-
- insertDebugMarker(String) - Method in class akasha.gpu.GPUCommandEncoder
-
- insertDebugMarker(String) - Method in class akasha.gpu.GPUComputePassEncoder
-
- insertDebugMarker(String) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- insertDebugMarker(String) - Method in class akasha.gpu.GPURenderPassEncoder
-
- insertDTMF(String, int, int) - Method in class akasha.rtc.RTCDTMFSender
-
The insertDTMF() method on the RTCDTMFSender interface starts sending tones to the remote peer over the RTCPeerConnection.
- insertDTMF(String, int) - Method in class akasha.rtc.RTCDTMFSender
-
The insertDTMF() method on the RTCDTMFSender interface starts sending tones to the remote peer over the RTCPeerConnection.
- insertDTMF(String) - Method in class akasha.rtc.RTCDTMFSender
-
The insertDTMF() method on the RTCDTMFSender interface starts sending tones to the remote peer over the RTCPeerConnection.
- insertedSamplesForDeceleration(int) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- insertedSamplesForDeceleration() - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- insertedSamplesForDeceleration(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- insertedSamplesForDeceleration() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- insertedSamplesForDeceleration(int) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- insertItemBefore(SVGLength, int) - Method in class akasha.svg.SVGLengthList
-
- insertItemBefore(SVGNumber, int) - Method in class akasha.svg.SVGNumberList
-
- insertItemBefore(DOMPoint, int) - Method in class akasha.svg.SVGPointList
-
- insertItemBefore(String, int) - Method in class akasha.svg.SVGStringList
-
- insertItemBefore(SVGTransform, int) - Method in class akasha.svg.SVGTransformList
-
- insertNode(Node) - Method in class akasha.Range
-
The Range.insertNode() method inserts a node at the start of the Range.
- insertRow(int) - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.insertRow() method inserts a new row (tr) in a given table, and returns a reference to the new row.
- insertRow() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.insertRow() method inserts a new row (tr) in a given table, and returns a reference to the new row.
- insertRow(int) - Method in class akasha.HTMLTableSectionElement
-
- insertRow() - Method in class akasha.HTMLTableSectionElement
-
- insertRule(String, int) - Method in class akasha.CSSGroupingRule
-
- insertRule(String) - Method in class akasha.CSSGroupingRule
-
- insertRule(String, int) - Method in class akasha.CSSStyleSheet
-
The CSSStyleSheet.insertRule() method inserts a new CSS rule into the current style sheet, with some restrictions.
- insertRule(String) - Method in class akasha.CSSStyleSheet
-
The CSSStyleSheet.insertRule() method inserts a new CSS rule into the current style sheet, with some restrictions.
- installed - Static variable in annotation type akasha.ServiceWorkerState
-
- installing() - Method in class akasha.ServiceWorkerRegistration
-
The installing property of the ServiceWorkerRegistration interface returns a service worker whose ServiceWorker.state is installing.
- installing - Static variable in annotation type akasha.ServiceWorkerState
-
- instance - Static variable in annotation type akasha.gpu.GPUVertexStepMode
-
- Instance - Class in akasha.wasm
-
A WebAssembly.Instance object is a stateful, executable instance of a WebAssembly.Module.
- Instance(Module, JsObject) - Constructor for class akasha.wasm.Instance
-
- Instance(Module) - Constructor for class akasha.wasm.Instance
-
- instance(Instance) - Static method in interface akasha.wasm.WebAssemblyInstantiatedSource
-
- instance() - Method in interface akasha.wasm.WebAssemblyInstantiatedSource
-
- instanceRoot() - Method in class akasha.svg.SVGUseElement
-
- instantiate(BufferSource, JsObject) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code.
- instantiate(BufferSource) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code.
- instantiate(Module, JsObject) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code.
- instantiate(Module) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.instantiate() function allows you to compile and instantiate WebAssembly code.
- instantiateStreaming(Promise<Response>, JsObject) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.instantiateStreaming() function compiles and instantiates a WebAssembly module directly from a streamed underlying source.
- instantiateStreaming(Promise<Response>) - Static method in class akasha.wasm.WebAssembly
-
The WebAssembly.instantiateStreaming() function compiles and instantiates a WebAssembly module directly from a streamed underlying source.
- INT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT - Static variable in class akasha.gl.WebGLRenderingContext
-
- Int16Array - Class in akasha.core
-
The Int16Array typed array represents an array of twos-complement 16-bit signed integers in the
platform byte order.
- Int16Array(int) - Constructor for class akasha.core.Int16Array
-
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
- Int16Array(Int16Array) - Constructor for class akasha.core.Int16Array
-
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
- Int16Array(JsArray<Double>) - Constructor for class akasha.core.Int16Array
-
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
- Int16Array(double[]) - Constructor for class akasha.core.Int16Array
-
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
- Int16Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Int16Array
-
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
- Int16Array(ArrayBuffer, int) - Constructor for class akasha.core.Int16Array
-
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
- Int16Array(ArrayBuffer) - Constructor for class akasha.core.Int16Array
-
The Int16Array() typed array constructor creates an array of twos-complement 16-bit signed integers in the platform byte order.
- Int16Array.Entry - Class in akasha.core
-
- Int16Array.ForEachCallback - Interface in akasha.core
-
- Int16Array.ForEachCallback2 - Interface in akasha.core
-
- Int16Array.ForEachCallback3 - Interface in akasha.core
-
- Int32Array - Class in akasha.core
-
The Int32Array() typed array constructor creates an array of twos-complement 32-bit signed integers in
the platform byte order.
- Int32Array(int) - Constructor for class akasha.core.Int32Array
-
- Int32Array(Int32Array) - Constructor for class akasha.core.Int32Array
-
- Int32Array(JsArray<Double>) - Constructor for class akasha.core.Int32Array
-
- Int32Array(double[]) - Constructor for class akasha.core.Int32Array
-
- Int32Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Int32Array
-
- Int32Array(ArrayBuffer, int) - Constructor for class akasha.core.Int32Array
-
- Int32Array(ArrayBuffer) - Constructor for class akasha.core.Int32Array
-
- Int32Array.Entry - Class in akasha.core
-
- Int32Array.ForEachCallback - Interface in akasha.core
-
- Int32Array.ForEachCallback2 - Interface in akasha.core
-
- Int32Array.ForEachCallback3 - Interface in akasha.core
-
- Int32List - Interface in akasha.gl
-
- Int8Array - Class in akasha.core
-
The Int8Array typed array represents an array of twos-complement 8-bit signed integers.
- Int8Array(int) - Constructor for class akasha.core.Int8Array
-
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
- Int8Array(Int8Array) - Constructor for class akasha.core.Int8Array
-
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
- Int8Array(JsArray<Double>) - Constructor for class akasha.core.Int8Array
-
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
- Int8Array(double[]) - Constructor for class akasha.core.Int8Array
-
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
- Int8Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Int8Array
-
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
- Int8Array(ArrayBuffer, int) - Constructor for class akasha.core.Int8Array
-
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
- Int8Array(ArrayBuffer) - Constructor for class akasha.core.Int8Array
-
The Int8Array() constructor creates a typed array of twos-complement 8-bit signed integers.
- Int8Array.Entry - Class in akasha.core
-
- Int8Array.ForEachCallback - Interface in akasha.core
-
- Int8Array.ForEachCallback2 - Interface in akasha.core
-
- Int8Array.ForEachCallback3 - Interface in akasha.core
-
- INT_2_10_10_10_REV - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_SAMPLER_2D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_SAMPLER_2D_ARRAY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_SAMPLER_3D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_SAMPLER_CUBE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_VEC2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_VEC2 - Static variable in class akasha.gl.WebGLRenderingContext
-
- INT_VEC3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_VEC3 - Static variable in class akasha.gl.WebGLRenderingContext
-
- INT_VEC4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INT_VEC4 - Static variable in class akasha.gl.WebGLRenderingContext
-
- IntegerTypedArray - Interface in akasha.core
-
- integrity - Variable in class akasha.HTMLLinkElement
-
- integrity - Variable in class akasha.HTMLScriptElement
-
- integrity() - Method in class akasha.Request
-
The integrity read-only property of the Request interface contains the subresource integrity value of the request.
- integrity(String) - Method in interface akasha.RequestInit.Builder
-
- integrity() - Method in interface akasha.RequestInit
-
- interactionMode() - Method in class akasha.xr.XRSession
-
- interactive - Static variable in annotation type akasha.audio.AudioContextLatencyCategory
-
- interactive - Static variable in annotation type akasha.DocumentReadyState
-
- intercept() - Method in class akasha.svg.SVGComponentTransferFunctionElement
-
- interface_ - Static variable in annotation type akasha.usb.USBRecipient
-
- interfaceClass() - Method in class akasha.usb.USBAlternateInterface
-
- interfaceName() - Method in class akasha.usb.USBAlternateInterface
-
- interfaceNumber() - Method in class akasha.usb.USBInterface
-
- interfaceProtocol() - Method in class akasha.usb.USBAlternateInterface
-
- interfaces() - Method in class akasha.usb.USBConfiguration
-
- interfaceSubclass() - Method in class akasha.usb.USBAlternateInterface
-
- interimResults - Variable in class akasha.speech.SpeechRecognition
-
The interimResults property of the SpeechRecognition interface controls whether interim results should be returned (true) or not (false.) Interim results are results that are not yet final (e.g.
- INTERLEAVED_ATTRIBS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- internal - Static variable in annotation type akasha.AuthenticatorTransport
-
- internal_error - Static variable in annotation type akasha.MediaKeyStatus
-
- interrupt - Static variable in annotation type akasha.usb.USBEndpointType
-
- interrupted - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- IntersectionObserver - Class in akasha
-
The IntersectionObserver interface of the Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
- IntersectionObserver(IntersectionObserverCallback, IntersectionObserverInit) - Constructor for class akasha.IntersectionObserver
-
The IntersectionObserver() constructor creates and returns a new IntersectionObserver object.
- IntersectionObserver(IntersectionObserverCallback) - Constructor for class akasha.IntersectionObserver
-
The IntersectionObserver() constructor creates and returns a new IntersectionObserver object.
- IntersectionObserverCallback - Interface in akasha
-
- IntersectionObserverEntry - Class in akasha
-
The IntersectionObserverEntry interface of the Intersection Observer API describes the intersection between the target element and its root container at a specific moment of transition.
- IntersectionObserverEntry(IntersectionObserverEntryInit) - Constructor for class akasha.IntersectionObserverEntry
-
- IntersectionObserverEntryInit - Interface in akasha
-
- IntersectionObserverEntryInit.Step1 - Interface in akasha
-
- IntersectionObserverEntryInit.Step2 - Interface in akasha
-
- IntersectionObserverEntryInit.Step3 - Interface in akasha
-
- IntersectionObserverEntryInit.Step4 - Interface in akasha
-
- IntersectionObserverEntryInit.Step5 - Interface in akasha
-
- IntersectionObserverEntryInit.Step6 - Interface in akasha
-
- IntersectionObserverInit - Interface in akasha
-
- IntersectionObserverInit.Builder - Interface in akasha
-
- intersectionRatio() - Method in class akasha.IntersectionObserverEntry
-
The IntersectionObserverEntry interface's read-only intersectionRatio property tells you how much of the target element is currently visible within the root's intersection ratio, as a value between 0.0 and 1.0.
- intersectionRatio() - Method in interface akasha.IntersectionObserverEntryInit
-
- intersectionRatio(double) - Method in interface akasha.IntersectionObserverEntryInit.Step1
-
- intersectionRect() - Method in class akasha.IntersectionObserverEntry
-
The IntersectionObserverEntry interface's read-only intersectionRect property is a DOMRectReadOnly object which describes the smallest rectangle that contains the entire portion of the target element which is currently visible within the intersection root.
- intersectionRect() - Method in interface akasha.IntersectionObserverEntryInit
-
- intersectionRect(DOMRectInit) - Method in interface akasha.IntersectionObserverEntryInit.Step2
-
- IntersectionRoot - Interface in akasha
-
- intersectsNode(Node) - Method in class akasha.Range
-
The Range.intersectsNode() method returns a boolean indicating whether the given Node intersects the Range.
- interval() - Method in class akasha.DeviceMotionEvent
-
Returns the interval, in milliseconds, at which data is obtained from the underlaying hardware.
- interval(double) - Method in interface akasha.DeviceMotionEventInit.Builder
-
- interval() - Method in interface akasha.DeviceMotionEventInit
-
- INUSE_ATTRIBUTE_ERR - Static variable in class akasha.DOMException
-
- INVALID_ACCESS_ERR - Static variable in class akasha.DOMException
-
- invalid_argument - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- INVALID_CHARACTER_ERR - Static variable in class akasha.DOMException
-
- INVALID_ENUM - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INVALID_ENUM - Static variable in class akasha.gl.WebGLRenderingContext
-
- INVALID_FRAMEBUFFER_OPERATION - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INVALID_FRAMEBUFFER_OPERATION - Static variable in class akasha.gl.WebGLRenderingContext
-
- INVALID_INDEX - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INVALID_MODIFICATION_ERR - Static variable in class akasha.DOMException
-
- INVALID_NODE_TYPE_ERR - Static variable in class akasha.DOMException
-
- INVALID_OPERATION - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INVALID_OPERATION - Static variable in class akasha.gl.WebGLRenderingContext
-
- INVALID_STATE_ERR - Static variable in class akasha.DOMException
-
- INVALID_VALUE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INVALID_VALUE - Static variable in class akasha.gl.WebGLRenderingContext
-
- invalidateFramebuffer(int, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.invalidateFramebuffer() method of the WebGL 2 API invalidates the contents of attachments in a framebuffer.
- invalidateFramebuffer(int, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.invalidateFramebuffer() method of the WebGL 2 API invalidates the contents of attachments in a framebuffer.
- invalidateSubFramebuffer(int, JsArray<Double>, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.invalidateSubFramebuffer() method of the WebGL 2 API invalidates portions of the contents of attachments in a framebuffer.
- invalidateSubFramebuffer(int, double[], int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.invalidateSubFramebuffer() method of the WebGL 2 API invalidates portions of the contents of attachments in a framebuffer.
- invalidIteratorState() - Method in class akasha.XPathResult
-
The read-only invalidIteratorState property of the XPathResult interface signifies that the iterator has become invalid.
- inverse - Static variable in annotation type akasha.audio.DistanceModelType
-
- inverse() - Method in class akasha.DOMMatrixReadOnly
-
- inverse() - Method in class akasha.xr.XRRigidTransform
-
The read-only inverse property of the XRRigidTransform interface returns another XRRigidTransform object which is the inverse of its owning transform.
- INVERT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- INVERT - Static variable in class akasha.gl.WebGLRenderingContext
-
- invert - Static variable in annotation type akasha.gpu.GPUStencilOperation
-
- invertSelf() - Method in class akasha.DOMMatrix
-
- invertStereo(boolean) - Method in interface akasha.xr.XRMediaCylinderLayerInit.Builder
-
- invertStereo(boolean) - Method in interface akasha.xr.XRMediaEquirectLayerInit.Builder
-
- invertStereo(boolean) - Method in interface akasha.xr.XRMediaLayerInit.Builder
-
- invertStereo() - Method in interface akasha.xr.XRMediaLayerInit
-
- invertStereo(boolean) - Method in interface akasha.xr.XRMediaQuadLayerInit.Builder
-
- is(Object, Object) - Static method in class akasha.core.JsObject
-
The Object.is() method determines whether two values are the same value.
- is(String) - Method in interface akasha.ElementCreationOptions.Builder
-
- is2D(boolean) - Method in interface akasha.DOMMatrixInit.Builder
-
- is2D() - Method in interface akasha.DOMMatrixInit
-
- is2D() - Method in class akasha.DOMMatrixReadOnly
-
- isArray() - Method in interface akasha.bluetooth.StringOrUUIDArrayUnion
-
- isArray() - Method in interface akasha.CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion
-
- isArray() - Method in interface akasha.DoubleOrDoubleArrayUnion
-
- isArray() - Method in interface akasha.gl.Float32List
-
- isArray() - Method in interface akasha.gl.Int32List
-
- isArray() - Method in interface akasha.gl.Uint32List
-
- isArray() - Method in interface akasha.gpu.GPUColor
-
- isArray() - Method in interface akasha.gpu.GPUExtent3D
-
- isArray() - Method in interface akasha.gpu.GPUOrigin2D
-
- isArray() - Method in interface akasha.gpu.GPUOrigin3D
-
- isArray() - Method in interface akasha.HeadersInit
-
- isArray(Object) - Static method in class akasha.lang.JsArray
-
The Array.isArray() method determines whether the passed value is an Array.
- isArray() - Method in interface akasha.media.ConstrainDOMString
-
- isArray() - Method in interface akasha.StringOrStringArrayUnion
-
- isArray() - Method in interface akasha.VibratePattern
-
- isArrayBuffer() - Method in interface akasha.BlobPart
-
- isArrayBuffer() - Method in interface akasha.BodyInit
-
- isArrayBuffer() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isArrayBuffer() - Method in interface akasha.BufferSourceOrStringUnion
-
- isArrayBuffer() - Method in interface akasha.FileSystemWriteChunkType
-
- isArrayBuffer() - Method in interface akasha.PushMessageDataInit
-
- isArrayBuffer() - Method in interface akasha.StringOrArrayBufferUnion
-
- isArrayBuffer() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isAudioContextLatencyCategory() - Method in interface akasha.audio.AudioContextLatencyCategoryOrDoubleUnion
-
- isAutoKeyword() - Method in interface akasha.LineAndPositionSetting
-
- isBlob() - Method in interface akasha.BlobPart
-
- isBlob() - Method in interface akasha.BodyInit
-
- isBlob() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isBlob() - Method in interface akasha.clipboard.ClipboardItemDataType
-
- isBlob() - Method in interface akasha.FileSystemWriteChunkType
-
- isBlob() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isBluetoothSupported() - Method in class akasha.Navigator
-
- isBoolean() - Method in interface akasha.media.BooleanOrMediaTrackConstraintsUnion
-
- isBoolean() - Method in interface akasha.media.ConstrainBoolean
-
- isBuffer(WebGLBuffer) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isBuffer() method of the WebGL API returns true if the passed WebGLBuffer is valid and false otherwise.
- isBuffer(WebGLBuffer) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isBuffer() method of the WebGL API returns true if the passed WebGLBuffer is valid and false otherwise.
- isCanvasFilter() - Method in interface akasha.StringOrCanvasFilterUnion
-
- isCanvasGradient() - Method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- isCanvasPattern() - Method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- isClient() - Method in interface akasha.ClientOrUndefinedUnion
-
- isClipboardSupported() - Method in class akasha.Navigator
-
- isCollapsed() - Method in class akasha.Selection
-
The Selection.isCollapsed read-only property returns a Boolean which indicates whether or not there is currently any text selected.
- isComposing() - Method in class akasha.InputEvent
-
The InputEvent.isComposing read-only property returns a Boolean value indicating if the event is fired after compositionstart and before compositionend.
- isComposing(boolean) - Method in interface akasha.InputEventInit.Builder
-
- isComposing() - Method in interface akasha.InputEventInit
-
- isComposing() - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.isComposing read-only property returns a Boolean value indicating if the event is fired within a composition session, i.e.
- isComposing(boolean) - Method in interface akasha.KeyboardEventInit.Builder
-
- isComposing() - Method in interface akasha.KeyboardEventInit
-
- isCompositeOperationOrAuto() - Method in interface akasha.CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion
-
- isConfigSupported(AudioDecoderConfig) - Static method in class akasha.codecs.AudioDecoder
-
- isConfigSupported(AudioEncoderConfig) - Static method in class akasha.codecs.AudioEncoder
-
- isConfigSupported(VideoDecoderConfig) - Static method in class akasha.codecs.VideoDecoder
-
- isConfigSupported(VideoEncoderConfig) - Static method in class akasha.codecs.VideoEncoder
-
- isConnected() - Method in class akasha.Node
-
The isConnected read-only property of the Node interface returns a boolean indicating whether the node is connected (directly or indirectly) to the context object, for example the Document object in the case of the normal DOM, or the ShadowRoot in the case of a shadow DOM.
- isConstrainBooleanParameters() - Method in interface akasha.media.ConstrainBoolean
-
- isConstrainDOMStringParameters() - Method in interface akasha.media.ConstrainDOMString
-
- isConstrainDoubleRange() - Method in interface akasha.media.ConstrainDouble
-
- isConstrainULongRange() - Method in interface akasha.media.ConstrainULong
-
- isContentEditable() - Method in class akasha.HTMLElement
-
The HTMLElement.isContentEditable read-only property returns a Boolean that is true if the contents of the element are editable; otherwise it returns false.
- isContextLost() - Method in class akasha.CanvasRenderingContext2D
-
- isContextLost() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isContextLost() method returns a Boolean indicating whether or not the WebGL context has been lost and must be re-established before rendering can resume.
- isContextLost() - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isContextLost() method returns a Boolean indicating whether or not the WebGL context has been lost and must be re-established before rendering can resume.
- isContextLost() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- isCreateAnchorSupported() - Method in class akasha.xr.XRFrame
-
- isCreateAnchorSupported() - Method in class akasha.xr.XRHitTestResult
-
- isCredentialsSupported() - Method in class akasha.Navigator
-
- isCSSPseudoElement() - Method in interface akasha.ElementOrCSSPseudoElementUnion
-
- isCustomElementConstructor() - Method in interface akasha.CustomElementConstructorOrUndefinedUnion
-
- isDataView() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isDataView() - Method in interface akasha.BlobPart
-
- isDataView() - Method in interface akasha.BodyInit
-
- isDataView() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isDataView() - Method in interface akasha.BufferSourceOrStringUnion
-
- isDataView() - Method in interface akasha.FileSystemWriteChunkType
-
- isDataView() - Method in interface akasha.PushMessageDataInit
-
- isDataView() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isDefaultNamespace(String) - Method in class akasha.Node
-
The Node.isDefaultNamespace() method accepts a namespace URI as an argument and returns a Boolean with a value of true if the namespace is the default namespace on the given node or false if not.
- isDepthDataFormatSupported() - Method in class akasha.xr.XRSession
-
- isDepthUsageSupported() - Method in class akasha.xr.XRSession
-
- isDomOverlayStateSupported() - Method in class akasha.xr.XRSession
-
- isDOMPointInit() - Method in interface akasha.UnrestrictedDoubleOrDOMPointInitUnion
-
- isDone() - Method in interface akasha.lang.JsIIterableResult
-
- isDouble() - Method in interface akasha.audio.AudioContextLatencyCategoryOrDoubleUnion
-
- isDouble() - Method in interface akasha.DoubleOrDoubleArrayUnion
-
- isDouble() - Method in interface akasha.LineAndPositionSetting
-
- isDouble() - Method in interface akasha.media.ConstrainDouble
-
- isDouble() - Method in interface akasha.UnrestrictedDoubleOrDOMPointInitUnion
-
- isDouble() - Method in interface akasha.UnrestrictedDoubleOrStringUnion
-
- isElement() - Method in interface akasha.ElementOrCSSPseudoElementUnion
-
- isEnabled(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isEnabled() method of the WebGL API tests whether a specific WebGL capability is enabled or not for this context.
- isEnabled(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isEnabled() method of the WebGL API tests whether a specific WebGL capability is enabled or not for this context.
- isEnvironmentBlendModeSupported() - Method in class akasha.xr.XRSession
-
- isEqualNode(Node) - Method in class akasha.Node
-
The Node.isEqualNode() method tests whether two nodes are equal.
- isEvent() - Method in interface akasha.EventOrStringUnion
-
- isEvent() - Method in interface akasha.EventOrUndefinedUnion
-
- isExtensible(Object) - Static method in class akasha.core.JsObject
-
The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).
- isFallbackAdapter() - Method in class akasha.gpu.GPUAdapter
-
- isFile() - Method in interface akasha.FormDataEntryValue
-
- isFillJointRadiiSupported() - Method in class akasha.xr.XRFrame
-
- isFillPosesSupported() - Method in class akasha.xr.XRFrame
-
- isFinal() - Method in class akasha.speech.SpeechRecognitionResult
-
The isFinal read-only property of the SpeechRecognitionResult interface is a Boolean that states whether this result is final (true) or not (false) — if so, then this is the final time this result will be returned; if not, then this result is an interim result, and may be updated later on.
- isFinite(double) - Static method in class akasha.core.JsNumber
-
The Number.isFinite() method determines whether the passed value is a finite number — that is, it checks that the type of a given value is Number, and the number is neither positive Infinity, negative Infinity, nor NaN.
- isFinite(double) - Static method in class akasha.Global
-
The global isFinite() function determines whether the passed value is a finite number.
- isFirstPersonObserver() - Method in class akasha.xr.XRView
-
- isFloat32Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isFloat32Array() - Method in interface akasha.BlobPart
-
- isFloat32Array() - Method in interface akasha.BodyInit
-
- isFloat32Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isFloat32Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isFloat32Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isFloat32Array() - Method in interface akasha.gl.Float32List
-
- isFloat32Array() - Method in interface akasha.PushMessageDataInit
-
- isFloat32Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isFloat64Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isFloat64Array() - Method in interface akasha.BlobPart
-
- isFloat64Array() - Method in interface akasha.BodyInit
-
- isFloat64Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isFloat64Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isFloat64Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isFloat64Array() - Method in interface akasha.PushMessageDataInit
-
- isFloat64Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isFormData() - Method in interface akasha.BodyInit
-
- isFormData() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isFramebuffer(WebGLFramebuffer) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isFramebuffer() method of the WebGL API returns true if the passed WebGLFramebuffer is valid and false otherwise.
- isFramebuffer(WebGLFramebuffer) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isFramebuffer() method of the WebGL API returns true if the passed WebGLFramebuffer is valid and false otherwise.
- isFrozen(Object) - Static method in class akasha.core.JsObject
-
The Object.isFrozen() determines if an object is frozen.
- isGamepadSupported() - Method in class akasha.xr.XRInputSource
-
- isGeolocationSupported() - Method in class akasha.Navigator
-
- isGetDepthInformationSupported() - Method in class akasha.xr.XRFrame
-
- isGetDepthInformationSupported() - Method in class akasha.xr.XRWebGLBinding
-
- isGetGamepadsSupported() - Method in class akasha.Navigator
-
- isGetHitTestResultsForTransientInputSupported() - Method in class akasha.xr.XRFrame
-
- isGetHitTestResultsSupported() - Method in class akasha.xr.XRFrame
-
- isGetJointPoseSupported() - Method in class akasha.xr.XRFrame
-
- isGetLightEstimateSupported() - Method in class akasha.xr.XRFrame
-
- isGetReflectionCubeMapSupported() - Method in class akasha.xr.XRWebGLBinding
-
- isGPUColorDict() - Method in interface akasha.gpu.GPUColor
-
- isGPUDeviceLostReason() - Method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
-
- isGPUExtent3DDict() - Method in interface akasha.gpu.GPUExtent3D
-
- isGPUOrigin2DDict() - Method in interface akasha.gpu.GPUOrigin2D
-
- isGPUOrigin3DDict() - Method in interface akasha.gpu.GPUOrigin3D
-
- isGpuSupported() - Method in class akasha.Navigator
-
- isGpuSupported() - Method in class akasha.WorkerNavigator
-
- isHandSupported() - Method in class akasha.xr.XRInputSource
-
- isHistoryNavigation() - Method in class akasha.Request
-
- isIdentity() - Method in class akasha.DOMMatrixReadOnly
-
- isIndexedDBSupported() - Static method in class akasha.DedicatedWorkerGlobal
-
- isIndexedDBSupported() - Static method in class akasha.RTCIdentityProviderGlobal
-
- isIndexedDBSupported() - Static method in class akasha.ServiceWorkerGlobal
-
- isIndexedDBSupported() - Static method in class akasha.SharedWorkerGlobal
-
- isIndexedDBSupported() - Method in class akasha.Window
-
- isIndexedDBSupported() - Static method in class akasha.WindowGlobal
-
- isIndexedDBSupported() - Method in class akasha.WorkerGlobalScope
-
- isInt() - Method in interface akasha.bluetooth.BluetoothCharacteristicUUID
-
- isInt() - Method in interface akasha.bluetooth.BluetoothDescriptorUUID
-
- isInt() - Method in interface akasha.bluetooth.BluetoothServiceUUID
-
- isInt() - Method in interface akasha.core.StringifySpaceUnionType
-
- isInt() - Method in interface akasha.core.StringOrLongLongUnion
-
- isInt() - Method in interface akasha.media.ConstrainULong
-
- isInt() - Method in interface akasha.StringOrUnsignedLongUnion
-
- isInt() - Method in interface akasha.VibratePattern
-
- isInt16Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isInt16Array() - Method in interface akasha.BlobPart
-
- isInt16Array() - Method in interface akasha.BodyInit
-
- isInt16Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isInt16Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isInt16Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isInt16Array() - Method in interface akasha.PushMessageDataInit
-
- isInt16Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isInt32Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isInt32Array() - Method in interface akasha.BlobPart
-
- isInt32Array() - Method in interface akasha.BodyInit
-
- isInt32Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isInt32Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isInt32Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isInt32Array() - Method in interface akasha.gl.Int32List
-
- isInt32Array() - Method in interface akasha.PushMessageDataInit
-
- isInt32Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isInt8Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isInt8Array() - Method in interface akasha.BlobPart
-
- isInt8Array() - Method in interface akasha.BodyInit
-
- isInt8Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isInt8Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isInt8Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isInt8Array() - Method in interface akasha.PushMessageDataInit
-
- isInt8Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isInteger(double) - Static method in class akasha.core.JsNumber
-
The Number.isInteger() method determines whether the passed value is an integer.
- isInteractionModeSupported() - Method in class akasha.xr.XRSession
-
- isIntersecting() - Method in class akasha.IntersectionObserverEntry
-
The IntersectionObserverEntry interface's read-only isIntersecting property is a Boolean value which is true if the target element intersects with the intersection observer's root.
- isIntersecting() - Method in interface akasha.IntersectionObserverEntryInit
-
- isIntersecting(boolean) - Method in interface akasha.IntersectionObserverEntryInit.Step3
-
- isIsFirstPersonObserverSupported() - Method in class akasha.xr.XRView
-
- isLayersSupported() - Method in class akasha.xr.XRRenderState
-
- isLocalStorageSupported() - Method in class akasha.Window
-
- isLocalStorageSupported() - Static method in class akasha.WindowGlobal
-
- isLockFree(int) - Static method in class akasha.core.Atomics
-
An optimization primitive that can be used to determine whether to use locks or atomic operations.
- isMap - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement proeprty isMap is a Boolean value which indicates that the image is to be used by a server-side image map.
- isMediaDevicesSupported() - Method in class akasha.Navigator
-
- isMediaList() - Method in interface akasha.media.MediaListOrStringUnion
-
- isMediaTrackConstraints() - Method in interface akasha.media.BooleanOrMediaTrackConstraintsUnion
-
- isNaN(double) - Static method in class akasha.core.JsNumber
-
The Number.isNaN() method determines whether the passed value is NaN and its type is Number.
- isNaN(double) - Static method in class akasha.Global
-
The isNaN() function determines whether a value is NaN or not.
- isObject() - Method in interface akasha.crypto.AlgorithmIdentifier
-
- isochronous - Static variable in annotation type akasha.usb.USBEndpointType
-
- isochronousTransferIn(short, JsArray<Double>) - Method in class akasha.usb.USBDevice
-
- isochronousTransferIn(short, double...) - Method in class akasha.usb.USBDevice
-
- isochronousTransferOut(short, BufferSource, JsArray<Double>) - Method in class akasha.usb.USBDevice
-
- isochronousTransferOut(short, BufferSource, double...) - Method in class akasha.usb.USBDevice
-
- isolated() - Method in class akasha.media.MediaStreamTrack
-
- isPermissionsSupported() - Method in class akasha.Navigator
-
- isPointInFill(DOMPointInit) - Method in class akasha.svg.SVGGeometryElement
-
The SVGGeometryElement.isPointInFill() method determines whether a given point is within the fill shape of an element.
- isPointInFill() - Method in class akasha.svg.SVGGeometryElement
-
The SVGGeometryElement.isPointInFill() method determines whether a given point is within the fill shape of an element.
- isPointInPath(double, double, String) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.isPointInPath() method of the Canvas 2D API reports whether or not the specified point is contained in the current path.
- isPointInPath(double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.isPointInPath() method of the Canvas 2D API reports whether or not the specified point is contained in the current path.
- isPointInPath(Path2D, double, double, String) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.isPointInPath() method of the Canvas 2D API reports whether or not the specified point is contained in the current path.
- isPointInPath(Path2D, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.isPointInPath() method of the Canvas 2D API reports whether or not the specified point is contained in the current path.
- isPointInPath(double, double, String) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- isPointInPath(double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- isPointInPath(Path2D, double, double, String) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- isPointInPath(Path2D, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- isPointInRange(Node, int) - Method in class akasha.Range
-
The Range.isPointInRange() method returns a boolean indicating whether the given point is in the Range.
- isPointInStroke(double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.isPointInStroke() method of the Canvas 2D API reports whether or not the specified point is inside the area contained by the stroking of a path.
- isPointInStroke(Path2D, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.isPointInStroke() method of the Canvas 2D API reports whether or not the specified point is inside the area contained by the stroking of a path.
- isPointInStroke(double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- isPointInStroke(Path2D, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- isPointInStroke(DOMPointInit) - Method in class akasha.svg.SVGGeometryElement
-
The SVGGeometryElement.isPointInStroke() method determines whether a given point is within the stroke shape of an element.
- isPointInStroke() - Method in class akasha.svg.SVGGeometryElement
-
The SVGGeometryElement.isPointInStroke() method determines whether a given point is within the stroke shape of an element.
- isPreferredReflectionFormatSupported() - Method in class akasha.xr.XRSession
-
- isPrimary() - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.isPrimary read-only property returns a Boolean that indicates whether this is a primary service.
- isPrimary() - Method in class akasha.PointerEvent
-
The isPrimary read-only property of the PointerEvent interface indicates whether or not the pointer device that created the event is the primary pointer.
- isPrimary(boolean) - Method in interface akasha.PointerEventInit.Builder
-
- isPrimary() - Method in interface akasha.PointerEventInit
-
- isProgram(WebGLProgram) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isProgram() method of the WebGL API returns true if the passed WebGLProgram is valid, false otherwise.
- isProgram(WebGLProgram) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isProgram() method of the WebGL API returns true if the passed WebGLProgram is valid, false otherwise.
- isPropertyMap() - Method in interface akasha.HeadersInit
-
- isPrototypeOf(JsObject) - Static method in class akasha.audio.AudioWorkletGlobal
-
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
- isPrototypeOf(JsObject) - Method in class akasha.core.JsObject
-
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
- isPrototypeOf(JsObject) - Static method in class akasha.DedicatedWorkerGlobal
-
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
- isPrototypeOf(JsObject) - Static method in class akasha.RTCIdentityProviderGlobal
-
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
- isPrototypeOf(JsObject) - Static method in class akasha.ServiceWorkerGlobal
-
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
- isPrototypeOf(JsObject) - Static method in class akasha.SharedWorkerGlobal
-
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
- isPrototypeOf(JsObject) - Static method in class akasha.WindowGlobal
-
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
- isQuery(WebGLQuery) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.isQuery() method of the WebGL 2 API returns true if the passed object is a valid WebGLQuery object.
- isQueryEXT(WebGLTimerQueryEXT) - Method in class akasha.gl.EXT_disjoint_timer_query
-
- isReadableStream() - Method in interface akasha.BodyInit
-
- isReloadNavigation() - Method in class akasha.Request
-
- isRemote(boolean) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
- isRemote() - Method in interface akasha.rtc.RTCIceCandidateStats
-
- isRenderbuffer(WebGLRenderbuffer) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isRenderbuffer() method of the WebGL API returns true if the passed WebGLRenderbuffer is valid and false otherwise.
- isRenderbuffer(WebGLRenderbuffer) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isRenderbuffer() method of the WebGL API returns true if the passed WebGLRenderbuffer is valid and false otherwise.
- isRequest() - Method in interface akasha.RequestInfo
-
- isRequestHitTestSourceForTransientInputSupported() - Method in class akasha.xr.XRSession
-
- isRequestHitTestSourceSupported() - Method in class akasha.xr.XRSession
-
- isRequestLightProbeSupported() - Method in class akasha.xr.XRSession
-
- isRequestMediaKeySystemAccessSupported() - Method in class akasha.Navigator
-
- isRequestMIDIAccessSupported() - Method in class akasha.Navigator
-
- isResponse() - Method in interface akasha.ResponseOrUndefinedUnion
-
- isSafeInteger(double) - Static method in class akasha.core.JsNumber
-
The Number.isSafeInteger() method determines whether the provided value is a number that is a safe integer.
- isSameEntry(FileSystemHandle) - Method in class akasha.FileSystemHandle
-
- isSameNode(Node) - Method in class akasha.Node
-
The isSameNode() method for Node objects tests whether two nodes are the same (that is, whether they reference the same object).
- isSampler(WebGLSampler) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.isSampler() method of the WebGL 2 API returns true if the passed object is a valid WebGLSampler object.
- isSealed(Object) - Static method in class akasha.core.JsObject
-
The Object.isSealed() method determines if an object is sealed.
- isSecureContext() - Static method in class akasha.DedicatedWorkerGlobal
-
The isSecureContext read-only property of the WindowOrWorkerGlobalScope interface returns a boolean indicating whether the current context is secure (true) or not (false).
- isSecureContext() - Static method in class akasha.RTCIdentityProviderGlobal
-
The isSecureContext read-only property of the WindowOrWorkerGlobalScope interface returns a boolean indicating whether the current context is secure (true) or not (false).
- isSecureContext() - Static method in class akasha.ServiceWorkerGlobal
-
The isSecureContext read-only property of the WindowOrWorkerGlobalScope interface returns a boolean indicating whether the current context is secure (true) or not (false).
- isSecureContext() - Static method in class akasha.SharedWorkerGlobal
-
The isSecureContext read-only property of the WindowOrWorkerGlobalScope interface returns a boolean indicating whether the current context is secure (true) or not (false).
- isSecureContext() - Method in class akasha.Window
-
The window.isSecureContext read-only property indicates whether a context is capable of using features that require secure contexts.
- isSecureContext() - Static method in class akasha.WindowGlobal
-
The window.isSecureContext read-only property indicates whether a context is capable of using features that require secure contexts.
- isSecureContext() - Method in class akasha.WorkerGlobalScope
-
The isSecureContext read-only property of the WindowOrWorkerGlobalScope interface returns a boolean indicating whether the current context is secure (true) or not (false).
- isSendBeaconSupported() - Method in class akasha.Navigator
-
- isServiceWorkerRegistration() - Method in interface akasha.ServiceWorkerRegistrationOrUndefinedUnion
-
- isServiceWorkerSupported() - Method in class akasha.Navigator
-
- isSessionStorageSupported() - Method in class akasha.Window
-
- isSessionStorageSupported() - Static method in class akasha.WindowGlobal
-
- isSessionSupported(String) - Method in class akasha.xr.XRSystem
-
The XRSystem method isSessionSupported() returns a promise which resolves to true if the specified WebXR session mode is supported by the user's WebXR device.
- isShader(WebGLShader) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isShader() method of the WebGL API returns true if the passed WebGLShader is valid, false otherwise.
- isShader(WebGLShader) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isShader() method of the WebGL API returns true if the passed WebGLShader is valid, false otherwise.
- isShareSupported() - Method in class akasha.Navigator
-
- isSpeechSynthesisSupported() - Method in class akasha.Window
-
- isSpeechSynthesisSupported() - Static method in class akasha.WindowGlobal
-
- isStatic(boolean) - Method in interface akasha.xr.XRCubeLayerInit.Builder
-
- isStatic(boolean) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- isStatic(boolean) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- isStatic(boolean) - Method in interface akasha.xr.XRLayerInit.Builder
-
- isStatic() - Method in interface akasha.xr.XRLayerInit
-
- isStatic(boolean) - Method in interface akasha.xr.XRQuadLayerInit.Builder
-
- isString() - Method in interface akasha.BlobPart
-
- isString() - Method in interface akasha.bluetooth.BluetoothCharacteristicUUID
-
- isString() - Method in interface akasha.bluetooth.BluetoothDescriptorUUID
-
- isString() - Method in interface akasha.bluetooth.BluetoothServiceUUID
-
- isString() - Method in interface akasha.bluetooth.StringOrUUIDArrayUnion
-
- isString() - Method in interface akasha.BodyInit
-
- isString() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isString() - Method in interface akasha.BufferSourceOrStringUnion
-
- isString() - Method in interface akasha.clipboard.ClipboardItemDataType
-
- isString() - Method in interface akasha.core.StringifySpaceUnionType
-
- isString() - Method in interface akasha.core.StringOrLongLongUnion
-
- isString() - Method in interface akasha.crypto.AlgorithmIdentifier
-
- isString() - Method in interface akasha.EventOrStringUnion
-
- isString() - Method in interface akasha.FileSystemWriteChunkType
-
- isString() - Method in interface akasha.FormDataEntryValue
-
- isString() - Method in interface akasha.media.ConstrainDOMString
-
- isString() - Method in interface akasha.media.MediaListOrStringUnion
-
- isString() - Method in interface akasha.PushMessageDataInit
-
- isString() - Method in interface akasha.RequestInfo
-
- isString() - Method in interface akasha.StringOrArrayBufferUnion
-
- isString() - Method in interface akasha.StringOrCanvasFilterUnion
-
- isString() - Method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- isString() - Method in interface akasha.StringOrStringArrayUnion
-
- isString() - Method in interface akasha.StringOrUndefinedUnion
-
- isString() - Method in interface akasha.StringOrUnsignedLongUnion
-
- isString() - Method in interface akasha.UnrestrictedDoubleOrStringUnion
-
- isString() - Method in interface akasha.XMLHttpRequestBodyInit
-
- issuerCertificateId(String) - Method in interface akasha.rtc.RTCCertificateStats.Builder
-
- isSync(WebGLSync) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.isSync() method of the WebGL 2 API returns true if the passed object is a valid WebGLSync object.
- isTexture(WebGLTexture) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.isTexture() method of the WebGL API returns true if the passed WebGLTexture is valid and false otherwise.
- isTexture(WebGLTexture) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.isTexture() method of the WebGL API returns true if the passed WebGLTexture is valid and false otherwise.
- isTrackedAnchorsSupported() - Method in class akasha.xr.XRFrame
-
- isTransformFeedback(WebGLTransformFeedback) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.isTransformFeedback() method of the WebGL 2 API returns true if the passed object is a valid WebGLTransformFeedback object.
- isTrusted() - Method in class akasha.Event
-
The isTrusted read-only property of the Event interface is a Boolean that is true when the event was generated by a user action, and false when the event was created or modified by a script or dispatched via EventTarget.dispatchEvent().
- isTypeSupported(String) - Static method in class akasha.codecs.ImageDecoder
-
- isTypeSupported(String) - Static method in class akasha.media.MediaRecorder
-
The MediaRecorder.isTypeSupported() static method returns a Boolean which is true if the MIME type specified is one the user agent should be able to successfully record.
- isTypeSupported(String) - Static method in class akasha.media.MediaSource
-
The MediaSource.isTypeSupported() static method returns a Boolean value which is true if the given MIME type is likely to be supported by the current user agent.
- isUint16Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isUint16Array() - Method in interface akasha.BlobPart
-
- isUint16Array() - Method in interface akasha.BodyInit
-
- isUint16Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isUint16Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isUint16Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isUint16Array() - Method in interface akasha.PushMessageDataInit
-
- isUint16Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isUint32Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isUint32Array() - Method in interface akasha.BlobPart
-
- isUint32Array() - Method in interface akasha.BodyInit
-
- isUint32Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isUint32Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isUint32Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isUint32Array() - Method in interface akasha.gl.Uint32List
-
- isUint32Array() - Method in interface akasha.PushMessageDataInit
-
- isUint32Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isUint8Array() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isUint8Array() - Method in interface akasha.BlobPart
-
- isUint8Array() - Method in interface akasha.BodyInit
-
- isUint8Array() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isUint8Array() - Method in interface akasha.BufferSourceOrStringUnion
-
- isUint8Array() - Method in interface akasha.FileSystemWriteChunkType
-
- isUint8Array() - Method in interface akasha.PushMessageDataInit
-
- isUint8Array() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isUint8ClampedArray() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isUint8ClampedArray() - Method in interface akasha.BlobPart
-
- isUint8ClampedArray() - Method in interface akasha.BodyInit
-
- isUint8ClampedArray() - Method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- isUint8ClampedArray() - Method in interface akasha.BufferSourceOrStringUnion
-
- isUint8ClampedArray() - Method in interface akasha.FileSystemWriteChunkType
-
- isUint8ClampedArray() - Method in interface akasha.PushMessageDataInit
-
- isUint8ClampedArray() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isURLSearchParams() - Method in interface akasha.BodyInit
-
- isURLSearchParams() - Method in interface akasha.XMLHttpRequestBodyInit
-
- isUsbSupported() - Method in class akasha.Navigator
-
- isUsbSupported() - Method in class akasha.WorkerNavigator
-
- isUserVerifyingPlatformAuthenticatorAvailable() - Static method in class akasha.PublicKeyCredential
-
isUserVerifyingPlatformAuthenticatorAvailable() is a static method of the PublicKeyCredential interface that returns a Promise which resolves to true if a user-verifying platform authenticator is available.
- isValid(String) - Static method in class akasha.AlignSetting.Util
-
- isValid(String) - Static method in class akasha.AnimationPlayState.Util
-
- isValid(String) - Static method in class akasha.AnimationReplaceState.Util
-
- isValid(String) - Static method in class akasha.AttestationConveyancePreference.Util
-
- isValid(String) - Static method in class akasha.audio.AudioContextLatencyCategory.Util
-
- isValid(String) - Static method in class akasha.audio.AudioContextState.Util
-
- isValid(String) - Static method in class akasha.audio.AutomationRate.Util
-
- isValid(String) - Static method in class akasha.audio.BiquadFilterType.Util
-
- isValid(String) - Static method in class akasha.audio.ChannelCountMode.Util
-
- isValid(String) - Static method in class akasha.audio.ChannelInterpretation.Util
-
- isValid(String) - Static method in class akasha.audio.DistanceModelType.Util
-
- isValid(String) - Static method in class akasha.audio.OscillatorType.Util
-
- isValid(String) - Static method in class akasha.audio.OverSampleType.Util
-
- isValid(String) - Static method in class akasha.audio.PanningModelType.Util
-
- isValid(String) - Static method in class akasha.AudioTrackKind.Util
-
- isValid(String) - Static method in class akasha.AuthenticatorAttachment.Util
-
- isValid(String) - Static method in class akasha.AuthenticatorTransport.Util
-
- isValid(String) - Static method in class akasha.AutocapitalizeType.Util
-
- isValid(String) - Static method in class akasha.AutocompleteType.Util
-
- isValid(String) - Static method in class akasha.AutoKeyword.Util
-
- isValid(String) - Static method in class akasha.BinaryType.Util
-
- isValid(String) - Static method in class akasha.ButtonType.Util
-
- isValid(String) - Static method in class akasha.CanPlayTypeResult.Util
-
- isValid(String) - Static method in class akasha.CanvasDirection.Util
-
- isValid(String) - Static method in class akasha.CanvasFillRule.Util
-
- isValid(String) - Static method in class akasha.CanvasFontKerning.Util
-
- isValid(String) - Static method in class akasha.CanvasFontStretch.Util
-
- isValid(String) - Static method in class akasha.CanvasFontVariantCaps.Util
-
- isValid(String) - Static method in class akasha.CanvasLineCap.Util
-
- isValid(String) - Static method in class akasha.CanvasLineJoin.Util
-
- isValid(String) - Static method in class akasha.CanvasTextAlign.Util
-
- isValid(String) - Static method in class akasha.CanvasTextBaseline.Util
-
- isValid(String) - Static method in class akasha.CanvasTextRendering.Util
-
- isValid(String) - Static method in class akasha.ClientType.Util
-
- isValid(String) - Static method in class akasha.clipboard.PresentationStyle.Util
-
- isValid(String) - Static method in class akasha.codecs.AlphaOption.Util
-
- isValid(String) - Static method in class akasha.codecs.AudioSampleFormat.Util
-
- isValid(String) - Static method in class akasha.codecs.CodecState.Util
-
- isValid(String) - Static method in class akasha.codecs.EncodedAudioChunkType.Util
-
- isValid(String) - Static method in class akasha.codecs.EncodedVideoChunkType.Util
-
- isValid(String) - Static method in class akasha.codecs.HardwareAcceleration.Util
-
- isValid(String) - Static method in class akasha.codecs.LatencyMode.Util
-
- isValid(String) - Static method in class akasha.codecs.VideoColorPrimaries.Util
-
- isValid(String) - Static method in class akasha.codecs.VideoMatrixCoefficients.Util
-
- isValid(String) - Static method in class akasha.codecs.VideoPixelFormat.Util
-
- isValid(String) - Static method in class akasha.codecs.VideoTransferCharacteristics.Util
-
- isValid(String) - Static method in class akasha.ColorSpaceConversion.Util
-
- isValid(String) - Static method in class akasha.CompositeOperation.Util
-
- isValid(String) - Static method in class akasha.CompositeOperationOrAuto.Util
-
- isValid(String) - Static method in class akasha.core.AtomicWaitResult.Util
-
- isValid(String) - Static method in class akasha.CredentialMediationRequirement.Util
-
- isValid(String) - Static method in class akasha.CrossOriginType.Util
-
- isValid(String) - Static method in class akasha.crypto.KeyFormat.Util
-
- isValid(String) - Static method in class akasha.crypto.KeyType.Util
-
- isValid(String) - Static method in class akasha.crypto.KeyUsage.Util
-
- isValid(int) - Static method in class akasha.CSSRuleType.Util
-
- isValid(String) - Static method in class akasha.DevicePermissionState.Util
-
- isValid(String) - Static method in class akasha.DirectionSetting.Util
-
- isValid(String) - Static method in class akasha.DirType.Util
-
- isValid(String) - Static method in class akasha.DocumentReadyState.Util
-
- isValid(int) - Static method in class akasha.DOMExceptionCode.Util
-
- isValid(String) - Static method in class akasha.DOMParserSupportedType.Util
-
- isValid(String) - Static method in class akasha.EndingType.Util
-
- isValid(int) - Static method in class akasha.EventPhase.Util
-
- isValid(int) - Static method in class akasha.EventSourceReadyState.Util
-
- isValid(int) - Static method in class akasha.FileReaderReadyState.Util
-
- isValid(String) - Static method in class akasha.FileSystemHandleKind.Util
-
- isValid(String) - Static method in class akasha.FillMode.Util
-
- isValid(String) - Static method in class akasha.FormAutocompleteType.Util
-
- isValid(String) - Static method in class akasha.FormEncodingType.Util
-
- isValid(String) - Static method in class akasha.FormMethodType.Util
-
- isValid(String) - Static method in class akasha.FrameType.Util
-
- isValid(String) - Static method in class akasha.FullscreenNavigationUI.Util
-
- isValid(String) - Static method in class akasha.GamepadHand.Util
-
- isValid(String) - Static method in class akasha.GamepadHapticActuatorType.Util
-
- isValid(String) - Static method in class akasha.GamepadMappingType.Util
-
- isValid(int) - Static method in class akasha.GeolocationPositionErrorCode.Util
-
- isValid(int) - Static method in class akasha.gl.ActiveInfoDataType.Util
-
- isValid(int) - Static method in class akasha.gl.AttributeComponentDataType.Util
-
- isValid(int) - Static method in class akasha.gl.AttributeComponentIntegerDataType.Util
-
- isValid(int) - Static method in class akasha.gl.AttributeDataType.Util
-
- isValid(int) - Static method in class akasha.gl.BlendFactor.Util
-
- isValid(int) - Static method in class akasha.gl.BufferTargetType.Util
-
- isValid(int) - Static method in class akasha.gl.Capability.Util
-
- isValid(int) - Static method in class akasha.gl.DrawElementsDataType.Util
-
- isValid(int) - Static method in class akasha.gl.DrawMode.Util
-
- isValid(int) - Static method in class akasha.gl.FramebufferAttachment.Util
-
- isValid(int) - Static method in class akasha.gl.FramebufferTargetType.Util
-
- isValid(int) - Static method in class akasha.gl.PixelFormat.Util
-
- isValid(int) - Static method in class akasha.gl.PixelStorageParameter.Util
-
- isValid(int) - Static method in class akasha.gl.ProgramParameterType.Util
-
- isValid(int) - Static method in class akasha.gl.ReadableTextureParameter.Util
-
- isValid(int) - Static method in class akasha.gl.RenderbufferStorageInternalFormat.Util
-
- isValid(int) - Static method in class akasha.gl.RenderbufferStorageTarget.Util
-
- isValid(int) - Static method in class akasha.gl.RenderbufferTargetType.Util
-
- isValid(int) - Static method in class akasha.gl.SamplerMagnificationFilter.Util
-
- isValid(int) - Static method in class akasha.gl.SamplerMinificationFilter.Util
-
- isValid(int) - Static method in class akasha.gl.SamplerWrapMode.Util
-
- isValid(int) - Static method in class akasha.gl.ShaderParameterType.Util
-
- isValid(int) - Static method in class akasha.gl.ShaderType.Util
-
- isValid(int) - Static method in class akasha.gl.TexelDataType.Util
-
- isValid(int) - Static method in class akasha.gl.Texture2DSurfaceTargetType.Util
-
- isValid(int) - Static method in class akasha.gl.Texture2DTargetType.Util
-
- isValid(int) - Static method in class akasha.gl.Texture3DTargetType.Util
-
- isValid(int) - Static method in class akasha.gl.TextureComparisonFunction.Util
-
- isValid(int) - Static method in class akasha.gl.TextureComparisonMode.Util
-
- isValid(int) - Static method in class akasha.gl.TextureFormat.Util
-
- isValid(int) - Static method in class akasha.gl.TextureInternalFormat.Util
-
- isValid(int) - Static method in class akasha.gl.TextureParameter.Util
-
- isValid(int) - Static method in class akasha.gl.TextureTargetType.Util
-
- isValid(int) - Static method in class akasha.gl.UniformDataType.Util
-
- isValid(int) - Static method in class akasha.gl.UsageType.Util
-
- isValid(int) - Static method in class akasha.gl.VertexAttribOffsetParameterName.Util
-
- isValid(int) - Static method in class akasha.gl.VertexDimensions.Validator
-
- isValid(int) - Static method in class akasha.gl.WebGLContextError.Util
-
- isValid(String) - Static method in class akasha.gl.WebGLExtensionName.Util
-
- isValid(int) - Static method in class akasha.gl.WebGLParameterName.Util
-
- isValid(String) - Static method in class akasha.gl.WebGLPowerPreference.Util
-
- isValid(int) - Static method in class akasha.gl.Winding.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUAddressMode.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUBlendFactor.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUBlendOperation.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUBufferBindingType.Util
-
- isValid(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUCanvasCompositingAlphaMode.Util
-
- isValid(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUCompareFunction.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUCompilationMessageType.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUComputePassTimestampLocation.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUCullMode.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUDeviceLostReason.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUErrorFilter.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUFeatureName.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUFilterMode.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUFrontFace.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUIndexFormat.Util
-
- isValid(String) - Static method in class akasha.gpu.GPULoadOp.Util
-
- isValid(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUPowerPreference.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUPredefinedColorSpace.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUPrimitiveTopology.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUQueryType.Util
-
- isValid(String) - Static method in class akasha.gpu.GPURenderPassTimestampLocation.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUSamplerBindingType.Util
-
- isValid(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUStencilOperation.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUStorageTextureAccess.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUStoreOp.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUTextureAspect.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUTextureDimension.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUTextureFormat.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUTextureSampleType.Util
-
- isValid(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUTextureViewDimension.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUVertexFormat.Util
-
- isValid(String) - Static method in class akasha.gpu.GPUVertexStepMode.Util
-
- isValid(int) - Static method in class akasha.HTMLMediaElementNetworkState.Util
-
- isValid(int) - Static method in class akasha.HTMLMediaElementReadyState.Util
-
- isValid(int) - Static method in class akasha.HTMLTrackElementReadyState.Util
-
- isValid(String) - Static method in class akasha.idb.IDBCursorDirection.Util
-
- isValid(String) - Static method in class akasha.idb.IDBRequestReadyState.Util
-
- isValid(String) - Static method in class akasha.idb.IDBTransactionDurability.Util
-
- isValid(String) - Static method in class akasha.idb.IDBTransactionMode.Util
-
- isValid(String) - Static method in class akasha.ImageOrientation.Util
-
- isValid(String) - Static method in class akasha.ImageSmoothingQuality.Util
-
- isValid(String) - Static method in class akasha.InputModeType.Util
-
- isValid(String) - Static method in class akasha.InputType.Util
-
- isValid(int) - Static method in class akasha.KeyboardEventLocation.Util
-
- isValid(String) - Static method in class akasha.LargeBlobSupport.Util
-
- isValid(String) - Static method in class akasha.LineAlignSetting.Util
-
- isValid(String) - Static method in class akasha.LoadingType.Util
-
- isValid(String) - Static method in class akasha.media.AppendMode.Util
-
- isValid(String) - Static method in class akasha.media.BitrateMode.Util
-
- isValid(String) - Static method in class akasha.media.CursorCaptureConstraint.Util
-
- isValid(String) - Static method in class akasha.media.DisplayCaptureSurfaceType.Util
-
- isValid(String) - Static method in class akasha.media.EndOfStreamError.Util
-
- isValid(String) - Static method in class akasha.media.MediaDeviceKind.Util
-
- isValid(String) - Static method in class akasha.media.MediaStreamTrackState.Util
-
- isValid(String) - Static method in class akasha.media.ReadyState.Util
-
- isValid(String) - Static method in class akasha.media.RecordingState.Util
-
- isValid(String) - Static method in class akasha.media.VideoFacingModeEnum.Util
-
- isValid(String) - Static method in class akasha.media.VideoResizeModeEnum.Util
-
- isValid(int) - Static method in class akasha.MediaErrorCode.Util
-
- isValid(String) - Static method in class akasha.MediaKeyMessageType.Util
-
- isValid(String) - Static method in class akasha.MediaKeySessionType.Util
-
- isValid(String) - Static method in class akasha.MediaKeysRequirement.Util
-
- isValid(String) - Static method in class akasha.MediaKeyStatus.Util
-
- isValid(String) - Static method in class akasha.MediaPreloadType.Util
-
- isValid(String) - Static method in class akasha.midi.MIDIPortConnectionState.Util
-
- isValid(String) - Static method in class akasha.midi.MIDIPortDeviceState.Util
-
- isValid(String) - Static method in class akasha.midi.MIDIPortType.Util
-
- isValid(int) - Static method in class akasha.NodeType.Util
-
- isValid(String) - Static method in class akasha.notifications.NotificationDirection.Util
-
- isValid(String) - Static method in class akasha.notifications.NotificationPermission.Util
-
- isValid(String) - Static method in class akasha.OffscreenRenderingContextId.Util
-
- isValid(String) - Static method in class akasha.OrientationLockType.Util
-
- isValid(String) - Static method in class akasha.OrientationType.Util
-
- isValid(String) - Static method in class akasha.perf.NavigationType.Util
-
- isValid(int) - Static method in class akasha.perf.PerformanceNavigationType.Util
-
- isValid(String) - Static method in class akasha.PermissionState.Util
-
- isValid(String) - Static method in class akasha.PlaybackDirection.Util
-
- isValid(String) - Static method in class akasha.PositionAlignSetting.Util
-
- isValid(String) - Static method in class akasha.PredefinedColorSpace.Util
-
- isValid(String) - Static method in class akasha.PremultiplyAlpha.Util
-
- isValid(String) - Static method in class akasha.PublicKeyCredentialType.Util
-
- isValid(String) - Static method in class akasha.PushEncryptionKeyName.Util
-
- isValid(int) - Static method in class akasha.RangeCompareType.Util
-
- isValid(String) - Static method in class akasha.ReadableStreamReaderMode.Util
-
- isValid(String) - Static method in class akasha.ReadableStreamType.Util
-
- isValid(String) - Static method in class akasha.ReferrerPolicy.Util
-
- isValid(String) - Static method in class akasha.RenderContextType.Util
-
- isValid(String) - Static method in class akasha.RequestCache.Util
-
- isValid(String) - Static method in class akasha.RequestCredentials.Util
-
- isValid(String) - Static method in class akasha.RequestDestination.Util
-
- isValid(String) - Static method in class akasha.RequestMode.Util
-
- isValid(String) - Static method in class akasha.RequestRedirect.Util
-
- isValid(String) - Static method in class akasha.ResidentKeyRequirement.Util
-
- isValid(String) - Static method in class akasha.ResizeObserverBoxOptions.Util
-
- isValid(String) - Static method in class akasha.ResizeQuality.Util
-
- isValid(String) - Static method in class akasha.ResponseType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCBundlePolicy.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCCodecType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCDataChannelState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCDtlsTransportState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCErrorDetailType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCErrorDetailTypeIdp.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceCandidateType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceComponent.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceConnectionState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceCredentialType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceGathererState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceGatheringState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceProtocol.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceRole.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceTcpCandidateType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceTransportPolicy.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCIceTransportState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCPeerConnectionState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCPriorityType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCQualityLimitationReason.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCRtcpMuxPolicy.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCRtpTransceiverDirection.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCSctpTransportState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCSdpType.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCSignalingState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCStatsIceCandidatePairState.Util
-
- isValid(String) - Static method in class akasha.rtc.RTCStatsType.Util
-
- isValid(String) - Static method in class akasha.ScopeType.Util
-
- isValid(String) - Static method in class akasha.ScrollBehavior.Util
-
- isValid(String) - Static method in class akasha.ScrollLogicalPosition.Util
-
- isValid(String) - Static method in class akasha.ScrollRestoration.Util
-
- isValid(String) - Static method in class akasha.ScrollSetting.Util
-
- isValid(String) - Static method in class akasha.SecurityPolicyViolationEventDisposition.Util
-
- isValid(String) - Static method in class akasha.SelectionMode.Util
-
- isValid(String) - Static method in class akasha.ServiceWorkerState.Util
-
- isValid(String) - Static method in class akasha.ServiceWorkerUpdateViaCache.Util
-
- isValid(String) - Static method in class akasha.ShadowRootMode.Util
-
- isValid(String) - Static method in class akasha.SlotAssignmentMode.Util
-
- isValid(String) - Static method in class akasha.speech.SpeechRecognitionErrorCode.Util
-
- isValid(String) - Static method in class akasha.speech.SpeechSynthesisErrorCode.Util
-
- isValid(String) - Static method in class akasha.TextTrackKind.Util
-
- isValid(String) - Static method in class akasha.TextTrackMode.Util
-
- isValid(String) - Static method in class akasha.TimelinePhase.Util
-
- isValid(String) - Static method in class akasha.TokenBindingStatus.Util
-
- isValid(String) - Static method in class akasha.TouchType.Util
-
- isValid(String) - Static method in class akasha.TrackKind.Util
-
- isValid(String) - Static method in class akasha.usb.USBDirection.Util
-
- isValid(String) - Static method in class akasha.usb.USBEndpointType.Util
-
- isValid(String) - Static method in class akasha.usb.USBRecipient.Util
-
- isValid(String) - Static method in class akasha.usb.USBRequestType.Util
-
- isValid(String) - Static method in class akasha.usb.USBTransferStatus.Util
-
- isValid(String) - Static method in class akasha.UserVerificationRequirement.Util
-
- isValid(String) - Static method in class akasha.VisibilityState.Util
-
- isValid(String) - Static method in class akasha.WakeLockType.Util
-
- isValid(String) - Static method in class akasha.wasm.ImportExportKind.Util
-
- isValid(String) - Static method in class akasha.wasm.TableKind.Util
-
- isValid(String) - Static method in class akasha.wasm.ValueType.Util
-
- isValid(int) - Static method in class akasha.WebSocketReadyState.Util
-
- isValid(int) - Static method in class akasha.WheelEventDeltaMode.Util
-
- isValid(String) - Static method in class akasha.WorkerType.Util
-
- isValid(String) - Static method in class akasha.WrapType.Util
-
- isValid(String) - Static method in class akasha.WriteCommandType.Util
-
- isValid(int) - Static method in class akasha.XMLHttpRequestReadyState.Util
-
- isValid(String) - Static method in class akasha.XMLHttpRequestResponseType.Util
-
- isValid(int) - Static method in class akasha.XPathResultResultType.Util
-
- isValid(String) - Static method in class akasha.xr.XRDepthDataFormat.Util
-
- isValid(String) - Static method in class akasha.xr.XRDepthUsage.Util
-
- isValid(String) - Static method in class akasha.xr.XRDOMOverlayType.Util
-
- isValid(String) - Static method in class akasha.xr.XREnvironmentBlendMode.Util
-
- isValid(String) - Static method in class akasha.xr.XREye.Util
-
- isValid(String) - Static method in class akasha.xr.XRHandedness.Util
-
- isValid(String) - Static method in class akasha.xr.XRHandJoint.Util
-
- isValid(String) - Static method in class akasha.xr.XRHitTestTrackableType.Util
-
- isValid(String) - Static method in class akasha.xr.XRInteractionMode.Util
-
- isValid(String) - Static method in class akasha.xr.XRLayerLayout.Util
-
- isValid(String) - Static method in class akasha.xr.XRReferenceSpaceType.Util
-
- isValid(String) - Static method in class akasha.xr.XRReflectionFormat.Util
-
- isValid(String) - Static method in class akasha.xr.XRSessionMode.Util
-
- isValid(String) - Static method in class akasha.xr.XRTargetRayMode.Util
-
- isValid(String) - Static method in class akasha.xr.XRTextureType.Util
-
- isValid(String) - Static method in class akasha.xr.XRVisibilityState.Util
-
- isVertexArray(WebGLVertexArrayObject) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.isVertexArray() method of the WebGL API returns true if the passed object is a valid WebGLVertexArrayObject object.
- isVertexArrayOES(WebGLVertexArrayObjectOES) - Method in class akasha.gl.OES_vertex_array_object
-
The OES_vertex_array_object.isVertexArrayOES() method of the WebGL API returns true if the passed object is a WebGLVertexArrayObject object.
- isVibrateSupported() - Method in class akasha.Navigator
-
- isView(Object) - Static method in class akasha.core.ArrayBuffer
-
The ArrayBuffer.isView() method determines whether the passed value is one of the ArrayBuffer views, such as typed array objects or a DataView.
- isVoid() - Method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- isVoid() - Method in interface akasha.ClientOrUndefinedUnion
-
- isVoid() - Method in interface akasha.CustomElementConstructorOrUndefinedUnion
-
- isVoid() - Method in interface akasha.EventOrUndefinedUnion
-
- isVoid() - Method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
-
- isVoid() - Method in interface akasha.ResponseOrUndefinedUnion
-
- isVoid() - Method in interface akasha.ServiceWorkerRegistrationOrUndefinedUnion
-
- isVoid() - Method in interface akasha.StringOrUndefinedUnion
-
- isWakeLockSupported() - Method in class akasha.Navigator
-
- isWriteParams() - Method in interface akasha.FileSystemWriteChunkType
-
- isXrSupported() - Method in class akasha.Navigator
-
- item(AudioParam) - Method in interface akasha.audio.AudioParamMap.ForEachCallback
-
- item(AudioParam, String) - Method in interface akasha.audio.AudioParamMap.ForEachCallback2
-
- item(AudioParam, String, AudioParamMap) - Method in interface akasha.audio.AudioParamMap.ForEachCallback3
-
- item(DataView) - Method in interface akasha.bluetooth.BluetoothManufacturerDataMap.ForEachCallback
-
- item(DataView, int) - Method in interface akasha.bluetooth.BluetoothManufacturerDataMap.ForEachCallback2
-
- item(DataView, int, BluetoothManufacturerDataMap) - Method in interface akasha.bluetooth.BluetoothManufacturerDataMap.ForEachCallback3
-
- item(DataView) - Method in interface akasha.bluetooth.BluetoothServiceDataMap.ForEachCallback
-
- item(DataView, String) - Method in interface akasha.bluetooth.BluetoothServiceDataMap.ForEachCallback2
-
- item(DataView, String, BluetoothServiceDataMap) - Method in interface akasha.bluetooth.BluetoothServiceDataMap.ForEachCallback3
-
- item(float) - Method in interface akasha.core.Float32Array.ForEachCallback
-
- item(float, int) - Method in interface akasha.core.Float32Array.ForEachCallback2
-
- item(float, int, Float32Array) - Method in interface akasha.core.Float32Array.ForEachCallback3
-
- item(double) - Method in interface akasha.core.Float64Array.ForEachCallback
-
- item(double, int) - Method in interface akasha.core.Float64Array.ForEachCallback2
-
- item(double, int, Float64Array) - Method in interface akasha.core.Float64Array.ForEachCallback3
-
- item(short) - Method in interface akasha.core.Int16Array.ForEachCallback
-
- item(short, int) - Method in interface akasha.core.Int16Array.ForEachCallback2
-
- item(short, int, Int16Array) - Method in interface akasha.core.Int16Array.ForEachCallback3
-
- item(int) - Method in interface akasha.core.Int32Array.ForEachCallback
-
- item(int, int) - Method in interface akasha.core.Int32Array.ForEachCallback2
-
- item(int, int, Int32Array) - Method in interface akasha.core.Int32Array.ForEachCallback3
-
- item(byte) - Method in interface akasha.core.Int8Array.ForEachCallback
-
- item(byte, int) - Method in interface akasha.core.Int8Array.ForEachCallback2
-
- item(byte, int, Int8Array) - Method in interface akasha.core.Int8Array.ForEachCallback3
-
- item(V) - Method in interface akasha.core.JsMap.ForEachCallback
-
- item(V, K) - Method in interface akasha.core.JsMap.ForEachCallback2
-
- item(V, K, JsMap<K, V>) - Method in interface akasha.core.JsMap.ForEachCallback3
-
- item(T) - Method in interface akasha.core.JsSet.ForEachCallback
-
- item(T, T) - Method in interface akasha.core.JsSet.ForEachCallback2
-
- item(T, T, JsSet<T>) - Method in interface akasha.core.JsSet.ForEachCallback3
-
- item(String) - Method in interface akasha.core.RegExpGroups.ForEachCallback
-
- item(String, String) - Method in interface akasha.core.RegExpGroups.ForEachCallback2
-
- item(String, String, RegExpGroups) - Method in interface akasha.core.RegExpGroups.ForEachCallback3
-
- item(int) - Method in interface akasha.core.Uint16Array.ForEachCallback
-
- item(int, int) - Method in interface akasha.core.Uint16Array.ForEachCallback2
-
- item(int, int, Uint16Array) - Method in interface akasha.core.Uint16Array.ForEachCallback3
-
- item(int) - Method in interface akasha.core.Uint32Array.ForEachCallback
-
- item(int, int) - Method in interface akasha.core.Uint32Array.ForEachCallback2
-
- item(int, int, Uint32Array) - Method in interface akasha.core.Uint32Array.ForEachCallback3
-
- item(short) - Method in interface akasha.core.Uint8Array.ForEachCallback
-
- item(short, int) - Method in interface akasha.core.Uint8Array.ForEachCallback2
-
- item(short, int, Uint8Array) - Method in interface akasha.core.Uint8Array.ForEachCallback3
-
- item(short) - Method in interface akasha.core.Uint8ClampedArray.ForEachCallback
-
- item(short, int) - Method in interface akasha.core.Uint8ClampedArray.ForEachCallback2
-
- item(short, int, Uint8ClampedArray) - Method in interface akasha.core.Uint8ClampedArray.ForEachCallback3
-
- item(JsArray<Double>) - Method in interface akasha.CSSFontFeatureValuesMap.ForEachCallback
-
- item(JsArray<Double>, String) - Method in interface akasha.CSSFontFeatureValuesMap.ForEachCallback2
-
- item(JsArray<Double>, String, CSSFontFeatureValuesMap) - Method in interface akasha.CSSFontFeatureValuesMap.ForEachCallback3
-
- item(int) - Method in class akasha.CSSRuleList
-
- item(int) - Method in class akasha.CSSStyleDeclaration
-
The CSSStyleDeclaration.item() method interface returns a CSS property name from a CSSStyleDeclaration by index
- item(int) - Method in class akasha.DOMRectList
-
- item(int) - Method in class akasha.DOMStringList
-
- item(String) - Method in interface akasha.DOMTokenList.ForEachCallback
-
- item(String, int) - Method in interface akasha.DOMTokenList.ForEachCallback2
-
- item(String, int, DOMTokenList) - Method in interface akasha.DOMTokenList.ForEachCallback3
-
- item(int) - Method in class akasha.DOMTokenList
-
The item() method of the DOMTokenList interface returns an item in the list by its index.
- item(int) - Method in class akasha.FileList
-
- item(FormDataEntryValue) - Method in interface akasha.FormData.ForEachCallback
-
- item(FormDataEntryValue, String) - Method in interface akasha.FormData.ForEachCallback2
-
- item(FormDataEntryValue, String, FormData) - Method in interface akasha.FormData.ForEachCallback3
-
- item(String) - Method in interface akasha.gpu.GPUSupportedFeatures.ForEachCallback
-
- item(String, String) - Method in interface akasha.gpu.GPUSupportedFeatures.ForEachCallback2
-
- item(String, String, GPUSupportedFeatures) - Method in interface akasha.gpu.GPUSupportedFeatures.ForEachCallback3
-
- item(String) - Method in interface akasha.Headers.ForEachCallback
-
- item(String, String) - Method in interface akasha.Headers.ForEachCallback2
-
- item(String, String, Headers) - Method in interface akasha.Headers.ForEachCallback3
-
- item(String) - Method in class akasha.HTMLAllCollection
-
- item() - Method in class akasha.HTMLAllCollection
-
- item(int) - Method in class akasha.HTMLCollection
-
The HTMLCollection method item() returns the node located at the specified offset into the collection.
- item(int) - Method in class akasha.HTMLFormControlsCollection
-
- item(int) - Method in class akasha.HTMLOptionsCollection
-
- item(int) - Method in class akasha.HTMLReadOnlyOptionsCollection
-
- item(int) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.item() method returns the Element corresponding to the HTMLOptionElement whose position in the options list corresponds to the index given in the parameter, or null if there are none.
- item(T) - Method in interface akasha.lang.JsArray.ForEachCallback
-
- item(T, int) - Method in interface akasha.lang.JsArray.ForEachCallback2
-
- item(T, int, JsArray<T>) - Method in interface akasha.lang.JsArray.ForEachCallback3
-
- item(String) - Method in interface akasha.MediaKeyStatusMap.ForEachCallback
-
- item(String, BufferSource) - Method in interface akasha.MediaKeyStatusMap.ForEachCallback2
-
- item(String, BufferSource, MediaKeyStatusMap) - Method in interface akasha.MediaKeyStatusMap.ForEachCallback3
-
- item(int) - Method in class akasha.MediaList
-
- item(MIDIInput) - Method in interface akasha.midi.MIDIInputMap.ForEachCallback
-
- item(MIDIInput, String) - Method in interface akasha.midi.MIDIInputMap.ForEachCallback2
-
- item(MIDIInput, String, MIDIInputMap) - Method in interface akasha.midi.MIDIInputMap.ForEachCallback3
-
- item(MIDIOutput) - Method in interface akasha.midi.MIDIOutputMap.ForEachCallback
-
- item(MIDIOutput, String) - Method in interface akasha.midi.MIDIOutputMap.ForEachCallback2
-
- item(MIDIOutput, String, MIDIOutputMap) - Method in interface akasha.midi.MIDIOutputMap.ForEachCallback3
-
- item(int) - Method in class akasha.MimeTypeArray
-
- item(int) - Method in class akasha.NamedNodeMap
-
- item(Node) - Method in interface akasha.NodeList.ForEachCallback
-
- item(Node, int) - Method in interface akasha.NodeList.ForEachCallback2
-
- item(Node, int, NodeList) - Method in interface akasha.NodeList.ForEachCallback3
-
- item(int) - Method in class akasha.NodeList
-
Returns a node from a NodeList by index.
- item(int) - Method in class akasha.Plugin
-
- item(int) - Method in class akasha.PluginArray
-
- item(JsObject) - Method in interface akasha.rtc.RTCStatsReport.ForEachCallback
-
- item(JsObject, String) - Method in interface akasha.rtc.RTCStatsReport.ForEachCallback2
-
- item(JsObject, String, RTCStatsReport) - Method in interface akasha.rtc.RTCStatsReport.ForEachCallback3
-
- item(int) - Method in class akasha.speech.SpeechGrammarList
-
The item getter of the SpeechGrammarList interface is a standard getter — it allows individual SpeechGrammar objects to be retrieved from the SpeechGrammarList using array syntax.
- item(int) - Method in class akasha.speech.SpeechRecognitionResult
-
The item getter of the SpeechRecognitionResult interface is a standard getter that allows SpeechRecognitionAlternative objects within the result to be accessed via array syntax.
- item(int) - Method in class akasha.speech.SpeechRecognitionResultList
-
The item getter of the SpeechRecognitionResultList interface is a standard getter — it allows SpeechRecognitionResult objects in the list to be accessed via array syntax.
- item(int) - Method in class akasha.StyleSheetList
-
- item(int) - Method in class akasha.TouchList
-
The item() method returns the Touch object at the specified index in the TouchList.
- item(String) - Method in interface akasha.URLSearchParams.ForEachCallback
-
- item(String, String) - Method in interface akasha.URLSearchParams.ForEachCallback2
-
- item(String, String, URLSearchParams) - Method in interface akasha.URLSearchParams.ForEachCallback3
-
- item(XRAnchor) - Method in interface akasha.xr.XRAnchorSet.ForEachCallback
-
- item(XRAnchor, XRAnchor) - Method in interface akasha.xr.XRAnchorSet.ForEachCallback2
-
- item(XRAnchor, XRAnchor, XRAnchorSet) - Method in interface akasha.xr.XRAnchorSet.ForEachCallback3
-
- item(XRJointSpace) - Method in interface akasha.xr.XRHand.ForEachCallback
-
- item(XRJointSpace, String) - Method in interface akasha.xr.XRHand.ForEachCallback2
-
- item(XRJointSpace, String, XRHand) - Method in interface akasha.xr.XRHand.ForEachCallback3
-
- item(XRInputSource) - Method in interface akasha.xr.XRInputSourceArray.ForEachCallback
-
- item(XRInputSource, int) - Method in interface akasha.xr.XRInputSourceArray.ForEachCallback2
-
- item(XRInputSource, int, XRInputSourceArray) - Method in interface akasha.xr.XRInputSourceArray.ForEachCallback3
-
- items() - Method in class akasha.DataTransfer
-
The read-only DataTransfer property items property is a list of the data transfer items in a drag operation.
- iterateNext() - Method in class akasha.XPathResult
-
The iterateNext() method of the XPathResult interface iterates over a node set result and returns the next node from it or null if there are no more nodes.
- iterations(double) - Method in interface akasha.ComputedEffectTiming.Builder
-
The Web Animations API dictionary EffectTiming's iterations property specifies the number of times the animation should repeat.
- iterations() - Method in interface akasha.crypto.Pbkdf2Params
-
- iterations(int) - Method in interface akasha.crypto.Pbkdf2Params.Step2
-
- iterations(double) - Method in interface akasha.EffectTiming.Builder
-
The Web Animations API dictionary EffectTiming's iterations property specifies the number of times the animation should repeat.
- iterations() - Method in interface akasha.EffectTiming
-
The Web Animations API dictionary EffectTiming's iterations property specifies the number of times the animation should repeat.
- iterations(double) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
The Web Animations API dictionary EffectTiming's iterations property specifies the number of times the animation should repeat.
- iterations(double) - Method in interface akasha.KeyframeEffectOptions.Builder
-
The Web Animations API dictionary EffectTiming's iterations property specifies the number of times the animation should repeat.
- iterations(double) - Method in interface akasha.OptionalEffectTiming.Builder
-
- iterations() - Method in interface akasha.OptionalEffectTiming
-
- iterationStart(double) - Method in interface akasha.ComputedEffectTiming.Builder
-
Web Animations API's EffectTiming dictionary's iterationStart property specifies the repetition number which repetition the animation begins at and its progress through it.
- iterationStart(double) - Method in interface akasha.EffectTiming.Builder
-
Web Animations API's EffectTiming dictionary's iterationStart property specifies the repetition number which repetition the animation begins at and its progress through it.
- iterationStart() - Method in interface akasha.EffectTiming
-
Web Animations API's EffectTiming dictionary's iterationStart property specifies the repetition number which repetition the animation begins at and its progress through it.
- iterationStart(double) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
Web Animations API's EffectTiming dictionary's iterationStart property specifies the repetition number which repetition the animation begins at and its progress through it.
- iterationStart(double) - Method in interface akasha.KeyframeEffectOptions.Builder
-
Web Animations API's EffectTiming dictionary's iterationStart property specifies the repetition number which repetition the animation begins at and its progress through it.
- iterationStart(double) - Method in interface akasha.OptionalEffectTiming.Builder
-
- iterationStart() - Method in interface akasha.OptionalEffectTiming
-
- iterator() - Static method in interface akasha.core.Symbol
-
The well-known Symbol.iterator symbol specifies the default iterator for an object.
- iterator() - Method in interface akasha.lang.JsIterable
-
- iv() - Method in interface akasha.crypto.AesCbcParams
-
- iv(BufferSource) - Method in interface akasha.crypto.AesCbcParams.Step1
-
- iv() - Method in interface akasha.crypto.AesGcmParams
-
- iv(BufferSource) - Method in interface akasha.crypto.AesGcmParams.Step1
-
- label() - Method in class akasha.AudioTrack
-
The read-only AudioTrack property label returns a string specifying the audio track's human-readable label, if one is available; otherwise, it returns an empty string.
- label(BufferSource) - Method in interface akasha.crypto.RsaOaepParams.Builder
-
- label() - Method in interface akasha.crypto.RsaOaepParams
-
- label - Variable in class akasha.gpu.GPUBindGroup
-
- label(String) - Method in interface akasha.gpu.GPUBindGroupDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUBindGroupLayout
-
- label(String) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUBuffer
-
- label(String) - Method in interface akasha.gpu.GPUBufferDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUCommandBuffer
-
- label(String) - Method in interface akasha.gpu.GPUCommandBufferDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUCommandEncoder
-
- label(String) - Method in interface akasha.gpu.GPUCommandEncoderDescriptor.Builder
-
- label(String) - Method in interface akasha.gpu.GPUComputePassDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUComputePassEncoder
-
- label - Variable in class akasha.gpu.GPUComputePipeline
-
- label(String) - Method in interface akasha.gpu.GPUComputePipelineDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUDevice
-
- label(String) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUExternalTexture
-
- label(String) - Method in interface akasha.gpu.GPUExternalTextureDescriptor.Builder
-
- label(String) - Method in interface akasha.gpu.GPUObjectDescriptorBase.Builder
-
- label() - Method in interface akasha.gpu.GPUObjectDescriptorBase
-
- label(String) - Method in interface akasha.gpu.GPUPipelineDescriptorBase.Builder
-
- label - Variable in class akasha.gpu.GPUPipelineLayout
-
- label(String) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUQuerySet
-
- label(String) - Method in interface akasha.gpu.GPUQuerySetDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUQueue
-
- label - Variable in class akasha.gpu.GPURenderBundle
-
- label(String) - Method in interface akasha.gpu.GPURenderBundleDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPURenderBundleEncoder
-
- label(String) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
-
- label(String) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPURenderPassEncoder
-
- label(String) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
-
- label - Variable in class akasha.gpu.GPURenderPipeline
-
- label(String) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUSampler
-
- label(String) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUShaderModule
-
- label(String) - Method in interface akasha.gpu.GPUShaderModuleDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUTexture
-
- label(String) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
-
- label - Variable in class akasha.gpu.GPUTextureView
-
- label(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor.Builder
-
- label - Variable in class akasha.HTMLOptGroupElement
-
- label - Variable in class akasha.HTMLOptionElement
-
- label - Variable in class akasha.HTMLTrackElement
-
- label() - Method in class akasha.media.MediaDeviceInfo
-
The label readonlyinline property of the MediaDeviceInfo interface returns a DOMString, that is a label describing this device (for example "External USB Webcam").
- label() - Method in class akasha.media.MediaStreamTrack
-
The MediaStreamTrack.label read-only property returns a DOMString containing a user agent-assigned label that identifies the track source, as in "internal microphone".
- label(String) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
- label() - Method in interface akasha.MediaKeySystemConfiguration
-
- label() - Method in class akasha.rtc.RTCDataChannel
-
The read-only RTCDataChannel property label returns a DOMString containing a name describing the data channel.
- label(String) - Method in interface akasha.rtc.RTCDataChannelStats.Builder
-
- label() - Method in interface akasha.rtc.RTCDataChannelStats
-
- label() - Method in class akasha.TextTrack
-
- label() - Method in class akasha.VideoTrack
-
The read-only VideoTrack property label returns a string specifying the video track's human-readable label, if one is available; otherwise, it returns an empty string.
- labels() - Method in class akasha.ElementInternals
-
- labels() - Method in class akasha.HTMLButtonElement
-
The HTMLButtonElement.labels read-only property returns a NodeList of the label elements associated with the button element.
- labels() - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.labels read-only property returns a NodeList of the label elements associated with the input element.
- labels() - Method in class akasha.HTMLMeterElement
-
The HTMLMeterElement.labels read-only property returns a NodeList of the label elements associated with the meter element.
- labels() - Method in class akasha.HTMLOutputElement
-
The HTMLOutputElement.labels read-only property returns a NodeList of the label elements associated with the output element.
- labels() - Method in class akasha.HTMLProgressElement
-
The HTMLProgressElement.labels read-only property returns a NodeList of the label elements associated with the progress element.
- labels() - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.labels read-only property returns a NodeList of the label elements associated with the select element.
- labels() - Method in class akasha.HTMLTextAreaElement
-
The HTMLTextAreaElement.labels read-only property returns a NodeList of the label elements associated with the textarea element.
- landscape - Static variable in annotation type akasha.OrientationLockType
-
- landscape_primary - Static variable in annotation type akasha.OrientationLockType
-
- landscape_primary - Static variable in annotation type akasha.OrientationType
-
- landscape_secondary - Static variable in annotation type akasha.OrientationLockType
-
- landscape_secondary - Static variable in annotation type akasha.OrientationType
-
- lang - Variable in class akasha.HTMLElement
-
The HTMLElement.lang property gets or sets the base language of an element's attribute values and text content.
- lang() - Method in class akasha.notifications.Notification
-
The lang read-only property of the Notification interface indicates the language used in the notification, as specified in the lang option of the Notification() constructor.
- lang(String) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- lang() - Method in interface akasha.notifications.NotificationOptions
-
- lang - Variable in class akasha.speech.SpeechRecognition
-
The lang property of the SpeechRecognition interface returns and sets the language of the current SpeechRecognition.
- lang - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The lang property of the SpeechSynthesisUtterance interface gets and sets the language of the utterance.
- lang() - Method in class akasha.speech.SpeechSynthesisVoice
-
The lang read-only property of the SpeechSynthesisVoice interface returns a BCP 47 language tag indicating the language of the voice.
- language() - Method in class akasha.AudioTrack
-
The read-only AudioTrack property language returns a string identifying the language used in the audio track.
- language - Static variable in annotation type akasha.AutocompleteType
-
- language() - Method in class akasha.Navigator
-
The NavigatorLanguage.language read-only property returns a string representing the preferred language of the user, usually the language of the browser UI.
- language() - Method in class akasha.TextTrack
-
- language() - Method in class akasha.VideoTrack
-
The read-only VideoTrack property language returns a string identifying the language used in the video track.
- language() - Method in class akasha.WorkerNavigator
-
The NavigatorLanguage.language read-only property returns a string representing the preferred language of the user, usually the language of the browser UI.
- language_not_supported - Static variable in annotation type akasha.speech.SpeechRecognitionErrorCode
-
- language_unavailable - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- languages() - Method in class akasha.Navigator
-
The NavigatorLanguage.languages read-only property returns an array of DOMStrings representing the user's preferred languages.
- languages() - Method in class akasha.WorkerNavigator
-
The NavigatorLanguage.languages read-only property returns an array of DOMStrings representing the user's preferred languages.
- largeBlob(AuthenticationExtensionsLargeBlobInputs) - Method in interface akasha.AuthenticationExtensionsClientInputs.Builder
-
- largeBlob() - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- largeBlob(AuthenticationExtensionsLargeBlobOutputs) - Method in interface akasha.AuthenticationExtensionsClientOutputs.Builder
-
- largeBlob() - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- LargeBlobSupport - Annotation Type in akasha
-
- LargeBlobSupport.Util - Class in akasha
-
- lastChance() - Method in class akasha.SyncEvent
-
The SyncEvent.lastChance read-only property of the SyncEvent interface returns true if the user agent will not make further synchronization attempts after the current attempt.
- lastChance(boolean) - Method in interface akasha.SyncEventInit.Builder
-
- lastChance() - Method in interface akasha.SyncEventInit
-
- lastChild() - Method in class akasha.Node
-
The Node.lastChild read-only property returns the last child of the node.
- lastChild() - Method in class akasha.TreeWalker
-
The TreeWalker.lastChild() method moves the current Node to the last visible child of the current node, and returns the found child.
- lastElementChild() - Method in class akasha.Document
-
The ParentNode.lastElementChild read-only property returns the object's last child Element or null if there are no child elements.
- lastElementChild() - Method in class akasha.DocumentFragment
-
The ParentNode.lastElementChild read-only property returns the object's last child Element or null if there are no child elements.
- lastElementChild() - Method in class akasha.Element
-
The ParentNode.lastElementChild read-only property returns the object's last child Element or null if there are no child elements.
- lastEventId() - Method in class akasha.ExtendableMessageEvent
-
The lastEventID read-only property of the ExtendableMessageEvent interface represents, in server-sent events, the last event ID of the event source.
- lastEventId(String) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- lastEventId() - Method in interface akasha.ExtendableMessageEventInit
-
- lastEventId() - Method in class akasha.MessageEvent
-
The lastEventId read-only property of the MessageEvent interface is a DOMString representing a unique ID for the event.
- lastEventId(String) - Method in interface akasha.MessageEventInit.Builder
-
- lastEventId() - Method in interface akasha.MessageEventInit
-
- lastIndex - Variable in class akasha.core.RegExp
-
- lastIndexOf(float, int) - Method in class akasha.core.Float32Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(float) - Method in class akasha.core.Float32Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(double, int) - Method in class akasha.core.Float64Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(double) - Method in class akasha.core.Float64Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(short, int) - Method in class akasha.core.Int16Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(short) - Method in class akasha.core.Int16Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(int, int) - Method in class akasha.core.Int32Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(int) - Method in class akasha.core.Int32Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(byte, int) - Method in class akasha.core.Int8Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(byte) - Method in class akasha.core.Int8Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(String, int) - Method in class akasha.core.JsString
-
The lastIndexOf() method, given one argument: a substring to search for, searches the entire calling string, and returns the index of the last occurrence of the specified substring.
- lastIndexOf(String) - Method in class akasha.core.JsString
-
The lastIndexOf() method, given one argument: a substring to search for, searches the entire calling string, and returns the index of the last occurrence of the specified substring.
- lastIndexOf(int, int) - Method in class akasha.core.Uint16Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(int) - Method in class akasha.core.Uint16Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(int, int) - Method in class akasha.core.Uint32Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(int) - Method in class akasha.core.Uint32Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(short, int) - Method in class akasha.core.Uint8Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(short) - Method in class akasha.core.Uint8Array
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(short, int) - Method in class akasha.core.Uint8ClampedArray
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(short) - Method in class akasha.core.Uint8ClampedArray
-
The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present.
- lastIndexOf(T, int) - Method in class akasha.lang.JsArray
-
The lastIndexOf() method returns the last index at which a given element can be found in the array, or -1 if it is not present.
- lastIndexOf(T) - Method in class akasha.lang.JsArray
-
The lastIndexOf() method returns the last index at which a given element can be found in the array, or -1 if it is not present.
- lastModified() - Method in class akasha.clipboard.ClipboardItem
-
- lastModified() - Method in class akasha.Document
-
The lastModified property of the Document interface returns a string containing the date and time on which the current document was last modified.
- lastModified() - Method in class akasha.File
-
The File.lastModified read-only property provides the last modified date of the file as the number of milliseconds since the Unix epoch (January 1, 1970 at midnight).
- lastModified(int) - Method in interface akasha.FilePropertyBag.Builder
-
- lastModified() - Method in interface akasha.FilePropertyBag
-
- lastPacketReceivedTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property lastPacketReceivedTimestamp indicates the time at which the connection described by the candidate pair last received a packet.
- lastPacketReceivedTimestamp() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastPacketReceivedTimestamp indicates the time at which the connection described by the candidate pair last received a packet.
- lastPacketReceivedTimestamp(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The lastPacketReceivedTimestamp property of the RTCInboundRtpStreamStats dictionary indicates the time at which the most recently received packet arrived from this source.
- lastPacketReceivedTimestamp() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The lastPacketReceivedTimestamp property of the RTCInboundRtpStreamStats dictionary indicates the time at which the most recently received packet arrived from this source.
- lastPacketSentTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property lastPacketSentTimestamp indicates the time at which the connection described by the candidate pair last sent a packet, not including STUN packets.
- lastPacketSentTimestamp() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastPacketSentTimestamp indicates the time at which the connection described by the candidate pair last sent a packet, not including STUN packets.
- lastPacketSentTimestamp(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The lastPacketSentTimestamp property of the RTCOutboundRtpStreamStats dictionary indicates the time at which the RTCRtpSender described by this RTCOutboundRtpStreamStats object last transmitted a packet to the remote receiver.
- lastPacketSentTimestamp() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The lastPacketSentTimestamp property of the RTCOutboundRtpStreamStats dictionary indicates the time at which the RTCRtpSender described by this RTCOutboundRtpStreamStats object last transmitted a packet to the remote receiver.
- lastReportedSizes() - Method in class akasha.ResizeObservation
-
- lastRequestTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property lastRequestTimestamp indicates the time at which the most recent STUN request was sent on the described candidate pair.
- lastRequestTimestamp() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastRequestTimestamp indicates the time at which the most recent STUN request was sent on the described candidate pair.
- lastResponseTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats property lastResponseTimestamp indicates the time at which the last STUN response was received on the described candidate pair.
- lastResponseTimestamp() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastResponseTimestamp indicates the time at which the last STUN response was received on the described candidate pair.
- latency(DoubleRange) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- latency() - Method in interface akasha.media.MediaTrackCapabilities
-
- latency(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- latency(double) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- latency(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- latency(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- latency(double) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- latency(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- latency() - Method in interface akasha.media.MediaTrackConstraintSet
-
- latency(double) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's latency property is a double-precision floating-point number indicating the estimated latency (specified in seconds) of the MediaStreamTrack as currently configured.
- latency() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's latency property is a double-precision floating-point number indicating the estimated latency (specified in seconds) of the MediaStreamTrack as currently configured.
- latency(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's latency property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the latency constraint.
- latency() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's latency property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the latency constraint.
- latencyHint(AudioContextLatencyCategoryOrDoubleUnion) - Method in interface akasha.audio.AudioContextOptions.Builder
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named latencyHint, which indicates the preferred maximum latency in seconds for the audio context.
- latencyHint(String) - Method in interface akasha.audio.AudioContextOptions.Builder
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named latencyHint, which indicates the preferred maximum latency in seconds for the audio context.
- latencyHint(double) - Method in interface akasha.audio.AudioContextOptions.Builder
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named latencyHint, which indicates the preferred maximum latency in seconds for the audio context.
- latencyHint() - Method in interface akasha.audio.AudioContextOptions
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named latencyHint, which indicates the preferred maximum latency in seconds for the audio context.
- LatencyMode - Annotation Type in akasha.codecs
-
- latencyMode(String) - Method in interface akasha.codecs.VideoEncoderConfig.Builder
-
- latencyMode() - Method in interface akasha.codecs.VideoEncoderConfig
-
- LatencyMode.Util - Class in akasha.codecs
-
- latitude() - Method in class akasha.GeolocationCoordinates
-
- layer() - Method in class akasha.xr.XRLayerEvent
-
- layer(XRLayer) - Static method in interface akasha.xr.XRLayerEventInit
-
- layer() - Method in interface akasha.xr.XRLayerEventInit
-
- layers() - Method in class akasha.xr.XRRenderState
-
- layers(JsArray<XRLayer>) - Method in interface akasha.xr.XRRenderStateInit.Builder
-
- layers(XRLayer...) - Method in interface akasha.xr.XRRenderStateInit.Builder
-
- layers() - Method in interface akasha.xr.XRRenderStateInit
-
- layout(JsArray<PlaneLayout>) - Method in interface akasha.codecs.VideoFrameBufferInit.Builder
-
- layout(PlaneLayout...) - Method in interface akasha.codecs.VideoFrameBufferInit.Builder
-
- layout() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- layout(JsArray<PlaneLayout>) - Method in interface akasha.codecs.VideoFrameCopyToOptions.Builder
-
- layout(PlaneLayout...) - Method in interface akasha.codecs.VideoFrameCopyToOptions.Builder
-
- layout() - Method in interface akasha.codecs.VideoFrameCopyToOptions
-
- layout(GPUBindGroupLayout) - Static method in interface akasha.gpu.GPUBindGroupDescriptor
-
- layout() - Method in interface akasha.gpu.GPUBindGroupDescriptor
-
- layout(GPUPipelineLayout) - Method in interface akasha.gpu.GPUComputePipelineDescriptor.Builder
-
- layout(GPUPipelineLayout) - Method in interface akasha.gpu.GPUPipelineDescriptorBase.Builder
-
- layout() - Method in interface akasha.gpu.GPUPipelineDescriptorBase
-
- layout(GPUPipelineLayout) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
-
- layout(GPUPipelineLayout) - Static method in interface akasha.gpu.GPUShaderModuleCompilationHint
-
- layout() - Method in interface akasha.gpu.GPUShaderModuleCompilationHint
-
- layout() - Method in class akasha.xr.XRCompositionLayer
-
- layout(String) - Method in interface akasha.xr.XRCubeLayerInit.Builder
-
- layout(String) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- layout(String) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- layout(String) - Method in interface akasha.xr.XRLayerInit.Builder
-
- layout() - Method in interface akasha.xr.XRLayerInit
-
- layout(String) - Method in interface akasha.xr.XRMediaCylinderLayerInit.Builder
-
- layout(String) - Method in interface akasha.xr.XRMediaEquirectLayerInit.Builder
-
- layout(String) - Method in interface akasha.xr.XRMediaLayerInit.Builder
-
- layout() - Method in interface akasha.xr.XRMediaLayerInit
-
- layout(String) - Method in interface akasha.xr.XRMediaQuadLayerInit.Builder
-
- layout(String) - Method in interface akasha.xr.XRQuadLayerInit.Builder
-
- lazy - Static variable in annotation type akasha.LoadingType
-
Defer loading of the resource until it reaches a calculated distance from the viewport, as defined
by the browser.
- left - Static variable in annotation type akasha.AlignSetting
-
- left - Static variable in annotation type akasha.CanvasTextAlign
-
- left() - Method in class akasha.DOMRectReadOnly
-
The left read-only property of the DOMRectReadOnly interface returns the left coordinate value of the DOMRect.
- left - Static variable in annotation type akasha.GamepadHand
-
- left - Static variable in annotation type akasha.media.VideoFacingModeEnum
-
- left(double) - Method in interface akasha.ScrollToOptions.Builder
-
A double.
- left() - Method in interface akasha.ScrollToOptions
-
A double.
- left - Static variable in annotation type akasha.xr.XREye
-
- left - Static variable in annotation type akasha.xr.XRHandedness
-
- length() - Method in class akasha.audio.AudioBuffer
-
The length property of the AudioBuffer interface returns an integer representing the length, in sample-frames, of the PCM data stored in the buffer.
- length(int) - Static method in interface akasha.audio.AudioBufferOptions
-
- length() - Method in interface akasha.audio.AudioBufferOptions
-
- length() - Method in class akasha.audio.OfflineAudioContext
-
The length property of the OfflineAudioContext interface returns an integer representing the size of the buffer in sample-frames.
- length(int) - Static method in interface akasha.audio.OfflineAudioContextOptions
-
- length() - Method in interface akasha.audio.OfflineAudioContextOptions
-
- length() - Method in class akasha.AudioTrackList
-
The read-only AudioTrackList property length returns the number of entries in the AudioTrackList, each of which is an AudioTrack representing one audio track in the media element.
- length() - Method in class akasha.CharacterData
-
- length() - Method in class akasha.codecs.ImageTrackList
-
- length() - Method in class akasha.core.Float32Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.Float64Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.Int16Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.Int32Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.Int8Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.JsString
-
- length() - Method in class akasha.core.RegExpResult
-
- length() - Method in class akasha.core.Uint16Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.Uint32Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.Uint8Array
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in class akasha.core.Uint8ClampedArray
-
The length accessor property represents the length (in elements) of a typed array.
- length() - Method in interface akasha.crypto.AesCtrParams
-
- length(short) - Method in interface akasha.crypto.AesCtrParams.Step2
-
- length() - Method in interface akasha.crypto.AesDerivedKeyParams
-
- length(int) - Method in interface akasha.crypto.AesDerivedKeyParams.Step1
-
- length() - Method in interface akasha.crypto.AesKeyAlgorithm
-
- length(int) - Method in interface akasha.crypto.AesKeyAlgorithm.Step1
-
- length() - Method in interface akasha.crypto.AesKeyGenParams
-
- length(int) - Method in interface akasha.crypto.AesKeyGenParams.Step1
-
- length(int) - Method in interface akasha.crypto.HmacImportParams.Builder
-
- length() - Method in interface akasha.crypto.HmacImportParams
-
- length() - Method in interface akasha.crypto.HmacKeyAlgorithm
-
- length(int) - Method in interface akasha.crypto.HmacKeyAlgorithm.Step2
-
- length(int) - Method in interface akasha.crypto.HmacKeyGenParams.Builder
-
- length() - Method in interface akasha.crypto.HmacKeyGenParams
-
- length() - Method in class akasha.CSSRuleList
-
- length() - Method in class akasha.CSSStyleDeclaration
-
The read-only property returns an integer that represents the number of style declarations in this CSS declaration block.
- length() - Method in class akasha.DataTransferItemList
-
The read-only length property of the DataTransferItemList interface returns the number of items currently in the drag item list.
- length() - Method in class akasha.DOMRectList
-
- length() - Method in class akasha.DOMStringList
-
- length() - Method in class akasha.DOMTokenList
-
The length read-only property of the DOMTokenList interface is an integer representing the number of objects stored in the object.
- length() - Method in class akasha.FileList
-
- length() - Method in class akasha.gpu.GPUCompilationMessage
-
- length() - Method in class akasha.History
-
The History.length read-only property returns an integer representing the number of elements in the session history, including the currently loaded page.
- length() - Method in class akasha.HTMLAllCollection
-
- length() - Method in class akasha.HTMLCollection
-
- length() - Method in class akasha.HTMLFormControlsCollection
-
- length() - Method in class akasha.HTMLFormElement
-
The HTMLFormElement.length read-only property returns the number of controls in the form element.
- length - Variable in class akasha.HTMLOptionsCollection
-
- length - Variable in class akasha.HTMLSelectElement
-
- length - Variable in class akasha.lang.JsArray
-
The length property of an object which is an instance of type Array sets or returns the number of elements in that array.
- length() - Method in class akasha.media.SourceBufferList
-
The length read-only property of the SourceBufferList interface returns the number of SourceBuffer objects in the list.
- length() - Method in class akasha.MediaList
-
- length() - Method in class akasha.MimeTypeArray
-
- length() - Method in class akasha.NamedNodeMap
-
- length() - Method in class akasha.NodeList
-
The NodeList.length property returns the number of items in a NodeList.
- length() - Method in class akasha.Plugin
-
- length() - Method in class akasha.PluginArray
-
- length() - Method in class akasha.speech.SpeechGrammarList
-
The length read-only property of the SpeechGrammarList interface returns the number of SpeechGrammar objects contained in the SpeechGrammarList.
- length() - Method in class akasha.speech.SpeechRecognitionResult
-
The length read-only property of the SpeechRecognitionResult interface returns the length of the "array" — the number of SpeechRecognitionAlternative objects contained in the result (also referred to as "n-best alternatives".)
- length() - Method in class akasha.speech.SpeechRecognitionResultList
-
The length read-only property of the SpeechRecognitionResultList interface returns the length of the "array" — the number of SpeechRecognitionResult objects in the list.
- length() - Method in class akasha.Storage
-
The length read-only property of the Storage interface returns the number of data items stored in a given Storage object.
- length() - Method in class akasha.StyleSheetList
-
- length() - Method in class akasha.svg.SVGLengthList
-
- length() - Method in class akasha.svg.SVGNumberList
-
- length() - Method in class akasha.svg.SVGPointList
-
- length() - Method in class akasha.svg.SVGStringList
-
- length() - Method in class akasha.svg.SVGTransformList
-
- length() - Method in class akasha.TextTrackCueList
-
- length() - Method in class akasha.TextTrackList
-
The read-only TextTrackList property length returns the number of entries in the TextTrackList, each of which is a TextTrack representing one track in the media element.
- length() - Method in class akasha.TimeRanges
-
The TimeRanges.length read-only property returns the number of ranges in the object.
- length() - Method in class akasha.TouchList
-
The length read-only property indicates the number of items (touch points) in a given TouchList.
- length() - Method in class akasha.VideoTrackList
-
The read-only VideoTrackList property length returns the number of entries in the VideoTrackList, each of which is a VideoTrack representing one video track in the media element.
- length() - Method in class akasha.wasm.Table
-
The length prototype property of the WebAssembly.Table object returns the length of the table, i.e.
- length() - Method in class akasha.Window
-
Returns the number of frames (either frame or iframe elements) in the window.
- length() - Static method in class akasha.WindowGlobal
-
Returns the number of frames (either frame or iframe elements) in the window.
- length() - Method in class akasha.xr.XRInputSourceArray
-
The read-only length property returns an integer value indicating the number of items in the input source list represented by the XRInputSourceArray object.
- lengthAdjust() - Method in class akasha.svg.SVGTextContentElement
-
- LENGTHADJUST_SPACING - Static variable in class akasha.svg.SVGTextContentElement
-
- LENGTHADJUST_SPACINGANDGLYPHS - Static variable in class akasha.svg.SVGTextContentElement
-
- LENGTHADJUST_UNKNOWN - Static variable in class akasha.svg.SVGTextContentElement
-
- lengthComputable() - Method in class akasha.ProgressEvent
-
The ProgressEvent.lengthComputable read-only property is a Boolean flag indicating if the resource concerned by the ProgressEvent has a length that can be calculated.
- lengthComputable(boolean) - Method in interface akasha.ProgressEventInit.Builder
-
- lengthComputable() - Method in interface akasha.ProgressEventInit
-
- LEQUAL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LEQUAL - Static variable in class akasha.gl.WebGLRenderingContext
-
- LESS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LESS - Static variable in class akasha.gl.WebGLRenderingContext
-
- less - Static variable in annotation type akasha.gpu.GPUCompareFunction
-
- less_equal - Static variable in annotation type akasha.gpu.GPUCompareFunction
-
- letterSpacing - Variable in class akasha.CanvasRenderingContext2D
-
- letterSpacing - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- license_release - Static variable in annotation type akasha.MediaKeyMessageType
-
- license_renewal - Static variable in annotation type akasha.MediaKeyMessageType
-
- license_request - Static variable in annotation type akasha.MediaKeyMessageType
-
- limitingConeAngle() - Method in class akasha.svg.SVGFESpotLightElement
-
- limits() - Method in class akasha.gpu.GPUAdapter
-
- limits() - Method in class akasha.gpu.GPUDevice
-
- line - Variable in class akasha.VTTCue
-
- line_left - Static variable in annotation type akasha.PositionAlignSetting
-
- line_list - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
-
- LINE_LOOP - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINE_LOOP - Static variable in class akasha.gl.WebGLRenderingContext
-
- line_right - Static variable in annotation type akasha.PositionAlignSetting
-
- LINE_STRIP - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINE_STRIP - Static variable in class akasha.gl.WebGLRenderingContext
-
- line_strip - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
-
- LINE_WIDTH - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINE_WIDTH - Static variable in class akasha.gl.WebGLRenderingContext
-
- lineAlign - Variable in class akasha.VTTCue
-
- LineAlignSetting - Annotation Type in akasha
-
- LineAlignSetting.Util - Class in akasha
-
- LineAndPositionSetting - Interface in akasha
-
- linear - Static variable in annotation type akasha.audio.DistanceModelType
-
- LINEAR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINEAR - Static variable in class akasha.gl.WebGLRenderingContext
-
- linear - Static variable in annotation type akasha.gpu.GPUFilterMode
-
- LINEAR_MIPMAP_LINEAR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINEAR_MIPMAP_LINEAR - Static variable in class akasha.gl.WebGLRenderingContext
-
- LINEAR_MIPMAP_NEAREST - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINEAR_MIPMAP_NEAREST - Static variable in class akasha.gl.WebGLRenderingContext
-
- linearAcceleration() - Method in class akasha.GamepadPose
-
The linearAcceleration read-only property of the GamepadPose interface returns an array representing the linear acceleration vector of the Gamepad, in meters per second per second.
- linearRampToValueAtTime(float, double) - Method in class akasha.audio.AudioParam
-
A reference to this AudioParam object.
- linearVelocity() - Method in class akasha.GamepadPose
-
The linearVelocity read-only property of the GamepadPose interface returns an array representing the linear velocity vector of the Gamepad, in meters per second.
- linearVelocity() - Method in class akasha.xr.XRPose
-
- lineCap - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.lineCap property of the Canvas 2D API determines the shape used to draw the end points of lines.
- lineCap - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- lineDashOffset - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.lineDashOffset property of the Canvas 2D API sets the line dash offset, or "phase."
- lineDashOffset - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- lineJoin - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.lineJoin property of the Canvas 2D API determines the shape used to join two line segments where they meet.
- lineJoin - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- lineno() - Method in class akasha.ErrorEvent
-
- lineno(int) - Method in interface akasha.ErrorEventInit.Builder
-
- lineno() - Method in interface akasha.ErrorEventInit
-
- lineNum() - Method in class akasha.gpu.GPUCompilationMessage
-
- lineNumber() - Method in class akasha.CSPViolationReportBody
-
- lineNumber() - Method in class akasha.SecurityPolicyViolationEvent
-
The lineNumber read-only property of the SecurityPolicyViolationEvent interface is the line number in the document or worker at which the violation occurred.
- lineNumber(int) - Method in interface akasha.SecurityPolicyViolationEventInit.Builder
-
- lineNumber() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- linePos() - Method in class akasha.gpu.GPUCompilationMessage
-
- LINES - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINES - Static variable in class akasha.gl.WebGLRenderingContext
-
- lines - Variable in class akasha.VTTRegion
-
- lineTo(double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D method lineTo(), part of the Canvas 2D API, adds a straight line to the current sub-path by connecting the sub-path's last point to the specified (x, y) coordinates.
- lineTo(double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- lineTo(double, double) - Method in class akasha.Path2D
-
- lineWidth - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.lineWidth property of the Canvas 2D API sets the thickness of lines.
- lineWidth(float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.lineWidth() method of the WebGL API sets the line width of rasterized lines.
- lineWidth(float) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.lineWidth() method of the WebGL API sets the line width of rasterized lines.
- lineWidth - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- link - Variable in class akasha.HTMLBodyElement
-
- LINK_STATUS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LINK_STATUS - Static variable in class akasha.gl.WebGLRenderingContext
-
- linkColor - Variable in class akasha.Document
-
The Document.linkColor property gets/sets the color of links within the document.
- LinkError - Class in akasha.wasm
-
The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).
- LinkError() - Constructor for class akasha.wasm.LinkError
-
- linkProgram(WebGLProgram) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext interface's linkProgram() method links a given WebGLProgram, completing the process of preparing the GPU code for the program's fragment and vertex shaders.
- linkProgram(WebGLProgram) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext interface's linkProgram() method links a given WebGLProgram, completing the process of preparing the GPU code for the program's fragment and vertex shaders.
- links() - Method in class akasha.Document
-
The links read-only property of the Document interface returns a collection of all area elements and a elements in a document with a value for the href attribute.
- list() - Method in class akasha.HTMLInputElement
-
- listener() - Method in class akasha.audio.BaseAudioContext
-
An AudioListener object.
- live - Static variable in annotation type akasha.media.MediaStreamTrackState
-
- LN10 - Static variable in class akasha.core.JsMath
-
The Math.LN10 property represents the natural logarithm of 10, approximately 2.302:
- LN2 - Static variable in class akasha.core.JsMath
-
The Math.LN2 property represents the natural logarithm of 2, approximately 0.693:
- load(IntegerTypedArray, int) - Static method in class akasha.core.Atomics
-
Returns the value at the specified index of the array.
- load - Static variable in annotation type akasha.gpu.GPULoadOp
-
- load() - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement method load() resets the media element to its initial state and begins the process of selecting a media source and loading the media in preparation for playback to begin at the beginning.
- load(String) - Method in class akasha.MediaKeySession
-
The MediaKeySession.load() method returns a Promise that resolves to a boolean value after loading data for a specified session object.
- LOADED - Static variable in class akasha.HTMLTrackElement
-
- loaded() - Method in class akasha.ProgressEvent
-
The ProgressEvent.loaded read-only property is an integer representing the amount of work already performed by the underlying process.
- loaded(int) - Method in interface akasha.ProgressEventInit.Builder
-
- loaded() - Method in interface akasha.ProgressEventInit
-
- loadEventEnd() - Method in class akasha.perf.PerformanceNavigationTiming
-
The loadEventEnd read-only property returns a timestamp which is equal to the time when the load event of the current document is completed.
- loadEventEnd() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.loadEventEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the load event handler terminated, that is when the load event is completed.
- loadEventStart() - Method in class akasha.perf.PerformanceNavigationTiming
-
The loadEventStart read-only property returns a timestamp representing the time value equal to the time immediately before the load event of the current document is fired.
- loadEventStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.loadEventStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the load event was sent for the current document.
- loading - Static variable in annotation type akasha.DocumentReadyState
-
- LOADING - Static variable in class akasha.FileReader
-
- loading - Variable in class akasha.HTMLIFrameElement
-
- loading - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement property loading is a string whose value provides a hint to the user agent that tells the browser how to handle loading images which are currently outside the window's visual viewport.
- LOADING - Static variable in class akasha.HTMLTrackElement
-
- LOADING - Static variable in class akasha.XMLHttpRequest
-
- LoadingType - Annotation Type in akasha
-
An enumerated value to indicate how the browser should load the resource.
- LoadingType.Util - Class in akasha
-
- loadOp() - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- loadOp(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Step1
-
- local(RTCIceCandidate) - Method in interface akasha.rtc.RTCIceCandidatePair.Builder
-
The local property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate which describes the configuration of the local end of a viable WebRTC connection.
- local() - Method in interface akasha.rtc.RTCIceCandidatePair
-
The local property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate which describes the configuration of the local end of a viable WebRTC connection.
- local - Static variable in annotation type akasha.xr.XRReferenceSpaceType
-
- local_candidate - Static variable in annotation type akasha.rtc.RTCStatsType
-
- local_floor - Static variable in annotation type akasha.xr.XRReferenceSpaceType
-
- localCandidateId() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property localCandidateId is a string that uniquely identifies the local ICE candidate which was analyzed to generate the RTCIceCandidateStats used to compute the statistics for this pair of candidates.
- localCandidateId(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Step4
-
- localCertificateId(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- localCertificateId() - Method in interface akasha.rtc.RTCTransportStats
-
- localDescription() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.localDescription returns an RTCSessionDescription describing the session for the local end of the connection.
- localeCompare(String, String, JsObject) - Method in class akasha.core.JsString
-
The localeCompare() method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
- localeCompare(String, JsArray<String>, JsObject) - Method in class akasha.core.JsString
-
The localeCompare() method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
- localeCompare(String, String[], JsObject) - Method in class akasha.core.JsString
-
The localeCompare() method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
- localeCompare(String, String) - Method in class akasha.core.JsString
-
The localeCompare() method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
- localeCompare(String, JsArray<String>) - Method in class akasha.core.JsString
-
The localeCompare() method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
- localeCompare(String, String...) - Method in class akasha.core.JsString
-
The localeCompare() method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
- localeCompare(String) - Method in class akasha.core.JsString
-
The localeCompare() method returns a number indicating whether a reference string comes before, or after, or is the same as the given string in sort order.
- localId(String) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- localId() - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- localId(String) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
The RTCRemoteOutboundRtpStreamStats dictionary's localId property is a string which can be used to identify the RTCInboundRtpStreamStats object whose remoteId matches this value.
- localId() - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
The RTCRemoteOutboundRtpStreamStats dictionary's localId property is a string which can be used to identify the RTCInboundRtpStreamStats object whose remoteId matches this value.
- localName() - Method in class akasha.Attr
-
The Attr.localName read-only property returns the local part of the qualified name of an attribute.
- localName() - Method in class akasha.Element
-
The Element.localName read-only property returns the local part of the qualified name of an element.
- localService() - Method in class akasha.speech.SpeechSynthesisVoice
-
The localService read-only property of the SpeechSynthesisVoice interface returns a Boolean indicating whether the voice is supplied by a local speech synthesizer service (true), or a remote speech synthesizer service (false.)
- localStorage() - Method in class akasha.Window
-
The read-only localStorage property allows you to access a Storage object for the Document's origin; the stored data is saved across browser sessions.
- localStorage() - Static method in class akasha.WindowGlobal
-
The read-only localStorage property allows you to access a Storage object for the Document's origin; the stored data is saved across browser sessions.
- localTime(Double) - Method in interface akasha.ComputedEffectTiming.Builder
-
- localTime() - Method in interface akasha.ComputedEffectTiming
-
- location() - Static method in class akasha.DedicatedWorkerGlobal
-
The location read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker.
- location() - Method in class akasha.Document
-
The Document.location read-only property returns a Location object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL.
- location() - Method in interface akasha.gpu.GPUComputePassTimestampWrite
-
- location(String) - Method in interface akasha.gpu.GPUComputePassTimestampWrite.Step2
-
- location() - Method in interface akasha.gpu.GPURenderPassTimestampWrite
-
- location(String) - Method in interface akasha.gpu.GPURenderPassTimestampWrite.Step2
-
- location() - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.location read-only property returns an unsigned long representing the location of the key on the keyboard or other input device.
- location(int) - Method in interface akasha.KeyboardEventInit.Builder
-
- location() - Method in interface akasha.KeyboardEventInit
-
- Location - Class in akasha
-
The Location interface represents the location (URL) of the object it is linked to.
- Location() - Constructor for class akasha.Location
-
- location() - Static method in class akasha.RTCIdentityProviderGlobal
-
The location read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker.
- location() - Static method in class akasha.ServiceWorkerGlobal
-
The location read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker.
- location() - Static method in class akasha.SharedWorkerGlobal
-
The location read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker.
- location() - Method in class akasha.Window
-
The Window.location read-only property returns a Location object with information about the current location of the document.
- location() - Static method in class akasha.WindowGlobal
-
The Window.location read-only property returns a Location object with information about the current location of the document.
- location() - Method in class akasha.WorkerGlobalScope
-
The location read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker.
- locationbar() - Method in class akasha.Window
-
Returns the locationbar object, whose visibility can be checked.
- locationbar() - Static method in class akasha.WindowGlobal
-
Returns the locationbar object, whose visibility can be checked.
- lock(String) - Method in class akasha.ScreenOrientation
-
The lock() property of the ScreenOrientation interface locks the orientation of the containing document to its default orientation.
- locked() - Method in class akasha.ReadableStream
-
The locked read-only property of the ReadableStream interface returns whether or not the readable stream is locked to a reader.
- locked() - Method in class akasha.WritableStream
-
The locked read-only property of the WritableStream interface returns a boolean indicating whether the WritableStream is locked to a writer.
- lodMaxClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
-
- lodMaxClamp() - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- lodMinClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor.Builder
-
- lodMinClamp() - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- log(Object...) - Static method in class akasha.Console
-
The Console method log() outputs a message to the web console.
- log(double) - Static method in class akasha.core.JsMath
-
The Math.log() function returns the natural logarithm (base e) of a number, that is
- log10(double) - Static method in class akasha.core.JsMath
-
The Math.log10() function returns the base 10 logarithm of a number, that is
- LOG10E - Static variable in class akasha.core.JsMath
-
The Math.LOG10E property represents the base 10 logarithm of e, approximately 0.434:
- log1p(double) - Static method in class akasha.core.JsMath
-
The Math.log1p() function returns the natural logarithm (base e) of 1 + a number, that is
- log2(double) - Static method in class akasha.core.JsMath
-
The Math.log2() function returns the base 2 logarithm of a number, that is
- LOG2E - Static variable in class akasha.core.JsMath
-
The Math.LOG2E property represents the base 2 logarithm of e, approximately 1.442:
- logicalSurface(boolean) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- logicalSurface() - Method in interface akasha.media.MediaTrackCapabilities
-
- logicalSurface(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- logicalSurface(boolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- logicalSurface(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- logicalSurface(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- logicalSurface(boolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- logicalSurface(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- logicalSurface() - Method in interface akasha.media.MediaTrackConstraintSet
-
- logicalSurface(boolean) - Method in interface akasha.media.MediaTrackSettings.Builder
-
- logicalSurface() - Method in interface akasha.media.MediaTrackSettings
-
- logicalSurface(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
- logicalSurface() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- longDesc - Variable in class akasha.HTMLFrameElement
-
- longDesc - Variable in class akasha.HTMLIFrameElement
-
- longDesc - Variable in class akasha.HTMLImageElement
-
- longitude() - Method in class akasha.GeolocationCoordinates
-
- lookupNamespaceURI(String) - Method in class akasha.Node
-
The Node.lookupNamespaceURI() method accepts a prefix and returns the namespace URI associated with it on the given node if found (and null if not).
- lookupNamespaceURI(String) - Method in interface akasha.XPathNSResolver
-
The lookupNamespaceURI method looks up the namespace URI associated to the given namespace prefix within an XPath expression evaluated by the XPathEvaluator interface.
- lookupPrefix(String) - Method in class akasha.Node
-
The Node.lookupPrefix() method returns a DOMString containing the prefix for a given namespace URI, if present, and null if not.
- loop - Variable in class akasha.audio.AudioBufferSourceNode
-
The loop property's default value is false.
- loop(boolean) - Method in interface akasha.audio.AudioBufferSourceOptions.Builder
-
- loop() - Method in interface akasha.audio.AudioBufferSourceOptions
-
- loop - Variable in class akasha.HTMLMarqueeElement
-
- loop - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls whether the media element should start over when it reaches the end.
- loopEnd - Variable in class akasha.audio.AudioBufferSourceNode
-
A floating-point number indicating the offset, in seconds, into the audio buffer at which each loop will loop return to the beginning of the loop (that is, the current play time gets reset to AudioBufferSourceNode.loopStart).
- loopEnd(double) - Method in interface akasha.audio.AudioBufferSourceOptions.Builder
-
- loopEnd() - Method in interface akasha.audio.AudioBufferSourceOptions
-
- loopStart - Variable in class akasha.audio.AudioBufferSourceNode
-
The loopStart property of the AudioBufferSourceNode interface is a floating-point value indicating, in seconds, where in the AudioBuffer the restart of the play must happen.
- loopStart(double) - Method in interface akasha.audio.AudioBufferSourceOptions.Builder
-
- loopStart() - Method in interface akasha.audio.AudioBufferSourceOptions
-
- loseContext() - Method in class akasha.gl.WEBGL_lose_context
-
The WEBGL_lose_context.loseContext() method is part of the WebGL API and allows you to simulate losing the context of a WebGLRenderingContext context.
- lost() - Method in class akasha.gpu.GPUDevice
-
- low - Variable in class akasha.HTMLMeterElement
-
- low - Static variable in annotation type akasha.ImageSmoothingQuality
-
- low - Static variable in annotation type akasha.ResizeQuality
-
- low - Static variable in annotation type akasha.rtc.RTCPriorityType
-
- LOW_FLOAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LOW_FLOAT - Static variable in class akasha.gl.WebGLRenderingContext
-
- LOW_INT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LOW_INT - Static variable in class akasha.gl.WebGLRenderingContext
-
- low_power - Static variable in annotation type akasha.gl.WebGLPowerPreference
-
- low_power - Static variable in annotation type akasha.gpu.GPUPowerPreference
-
- lower() - Method in class akasha.idb.IDBKeyRange
-
The lower bound of the key range (can be any type.)
- lowerBound(Object, boolean) - Static method in class akasha.idb.IDBKeyRange
-
IDBKeyRange: The newly created key range.
- lowerBound(Object) - Static method in class akasha.idb.IDBKeyRange
-
IDBKeyRange: The newly created key range.
- lowerOpen() - Method in class akasha.idb.IDBKeyRange
-
A boolean:
- lowerVerticalAngle - Variable in class akasha.xr.XREquirectLayer
-
- lowerVerticalAngle(float) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- lowerVerticalAngle() - Method in interface akasha.xr.XREquirectLayerInit
-
- lowerVerticalAngle(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit.Builder
-
- lowerVerticalAngle() - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- lowpass - Static variable in annotation type akasha.audio.BiquadFilterType
-
- lowshelf - Static variable in annotation type akasha.audio.BiquadFilterType
-
- lowsrc - Variable in class akasha.HTMLImageElement
-
- lr - Static variable in annotation type akasha.DirectionSetting
-
- ltr - Static variable in annotation type akasha.CanvasDirection
-
- ltr - Static variable in annotation type akasha.DirType
-
Left to right direction which is to be used for languages that are written from the left to the right, such as English.
- ltr - Static variable in annotation type akasha.notifications.NotificationDirection
-
- LUMINANCE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LUMINANCE - Static variable in class akasha.gl.WebGLRenderingContext
-
- LUMINANCE_ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- LUMINANCE_ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- luminance_alpha - Static variable in annotation type akasha.xr.XRDepthDataFormat
-
- object - Static variable in annotation type akasha.RequestDestination
-
- OBJECT_TYPE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ObjectPropertyDescriptor - Interface in akasha.core
-
- ObjectPropertyDescriptor.Builder - Interface in akasha.core
-
- ObjectPropertyEntry - Class in akasha.core
-
- ObjectPropertyEntry() - Constructor for class akasha.core.ObjectPropertyEntry
-
- objectStore() - Method in class akasha.idb.IDBIndex
-
An IDBObjectStore.
- objectStore(String) - Method in class akasha.idb.IDBTransaction
-
The objectStore() method of the IDBTransaction interface returns an object store that has already been added to the scope of this transaction.
- objectStoreNames() - Method in class akasha.idb.IDBDatabase
-
A DOMStringList containing a list of the names of the object stores currently in the connected database.
- objectStoreNames() - Method in class akasha.idb.IDBTransaction
-
The objectStoreNames read-only property of the IDBTransaction interface returns a DOMStringList of names of IDBObjectStore objects.
- observe(Element) - Method in class akasha.IntersectionObserver
-
The IntersectionObserver method observe() adds an element to the set of target elements being watched by the IntersectionObserver.
- observe(Node, MutationObserverInit) - Method in class akasha.MutationObserver
-
The MutationObserver method observe() configures the MutationObserver callback to begin receiving notifications of changes to the DOM that match the given options.
- observe(Node) - Method in class akasha.MutationObserver
-
The MutationObserver method observe() configures the MutationObserver callback to begin receiving notifications of changes to the DOM that match the given options.
- observe(PerformanceObserverInit) - Method in class akasha.perf.PerformanceObserver
-
The observe() method of the PerformanceObserver interface is used to specify the set of performance entry types to observe.
- observe() - Method in class akasha.perf.PerformanceObserver
-
The observe() method of the PerformanceObserver interface is used to specify the set of performance entry types to observe.
- observe() - Method in class akasha.ReportingObserver
-
The observe() method of the ReportingObserver interface instructs a reporting observer to start collecting reports in its report queue.
- observe(Element, ResizeObserverOptions) - Method in class akasha.ResizeObserver
-
- observe(Element) - Method in class akasha.ResizeObserver
-
- observedBox() - Method in class akasha.ResizeObservation
-
- occlusion - Static variable in annotation type akasha.gpu.GPUQueryType
-
- occlusionQuerySet(GPUQuerySet) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
-
- occlusionQuerySet() - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- OCULUS_multiview - Class in akasha.gl
-
- OCULUS_multiview() - Constructor for class akasha.gl.OCULUS_multiview
-
- OES_element_index_uint - Class in akasha.gl
-
The OES_element_index_uint extension is part of the WebGL API and adds support for gl.UNSIGNED_INT types to WebGLRenderingContext.drawElements().
- OES_element_index_uint() - Constructor for class akasha.gl.OES_element_index_uint
-
- OES_fbo_render_mipmap - Class in akasha.gl
-
The OES_fbo_render_mipmap extension is part of the WebGL API and makes it possible to attach any level of a texture to a framebuffer object.
- OES_fbo_render_mipmap() - Constructor for class akasha.gl.OES_fbo_render_mipmap
-
- OES_standard_derivatives - Class in akasha.gl
-
The OES_standard_derivatives extension is part of the WebGL API and adds the GLSL derivative functions dFdx, dFdy, and fwidth.
- OES_standard_derivatives() - Constructor for class akasha.gl.OES_standard_derivatives
-
- OES_texture_float - Class in akasha.gl
-
The OES_texture_float extension is part of the WebGL API and exposes floating-point pixel types for textures.
- OES_texture_float() - Constructor for class akasha.gl.OES_texture_float
-
- OES_texture_float_linear - Class in akasha.gl
-
The OES_texture_float_linear extension is part of the WebGL API and allows linear filtering with floating-point pixel types for textures.
- OES_texture_float_linear() - Constructor for class akasha.gl.OES_texture_float_linear
-
- OES_texture_half_float - Class in akasha.gl
-
The OES_texture_half_float extension is part of the WebGL API and adds texture formats with 16- (aka half float) and 32-bit floating-point components.
- OES_texture_half_float() - Constructor for class akasha.gl.OES_texture_half_float
-
- OES_texture_half_float_linear - Class in akasha.gl
-
The OES_texture_half_float_linear extension is part of the WebGL API and allows linear filtering with half floating-point pixel types for textures.
- OES_texture_half_float_linear() - Constructor for class akasha.gl.OES_texture_half_float_linear
-
- OES_vertex_array_object - Class in akasha.gl
-
The OES_vertex_array_object extension is part of the WebGL API and provides vertex array objects (VAOs) which encapsulate vertex array states.
- OES_vertex_array_object() - Constructor for class akasha.gl.OES_vertex_array_object
-
- of() - Static method in interface akasha.AddEventListenerOptions
-
- of() - Static method in interface akasha.AnimationEventInit
-
- of() - Static method in interface akasha.AnimationPlaybackEventInit
-
- of(ArrayBufferView) - Static method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- of() - Static method in interface akasha.ArrayBufferViewOrUndefinedUnion
-
- of() - Static method in interface akasha.AssignedNodesOptions
-
- of() - Static method in interface akasha.audio.AnalyserOptions
-
- of() - Static method in interface akasha.audio.AudioBufferSourceOptions
-
- of(String) - Static method in interface akasha.audio.AudioContextLatencyCategoryOrDoubleUnion
-
- of(double) - Static method in interface akasha.audio.AudioContextLatencyCategoryOrDoubleUnion
-
- of() - Static method in interface akasha.audio.AudioContextOptions
-
- of() - Static method in interface akasha.audio.AudioNodeOptions
-
- of() - Static method in interface akasha.audio.AudioTimestamp
-
- of() - Static method in interface akasha.audio.AudioWorkletNodeOptions
-
- of() - Static method in interface akasha.audio.BiquadFilterOptions
-
- of() - Static method in interface akasha.audio.ChannelMergerOptions
-
- of() - Static method in interface akasha.audio.ChannelSplitterOptions
-
- of() - Static method in interface akasha.audio.ConstantSourceOptions
-
- of() - Static method in interface akasha.audio.ConvolverOptions
-
- of() - Static method in interface akasha.audio.DelayOptions
-
- of() - Static method in interface akasha.audio.DynamicsCompressorOptions
-
- of() - Static method in interface akasha.audio.GainOptions
-
- of() - Static method in interface akasha.audio.OscillatorOptions
-
- of() - Static method in interface akasha.audio.PannerOptions
-
- of() - Static method in interface akasha.audio.PeriodicWaveConstraints
-
- of() - Static method in interface akasha.audio.PeriodicWaveOptions
-
- of() - Static method in interface akasha.audio.StereoPannerOptions
-
- of() - Static method in interface akasha.audio.WaveShaperOptions
-
- of() - Static method in interface akasha.AuthenticationExtensionsClientInputs
-
- of() - Static method in interface akasha.AuthenticationExtensionsClientOutputs
-
- of() - Static method in interface akasha.AuthenticationExtensionsLargeBlobInputs
-
- of() - Static method in interface akasha.AuthenticationExtensionsLargeBlobOutputs
-
- of() - Static method in interface akasha.AuthenticatorSelectionCriteria
-
- of() - Static method in interface akasha.BaseComputedKeyframe
-
- of() - Static method in interface akasha.BaseKeyframe
-
- of() - Static method in interface akasha.BasePropertyIndexedKeyframe
-
- of(BufferSource) - Static method in interface akasha.BlobPart
-
- of(Blob) - Static method in interface akasha.BlobPart
-
- of(String) - Static method in interface akasha.BlobPart
-
- of() - Static method in interface akasha.BlobPropertyBag
-
- of(String) - Static method in interface akasha.bluetooth.BluetoothCharacteristicUUID
-
- of(int) - Static method in interface akasha.bluetooth.BluetoothCharacteristicUUID
-
- of() - Static method in interface akasha.bluetooth.BluetoothDataFilterInit
-
- of(String) - Static method in interface akasha.bluetooth.BluetoothDescriptorUUID
-
- of(int) - Static method in interface akasha.bluetooth.BluetoothDescriptorUUID
-
- of() - Static method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- of(String) - Static method in interface akasha.bluetooth.BluetoothServiceUUID
-
- of(int) - Static method in interface akasha.bluetooth.BluetoothServiceUUID
-
- of() - Static method in interface akasha.bluetooth.RequestDeviceOptions
-
- of(String) - Static method in interface akasha.bluetooth.StringOrUUIDArrayUnion
-
- of(JsArray<String>) - Static method in interface akasha.bluetooth.StringOrUUIDArrayUnion
-
- of(String...) - Static method in interface akasha.bluetooth.StringOrUUIDArrayUnion
-
- of() - Static method in interface akasha.bluetooth.ValueEventInit
-
- of() - Static method in interface akasha.bluetooth.WatchAdvertisementsOptions
-
- of(ReadableStream) - Static method in interface akasha.BodyInit
-
- of(XMLHttpRequestBodyInit) - Static method in interface akasha.BodyInit
-
- of(Blob) - Static method in interface akasha.BodyInit
-
- of(BufferSource) - Static method in interface akasha.BodyInit
-
- of(FormData) - Static method in interface akasha.BodyInit
-
- of(URLSearchParams) - Static method in interface akasha.BodyInit
-
- of(String) - Static method in interface akasha.BodyInit
-
- of(BufferSource) - Static method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- of(Blob) - Static method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- of(String) - Static method in interface akasha.BufferSourceOrBlobOrStringUnion
-
- of(BufferSource) - Static method in interface akasha.BufferSourceOrStringUnion
-
- of(String) - Static method in interface akasha.BufferSourceOrStringUnion
-
- of() - Static method in interface akasha.CacheQueryOptions
-
- of() - Static method in interface akasha.CanvasRenderingContext2DSettings
-
- of(Client) - Static method in interface akasha.ClientOrUndefinedUnion
-
- of() - Static method in interface akasha.ClientOrUndefinedUnion
-
- of() - Static method in interface akasha.ClientQueryOptions
-
- of() - Static method in interface akasha.clipboard.ClipboardEventInit
-
- of(String) - Static method in interface akasha.clipboard.ClipboardItemDataType
-
- of(Blob) - Static method in interface akasha.clipboard.ClipboardItemDataType
-
- of() - Static method in interface akasha.clipboard.ClipboardItemOptions
-
- of() - Static method in interface akasha.CloseEventInit
-
- of() - Static method in interface akasha.codecs.AudioDecoderSupport
-
- of() - Static method in interface akasha.codecs.AudioEncoderSupport
-
- of() - Static method in interface akasha.codecs.EncodedAudioChunkMetadata
-
- of() - Static method in interface akasha.codecs.EncodedVideoChunkMetadata
-
- of() - Static method in interface akasha.codecs.ImageDecodeOptions
-
- of() - Static method in interface akasha.codecs.SvcOutputMetadata
-
- of() - Static method in interface akasha.codecs.VideoColorSpaceInit
-
- of() - Static method in interface akasha.codecs.VideoDecoderSupport
-
- of() - Static method in interface akasha.codecs.VideoEncoderEncodeOptions
-
- of() - Static method in interface akasha.codecs.VideoEncoderSupport
-
- of() - Static method in interface akasha.codecs.VideoFrameCopyToOptions
-
- of() - Static method in interface akasha.codecs.VideoFrameInit
-
- of(String) - Static method in interface akasha.CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion
-
- of(JsArray<String>) - Static method in interface akasha.CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion
-
- of(String...) - Static method in interface akasha.CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion
-
- of() - Static method in interface akasha.CompositionEventInit
-
- of() - Static method in interface akasha.ComputedEffectTiming
-
- of(float...) - Static method in class akasha.core.Float32Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of(double...) - Static method in class akasha.core.Float64Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of(short...) - Static method in class akasha.core.Int16Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of(int...) - Static method in class akasha.core.Int32Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of(byte...) - Static method in class akasha.core.Int8Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of() - Static method in interface akasha.core.ObjectPropertyDescriptor
-
- of(String) - Static method in interface akasha.core.StringifySpaceUnionType
-
- of(int) - Static method in interface akasha.core.StringifySpaceUnionType
-
- of(String) - Static method in interface akasha.core.StringOrLongLongUnion
-
- of(int) - Static method in interface akasha.core.StringOrLongLongUnion
-
- of(int...) - Static method in class akasha.core.Uint16Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of(int...) - Static method in class akasha.core.Uint32Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of(short...) - Static method in class akasha.core.Uint8Array
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of(short...) - Static method in class akasha.core.Uint8ClampedArray
-
The TypedArray.of() method creates a new typed array from a variable number of arguments.
- of() - Static method in interface akasha.CredentialCreationOptions
-
- of() - Static method in interface akasha.CredentialPropertiesOutput
-
- of() - Static method in interface akasha.CredentialRequestOptions
-
- of(JsObject) - Static method in interface akasha.crypto.AlgorithmIdentifier
-
- of(String) - Static method in interface akasha.crypto.AlgorithmIdentifier
-
- of() - Static method in interface akasha.crypto.CryptoKeyPair
-
- of() - Static method in interface akasha.crypto.JsonWebKey
-
- of() - Static method in interface akasha.crypto.RsaOtherPrimesInfo
-
- of() - Static method in interface akasha.CSSStyleSheetInit
-
- of(CustomElementConstructor) - Static method in interface akasha.CustomElementConstructorOrUndefinedUnion
-
- of() - Static method in interface akasha.CustomElementConstructorOrUndefinedUnion
-
- of() - Static method in interface akasha.CustomEventInit
-
- of() - Static method in interface akasha.DeviceMotionEventAccelerationInit
-
- of() - Static method in interface akasha.DeviceMotionEventInit
-
- of() - Static method in interface akasha.DeviceMotionEventRotationRateInit
-
- of() - Static method in interface akasha.DeviceOrientationEventInit
-
- of() - Static method in interface akasha.DocumentTimelineOptions
-
- of() - Static method in interface akasha.DOMMatrix2DInit
-
- of() - Static method in interface akasha.DOMMatrixInit
-
- of() - Static method in interface akasha.DOMPointInit
-
- of() - Static method in interface akasha.DOMQuadInit
-
- of() - Static method in interface akasha.DOMRectInit
-
- of(double) - Static method in interface akasha.DoubleOrDoubleArrayUnion
-
- of(JsArray<Double>) - Static method in interface akasha.DoubleOrDoubleArrayUnion
-
- of(double...) - Static method in interface akasha.DoubleOrDoubleArrayUnion
-
- of() - Static method in interface akasha.DragEventInit
-
- of() - Static method in interface akasha.EffectTiming
-
- of() - Static method in interface akasha.ElementCreationOptions
-
- of() - Static method in interface akasha.ElementDefinitionOptions
-
- of(Element) - Static method in interface akasha.ElementOrCSSPseudoElementUnion
-
- of(CSSPseudoElement) - Static method in interface akasha.ElementOrCSSPseudoElementUnion
-
- of() - Static method in interface akasha.ErrorEventInit
-
- of() - Static method in interface akasha.EventInit
-
- of() - Static method in interface akasha.EventListenerOptions
-
- of() - Static method in interface akasha.EventModifierInit
-
- of(Event) - Static method in interface akasha.EventOrStringUnion
-
- of(String) - Static method in interface akasha.EventOrStringUnion
-
- of(Event) - Static method in interface akasha.EventOrUndefinedUnion
-
- of() - Static method in interface akasha.EventOrUndefinedUnion
-
- of() - Static method in interface akasha.EventSourceInit
-
- of() - Static method in interface akasha.ExtendableEventInit
-
- of() - Static method in interface akasha.ExtendableMessageEventInit
-
- of() - Static method in interface akasha.FederatedCredentialRequestOptions
-
- of() - Static method in interface akasha.FilePropertyBag
-
- of() - Static method in interface akasha.FileSystemCreateWritableOptions
-
- of() - Static method in interface akasha.FileSystemGetDirectoryOptions
-
- of() - Static method in interface akasha.FileSystemGetFileOptions
-
- of() - Static method in interface akasha.FileSystemRemoveOptions
-
- of(BufferSource) - Static method in interface akasha.FileSystemWriteChunkType
-
- of(Blob) - Static method in interface akasha.FileSystemWriteChunkType
-
- of(String) - Static method in interface akasha.FileSystemWriteChunkType
-
- of(WriteParams) - Static method in interface akasha.FileSystemWriteChunkType
-
- of() - Static method in interface akasha.FocusEventInit
-
- of() - Static method in interface akasha.FocusOptions
-
- of(File) - Static method in interface akasha.FormDataEntryValue
-
- of(String) - Static method in interface akasha.FormDataEntryValue
-
- of() - Static method in interface akasha.FullscreenOptions
-
- of() - Static method in interface akasha.GetAnimationsOptions
-
- of() - Static method in interface akasha.GetRootNodeOptions
-
- of(Float32Array) - Static method in interface akasha.gl.Float32List
-
- of(JsArray<Double>) - Static method in interface akasha.gl.Float32List
-
- of(double...) - Static method in interface akasha.gl.Float32List
-
- of(Int32Array) - Static method in interface akasha.gl.Int32List
-
- of(JsArray<Double>) - Static method in interface akasha.gl.Int32List
-
- of(double...) - Static method in interface akasha.gl.Int32List
-
- of(Uint32Array) - Static method in interface akasha.gl.Uint32List
-
- of(JsArray<Double>) - Static method in interface akasha.gl.Uint32List
-
- of(double...) - Static method in interface akasha.gl.Uint32List
-
- of() - Static method in interface akasha.gl.WebGLContextAttributes
-
- of() - Static method in interface akasha.gl.WebGLContextEventInit
-
- of() - Static method in interface akasha.gpu.GPUBlendComponent
-
- of() - Static method in interface akasha.gpu.GPUBufferBindingLayout
-
- of(JsArray<Double>) - Static method in interface akasha.gpu.GPUColor
-
- of(double...) - Static method in interface akasha.gpu.GPUColor
-
- of(GPUColorDict) - Static method in interface akasha.gpu.GPUColor
-
- of() - Static method in interface akasha.gpu.GPUCommandBufferDescriptor
-
- of() - Static method in interface akasha.gpu.GPUCommandEncoderDescriptor
-
- of() - Static method in interface akasha.gpu.GPUComputePassDescriptor
-
- of() - Static method in interface akasha.gpu.GPUDeviceDescriptor
-
- of(String) - Static method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
-
- of() - Static method in interface akasha.gpu.GPUDeviceLostReasonOrUndefinedUnion
-
- of(JsArray<Double>) - Static method in interface akasha.gpu.GPUExtent3D
-
- of(double...) - Static method in interface akasha.gpu.GPUExtent3D
-
- of(GPUExtent3DDict) - Static method in interface akasha.gpu.GPUExtent3D
-
- of() - Static method in interface akasha.gpu.GPUExternalTextureBindingLayout
-
- of() - Static method in interface akasha.gpu.GPUImageDataLayout
-
- of() - Static method in interface akasha.gpu.GPUMultisampleState
-
- of() - Static method in interface akasha.gpu.GPUObjectDescriptorBase
-
- of(JsArray<Double>) - Static method in interface akasha.gpu.GPUOrigin2D
-
- of(double...) - Static method in interface akasha.gpu.GPUOrigin2D
-
- of(GPUOrigin2DDict) - Static method in interface akasha.gpu.GPUOrigin2D
-
- of() - Static method in interface akasha.gpu.GPUOrigin2DDict
-
- of(JsArray<Double>) - Static method in interface akasha.gpu.GPUOrigin3D
-
- of(double...) - Static method in interface akasha.gpu.GPUOrigin3D
-
- of(GPUOrigin3DDict) - Static method in interface akasha.gpu.GPUOrigin3D
-
- of() - Static method in interface akasha.gpu.GPUOrigin3DDict
-
- of() - Static method in interface akasha.gpu.GPUPipelineDescriptorBase
-
- of() - Static method in interface akasha.gpu.GPUPrimitiveState
-
- of() - Static method in interface akasha.gpu.GPURenderBundleDescriptor
-
- of() - Static method in interface akasha.gpu.GPURequestAdapterOptions
-
- of() - Static method in interface akasha.gpu.GPUSamplerBindingLayout
-
- of() - Static method in interface akasha.gpu.GPUSamplerDescriptor
-
- of() - Static method in interface akasha.gpu.GPUStencilFaceState
-
- of() - Static method in interface akasha.gpu.GPUTextureBindingLayout
-
- of() - Static method in interface akasha.gpu.GPUTextureViewDescriptor
-
- of() - Static method in interface akasha.HashChangeEventInit
-
- of(JsArray<JsArray<String>>) - Static method in interface akasha.HeadersInit
-
- of(JsArray<String>...) - Static method in interface akasha.HeadersInit
-
- of(JsPropertyMap<String>) - Static method in interface akasha.HeadersInit
-
- of() - Static method in interface akasha.idb.IDBDatabaseInfo
-
- of() - Static method in interface akasha.idb.IDBIndexParameters
-
- of() - Static method in interface akasha.idb.IDBObjectStoreParameters
-
- of() - Static method in interface akasha.idb.IDBTransactionOptions
-
- of() - Static method in interface akasha.idb.IDBVersionChangeEventInit
-
- of() - Static method in interface akasha.IdleRequestOptions
-
- of() - Static method in interface akasha.ImageBitmapOptions
-
- of() - Static method in interface akasha.ImageBitmapRenderingContextSettings
-
- of() - Static method in interface akasha.ImageDataSettings
-
- of() - Static method in interface akasha.ImageEncodeOptions
-
- of() - Static method in interface akasha.InputEventInit
-
- of() - Static method in interface akasha.IntersectionObserverInit
-
- of() - Static method in interface akasha.KeyboardEventInit
-
- of() - Static method in interface akasha.KeyframeAnimationOptions
-
- of() - Static method in interface akasha.KeyframeEffectOptions
-
- of(T...) - Static method in class akasha.lang.JsArray
-
The Array.of() method creates a new Array instance from a variable number of arguments, regardless of number or type of the arguments.
- of(double) - Static method in interface akasha.LineAndPositionSetting
-
- of(String) - Static method in interface akasha.LineAndPositionSetting
-
- of(boolean) - Static method in interface akasha.media.BooleanOrMediaTrackConstraintsUnion
-
- of(MediaTrackConstraints) - Static method in interface akasha.media.BooleanOrMediaTrackConstraintsUnion
-
- of(boolean) - Static method in interface akasha.media.ConstrainBoolean
-
- of(ConstrainBooleanParameters) - Static method in interface akasha.media.ConstrainBoolean
-
- of() - Static method in interface akasha.media.ConstrainBooleanParameters
-
- of(String) - Static method in interface akasha.media.ConstrainDOMString
-
- of(JsArray<String>) - Static method in interface akasha.media.ConstrainDOMString
-
- of(String...) - Static method in interface akasha.media.ConstrainDOMString
-
- of(ConstrainDOMStringParameters) - Static method in interface akasha.media.ConstrainDOMString
-
- of() - Static method in interface akasha.media.ConstrainDOMStringParameters
-
- of(double) - Static method in interface akasha.media.ConstrainDouble
-
- of(ConstrainDoubleRange) - Static method in interface akasha.media.ConstrainDouble
-
- of() - Static method in interface akasha.media.ConstrainDoubleRange
-
- of(int) - Static method in interface akasha.media.ConstrainULong
-
- of(ConstrainULongRange) - Static method in interface akasha.media.ConstrainULong
-
- of() - Static method in interface akasha.media.ConstrainULongRange
-
- of() - Static method in interface akasha.media.DisplayMediaStreamConstraints
-
- of() - Static method in interface akasha.media.DoubleRange
-
- of(MediaList) - Static method in interface akasha.media.MediaListOrStringUnion
-
- of(String) - Static method in interface akasha.media.MediaListOrStringUnion
-
- of() - Static method in interface akasha.media.MediaRecorderOptions
-
- of() - Static method in interface akasha.media.MediaStreamConstraints
-
- of() - Static method in interface akasha.media.MediaTrackCapabilities
-
- of() - Static method in interface akasha.media.MediaTrackConstraints
-
- of() - Static method in interface akasha.media.MediaTrackConstraintSet
-
- of() - Static method in interface akasha.media.MediaTrackSettings
-
- of() - Static method in interface akasha.media.MediaTrackSupportedConstraints
-
- of() - Static method in interface akasha.media.ULongRange
-
- of() - Static method in interface akasha.MediaEncryptedEventInit
-
- of() - Static method in interface akasha.MediaKeySystemConfiguration
-
- of() - Static method in interface akasha.MediaKeySystemMediaCapability
-
- of() - Static method in interface akasha.MediaQueryListEventInit
-
- of() - Static method in interface akasha.MessageEventInit
-
- of() - Static method in interface akasha.midi.MIDIConnectionEventInit
-
- of() - Static method in interface akasha.midi.MIDIMessageEventInit
-
- of() - Static method in interface akasha.midi.MIDIOptions
-
- of() - Static method in interface akasha.MouseEventInit
-
- of() - Static method in interface akasha.MultiCacheQueryOptions
-
- of() - Static method in interface akasha.MutationObserverInit
-
- of() - Static method in interface akasha.NavigationPreloadState
-
- of() - Static method in interface akasha.notifications.GetNotificationOptions
-
- of() - Static method in interface akasha.notifications.NotificationOptions
-
- of() - Static method in interface akasha.OptionalEffectTiming
-
- of() - Static method in interface akasha.PageTransitionEventInit
-
- of() - Static method in interface akasha.perf.PerformanceObserverCallbackOptions
-
- of() - Static method in interface akasha.perf.PerformanceObserverInit
-
- of() - Static method in interface akasha.PointerEventInit
-
- of() - Static method in interface akasha.PopStateEventInit
-
- of() - Static method in interface akasha.PositionOptions
-
- of() - Static method in interface akasha.ProgressEventInit
-
- of(T) - Static method in interface akasha.promise.ResolveValue
-
- of(Promise<T>) - Static method in interface akasha.promise.ResolveValue
-
- of() - Static method in interface akasha.PushEventInit
-
- of(BufferSource) - Static method in interface akasha.PushMessageDataInit
-
- of(String) - Static method in interface akasha.PushMessageDataInit
-
- of() - Static method in interface akasha.PushSubscriptionChangeEventInit
-
- of() - Static method in interface akasha.PushSubscriptionJSON
-
- of() - Static method in interface akasha.PushSubscriptionOptionsInit
-
- of() - Static method in interface akasha.QueuingStrategy
-
- of() - Static method in interface akasha.ReadableStreamBYOBReadResult
-
- of() - Static method in interface akasha.ReadableStreamDefaultReadResult
-
- of() - Static method in interface akasha.ReadableStreamGetReaderOptions
-
- of() - Static method in interface akasha.ReadableStreamIteratorOptions
-
- of() - Static method in interface akasha.RegistrationOptions
-
- of() - Static method in interface akasha.ReportingObserverOptions
-
- of(Request) - Static method in interface akasha.RequestInfo
-
- of(String) - Static method in interface akasha.RequestInfo
-
- of() - Static method in interface akasha.RequestInit
-
- of() - Static method in interface akasha.ResizeObserverOptions
-
- of() - Static method in interface akasha.ResponseInit
-
- of(Response) - Static method in interface akasha.ResponseOrUndefinedUnion
-
- of() - Static method in interface akasha.ResponseOrUndefinedUnion
-
- of() - Static method in interface akasha.rtc.RTCAnswerOptions
-
- of() - Static method in interface akasha.rtc.RTCCertificateExpiration
-
- of() - Static method in interface akasha.rtc.RTCConfiguration
-
- of() - Static method in interface akasha.rtc.RTCDataChannelInit
-
- of() - Static method in interface akasha.rtc.RTCDtlsFingerprint
-
- of() - Static method in interface akasha.rtc.RTCDTMFToneChangeEventInit
-
- of() - Static method in interface akasha.rtc.RTCIceCandidateInit
-
- of() - Static method in interface akasha.rtc.RTCIceCandidatePair
-
- of() - Static method in interface akasha.rtc.RTCIceParameters
-
- of() - Static method in interface akasha.rtc.RTCIdentityProviderOptions
-
- of() - Static method in interface akasha.rtc.RTCLocalSessionDescriptionInit
-
- of() - Static method in interface akasha.rtc.RTCOfferAnswerOptions
-
- of() - Static method in interface akasha.rtc.RTCOfferOptions
-
- of() - Static method in interface akasha.rtc.RTCPeerConnectionIceEventInit
-
- of() - Static method in interface akasha.rtc.RTCRtcpParameters
-
- of() - Static method in interface akasha.rtc.RTCRtpCodingParameters
-
- of() - Static method in interface akasha.rtc.RTCRtpDecodingParameters
-
- of() - Static method in interface akasha.rtc.RTCRtpEncodingParameters
-
- of() - Static method in interface akasha.rtc.RTCRtpHeaderExtensionCapability
-
- of() - Static method in interface akasha.rtc.RTCRtpTransceiverInit
-
- of() - Static method in interface akasha.ScrollIntoViewOptions
-
- of() - Static method in interface akasha.ScrollOptions
-
- of() - Static method in interface akasha.ScrollToOptions
-
- of(ServiceWorkerRegistration) - Static method in interface akasha.ServiceWorkerRegistrationOrUndefinedUnion
-
- of() - Static method in interface akasha.ServiceWorkerRegistrationOrUndefinedUnion
-
- of() - Static method in interface akasha.ShareData
-
- of() - Static method in interface akasha.StorageEstimate
-
- of() - Static method in interface akasha.StorageEventInit
-
- of() - Static method in interface akasha.StreamPipeOptions
-
- of(String) - Static method in interface akasha.StringOrArrayBufferUnion
-
- of(ArrayBuffer) - Static method in interface akasha.StringOrArrayBufferUnion
-
- of(String) - Static method in interface akasha.StringOrCanvasFilterUnion
-
- of(CanvasFilter) - Static method in interface akasha.StringOrCanvasFilterUnion
-
- of(String) - Static method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- of(CanvasGradient) - Static method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- of(CanvasPattern) - Static method in interface akasha.StringOrCanvasGradientOrCanvasPatternUnion
-
- of(String) - Static method in interface akasha.StringOrStringArrayUnion
-
- of(JsArray<String>) - Static method in interface akasha.StringOrStringArrayUnion
-
- of(String...) - Static method in interface akasha.StringOrStringArrayUnion
-
- of(String) - Static method in interface akasha.StringOrUndefinedUnion
-
- of() - Static method in interface akasha.StringOrUndefinedUnion
-
- of(String) - Static method in interface akasha.StringOrUnsignedLongUnion
-
- of(int) - Static method in interface akasha.StringOrUnsignedLongUnion
-
- of() - Static method in interface akasha.StructuredSerializeOptions
-
- of() - Static method in interface akasha.SubmitEventInit
-
- of() - Static method in interface akasha.svg.SVGBoundingBoxOptions
-
- of() - Static method in interface akasha.TextDecodeOptions
-
- of() - Static method in interface akasha.TextDecoderOptions
-
- of() - Static method in interface akasha.TextEncoderEncodeIntoResult
-
- of() - Static method in interface akasha.TouchEventInit
-
- of() - Static method in interface akasha.TrackEventInit
-
- of() - Static method in interface akasha.Transformer
-
- of() - Static method in interface akasha.TransitionEventInit
-
- of() - Static method in interface akasha.UIEventInit
-
- of() - Static method in interface akasha.UnderlyingSink
-
- of() - Static method in interface akasha.UnderlyingSource
-
- of(double) - Static method in interface akasha.UnrestrictedDoubleOrDOMPointInitUnion
-
- of(DOMPointInit) - Static method in interface akasha.UnrestrictedDoubleOrDOMPointInitUnion
-
- of(double) - Static method in interface akasha.UnrestrictedDoubleOrStringUnion
-
- of(String) - Static method in interface akasha.UnrestrictedDoubleOrStringUnion
-
- of() - Static method in interface akasha.usb.USBDeviceFilter
-
- of() - Static method in interface akasha.usb.USBPermissionStorage
-
- of() - Static method in interface akasha.ValidityStateFlags
-
- of(int) - Static method in interface akasha.VibratePattern
-
- of(JsArray<Double>) - Static method in interface akasha.VibratePattern
-
- of(double...) - Static method in interface akasha.VibratePattern
-
- of() - Static method in interface akasha.WheelEventInit
-
- of() - Static method in interface akasha.WindowPostMessageOptions
-
- of() - Static method in interface akasha.WorkerOptions
-
- of() - Static method in interface akasha.WorkletOptions
-
- of(Blob) - Static method in interface akasha.XMLHttpRequestBodyInit
-
- of(BufferSource) - Static method in interface akasha.XMLHttpRequestBodyInit
-
- of(FormData) - Static method in interface akasha.XMLHttpRequestBodyInit
-
- of(URLSearchParams) - Static method in interface akasha.XMLHttpRequestBodyInit
-
- of(String) - Static method in interface akasha.XMLHttpRequestBodyInit
-
- of() - Static method in interface akasha.xr.XRDOMOverlayState
-
- of() - Static method in interface akasha.xr.XRLightProbeInit
-
- of() - Static method in interface akasha.xr.XRProjectionLayerInit
-
- of() - Static method in interface akasha.xr.XRRayDirectionInit
-
- of() - Static method in interface akasha.xr.XRRenderStateInit
-
- of() - Static method in interface akasha.xr.XRSessionInit
-
- of() - Static method in interface akasha.xr.XRWebGLLayerInit
-
- off - Static variable in annotation type akasha.AutocapitalizeType
-
No autocapitalization is applied (all letters default to lowercase).
- off - Static variable in annotation type akasha.AutocompleteType
-
The browser is not permitted to automatically enter or select a value for this field.
- off - Static variable in annotation type akasha.FormAutocompleteType
-
The browser may not automatically complete entries.
- offer - Static variable in annotation type akasha.rtc.RTCSdpType
-
- offerToReceiveAudio(boolean) - Method in interface akasha.rtc.RTCOfferOptions.Builder
-
- offerToReceiveAudio() - Method in interface akasha.rtc.RTCOfferOptions
-
- offerToReceiveVideo(boolean) - Method in interface akasha.rtc.RTCOfferOptions.Builder
-
- offerToReceiveVideo() - Method in interface akasha.rtc.RTCOfferOptions
-
- OfflineAudioCompletionEvent - Class in akasha.audio
-
The Web Audio API OfflineAudioCompletionEvent interface represents events that occur when the processing of an OfflineAudioContext is terminated.
- OfflineAudioCompletionEvent(String, OfflineAudioCompletionEventInit) - Constructor for class akasha.audio.OfflineAudioCompletionEvent
-
The OfflineAudioCompletionEvent() constructor of the Web Audio API creates a new OfflineAudioCompletionEvent object instance.
- OfflineAudioCompletionEventHandler - Interface in akasha.audio
-
Handle events of type OfflineAudioCompletionEvent
- OfflineAudioCompletionEventInit - Interface in akasha.audio
-
- OfflineAudioCompletionEventInit.Builder - Interface in akasha.audio
-
- OfflineAudioCompletionEventListener - Interface in akasha.audio
-
Listener for events of type OfflineAudioCompletionEvent
- OfflineAudioContext - Class in akasha.audio
-
The OfflineAudioContext interface is an AudioContext interface representing an audio-processing graph built from linked together AudioNodes.
- OfflineAudioContext(OfflineAudioContextOptions) - Constructor for class akasha.audio.OfflineAudioContext
-
The OfflineAudioContext() constructor—part of the Web Audio API—creates and returns a new OfflineAudioContext object instance, which can then be used to render audio to an AudioBuffer rather than to an audio output device.
- OfflineAudioContext(int, int, float) - Constructor for class akasha.audio.OfflineAudioContext
-
The OfflineAudioContext() constructor—part of the Web Audio API—creates and returns a new OfflineAudioContext object instance, which can then be used to render audio to an AudioBuffer rather than to an audio output device.
- OfflineAudioContextOptions - Interface in akasha.audio
-
- OfflineAudioContextOptions.Builder - Interface in akasha.audio
-
- OfflineAudioContextOptions.Step1 - Interface in akasha.audio
-
- OffscreenCanvas - Class in akasha
-
The OffscreenCanvas interface provides a canvas that can be rendered off screen.
- OffscreenCanvas(int, int) - Constructor for class akasha.OffscreenCanvas
-
The OffscreenCanvas() constructor returns a newly instantiated OffscreenCanvas object.
- OffscreenCanvasRenderingContext2D - Class in akasha
-
- OffscreenCanvasRenderingContext2D() - Constructor for class akasha.OffscreenCanvasRenderingContext2D
-
- OffscreenRenderingContext - Interface in akasha
-
- OffscreenRenderingContextId - Annotation Type in akasha
-
- OffscreenRenderingContextId.Util - Class in akasha
-
- offset() - Method in class akasha.audio.ConstantSourceNode
-
The read-only offset property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
- offset(float) - Method in interface akasha.audio.ConstantSourceOptions.Builder
-
- offset() - Method in interface akasha.audio.ConstantSourceOptions
-
- offset(Double) - Method in interface akasha.BaseComputedKeyframe.Builder
-
- offset() - Method in interface akasha.BaseComputedKeyframe
-
- offset(Double) - Method in interface akasha.BaseKeyframe.Builder
-
- offset() - Method in interface akasha.BaseKeyframe
-
- offset(DoubleOrDoubleArrayUnion) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- offset(double) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- offset(JsArray<Double>) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- offset(double...) - Method in interface akasha.BasePropertyIndexedKeyframe.Builder
-
- offset() - Method in interface akasha.BasePropertyIndexedKeyframe
-
- offset() - Method in class akasha.CaretPosition
-
- offset(int) - Static method in interface akasha.codecs.PlaneLayout
-
- offset() - Method in interface akasha.codecs.PlaneLayout
-
- offset(int) - Method in interface akasha.gpu.GPUBufferBinding.Builder
-
- offset() - Method in interface akasha.gpu.GPUBufferBinding
-
- offset() - Method in class akasha.gpu.GPUCompilationMessage
-
- offset(int) - Method in interface akasha.gpu.GPUImageCopyBuffer.Builder
-
- offset(int) - Method in interface akasha.gpu.GPUImageDataLayout.Builder
-
- offset() - Method in interface akasha.gpu.GPUImageDataLayout
-
- offset() - Method in interface akasha.gpu.GPUVertexAttribute
-
- offset(int) - Method in interface akasha.gpu.GPUVertexAttribute.Step1
-
- offset() - Method in class akasha.svg.SVGComponentTransferFunctionElement
-
- offset() - Method in class akasha.svg.SVGStopElement
-
- offsetHeight() - Method in class akasha.HTMLElement
-
The HTMLElement.offsetHeight read-only property returns the height of an element, including vertical padding and borders, as an integer.
- offsetLeft() - Method in class akasha.HTMLElement
-
The HTMLElement.offsetLeft read-only property returns the number of pixels that the upper left corner of the current element is offset to the left within the HTMLElement.offsetParent node.
- offsetLeft() - Method in class akasha.VisualViewport
-
The offsetLeft read-only property of the VisualViewport interface returns the offset of the left edge of the visual viewport from the left edge of the layout viewport in CSS pixels.
- offsetNode() - Method in class akasha.CaretPosition
-
- offsetParent() - Method in class akasha.HTMLElement
-
The HTMLElement.offsetParent read-only property returns a reference to the element which is the closest (nearest in the containment hierarchy) positioned ancestor element.
- offsetRay(XRRay) - Method in interface akasha.xr.XRHitTestOptionsInit.Builder
-
- offsetRay() - Method in interface akasha.xr.XRHitTestOptionsInit
-
- offsetRay(XRRay) - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit.Builder
-
- offsetRay() - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit
-
- offsetTop() - Method in class akasha.HTMLElement
-
The HTMLElement.offsetTop read-only property returns the distance of the current element relative to the top of the offsetParent node.
- offsetTop() - Method in class akasha.VisualViewport
-
The offsetTop read-only property of the VisualViewport interface returns the offset of the top edge of the visual viewport from the top edge of the layout viewport in CSS pixels.
- offsetWidth() - Method in class akasha.HTMLElement
-
The HTMLElement.offsetWidth read-only property returns the layout width of an element as an integer.
- offsetX() - Method in class akasha.MouseEvent
-
The offsetX read-only property of the MouseEvent interface provides the offset in the X coordinate of the mouse pointer between that event and the padding edge of the target node.
- offsetY() - Method in class akasha.MouseEvent
-
The offsetY read-only property of the MouseEvent interface provides the offset in the Y coordinate of the mouse pointer between that event and the padding edge of the target node.
- ok - Static variable in annotation type akasha.core.AtomicWaitResult
-
- ok() - Method in class akasha.Response
-
The ok read-only property of the Response interface contains a Boolean stating whether the response was successful (status in the range 200-299) or not.
- ok - Static variable in annotation type akasha.usb.USBTransferStatus
-
- oldSubscription() - Method in class akasha.PushSubscriptionChangeEvent
-
- oldSubscription(PushSubscription) - Method in interface akasha.PushSubscriptionChangeEventInit.Builder
-
- oldSubscription() - Method in interface akasha.PushSubscriptionChangeEventInit
-
- oldURL() - Method in class akasha.HashChangeEvent
-
The oldURL read-only property of the HashChangeEvent interface returns the previous URL from which the window was navigated.
- oldURL(String) - Method in interface akasha.HashChangeEventInit.Builder
-
- oldURL() - Method in interface akasha.HashChangeEventInit
-
- oldValue() - Method in class akasha.MutationRecord
-
- oldValue() - Method in class akasha.StorageEvent
-
- oldValue(String) - Method in interface akasha.StorageEventInit.Builder
-
- oldValue() - Method in interface akasha.StorageEventInit
-
- oldVersion() - Method in class akasha.idb.IDBVersionChangeEvent
-
The oldVersion read-only property of the IDBVersionChangeEvent interface returns the old version number of the database.
- oldVersion(int) - Method in interface akasha.idb.IDBVersionChangeEventInit.Builder
-
- oldVersion() - Method in interface akasha.idb.IDBVersionChangeEventInit
-
- omit - Static variable in annotation type akasha.RequestCredentials
-
- on - Static variable in annotation type akasha.AutocapitalizeType
-
The first letter of each sentence defaults to a capital letter; all other letters default to lowercase.
- on - Static variable in annotation type akasha.AutocompleteType
-
The browser is allowed to automatically complete the input.
- on - Static variable in annotation type akasha.FormAutocompleteType
-
The browser may automatically complete entries.
- onabort - Variable in class akasha.AbortSignal
-
The onabort read-only property of the FetchSignal interface is an event handler Invoked when an abort event fires, i.e.
- onabort - Variable in class akasha.Document
-
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
- onabort - Variable in class akasha.FileReader
-
The FileReader.onabort property contains an event handler executed when the abort event is fired, i.e.
- onabort - Variable in class akasha.HTMLElement
-
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
- onabort - Variable in class akasha.idb.IDBDatabase
-
The onabort event handler of the IDBDatabase interface handles the abort event, fired when a transaction is aborted and bubbles up to the connection object.
- onabort - Variable in class akasha.idb.IDBTransaction
-
In the following code snippet, we open a read/write transaction on our database and add some data to an object store.
- onabort - Variable in class akasha.media.SourceBuffer
-
- onabort - Variable in class akasha.svg.SVGElement
-
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
- onabort - Variable in class akasha.Window
-
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
- onabort - Static variable in class akasha.WindowGlobal
-
The onabort property of the GlobalEventHandlers mixin is the EventHandler for processing abort events sent to the window.
- onabort - Variable in class akasha.XMLHttpRequestEventTarget
-
The XMLHttpRequestEventTarget.onabort is the function called when an XMLHttpRequest transaction is aborted, such as when the XMLHttpRequest.abort() function is called.
- onactivate - Static variable in class akasha.ServiceWorkerGlobal
-
The onactivate property of the ServiceWorkerGlobalScope interface is an event handler fired whenever an activate event occurs (when the service worker activates).
- onactivate - Variable in class akasha.ServiceWorkerGlobalScope
-
The onactivate property of the ServiceWorkerGlobalScope interface is an event handler fired whenever an activate event occurs (when the service worker activates).
- onaddsourcebuffer - Variable in class akasha.media.SourceBufferList
-
- onaddtrack - Variable in class akasha.AudioTrackList
-
The AudioTrackList property onaddtrack is an event handler which is called when the addtrack event occurs, indicating that a new audio track has been added to the media element whose audio tracks the AudioTrackList represents.
- onaddtrack - Variable in class akasha.media.MediaStream
-
The MediaStream.onaddtrack property is an EventHandler which specifies a function to be called when the addtrack event occurs on a MediaStream instance.
- onaddtrack - Variable in class akasha.TextTrackList
-
The TextTrackList property onaddtrack is an event handler which is called when the addtrack event occurs, indicating that a new text track has been added to the media element whose text tracks the TextTrackList represents.
- onaddtrack - Variable in class akasha.VideoTrackList
-
The VideoTrackList property onaddtrack is an event handler which is called when the addtrack event occurs, indicating that a new video track has been added to the media element whose video tracks the VideoTrackList represents.
- onadvertisementreceived - Variable in class akasha.bluetooth.Bluetooth
-
- onadvertisementreceived - Variable in class akasha.bluetooth.BluetoothDevice
-
- onafterprint - Variable in class akasha.HTMLBodyElement
-
The onafterprint property of the WindowEventHandlers mixin is the EventHandler for processing afterprint events for the current window.
- onafterprint - Variable in class akasha.HTMLFrameSetElement
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onafterprint - Variable in class akasha.svg.SVGSVGElement
-
The onafterprint property of the WindowEventHandlers mixin is the EventHandler for processing afterprint events for the current window.
- onafterprint - Variable in class akasha.Window
-
The onafterprint property of the WindowEventHandlers mixin is the EventHandler for processing afterprint events for the current window.
- onafterprint - Static variable in class akasha.WindowGlobal
-
The onafterprint property of the WindowEventHandlers mixin is the EventHandler for processing afterprint events for the current window.
- onanimationcancel - Variable in class akasha.Document
-
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
- onanimationcancel - Variable in class akasha.HTMLElement
-
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
- onanimationcancel - Variable in class akasha.svg.SVGElement
-
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
- onanimationcancel - Variable in class akasha.Window
-
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
- onanimationcancel - Static variable in class akasha.WindowGlobal
-
The onanimationcancel property of the GlobalEventHandlers mixin is the EventHandler for processing animationcancel events.
- onanimationend - Variable in class akasha.Document
-
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
- onanimationend - Variable in class akasha.HTMLElement
-
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
- onanimationend - Variable in class akasha.svg.SVGElement
-
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
- onanimationend - Variable in class akasha.Window
-
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
- onanimationend - Static variable in class akasha.WindowGlobal
-
The onanimationend property of the GlobalEventHandlers mixin is the EventHandler for processing animationend events.
- onanimationiteration - Variable in class akasha.Document
-
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
- onanimationiteration - Variable in class akasha.HTMLElement
-
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
- onanimationiteration - Variable in class akasha.svg.SVGElement
-
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
- onanimationiteration - Variable in class akasha.Window
-
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
- onanimationiteration - Static variable in class akasha.WindowGlobal
-
The onanimationiteration property of the GlobalEventHandlers mixin is the EventHandler for processing animationiteration events.
- onanimationstart - Variable in class akasha.Document
-
An event handler for the animationstart event.
- onanimationstart - Variable in class akasha.HTMLElement
-
An event handler for the animationstart event.
- onanimationstart - Variable in class akasha.svg.SVGElement
-
An event handler for the animationstart event.
- onanimationstart - Variable in class akasha.Window
-
An event handler for the animationstart event.
- onanimationstart - Static variable in class akasha.WindowGlobal
-
An event handler for the animationstart event.
- onaudioend - Variable in class akasha.speech.SpeechRecognition
-
The onaudioend property of the SpeechRecognition interface represents an event handler that will run when the user agent has finished capturing audio (when the audioend event fires.)
- onaudioprocess - Variable in class akasha.audio.ScriptProcessorNode
-
The following example shows basic usage of a ScriptProcessorNode to take a track loaded via AudioContext.decodeAudioData(), process it, adding a bit of white noise to each audio sample of the input track (buffer) and play it through the AudioDestinationNode.
- onaudiostart - Variable in class akasha.speech.SpeechRecognition
-
The onaudiostart property of the SpeechRecognition interface represents an event handler that will run when the user agent has started to capture audio (when the audiostart event fires.)
- onauxclick - Variable in class akasha.Document
-
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
- onauxclick - Variable in class akasha.HTMLElement
-
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
- onauxclick - Variable in class akasha.svg.SVGElement
-
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
- onauxclick - Variable in class akasha.Window
-
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
- onauxclick - Static variable in class akasha.WindowGlobal
-
The onauxclick property of the GlobalEventHandlers mixin is an EventHandler for processing auxclick events.
- onavailabilitychanged - Variable in class akasha.bluetooth.Bluetooth
-
The onavailabilitychanged property of the Bluetooth interface is an EventHandler that processes availabilitychanged events that fire when the Bluetooth system as a whole becomes available or unavailable to the User Agent.
- onbeforeprint - Variable in class akasha.HTMLBodyElement
-
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
- onbeforeprint - Variable in class akasha.HTMLFrameSetElement
-
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
- onbeforeprint - Variable in class akasha.svg.SVGSVGElement
-
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
- onbeforeprint - Variable in class akasha.Window
-
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
- onbeforeprint - Static variable in class akasha.WindowGlobal
-
The onbeforeprint property of the WindowEventHandlers mixin is the EventHandler for processing beforeprint events for the current window.
- onbeforeunload - Variable in class akasha.HTMLBodyElement
-
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
- onbeforeunload - Variable in class akasha.HTMLFrameSetElement
-
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
- onbeforeunload - Variable in class akasha.svg.SVGSVGElement
-
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
- onbeforeunload - Variable in class akasha.Window
-
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
- onbeforeunload - Static variable in class akasha.WindowGlobal
-
The onbeforeunload property of the WindowEventHandlers mixin is the EventHandler for processing beforeunload events.
- OnBeforeUnloadEventHandler - Interface in akasha
-
- onbeforexrselect - Variable in class akasha.Document
-
- onbeforexrselect - Variable in class akasha.HTMLElement
-
- onbeforexrselect - Variable in class akasha.svg.SVGElement
-
- onbeforexrselect - Variable in class akasha.Window
-
- onbeforexrselect - Static variable in class akasha.WindowGlobal
-
- onblocked - Variable in class akasha.idb.IDBOpenDBRequest
-
The onblocked event handler of the IDBOpenDBRequest interface is the event handler for the blocked event.
- onblur - Variable in class akasha.Document
-
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
- onblur - Variable in class akasha.HTMLElement
-
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
- onblur - Variable in class akasha.svg.SVGElement
-
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
- onblur - Variable in class akasha.Window
-
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
- onblur - Static variable in class akasha.WindowGlobal
-
The onblur property of the GlobalEventHandlers mixin is the EventHandler for processing blur events.
- onboundary - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The onboundary property of the SpeechSynthesisUtterance interface represents an event handler that will run when the spoken utterance reaches a word or sentence boundary (when the boundary event fires.)
- onbufferedamountlow - Variable in class akasha.rtc.RTCDataChannel
-
The RTCDataChannel.onbufferedamountlow property is an EventHandler which specifies a function the browser calls when the bufferedamountlow event is sent to the RTCDataChannel.
- oncancel - Variable in class akasha.Animation
-
The oncancel property of the Web Animations API's Animation interface is the event handler for the cancel event.
- oncancel - Variable in class akasha.Document
-
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
- oncancel - Variable in class akasha.HTMLElement
-
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
- oncancel - Variable in class akasha.svg.SVGElement
-
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
- oncancel - Variable in class akasha.Window
-
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
- oncancel - Static variable in class akasha.WindowGlobal
-
The oncancel property of the GlobalEventHandlers mixin is an EventHandler for processing cancel events sent to a dialog element.
- oncanplay - Variable in class akasha.Document
-
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
- oncanplay - Variable in class akasha.HTMLElement
-
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
- oncanplay - Variable in class akasha.svg.SVGElement
-
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
- oncanplay - Variable in class akasha.Window
-
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
- oncanplay - Static variable in class akasha.WindowGlobal
-
The oncanplay property of the GlobalEventHandlers mixin is the EventHandler for processing canplay events.
- oncanplaythrough - Variable in class akasha.Document
-
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
- oncanplaythrough - Variable in class akasha.HTMLElement
-
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
- oncanplaythrough - Variable in class akasha.svg.SVGElement
-
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
- oncanplaythrough - Variable in class akasha.Window
-
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
- oncanplaythrough - Static variable in class akasha.WindowGlobal
-
The oncanplaythrough property of the GlobalEventHandlers mixin is the EventHandler for processing canplaythrough events.
- once(boolean) - Method in interface akasha.AddEventListenerOptions.Builder
-
- once() - Method in interface akasha.AddEventListenerOptions
-
- onchange - Variable in class akasha.AudioTrackList
-
The AudioTrackList property onchange is an event handler which is called when the change event occurs, indicating that one or more of the AudioTracks in the AudioTrackList have been enabled or disabled.
- onchange - Variable in class akasha.codecs.ImageTrack
-
- onchange - Variable in class akasha.Document
-
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
- onchange - Variable in class akasha.HTMLElement
-
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
- onchange - Variable in class akasha.MediaQueryList
-
The onchange property of the MediaQueryList interface is an event handler property representing a function that is invoked when the change event fires, i.e when the status of media query support changes.
- onchange - Variable in class akasha.PermissionStatus
-
The onchange event handler of the PermissionStatus interface is called whenever the PermissionStatus.state property changes.
- onchange - Variable in class akasha.ScreenOrientation
-
The onchange property of the ScreenOrientation is an event handler fired whenever is the EventHandler called when the screen changes orientation.
- onchange - Variable in class akasha.svg.SVGElement
-
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
- onchange - Variable in class akasha.TextTrackList
-
The TextTrackList property onchange is an event handler which is called when the change event occurs, indicating that a change has occurred on a TextTrack in the VideoTrackList.
- onchange - Variable in class akasha.VideoTrackList
-
The VideoTrackList property onchange is an event handler which is called when the change event occurs, indicating that a VideoTrack in the VideoTrackList has been made active.
- onchange - Variable in class akasha.Window
-
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
- onchange - Static variable in class akasha.WindowGlobal
-
The onchange property of the GlobalEventHandlers mixin is an EventHandler for processing change events.
- oncharacteristicvaluechanged - Variable in class akasha.bluetooth.Bluetooth
-
- oncharacteristicvaluechanged - Variable in class akasha.bluetooth.BluetoothDevice
-
- oncharacteristicvaluechanged - Variable in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
- oncharacteristicvaluechanged - Variable in class akasha.bluetooth.BluetoothRemoteGATTService
-
- onclick - Variable in class akasha.Document
-
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
- onclick - Variable in class akasha.HTMLElement
-
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
- onclick - Variable in class akasha.notifications.Notification
-
The onclick property of the Notification interface specifies an event listener to receive click events.
- onclick - Variable in class akasha.svg.SVGElement
-
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
- onclick - Variable in class akasha.Window
-
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
- onclick - Static variable in class akasha.WindowGlobal
-
The onclick property of the GlobalEventHandlers mixin is the EventHandler for processing click events on a given element.
- onclose - Variable in class akasha.Document
-
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
- onclose - Variable in class akasha.HTMLElement
-
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
- onclose - Variable in class akasha.idb.IDBDatabase
-
A function which is called when the close event is fired.
- onclose - Variable in class akasha.notifications.Notification
-
The onclose property of the Notification interface specifies an event listener to receive close events.
- onclose - Variable in class akasha.rtc.RTCDataChannel
-
The RTCDataChannel.onclose property is an EventHandler which specifies a function to be called by the browser when the close event is received by the RTCDataChannel.
- onclose - Variable in class akasha.svg.SVGElement
-
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
- onclose - Variable in class akasha.WebSocket
-
The WebSocket.onclose property is an EventHandler that is called when the WebSocket connection's readyState changes to CLOSED.
- onclose - Variable in class akasha.Window
-
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
- onclose - Static variable in class akasha.WindowGlobal
-
The onclose property of the GlobalEventHandlers mixin is an EventHandler for processing close events sent to a dialog element.
- onclosing - Variable in class akasha.rtc.RTCDataChannel
-
The RTCDataChannel.onclosing property is an EventHandler which specifies a function to be called by the browser when the closing event is received by the RTCDataChannel.
- oncompassneedscalibration - Variable in class akasha.Window
-
- oncompassneedscalibration - Static variable in class akasha.WindowGlobal
-
- oncomplete - Variable in class akasha.audio.OfflineAudioContext
-
When processing is complete, you might want to use the oncomplete handler the prompt the user that the audio can now be played, and enable the play button.
- oncomplete - Variable in class akasha.idb.IDBTransaction
-
The oncomplete event handler of the IDBTransaction interface handles the complete event, fired when the transaction successfully completes.
- onconnect - Static variable in class akasha.SharedWorkerGlobal
-
The onconnect property of the SharedWorkerGlobalScope interface is an event handler representing the code to be called when the connect event is raised — that is, when a MessagePort connection is opened between the associated SharedWorker and the main thread.
- onconnect - Variable in class akasha.SharedWorkerGlobalScope
-
The onconnect property of the SharedWorkerGlobalScope interface is an event handler representing the code to be called when the connect event is raised — that is, when a MessagePort connection is opened between the associated SharedWorker and the main thread.
- onconnect - Variable in class akasha.usb.USB
-
- onconnectionstatechange - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.onconnectionstatechange property specifies an EventHandler which is called to handle the connectionstatechange event when it occurs on an instance of RTCPeerConnection.
- oncontextlost - Variable in class akasha.Document
-
- oncontextlost - Variable in class akasha.HTMLElement
-
- oncontextlost - Variable in class akasha.OffscreenCanvas
-
- oncontextlost - Variable in class akasha.svg.SVGElement
-
- oncontextlost - Variable in class akasha.Window
-
- oncontextlost - Static variable in class akasha.WindowGlobal
-
- oncontextmenu - Variable in class akasha.Document
-
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
- oncontextmenu - Variable in class akasha.HTMLElement
-
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
- oncontextmenu - Variable in class akasha.svg.SVGElement
-
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
- oncontextmenu - Variable in class akasha.Window
-
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
- oncontextmenu - Static variable in class akasha.WindowGlobal
-
The oncontextmenu property of the GlobalEventHandlers mixin is an EventHandler that processes contextmenu events.
- oncontextrestored - Variable in class akasha.Document
-
- oncontextrestored - Variable in class akasha.HTMLElement
-
- oncontextrestored - Variable in class akasha.OffscreenCanvas
-
- oncontextrestored - Variable in class akasha.svg.SVGElement
-
- oncontextrestored - Variable in class akasha.Window
-
- oncontextrestored - Static variable in class akasha.WindowGlobal
-
- oncontrollerchange - Variable in class akasha.ServiceWorkerContainer
-
The oncontrollerchange property of the ServiceWorkerContainer interface is an event handler fired whenever a controllerchange event occurs — when the document's associated ServiceWorkerRegistration acquires a new active worker.
- oncopy - Variable in class akasha.Document
-
- oncopy - Variable in class akasha.HTMLElement
-
The oncopy property of the HTMLElement interface is an EventHandler that processes copy events.
- oncopy - Variable in class akasha.svg.SVGElement
-
- oncuechange - Variable in class akasha.Document
-
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
- oncuechange - Variable in class akasha.HTMLElement
-
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
- oncuechange - Variable in class akasha.svg.SVGElement
-
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
- oncuechange - Variable in class akasha.TextTrack
-
- oncuechange - Variable in class akasha.Window
-
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
- oncuechange - Static variable in class akasha.WindowGlobal
-
The oncuechange property of the GlobalEventHandlers mixin is the EventHandler for processing cuechange events.
- oncut - Variable in class akasha.Document
-
- oncut - Variable in class akasha.HTMLElement
-
The HTMLElement.oncut property of the HTMLElement interface is an EventHandler that processes cut events.
- oncut - Variable in class akasha.svg.SVGElement
-
- ondataavailable - Variable in class akasha.media.MediaRecorder
-
The MediaRecorder.ondataavailable event handler (part of the MediaStream Recording API) handles the dataavailable event, letting you run code in response to Blob data being made available for use.
- ondatachannel - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.ondatachannel property is an EventHandler which specifies a function which is called when the datachannel event occurs on an RTCPeerConnection.
- ondblclick - Variable in class akasha.Document
-
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
- ondblclick - Variable in class akasha.HTMLElement
-
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
- ondblclick - Variable in class akasha.svg.SVGElement
-
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
- ondblclick - Variable in class akasha.Window
-
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
- ondblclick - Static variable in class akasha.WindowGlobal
-
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
- ondevicechange - Variable in class akasha.media.MediaDevices
-
The MediaDevices.ondevicechange property is an EventHandler which specifies a function to be called when the devicechange event occurs on a MediaDevices instance.
- ondevicechange - Variable in class akasha.xr.XRSystem
-
The ondevicechange property of the XRSystem interface is passed a devicechange event whenever availability of an immersive device changes.
- ondevicemotion - Variable in class akasha.Window
-
An event handler for the devicemotion events sent to the window.
- ondevicemotion - Static variable in class akasha.WindowGlobal
-
An event handler for the devicemotion events sent to the window.
- ondeviceorientation - Variable in class akasha.Window
-
An event handler for the deviceorientation event, which contains information about a relative device orientation change.
- ondeviceorientation - Static variable in class akasha.WindowGlobal
-
An event handler for the deviceorientation event, which contains information about a relative device orientation change.
- ondeviceorientationabsolute - Variable in class akasha.Window
-
An event handler for the deviceorientationabsolute event containing information about an absolute device orientation change.
- ondeviceorientationabsolute - Static variable in class akasha.WindowGlobal
-
An event handler for the deviceorientationabsolute event containing information about an absolute device orientation change.
- ondisconnect - Variable in class akasha.usb.USB
-
- ondrag - Variable in class akasha.Document
-
A global event handler for the drag event.
- ondrag - Variable in class akasha.HTMLElement
-
A global event handler for the drag event.
- ondrag - Variable in class akasha.svg.SVGElement
-
A global event handler for the drag event.
- ondrag - Variable in class akasha.Window
-
A global event handler for the drag event.
- ondrag - Static variable in class akasha.WindowGlobal
-
A global event handler for the drag event.
- ondragend - Variable in class akasha.Document
-
A global event handler for the dragend event.
- ondragend - Variable in class akasha.HTMLElement
-
A global event handler for the dragend event.
- ondragend - Variable in class akasha.svg.SVGElement
-
A global event handler for the dragend event.
- ondragend - Variable in class akasha.Window
-
A global event handler for the dragend event.
- ondragend - Static variable in class akasha.WindowGlobal
-
A global event handler for the dragend event.
- ondragenter - Variable in class akasha.Document
-
A global event handler for the dragenter event.
- ondragenter - Variable in class akasha.HTMLElement
-
A global event handler for the dragenter event.
- ondragenter - Variable in class akasha.svg.SVGElement
-
A global event handler for the dragenter event.
- ondragenter - Variable in class akasha.Window
-
A global event handler for the dragenter event.
- ondragenter - Static variable in class akasha.WindowGlobal
-
A global event handler for the dragenter event.
- ondragleave - Variable in class akasha.Document
-
A global event handler for the dragleave event.
- ondragleave - Variable in class akasha.HTMLElement
-
A global event handler for the dragleave event.
- ondragleave - Variable in class akasha.svg.SVGElement
-
A global event handler for the dragleave event.
- ondragleave - Variable in class akasha.Window
-
A global event handler for the dragleave event.
- ondragleave - Static variable in class akasha.WindowGlobal
-
A global event handler for the dragleave event.
- ondragover - Variable in class akasha.Document
-
A global event handler for the dragover event.
- ondragover - Variable in class akasha.HTMLElement
-
A global event handler for the dragover event.
- ondragover - Variable in class akasha.svg.SVGElement
-
A global event handler for the dragover event.
- ondragover - Variable in class akasha.Window
-
A global event handler for the dragover event.
- ondragover - Static variable in class akasha.WindowGlobal
-
A global event handler for the dragover event.
- ondragstart - Variable in class akasha.Document
-
A global event handler for the dragstart event.
- ondragstart - Variable in class akasha.HTMLElement
-
A global event handler for the dragstart event.
- ondragstart - Variable in class akasha.svg.SVGElement
-
A global event handler for the dragstart event.
- ondragstart - Variable in class akasha.Window
-
A global event handler for the dragstart event.
- ondragstart - Static variable in class akasha.WindowGlobal
-
A global event handler for the dragstart event.
- ondrop - Variable in class akasha.Document
-
A global event handler for the drop event.
- ondrop - Variable in class akasha.HTMLElement
-
A global event handler for the drop event.
- ondrop - Variable in class akasha.svg.SVGElement
-
A global event handler for the drop event.
- ondrop - Variable in class akasha.Window
-
A global event handler for the drop event.
- ondrop - Static variable in class akasha.WindowGlobal
-
A global event handler for the drop event.
- ondurationchange - Variable in class akasha.Document
-
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
- ondurationchange - Variable in class akasha.HTMLElement
-
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
- ondurationchange - Variable in class akasha.svg.SVGElement
-
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
- ondurationchange - Variable in class akasha.Window
-
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
- ondurationchange - Static variable in class akasha.WindowGlobal
-
The ondurationchange property of the GlobalEventHandlers mixin is the EventHandler for processing durationchange events.
- ONE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ONE - Static variable in class akasha.gl.WebGLRenderingContext
-
- one - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- one_minus_constant - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- ONE_MINUS_CONSTANT_ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ONE_MINUS_CONSTANT_ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- ONE_MINUS_CONSTANT_COLOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ONE_MINUS_CONSTANT_COLOR - Static variable in class akasha.gl.WebGLRenderingContext
-
- one_minus_dst - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- ONE_MINUS_DST_ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ONE_MINUS_DST_ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- one_minus_dst_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- ONE_MINUS_DST_COLOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ONE_MINUS_DST_COLOR - Static variable in class akasha.gl.WebGLRenderingContext
-
- one_minus_src - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- ONE_MINUS_SRC_ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ONE_MINUS_SRC_ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- one_minus_src_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- ONE_MINUS_SRC_COLOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- ONE_MINUS_SRC_COLOR - Static variable in class akasha.gl.WebGLRenderingContext
-
- one_time_code - Static variable in annotation type akasha.AutocompleteType
-
A one-time code used for verifying user identity.
- onemptied - Variable in class akasha.Document
-
The onemptied property sets and returns the event handler for the emptied event.
- onemptied - Variable in class akasha.HTMLElement
-
The onemptied property sets and returns the event handler for the emptied event.
- onemptied - Variable in class akasha.svg.SVGElement
-
The onemptied property sets and returns the event handler for the emptied event.
- onemptied - Variable in class akasha.Window
-
The onemptied property sets and returns the event handler for the emptied event.
- onemptied - Static variable in class akasha.WindowGlobal
-
The onemptied property sets and returns the event handler for the emptied event.
- onencrypted - Variable in class akasha.HTMLMediaElement
-
- onend - Variable in class akasha.speech.SpeechRecognition
-
The onend property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service has disconnected (when the end event fires.)
- onend - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The onend property of the SpeechSynthesisUtterance interface represents an event handler that will run when the utterance has finished being spoken (when the end event fires.)
- onend - Variable in class akasha.xr.XRSession
-
- onended - Variable in class akasha.audio.AudioScheduledSourceNode
-
The onended event handler for the AudioScheduledSourceNode interface specifies an EventHandler to be executed when the ended event occurs on the node.
- onended - Variable in class akasha.Document
-
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
- onended - Variable in class akasha.HTMLElement
-
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
- onended - Variable in class akasha.media.MediaStreamTrack
-
The MediaStreamTrack.onended event handler is used to specify a function which serves as an EventHandler to be called when the ended event occurs on the track.
- onended - Variable in class akasha.svg.SVGElement
-
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
- onended - Variable in class akasha.Window
-
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
- onended - Static variable in class akasha.WindowGlobal
-
The onended property of the GlobalEventHandlers mixin is the EventHandler for processing ended events.
- onenter - Variable in class akasha.TextTrackCue
-
- oneRealm(boolean) - Method in interface akasha.PermissionSetParameters.Builder
-
- oneRealm() - Method in interface akasha.PermissionSetParameters
-
- onerror - Static variable in class akasha.DedicatedWorkerGlobal
-
The onerror property of the WorkerGlobalScope interface represents an EventHandler to be called when the error event occurs and bubbles through the Worker.
- onerror - Variable in class akasha.Document
-
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
- onerror - Variable in class akasha.EventSource
-
The onerror property of the EventSource interface is an EventHandler called when an error occurs and the error event is dispatched on an EventSource object.
- onerror - Variable in class akasha.FileReader
-
The FileReader onerror handler receives an Event object, not an Error object, as a parameter, but an error can be accessed from the FileReader object, as instanceOfFileReader.error
- onerror - Variable in class akasha.HTMLElement
-
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
- onerror - Variable in class akasha.idb.IDBDatabase
-
The onerror event handler of the IDBDatabase interface handles the error event, fired when a request returns an error and bubbles up to the connection object.
- onerror - Variable in class akasha.idb.IDBRequest
-
The following example requests a given record title, onsuccess gets the associated record from the IDBObjectStore (made available as objectStoreTitleRequest.result), updates one property of the record, and then puts the updated record back into the object store.
- onerror - Variable in class akasha.idb.IDBTransaction
-
The onerror event handler of the IDBTransaction interface handles the error event, fired when a request returns an error and bubbles up to the transaction object.
- onerror - Variable in class akasha.media.MediaRecorder
-
The MediaRecorder interface's onerror event handler is called by the MediaStream Recording API when an error occurs.
- onerror - Variable in class akasha.media.SourceBuffer
-
- onerror - Variable in class akasha.notifications.Notification
-
The onerror property of the Notification interface specifies an event listener to receive error events.
- onerror - Variable in class akasha.rtc.RTCDataChannel
-
The RTCDataChannel.onerror property is an EventHandler which specifies a function to be called when the error event is received.
- onerror - Variable in class akasha.rtc.RTCDtlsTransport
-
- onerror - Static variable in class akasha.RTCIdentityProviderGlobal
-
The onerror property of the WorkerGlobalScope interface represents an EventHandler to be called when the error event occurs and bubbles through the Worker.
- onerror - Variable in class akasha.ServiceWorker
-
The AbstractWorker.onerror property of the AbstractWorker interface represents an EventHandler, that is a function to be called when the error event occurs and bubbles through the Worker.
- onerror - Static variable in class akasha.ServiceWorkerGlobal
-
The onerror property of the WorkerGlobalScope interface represents an EventHandler to be called when the error event occurs and bubbles through the Worker.
- onerror - Variable in class akasha.SharedWorker
-
The AbstractWorker.onerror property of the AbstractWorker interface represents an EventHandler, that is a function to be called when the error event occurs and bubbles through the Worker.
- onerror - Static variable in class akasha.SharedWorkerGlobal
-
The onerror property of the WorkerGlobalScope interface represents an EventHandler to be called when the error event occurs and bubbles through the Worker.
- onerror - Variable in class akasha.speech.SpeechRecognition
-
The onerror property of the SpeechRecognition interface represents an event handler that will run when a speech recognition error occurs (when the error event fires.)
- onerror - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The onerror property of the SpeechSynthesisUtterance interface represents an event handler that will run when an error occurs that prevents the utterance from being succesfully spoken (when the error event fires.)
- onerror - Variable in class akasha.svg.SVGElement
-
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
- onerror - Variable in class akasha.WebSocket
-
The WebSocket interface's onerror event handler property is a function which gets called when an error occurs on the WebSocket.
- onerror - Variable in class akasha.Window
-
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
- onerror - Static variable in class akasha.WindowGlobal
-
The onerror property of the GlobalEventHandlers mixin is an EventHandler that processes error events.
- onerror - Variable in class akasha.Worker
-
The AbstractWorker.onerror property of the AbstractWorker interface represents an EventHandler, that is a function to be called when the error event occurs and bubbles through the Worker.
- onerror - Variable in class akasha.WorkerGlobalScope
-
The onerror property of the WorkerGlobalScope interface represents an EventHandler to be called when the error event occurs and bubbles through the Worker.
- onerror - Variable in class akasha.XMLHttpRequestEventTarget
-
The XMLHttpRequestEventTarget.onerror is the function called when an XMLHttpRequest transaction fails due to an error.
- OnErrorEventHandler - Interface in akasha
-
- onexit - Variable in class akasha.TextTrackCue
-
- onfetch - Static variable in class akasha.ServiceWorkerGlobal
-
The onfetch property of the ServiceWorkerGlobalScope interface is an event handler fired whenever a fetch event occurs (usually when the WindowOrWorkerGlobalScope.fetch() method is called.)
- onfetch - Variable in class akasha.ServiceWorkerGlobalScope
-
The onfetch property of the ServiceWorkerGlobalScope interface is an event handler fired whenever a fetch event occurs (usually when the WindowOrWorkerGlobalScope.fetch() method is called.)
- onfinish - Variable in class akasha.Animation
-
The Animation interface's onfinish property (from the Web Animations API) is the event handler for the finish event.
- onfocus - Variable in class akasha.Document
-
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
- onfocus - Variable in class akasha.HTMLElement
-
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
- onfocus - Variable in class akasha.svg.SVGElement
-
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
- onfocus - Variable in class akasha.Window
-
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
- onfocus - Static variable in class akasha.WindowGlobal
-
The onfocus property of the GlobalEventHandlers mixin is an EventHandler that processes focus events on the given element.
- onformdata - Variable in class akasha.Document
-
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
- onformdata - Variable in class akasha.HTMLElement
-
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
- onformdata - Variable in class akasha.svg.SVGElement
-
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
- onformdata - Variable in class akasha.Window
-
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
- onformdata - Static variable in class akasha.WindowGlobal
-
The onformdata property of the GlobalEventHandlers mixin is the EventHandler for processing formdata events, fired after the entry list representing the form's data is constructed.
- onframeratechange - Variable in class akasha.xr.XRSession
-
- onFulfilled(T) - Method in interface akasha.promise.AcceptCallback
-
The callback function.
- onFulfilled(T) - Method in interface akasha.promise.OnFulfilledCallback
-
The callback function.
- OnFulfilledCallback<T,V> - Interface in akasha.promise
-
The callback function invoked when the promise is fulfilled.
- onfullscreenchange - Variable in class akasha.Document
-
The Document interface's onfullscreenchange property is an event handler for the fullscreenchange event that is fired immediately before a document transitions into or out of full-screen mode.
- onfullscreenchange - Variable in class akasha.Element
-
The Element interface's onfullscreenchange property is an event handler for the fullscreenchange event that is fired when the element has transitioned into or out of full-screen mode.
- onfullscreenerror - Variable in class akasha.Document
-
The Document.onfullscreenerror property is an event handler for the fullscreenerror event that is sent to the document when it fails to transition into full-screen mode after a prior call to Element.requestFullscreen().
- onfullscreenerror - Variable in class akasha.Element
-
The Element interface's onfullscreenerror property is an event handler for the fullscreenerror event which is sent to the element when an error occurs while attempting to transition into or out of full-screen mode.
- ongamepadconnected - Variable in class akasha.HTMLBodyElement
-
- ongamepadconnected - Variable in class akasha.HTMLFrameSetElement
-
- ongamepadconnected - Variable in class akasha.svg.SVGSVGElement
-
- ongamepadconnected - Variable in class akasha.Window
-
The ongamepadconnected property of the Window interface represents an event handler that will run when a gamepad is connected (when the gamepadconnected event fires).
- ongamepadconnected - Static variable in class akasha.WindowGlobal
-
The ongamepadconnected property of the Window interface represents an event handler that will run when a gamepad is connected (when the gamepadconnected event fires).
- ongamepaddisconnected - Variable in class akasha.HTMLBodyElement
-
- ongamepaddisconnected - Variable in class akasha.HTMLFrameSetElement
-
- ongamepaddisconnected - Variable in class akasha.svg.SVGSVGElement
-
- ongamepaddisconnected - Variable in class akasha.Window
-
The ongamepaddisconnected property of the Window interface represents an event handler that will run when a gamepad is disconnected (when the gamepaddisconnected event fires).
- ongamepaddisconnected - Static variable in class akasha.WindowGlobal
-
The ongamepaddisconnected property of the Window interface represents an event handler that will run when a gamepad is disconnected (when the gamepaddisconnected event fires).
- ongatheringstatechange - Variable in class akasha.rtc.RTCIceTransport
-
The ongatheringstatechange event handler for the RTCIceTransport interface specifies an event handler that is to be called when the gatheringstatechange event occurs on the transport.
- ongattserverdisconnected - Variable in class akasha.bluetooth.Bluetooth
-
- ongattserverdisconnected - Variable in class akasha.bluetooth.BluetoothDevice
-
- ongotpointercapture - Variable in class akasha.Document
-
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
- ongotpointercapture - Variable in class akasha.HTMLElement
-
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
- ongotpointercapture - Variable in class akasha.svg.SVGElement
-
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
- ongotpointercapture - Variable in class akasha.Window
-
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
- ongotpointercapture - Static variable in class akasha.WindowGlobal
-
The ongotpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes gotpointercapture events.
- onhashchange - Variable in class akasha.HTMLBodyElement
-
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
- onhashchange - Variable in class akasha.HTMLFrameSetElement
-
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
- onhashchange - Variable in class akasha.svg.SVGSVGElement
-
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
- onhashchange - Variable in class akasha.Window
-
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
- onhashchange - Static variable in class akasha.WindowGlobal
-
The WindowEventHandlers.onhashchange property of the WindowEventHandlers mixin is the EventHandler for processing hashchange events.
- onicecandidate - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection property onicecandidate property is an EventHandler which specifies a function to be called when the icecandidate event occurs on an RTCPeerConnection instance.
- onicecandidateerror - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.onicecandidateerror property is an EventHandler which specifies a function which is called to handle the icecandidateerror event when it occurs on an RTCPeerConnection instance.
- oniceconnectionstatechange - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.oniceconnectionstatechange property is an event handler which specifies a function to be called when the iceconnectionstatechange event is fired on an RTCPeerConnection instance.
- onicegatheringstatechange - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.onicegatheringstatechange property is an EventHandler which specifies a function to be called when the icegatheringstatechange event is sent to an RTCPeerConnection instance.
- oninput - Variable in class akasha.Document
-
The oninput property of the GlobalEventHandlers mixin is an EventHandler that processes input events on the input, select, and textarea elements.
- oninput - Variable in class akasha.HTMLElement
-
The oninput property of the GlobalEventHandlers mixin is an EventHandler that processes input events on the input, select, and textarea elements.
- oninput - Variable in class akasha.svg.SVGElement
-
The oninput property of the GlobalEventHandlers mixin is an EventHandler that processes input events on the input, select, and textarea elements.
- oninput - Variable in class akasha.Window
-
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
- oninput - Static variable in class akasha.WindowGlobal
-
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
- oninputsourceschange - Variable in class akasha.xr.XRSession
-
- oninstall - Static variable in class akasha.ServiceWorkerGlobal
-
The oninstall property of the ServiceWorkerGlobalScope interface is an event handler fired whenever an install event occurs (when the service worker installs).
- oninstall - Variable in class akasha.ServiceWorkerGlobalScope
-
The oninstall property of the ServiceWorkerGlobalScope interface is an event handler fired whenever an install event occurs (when the service worker installs).
- oninvalid - Variable in class akasha.Document
-
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
- oninvalid - Variable in class akasha.HTMLElement
-
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
- oninvalid - Variable in class akasha.svg.SVGElement
-
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
- oninvalid - Variable in class akasha.Window
-
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
- oninvalid - Static variable in class akasha.WindowGlobal
-
The oninvalid property of the GlobalEventHandlers mixin is an EventHandler that processes invalid events.
- onInvoke(AnimationEvent) - Method in interface akasha.AnimationEventHandler
-
- onInvoke(AnimationPlaybackEvent) - Method in interface akasha.AnimationPlaybackEventHandler
-
- onInvoke(AudioProcessingEvent) - Method in interface akasha.audio.AudioProcessingEventHandler
-
- onInvoke(JsArray<JsArray<Float32Array>>, JsArray<JsArray<Float32Array>>, JsObject) - Method in interface akasha.audio.AudioWorkletProcessCallback
-
- onInvoke(JsObject) - Method in interface akasha.audio.AudioWorkletProcessorConstructor
-
- onInvoke(DOMException) - Method in interface akasha.audio.DecodeErrorCallback
-
- onInvoke(AudioBuffer) - Method in interface akasha.audio.DecodeSuccessCallback
-
- onInvoke(OfflineAudioCompletionEvent) - Method in interface akasha.audio.OfflineAudioCompletionEventHandler
-
- onInvoke(Blob) - Method in interface akasha.BlobCallback
-
- onInvoke(BluetoothAdvertisingEvent) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventHandler
-
- onInvoke(ValueEvent) - Method in interface akasha.bluetooth.ValueEventHandler
-
- onInvoke(ClipboardEvent) - Method in interface akasha.clipboard.ClipboardEventHandler
-
- onInvoke() - Method in interface akasha.clipboard.ClipboardItemDelayedCallback
-
- onInvoke(CloseEvent) - Method in interface akasha.CloseEventHandler
-
- onInvoke(AudioData) - Method in interface akasha.codecs.AudioDataOutputCallback
-
- onInvoke(EncodedAudioChunk, EncodedAudioChunkMetadata) - Method in interface akasha.codecs.EncodedAudioChunkOutputCallback
-
- onInvoke(EncodedVideoChunk, EncodedVideoChunkMetadata) - Method in interface akasha.codecs.EncodedVideoChunkOutputCallback
-
- onInvoke(VideoFrame) - Method in interface akasha.codecs.VideoFrameOutputCallback
-
- onInvoke(DOMException) - Method in interface akasha.codecs.WebCodecsErrorCallback
-
- onInvoke(String, Object) - Method in interface akasha.core.ParseReviverFn
-
- onInvoke() - Method in interface akasha.core.PropertyAccessorFunction
-
- onInvoke(Object) - Method in interface akasha.core.PropertyMutatorFunction
-
- onInvoke(String, Object) - Method in interface akasha.core.StringifyReplacerFn
-
- onInvoke() - Method in interface akasha.CustomElementConstructor
-
- onInvoke(DeviceMotionEvent) - Method in interface akasha.DeviceMotionEventHandler
-
- onInvoke(DeviceOrientationEvent) - Method in interface akasha.DeviceOrientationEventHandler
-
- onInvoke(DragEvent) - Method in interface akasha.DragEventHandler
-
- onInvoke(ErrorEvent) - Method in interface akasha.ErrorEventHandler
-
- onInvoke(Event) - Method in interface akasha.EventHandler
-
- onInvoke(ExtendableEvent) - Method in interface akasha.ExtendableEventHandler
-
- onInvoke(ExtendableMessageEvent) - Method in interface akasha.ExtendableMessageEventHandler
-
- onInvoke(FetchEvent) - Method in interface akasha.FetchEventHandler
-
- onInvoke(FocusEvent) - Method in interface akasha.FocusEventHandler
-
- onInvoke(double) - Method in interface akasha.FrameRequestCallback
-
- onInvoke(Object...) - Method in interface akasha.Function
-
- onInvoke(String) - Method in interface akasha.FunctionStringCallback
-
- onInvoke(GamepadEvent) - Method in interface akasha.GamepadEventHandler
-
- onInvoke(GPUUncapturedErrorEvent) - Method in interface akasha.gpu.GPUUncapturedErrorEventHandler
-
- onInvoke(HashChangeEvent) - Method in interface akasha.HashChangeEventHandler
-
- onInvoke(IDBVersionChangeEvent) - Method in interface akasha.idb.IDBVersionChangeEventHandler
-
- onInvoke(IdleDeadline) - Method in interface akasha.IdleRequestCallback
-
- onInvoke(InputEvent) - Method in interface akasha.InputEventHandler
-
- onInvoke(JsArray<IntersectionObserverEntry>, IntersectionObserver) - Method in interface akasha.IntersectionObserverCallback
-
- onInvoke(KeyboardEvent) - Method in interface akasha.KeyboardEventHandler
-
- onInvoke(T) - Method in interface akasha.lang.JsArray.Converter
-
- onInvoke(MediaRecorderErrorEvent) - Method in interface akasha.media.MediaRecorderErrorEventHandler
-
- onInvoke(MediaStreamTrackEvent) - Method in interface akasha.media.MediaStreamTrackEventHandler
-
- onInvoke(MediaKeyMessageEvent) - Method in interface akasha.MediaKeyMessageEventHandler
-
- onInvoke(MediaQueryListEvent) - Method in interface akasha.MediaQueryListEventHandler
-
- onInvoke(MessageEvent) - Method in interface akasha.MessageEventHandler
-
- onInvoke(MouseEvent) - Method in interface akasha.MouseEventHandler
-
- onInvoke(JsArray<MutationRecord>, MutationObserver) - Method in interface akasha.MutationCallback
-
- onInvoke(NotificationEvent) - Method in interface akasha.notifications.NotificationEventHandler
-
- onInvoke(String) - Method in interface akasha.notifications.NotificationPermissionCallback
-
- onInvoke(Event) - Method in interface akasha.OnBeforeUnloadEventHandler
-
- onInvoke(EventOrStringUnion, String, Double, Double, Object) - Method in interface akasha.OnErrorEventHandler
-
- onInvoke(PageTransitionEvent) - Method in interface akasha.PageTransitionEventHandler
-
- onInvoke(PerformanceObserverEntryList, PerformanceObserver, PerformanceObserverCallbackOptions) - Method in interface akasha.perf.PerformanceObserverCallback
-
- onInvoke(PointerEvent) - Method in interface akasha.PointerEventHandler
-
- onInvoke(PopStateEvent) - Method in interface akasha.PopStateEventHandler
-
- onInvoke(GeolocationPosition) - Method in interface akasha.PositionCallback
-
- onInvoke(GeolocationPositionError) - Method in interface akasha.PositionErrorCallback
-
- onInvoke(ProgressEvent) - Method in interface akasha.ProgressEventHandler
-
- onInvoke(ResolveCallbackFn<T>, RejectCallbackFn) - Method in interface akasha.promise.PromiseExecutor
-
- onInvoke(PromiseRejectionEvent) - Method in interface akasha.PromiseRejectionEventHandler
-
- onInvoke(PushEvent) - Method in interface akasha.PushEventHandler
-
- onInvoke(PushSubscriptionChangeEvent) - Method in interface akasha.PushSubscriptionChangeEventHandler
-
- onInvoke(Object) - Method in interface akasha.QueuingStrategySize
-
- onInvoke(JsArray<Report>, ReportingObserver) - Method in interface akasha.ReportingObserverCallback
-
- onInvoke(JsArray<ResizeObserverEntry>, ResizeObserver) - Method in interface akasha.ResizeObserverCallback
-
- onInvoke(String, String, RTCIdentityProviderOptions) - Method in interface akasha.rtc.GenerateAssertionCallback
-
- onInvoke(RTCDataChannelEvent) - Method in interface akasha.rtc.RTCDataChannelEventHandler
-
- onInvoke(RTCDTMFToneChangeEvent) - Method in interface akasha.rtc.RTCDTMFToneChangeEventHandler
-
- onInvoke(RTCErrorEvent) - Method in interface akasha.rtc.RTCErrorEventHandler
-
- onInvoke(DOMException) - Method in interface akasha.rtc.RTCPeerConnectionErrorCallback
-
- onInvoke(RTCPeerConnectionIceErrorEvent) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventHandler
-
- onInvoke(RTCPeerConnectionIceEvent) - Method in interface akasha.rtc.RTCPeerConnectionIceEventHandler
-
- onInvoke(RTCSessionDescriptionInit) - Method in interface akasha.rtc.RTCSessionDescriptionCallback
-
- onInvoke(RTCTrackEvent) - Method in interface akasha.rtc.RTCTrackEventHandler
-
- onInvoke(String, String) - Method in interface akasha.rtc.ValidateAssertionCallback
-
- onInvoke(SpeechRecognitionErrorEvent) - Method in interface akasha.speech.SpeechRecognitionErrorEventHandler
-
- onInvoke(SpeechRecognitionEvent) - Method in interface akasha.speech.SpeechRecognitionEventHandler
-
- onInvoke(SpeechSynthesisErrorEvent) - Method in interface akasha.speech.SpeechSynthesisErrorEventHandler
-
- onInvoke(SpeechSynthesisEvent) - Method in interface akasha.speech.SpeechSynthesisEventHandler
-
- onInvoke(StorageEvent) - Method in interface akasha.StorageEventHandler
-
- onInvoke(SyncEvent) - Method in interface akasha.SyncEventHandler
-
- onInvoke() - Method in interface akasha.TimerHandler
-
- onInvoke(TouchEvent) - Method in interface akasha.TouchEventHandler
-
- onInvoke(TrackEvent) - Method in interface akasha.TrackEventHandler
-
- onInvoke(TransformStreamDefaultController) - Method in interface akasha.TransformerFlushCallback
-
- onInvoke(TransformStreamDefaultController) - Method in interface akasha.TransformerStartCallback
-
- onInvoke(Object, TransformStreamDefaultController) - Method in interface akasha.TransformerTransformCallback
-
- onInvoke(TransitionEvent) - Method in interface akasha.TransitionEventHandler
-
- onInvoke(UIEvent) - Method in interface akasha.UIEventHandler
-
- onInvoke(Object) - Method in interface akasha.UnderlyingSinkAbortCallback
-
- onInvoke() - Method in interface akasha.UnderlyingSinkCloseCallback
-
- onInvoke(WritableStreamDefaultController) - Method in interface akasha.UnderlyingSinkStartCallback
-
- onInvoke(Object, WritableStreamDefaultController) - Method in interface akasha.UnderlyingSinkWriteCallback
-
- onInvoke(Object) - Method in interface akasha.UnderlyingSourceCancelCallback
-
- onInvoke(ReadableStreamController) - Method in interface akasha.UnderlyingSourcePullCallback
-
- onInvoke(ReadableStreamController) - Method in interface akasha.UnderlyingSourceStartCallback
-
- onInvoke() - Method in interface akasha.VoidFunction
-
- onInvoke(WheelEvent) - Method in interface akasha.WheelEventHandler
-
- onInvoke(double, XRFrame) - Method in interface akasha.xr.XRFrameRequestCallback
-
- onInvoke(XRReferenceSpaceEvent) - Method in interface akasha.xr.XRReferenceSpaceEventHandler
-
- onisolationchange - Variable in class akasha.media.MediaStreamTrack
-
- onkeydown - Variable in class akasha.Document
-
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
- onkeydown - Variable in class akasha.HTMLElement
-
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
- onkeydown - Variable in class akasha.svg.SVGElement
-
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
- onkeydown - Variable in class akasha.Window
-
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
- onkeydown - Static variable in class akasha.WindowGlobal
-
The onkeydown property of the GlobalEventHandlers mixin is an EventHandler that processes keydown events.
- onkeypress - Variable in class akasha.Document
-
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
- onkeypress - Variable in class akasha.HTMLElement
-
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
- onkeypress - Variable in class akasha.svg.SVGElement
-
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
- onkeypress - Variable in class akasha.Window
-
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
- onkeypress - Static variable in class akasha.WindowGlobal
-
The onkeypress property of the GlobalEventHandlers mixin is an EventHandler that processes keypress events.
- onkeystatuseschange - Variable in class akasha.MediaKeySession
-
- onkeyup - Variable in class akasha.Document
-
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
- onkeyup - Variable in class akasha.HTMLElement
-
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
- onkeyup - Variable in class akasha.svg.SVGElement
-
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
- onkeyup - Variable in class akasha.Window
-
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
- onkeyup - Static variable in class akasha.WindowGlobal
-
The onkeyup property of the GlobalEventHandlers mixin is an EventHandler that processes keyup events.
- onlanguagechange - Static variable in class akasha.DedicatedWorkerGlobal
-
The onlanguagechange property of the WorkerGlobalScope interface represents an EventHandler to be called when the languagechange event occurs and bubbles through the Worker.
- onlanguagechange - Variable in class akasha.HTMLBodyElement
-
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
- onlanguagechange - Variable in class akasha.HTMLFrameSetElement
-
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
- onlanguagechange - Static variable in class akasha.RTCIdentityProviderGlobal
-
The onlanguagechange property of the WorkerGlobalScope interface represents an EventHandler to be called when the languagechange event occurs and bubbles through the Worker.
- onlanguagechange - Static variable in class akasha.ServiceWorkerGlobal
-
The onlanguagechange property of the WorkerGlobalScope interface represents an EventHandler to be called when the languagechange event occurs and bubbles through the Worker.
- onlanguagechange - Static variable in class akasha.SharedWorkerGlobal
-
The onlanguagechange property of the WorkerGlobalScope interface represents an EventHandler to be called when the languagechange event occurs and bubbles through the Worker.
- onlanguagechange - Variable in class akasha.svg.SVGSVGElement
-
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
- onlanguagechange - Variable in class akasha.Window
-
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
- onlanguagechange - Static variable in class akasha.WindowGlobal
-
The onlanguagechange property of the WindowEventHandlers mixin is the EventHandler for processing languagechange events.
- onlanguagechange - Variable in class akasha.WorkerGlobalScope
-
The onlanguagechange property of the WorkerGlobalScope interface represents an EventHandler to be called when the languagechange event occurs and bubbles through the Worker.
- onLine() - Method in class akasha.Navigator
-
Returns the online status of the browser.
- onLine() - Method in class akasha.WorkerNavigator
-
Returns the online status of the browser.
- onload - Variable in class akasha.Document
-
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
- onload - Variable in class akasha.FileReader
-
The FileReader.onload property contains an event handler executed when the load event is fired, when content read with readAsArrayBuffer, readAsBinaryString, readAsDataURL or readAsText is available.
- onload - Variable in class akasha.HTMLElement
-
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
- onload - Variable in class akasha.svg.SVGElement
-
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
- onload - Variable in class akasha.Window
-
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
- onload - Static variable in class akasha.WindowGlobal
-
The onload property of the GlobalEventHandlers mixin is an EventHandler that processes load events on a Window, XMLHttpRequest, img element, etc.
- onload - Variable in class akasha.XMLHttpRequestEventTarget
-
The XMLHttpRequestEventTarget.onload is the function called when an XMLHttpRequest transaction completes successfully.
- onloadeddata - Variable in class akasha.Document
-
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
- onloadeddata - Variable in class akasha.HTMLElement
-
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
- onloadeddata - Variable in class akasha.svg.SVGElement
-
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
- onloadeddata - Variable in class akasha.Window
-
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
- onloadeddata - Static variable in class akasha.WindowGlobal
-
The onloadeddata property of the GlobalEventHandlers mixin is the EventHandler for processing loadeddata events.
- onloadedmetadata - Variable in class akasha.Document
-
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
- onloadedmetadata - Variable in class akasha.HTMLElement
-
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
- onloadedmetadata - Variable in class akasha.svg.SVGElement
-
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
- onloadedmetadata - Variable in class akasha.Window
-
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
- onloadedmetadata - Static variable in class akasha.WindowGlobal
-
The onloadedmetadata property of the GlobalEventHandlers mixin is the EventHandler for processing loadedmetadata events.
- onloadend - Variable in class akasha.FileReader
-
- onloadend - Variable in class akasha.XMLHttpRequestEventTarget
-
- onloadstart - Variable in class akasha.Document
-
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
- onloadstart - Variable in class akasha.FileReader
-
- onloadstart - Variable in class akasha.HTMLElement
-
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
- onloadstart - Variable in class akasha.svg.SVGElement
-
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
- onloadstart - Variable in class akasha.Window
-
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
- onloadstart - Static variable in class akasha.WindowGlobal
-
The onloadstart property of the GlobalEventHandlers mixin is an EventHandler representing the code to be called when the loadstart event is raised (when progress has begun on the loading of a resource.)
- onloadstart - Variable in class akasha.XMLHttpRequestEventTarget
-
The XMLHttpRequestEventTarget.onloadstart is the function called when an XMLHttpRequest transaction starts transferring data.
- onlostpointercapture - Variable in class akasha.Document
-
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
- onlostpointercapture - Variable in class akasha.HTMLElement
-
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
- onlostpointercapture - Variable in class akasha.svg.SVGElement
-
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
- onlostpointercapture - Variable in class akasha.Window
-
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
- onlostpointercapture - Static variable in class akasha.WindowGlobal
-
The onlostpointercapture property of the GlobalEventHandlers mixin is an EventHandler that processes lostpointercapture events.
- only(Object) - Static method in class akasha.idb.IDBKeyRange
-
value is the value for the new key range.
- only_if_cached - Static variable in annotation type akasha.RequestCache
-
- onmark - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The onmark property of the SpeechSynthesisUtterance interface represents an event handler that will run when the spoken utterance reaches a named SSML mark tag (when the mark event fires.)
- onmessage - Variable in class akasha.BroadcastChannel
-
The BroadcastChannel.onmessage event handler is a property that specifies the function to execute when a message event, of type MessageEvent, is received by this BroadcastChannel.
- onmessage - Static variable in class akasha.DedicatedWorkerGlobal
-
The onmessage property of the DedicatedWorkerGlobalScope interface represents an EventHandler to be called when the message event occurs and bubbles through the Worker — i.e.
- onmessage - Variable in class akasha.DedicatedWorkerGlobalScope
-
The onmessage property of the DedicatedWorkerGlobalScope interface represents an EventHandler to be called when the message event occurs and bubbles through the Worker — i.e.
- onmessage - Variable in class akasha.EventSource
-
The onmessage property of the EventSource interface is an EventHandler called when a message event is received, that is when a message is coming from the source.
- onmessage - Variable in class akasha.HTMLBodyElement
-
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
- onmessage - Variable in class akasha.HTMLFrameSetElement
-
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
- onmessage - Variable in class akasha.MediaKeySession
-
- onmessage - Variable in class akasha.MessagePort
-
The onmessage event handler of the MessagePort interface is an EventListener, called whenever an MessageEvent of type message is fired on the port — that is, when the port receives a message.
- onmessage - Variable in class akasha.rtc.RTCDataChannel
-
The RTCDataChannel.onmessage property stores an EventHandler which specifies a function to be called when the message event is fired on the channel.
- onmessage - Variable in class akasha.ServiceWorkerContainer
-
The onmessage property of the ServiceWorkerContainer interface is an event handler fired whenever a message event occurs — when incoming messages are received to the ServiceWorkerContainer object (e.g., via a Client.postMessage() call).
- onmessage - Static variable in class akasha.ServiceWorkerGlobal
-
The onmessage property of the ServiceWorkerGlobalScope interface is an event handler fired whenever a message event occurs — when incoming messages are received.
- onmessage - Variable in class akasha.ServiceWorkerGlobalScope
-
The onmessage property of the ServiceWorkerGlobalScope interface is an event handler fired whenever a message event occurs — when incoming messages are received.
- onmessage - Variable in class akasha.svg.SVGSVGElement
-
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
- onmessage - Variable in class akasha.WebSocket
-
The WebSocket.onmessage property is an EventHandler that is called when a message is received from the server.
- onmessage - Variable in class akasha.Window
-
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
- onmessage - Static variable in class akasha.WindowGlobal
-
The onmessage property of the WindowEventHandlers mixin is the EventHandler called whenever an object receives a message event.
- onmessage - Variable in class akasha.Worker
-
The onmessage property of the Worker interface represents an EventHandler, that is a function to be called when the message event occurs.
- onmessageerror - Variable in class akasha.BroadcastChannel
-
The onmessageerror event handler of the BroadcastChannel interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on the BroadcastChannel instance — that is, when it receives a message that cannot be deserialized.
- onmessageerror - Static variable in class akasha.DedicatedWorkerGlobal
-
The onmessageerror event handler of the DedicatedWorkerGlobalScope interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on the worker—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.DedicatedWorkerGlobalScope
-
The onmessageerror event handler of the DedicatedWorkerGlobalScope interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on the worker—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.HTMLBodyElement
-
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.HTMLFrameSetElement
-
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.MessagePort
-
The onmessageerror event handler of the MessagePort interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on the port—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.ServiceWorkerContainer
-
- onmessageerror - Static variable in class akasha.ServiceWorkerGlobal
-
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.ServiceWorkerGlobalScope
-
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.svg.SVGSVGElement
-
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.Window
-
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Static variable in class akasha.WindowGlobal
-
The onmessageerror event handler of the WindowEventHandlers interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on a window—that is, when it receives a message that cannot be deserialized.
- onmessageerror - Variable in class akasha.Worker
-
The onmessageerror event handler of the Worker interface is an EventListener, called whenever an MessageEvent of type messageerror is fired on the Worker instance — that is, when it receives a message that cannot be deserialized.
- onmidimessage - Variable in class akasha.midi.MIDIInput
-
- onmousedown - Variable in class akasha.Document
-
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
- onmousedown - Variable in class akasha.HTMLElement
-
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
- onmousedown - Variable in class akasha.svg.SVGElement
-
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
- onmousedown - Variable in class akasha.Window
-
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
- onmousedown - Static variable in class akasha.WindowGlobal
-
The onmousedown property of the GlobalEventHandlers mixin is an EventHandler that processes mousedown events.
- onmouseenter - Variable in class akasha.Document
-
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
- onmouseenter - Variable in class akasha.HTMLElement
-
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
- onmouseenter - Variable in class akasha.svg.SVGElement
-
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
- onmouseenter - Variable in class akasha.Window
-
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
- onmouseenter - Static variable in class akasha.WindowGlobal
-
The onmouseenter property of the GlobalEventHandlers mixin is the EventHandler for processing mouseenter events.
- onmouseleave - Variable in class akasha.Document
-
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
- onmouseleave - Variable in class akasha.HTMLElement
-
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
- onmouseleave - Variable in class akasha.svg.SVGElement
-
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
- onmouseleave - Variable in class akasha.Window
-
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
- onmouseleave - Static variable in class akasha.WindowGlobal
-
The onmouseleave property of the GlobalEventHandlers mixin is the EventHandler for processing mouseleave events.
- onmousemove - Variable in class akasha.Document
-
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
- onmousemove - Variable in class akasha.HTMLElement
-
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
- onmousemove - Variable in class akasha.svg.SVGElement
-
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
- onmousemove - Variable in class akasha.Window
-
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
- onmousemove - Static variable in class akasha.WindowGlobal
-
The onmousemove property of the GlobalEventHandlers mixin is an EventHandler that processes mousemove events.
- onmouseout - Variable in class akasha.Document
-
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
- onmouseout - Variable in class akasha.HTMLElement
-
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
- onmouseout - Variable in class akasha.svg.SVGElement
-
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
- onmouseout - Variable in class akasha.Window
-
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
- onmouseout - Static variable in class akasha.WindowGlobal
-
The onmouseout property of the GlobalEventHandlers mixin is an EventHandler that processes mouseout events.
- onmouseover - Variable in class akasha.Document
-
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
- onmouseover - Variable in class akasha.HTMLElement
-
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
- onmouseover - Variable in class akasha.svg.SVGElement
-
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
- onmouseover - Variable in class akasha.Window
-
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
- onmouseover - Static variable in class akasha.WindowGlobal
-
The onmouseover property of the GlobalEventHandlers mixin is an EventHandler that processes mouseover events.
- onmouseup - Variable in class akasha.Document
-
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
- onmouseup - Variable in class akasha.HTMLElement
-
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
- onmouseup - Variable in class akasha.svg.SVGElement
-
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
- onmouseup - Variable in class akasha.Window
-
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
- onmouseup - Static variable in class akasha.WindowGlobal
-
The onmouseup property of the GlobalEventHandlers mixin is an EventHandler that processes mouseup events.
- onmute - Variable in class akasha.media.MediaStreamTrack
-
MediaStreamTrack's onmute event handler is called when the mute event is received.
- onnegotiationneeded - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection interface's onnegotiationneeded property is an EventListener which specifies a function which is called to handle the negotiationneeded event when it occurs on an RTCPeerConnection instance.
- onnomatch - Variable in class akasha.speech.SpeechRecognition
-
The onnomatch property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service returns a final result with no significant recognition (when the nomatch event fires.)
- onnotificationclick - Static variable in class akasha.ServiceWorkerGlobal
-
The ServiceWorkerGlobalScope.onnotificationclick property is an event handler called whenever the notificationclick event is dispatched on the ServiceWorkerGlobalScope object, that is when a user clicks on a displayed notification spawned by ServiceWorkerRegistration.showNotification().
- onnotificationclick - Variable in class akasha.ServiceWorkerGlobalScope
-
The ServiceWorkerGlobalScope.onnotificationclick property is an event handler called whenever the notificationclick event is dispatched on the ServiceWorkerGlobalScope object, that is when a user clicks on a displayed notification spawned by ServiceWorkerRegistration.showNotification().
- onnotificationclose - Static variable in class akasha.ServiceWorkerGlobal
-
The ServiceWorkerGlobalScope.onnotificationclose property is an event handler called whenever the notificationclose event is dispatched on the ServiceWorkerGlobalScope object, that is when a user closes a displayed notification spawned by ServiceWorkerRegistration.showNotification().
- onnotificationclose - Variable in class akasha.ServiceWorkerGlobalScope
-
The ServiceWorkerGlobalScope.onnotificationclose property is an event handler called whenever the notificationclose event is dispatched on the ServiceWorkerGlobalScope object, that is when a user closes a displayed notification spawned by ServiceWorkerRegistration.showNotification().
- onoffline - Static variable in class akasha.DedicatedWorkerGlobal
-
The onoffline property of the WorkerGlobalScope interface represents an EventHandler to be called when the offline event occurs and bubbles through the Worker.
- onoffline - Variable in class akasha.HTMLBodyElement
-
- onoffline - Variable in class akasha.HTMLFrameSetElement
-
- onoffline - Static variable in class akasha.RTCIdentityProviderGlobal
-
The onoffline property of the WorkerGlobalScope interface represents an EventHandler to be called when the offline event occurs and bubbles through the Worker.
- onoffline - Static variable in class akasha.ServiceWorkerGlobal
-
The onoffline property of the WorkerGlobalScope interface represents an EventHandler to be called when the offline event occurs and bubbles through the Worker.
- onoffline - Static variable in class akasha.SharedWorkerGlobal
-
The onoffline property of the WorkerGlobalScope interface represents an EventHandler to be called when the offline event occurs and bubbles through the Worker.
- onoffline - Variable in class akasha.svg.SVGSVGElement
-
- onoffline - Variable in class akasha.Window
-
- onoffline - Static variable in class akasha.WindowGlobal
-
- onoffline - Variable in class akasha.WorkerGlobalScope
-
The onoffline property of the WorkerGlobalScope interface represents an EventHandler to be called when the offline event occurs and bubbles through the Worker.
- ononline - Static variable in class akasha.DedicatedWorkerGlobal
-
The ononline property of the WorkerGlobalScope interface represents an EventHandler to be called when the online event occurs and bubbles through the Worker.
- ononline - Variable in class akasha.HTMLBodyElement
-
- ononline - Variable in class akasha.HTMLFrameSetElement
-
- ononline - Static variable in class akasha.RTCIdentityProviderGlobal
-
The ononline property of the WorkerGlobalScope interface represents an EventHandler to be called when the online event occurs and bubbles through the Worker.
- ononline - Static variable in class akasha.ServiceWorkerGlobal
-
The ononline property of the WorkerGlobalScope interface represents an EventHandler to be called when the online event occurs and bubbles through the Worker.
- ononline - Static variable in class akasha.SharedWorkerGlobal
-
The ononline property of the WorkerGlobalScope interface represents an EventHandler to be called when the online event occurs and bubbles through the Worker.
- ononline - Variable in class akasha.svg.SVGSVGElement
-
- ononline - Variable in class akasha.Window
-
- ononline - Static variable in class akasha.WindowGlobal
-
- ononline - Variable in class akasha.WorkerGlobalScope
-
The ononline property of the WorkerGlobalScope interface represents an EventHandler to be called when the online event occurs and bubbles through the Worker.
- onopen - Variable in class akasha.EventSource
-
The onopen property of the EventSource interface is an EventHandler called when an open event is received, that is when the connection was just opened.
- onopen - Variable in class akasha.rtc.RTCDataChannel
-
The RTCDataChannel.onopen property is an EventHandler which specifies a function to be called when the open event is fired; this is a simple Event which is sent when the data channel's underlying data transport—the link over which the RTCDataChannel's messages flow—is established or re-established.
- onopen - Variable in class akasha.WebSocket
-
The WebSocket.onopen property is an EventHandler that is called when the WebSocket connection's readyState changes to 1; this indicates that the connection is ready to send and receive data.
- onorientationchange - Variable in class akasha.HTMLBodyElement
-
- onorientationchange - Variable in class akasha.Window
-
- onorientationchange - Static variable in class akasha.WindowGlobal
-
- onpagehide - Variable in class akasha.HTMLBodyElement
-
- onpagehide - Variable in class akasha.HTMLFrameSetElement
-
- onpagehide - Variable in class akasha.svg.SVGSVGElement
-
- onpagehide - Variable in class akasha.Window
-
- onpagehide - Static variable in class akasha.WindowGlobal
-
- onpageshow - Variable in class akasha.HTMLBodyElement
-
- onpageshow - Variable in class akasha.HTMLFrameSetElement
-
- onpageshow - Variable in class akasha.svg.SVGSVGElement
-
- onpageshow - Variable in class akasha.Window
-
- onpageshow - Static variable in class akasha.WindowGlobal
-
- onpaste - Variable in class akasha.Document
-
- onpaste - Variable in class akasha.HTMLElement
-
The HTMLElement.onpaste property of the HTMLElement interface is an EventHandler that processes paste events.
- onpaste - Variable in class akasha.svg.SVGElement
-
- onpause - Variable in class akasha.Document
-
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
- onpause - Variable in class akasha.HTMLElement
-
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
- onpause - Variable in class akasha.media.MediaRecorder
-
The MediaRecorder.onpause event handler (part of the MediaRecorder API) handles the pause event, allowing you to run code in response to the media recording being paused.
- onpause - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The onpause property of the SpeechSynthesisUtterance interface represents an event handler that will run when the utterance is paused part way through (when the pause event fires.)
- onpause - Variable in class akasha.svg.SVGElement
-
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
- onpause - Variable in class akasha.Window
-
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
- onpause - Static variable in class akasha.WindowGlobal
-
The onpause property of the GlobalEventHandlers mixin is the EventHandler for processing pause events.
- onplay - Variable in class akasha.Document
-
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
- onplay - Variable in class akasha.HTMLElement
-
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
- onplay - Variable in class akasha.svg.SVGElement
-
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
- onplay - Variable in class akasha.Window
-
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
- onplay - Static variable in class akasha.WindowGlobal
-
The onplay property of the GlobalEventHandlers mixin is the EventHandler for processing play events.
- onplaying - Variable in class akasha.Document
-
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
- onplaying - Variable in class akasha.HTMLElement
-
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
- onplaying - Variable in class akasha.svg.SVGElement
-
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
- onplaying - Variable in class akasha.Window
-
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
- onplaying - Static variable in class akasha.WindowGlobal
-
The onplaying property of the GlobalEventHandlers mixin is the EventHandler for processing playing events.
- onpointercancel - Variable in class akasha.Document
-
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
- onpointercancel - Variable in class akasha.HTMLElement
-
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
- onpointercancel - Variable in class akasha.svg.SVGElement
-
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
- onpointercancel - Variable in class akasha.Window
-
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
- onpointercancel - Static variable in class akasha.WindowGlobal
-
The onpointercancel property of the GlobalEventHandlers mixin is an EventHandler that processes pointercancel events.
- onpointerdown - Variable in class akasha.Document
-
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
- onpointerdown - Variable in class akasha.HTMLElement
-
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
- onpointerdown - Variable in class akasha.svg.SVGElement
-
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
- onpointerdown - Variable in class akasha.Window
-
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
- onpointerdown - Static variable in class akasha.WindowGlobal
-
The GlobalEventHandlers event handler onpointerdown is used to specify the event handler for the pointerdown event, which is fired when the pointing device is initially pressed.
- onpointerenter - Variable in class akasha.Document
-
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
- onpointerenter - Variable in class akasha.HTMLElement
-
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
- onpointerenter - Variable in class akasha.svg.SVGElement
-
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
- onpointerenter - Variable in class akasha.Window
-
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
- onpointerenter - Static variable in class akasha.WindowGlobal
-
The onpointerenter property of the GlobalEventHandlers mixin is an EventHandler that processes pointerenter events.
- onpointerleave - Variable in class akasha.Document
-
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
- onpointerleave - Variable in class akasha.HTMLElement
-
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
- onpointerleave - Variable in class akasha.svg.SVGElement
-
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
- onpointerleave - Variable in class akasha.Window
-
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
- onpointerleave - Static variable in class akasha.WindowGlobal
-
The global event handler for the pointerleave event, which is delivered to a Node when the pointer (mouse cursor, fingertip, etc.) exits its hit test area (for example, if the cursor exits an Element or Window's content area).
- onpointerlockchange - Variable in class akasha.Document
-
- onpointerlockerror - Variable in class akasha.Document
-
- onpointermove - Variable in class akasha.Document
-
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
- onpointermove - Variable in class akasha.HTMLElement
-
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
- onpointermove - Variable in class akasha.svg.SVGElement
-
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
- onpointermove - Variable in class akasha.Window
-
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
- onpointermove - Static variable in class akasha.WindowGlobal
-
The onpointermove property of the GlobalEventHandlers mixin is an EventHandler that processes pointermove events.
- onpointerout - Variable in class akasha.Document
-
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
- onpointerout - Variable in class akasha.HTMLElement
-
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
- onpointerout - Variable in class akasha.svg.SVGElement
-
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
- onpointerout - Variable in class akasha.Window
-
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
- onpointerout - Static variable in class akasha.WindowGlobal
-
The onpointerout property of the GlobalEventHandlers mixin is an EventHandler that processes pointerout events.
- onpointerover - Variable in class akasha.Document
-
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
- onpointerover - Variable in class akasha.HTMLElement
-
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
- onpointerover - Variable in class akasha.svg.SVGElement
-
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
- onpointerover - Variable in class akasha.Window
-
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
- onpointerover - Static variable in class akasha.WindowGlobal
-
The onpointerover property of the GlobalEventHandlers mixin is an EventHandler that processes pointerover events.
- onpointerup - Variable in class akasha.Document
-
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
- onpointerup - Variable in class akasha.HTMLElement
-
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
- onpointerup - Variable in class akasha.svg.SVGElement
-
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
- onpointerup - Variable in class akasha.Window
-
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
- onpointerup - Static variable in class akasha.WindowGlobal
-
The onpointerup property of the GlobalEventHandlers mixin is an EventHandler that processes pointerup events.
- onpopstate - Variable in class akasha.HTMLBodyElement
-
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
- onpopstate - Variable in class akasha.HTMLFrameSetElement
-
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
- onpopstate - Variable in class akasha.svg.SVGSVGElement
-
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
- onpopstate - Variable in class akasha.Window
-
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
- onpopstate - Static variable in class akasha.WindowGlobal
-
The onpopstate property of the WindowEventHandlers mixin is the EventHandler for processing popstate events on the window.
- onprocessorerror - Variable in class akasha.audio.AudioWorkletNode
-
The onprocessorerror property of the AudioWorkletNode interface defines an event handler function to be called when the processorerror event fires.
- onprogress - Variable in class akasha.Document
-
- onprogress - Variable in class akasha.FileReader
-
- onprogress - Variable in class akasha.HTMLElement
-
- onprogress - Variable in class akasha.svg.SVGElement
-
- onprogress - Variable in class akasha.Window
-
- onprogress - Static variable in class akasha.WindowGlobal
-
- onprogress - Variable in class akasha.XMLHttpRequestEventTarget
-
The XMLHttpRequestEventTarget.onprogress is the function called periodically with information when an XMLHttpRequest before success completely.
- onpush - Static variable in class akasha.ServiceWorkerGlobal
-
The ServiceWorkerGlobalScope.onpush event of the ServiceWorkerGlobalScope interface is fired whenever a push message is received by a service worker via a push server.
- onpush - Variable in class akasha.ServiceWorkerGlobalScope
-
The ServiceWorkerGlobalScope.onpush event of the ServiceWorkerGlobalScope interface is fired whenever a push message is received by a service worker via a push server.
- onpushsubscriptionchange - Static variable in class akasha.ServiceWorkerGlobal
-
The ServiceWorkerGlobalScope.onpushsubscriptionchange event of the ServiceWorkerGlobalScope interface is fired to indicate a change in push subscription that was triggered outside the application's control, e.g.
- onpushsubscriptionchange - Variable in class akasha.ServiceWorkerGlobalScope
-
The ServiceWorkerGlobalScope.onpushsubscriptionchange event of the ServiceWorkerGlobalScope interface is fired to indicate a change in push subscription that was triggered outside the application's control, e.g.
- onratechange - Variable in class akasha.Document
-
- onratechange - Variable in class akasha.HTMLElement
-
- onratechange - Variable in class akasha.svg.SVGElement
-
- onratechange - Variable in class akasha.Window
-
- onratechange - Static variable in class akasha.WindowGlobal
-
- onreadystatechange - Variable in class akasha.Document
-
- onreadystatechange - Variable in class akasha.XMLHttpRequest
-
An EventHandler that is called whenever the readyState attribute changes.
- onredraw - Variable in class akasha.xr.XRCubeLayer
-
- onredraw - Variable in class akasha.xr.XRCylinderLayer
-
- onredraw - Variable in class akasha.xr.XREquirectLayer
-
- onredraw - Variable in class akasha.xr.XRQuadLayer
-
- onreflectionchange - Variable in class akasha.xr.XRLightProbe
-
- onRejected(Object) - Method in interface akasha.promise.OnRejectedCallback
-
The callback function.
- OnRejectedCallback<V> - Interface in akasha.promise
-
The callback function invoked when the promise is rejected.
- onrejectionhandled - Static variable in class akasha.DedicatedWorkerGlobal
-
- onrejectionhandled - Variable in class akasha.HTMLBodyElement
-
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
- onrejectionhandled - Variable in class akasha.HTMLFrameSetElement
-
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
- onrejectionhandled - Static variable in class akasha.RTCIdentityProviderGlobal
-
- onrejectionhandled - Static variable in class akasha.ServiceWorkerGlobal
-
- onrejectionhandled - Static variable in class akasha.SharedWorkerGlobal
-
- onrejectionhandled - Variable in class akasha.svg.SVGSVGElement
-
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
- onrejectionhandled - Variable in class akasha.Window
-
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
- onrejectionhandled - Static variable in class akasha.WindowGlobal
-
The onrejectionhandled property of the WindowEventHandlers mixin is the EventHandler for processing rejectionhandled events.
- onrejectionhandled - Variable in class akasha.WorkerGlobalScope
-
- onrelease - Variable in class akasha.WakeLockSentinel
-
- onremove - Variable in class akasha.Animation
-
The Animation interface's onremove property (from the Web Animations API) is the event handler for the remove event.
- onremovesourcebuffer - Variable in class akasha.media.SourceBufferList
-
- onremovetrack - Variable in class akasha.AudioTrackList
-
The AudioTrackList onremovetrack event handler is called when the removetrack event occurs, indicating that an audio track has been removed from the media element, and therefore also from the AudioTrackList.
- onremovetrack - Variable in class akasha.media.MediaStream
-
The MediaStream.onremovetrack property is an EventHandler which specifies a function to be called when the removetrack event occurs on a MediaStream instance.
- onremovetrack - Variable in class akasha.TextTrackList
-
The TextTrackList onremovetrack event handler is called when the removetrack event occurs, indicating that a text track has been removed from the media element, and therefore also from the TextTrackList.
- onremovetrack - Variable in class akasha.VideoTrackList
-
The VideoTrackList onremovetrack event handler is called when the removetrack event occurs, indicating that a video track has been removed from the media element, and therefore also from the VideoTrackList.
- onreset - Variable in class akasha.Document
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onreset - Variable in class akasha.HTMLElement
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onreset - Variable in class akasha.svg.SVGElement
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onreset - Variable in class akasha.Window
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onreset - Static variable in class akasha.WindowGlobal
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onreset - Variable in class akasha.xr.XRReferenceSpace
-
The XRReferenceSpace interface's onreset event handler property can be set to a function which is called when the XRReferenceSpace receives a reset event, signaling that the XR device has experienced a discontinuity large enough to require that the position and/or orientation of the origin be significantly altered to compensate.
- onresize - Variable in class akasha.Document
-
The onresize property of the GlobalEventHandlers interface is an EventHandler that processes resize events.
- onresize - Variable in class akasha.HTMLElement
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onresize - Variable in class akasha.svg.SVGElement
-
The onreset property of the GlobalEventHandlers mixin is an EventHandler that processes reset events.
- onresize - Variable in class akasha.VisualViewport
-
The onresize event handler of the VisualViewport interface is called when a viewport is resized, i.e.
- onresize - Variable in class akasha.Window
-
The onresize property of the GlobalEventHandlers interface is an EventHandler that processes resize events.
- onresize - Static variable in class akasha.WindowGlobal
-
The onresize property of the GlobalEventHandlers interface is an EventHandler that processes resize events.
- onresourcetimingbufferfull - Variable in class akasha.Performance
-
The onresourcetimingbufferfull property is an event handler that will be called when the resourcetimingbufferfull event is fired.
- onresult - Variable in class akasha.speech.SpeechRecognition
-
The onresult property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service returns a result — a word or phrase has been positively recognized and this has been communicated back to the app (when the result event fires.)
- onresume - Variable in class akasha.media.MediaRecorder
-
The MediaRecorder.onresume event handler (part of the MediaRecorder API) handles the resume event, allowing you to run code in response to the media recording being resumed after pausing.
- onresume - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The onresume property of the SpeechSynthesisUtterance interface represents an event handler that will run when a paused utterance is resumed (when the resume event fires.)
- onscroll - Variable in class akasha.Document
-
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
- onscroll - Variable in class akasha.HTMLElement
-
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
- onscroll - Variable in class akasha.svg.SVGElement
-
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
- onscroll - Variable in class akasha.VisualViewport
-
The onscroll event handler of the VisualViewport interface is called when a viewport is scrolled, i.e.
- onscroll - Variable in class akasha.Window
-
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
- onscroll - Static variable in class akasha.WindowGlobal
-
The onscroll property of the GlobalEventHandlers mixin is an EventHandler that processes scroll events.
- onsecuritypolicyviolation - Variable in class akasha.Document
-
- onsecuritypolicyviolation - Variable in class akasha.HTMLElement
-
- onsecuritypolicyviolation - Variable in class akasha.svg.SVGElement
-
- onsecuritypolicyviolation - Variable in class akasha.Window
-
- onsecuritypolicyviolation - Static variable in class akasha.WindowGlobal
-
- onseeked - Variable in class akasha.Document
-
- onseeked - Variable in class akasha.HTMLElement
-
- onseeked - Variable in class akasha.svg.SVGElement
-
- onseeked - Variable in class akasha.Window
-
- onseeked - Static variable in class akasha.WindowGlobal
-
- onseeking - Variable in class akasha.Document
-
- onseeking - Variable in class akasha.HTMLElement
-
- onseeking - Variable in class akasha.svg.SVGElement
-
- onseeking - Variable in class akasha.Window
-
- onseeking - Static variable in class akasha.WindowGlobal
-
- onselect - Variable in class akasha.Document
-
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
- onselect - Variable in class akasha.HTMLElement
-
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
- onselect - Variable in class akasha.svg.SVGElement
-
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
- onselect - Variable in class akasha.Window
-
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
- onselect - Static variable in class akasha.WindowGlobal
-
The onselect property of the GlobalEventHandlers mixin is an EventHandler that processes select events.
- onselect - Variable in class akasha.xr.XRSession
-
- onselectedcandidatepairchange - Variable in class akasha.rtc.RTCIceTransport
-
The RTCIceTransport interface's onselectedcandidatepairchange event handler specifies a function to be called to handle the selectedcandidatepairchange event, which is fired when the ICE agent selects a new candidate pair to be used for the connection.
- onselectend - Variable in class akasha.xr.XRSession
-
- onselectionchange - Variable in class akasha.Document
-
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
- onselectionchange - Variable in class akasha.HTMLElement
-
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
- onselectionchange - Variable in class akasha.svg.SVGElement
-
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
- onselectionchange - Variable in class akasha.Window
-
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
- onselectionchange - Static variable in class akasha.WindowGlobal
-
The onselectionchange property of the GlobalEventHandlers mixin is an EventHandler that processes selectionchange events.
- onselectstart - Variable in class akasha.Document
-
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
- onselectstart - Variable in class akasha.HTMLElement
-
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
- onselectstart - Variable in class akasha.svg.SVGElement
-
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
- onselectstart - Variable in class akasha.Window
-
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
- onselectstart - Static variable in class akasha.WindowGlobal
-
The onselectstart property of the GlobalEventHandlers mixin is an EventHandler that processes selectstart events.
- onselectstart - Variable in class akasha.xr.XRSession
-
- onserviceadded - Variable in class akasha.bluetooth.Bluetooth
-
- onserviceadded - Variable in class akasha.bluetooth.BluetoothDevice
-
- onserviceadded - Variable in class akasha.bluetooth.BluetoothRemoteGATTService
-
- onservicechanged - Variable in class akasha.bluetooth.Bluetooth
-
- onservicechanged - Variable in class akasha.bluetooth.BluetoothDevice
-
- onservicechanged - Variable in class akasha.bluetooth.BluetoothRemoteGATTService
-
- onserviceremoved - Variable in class akasha.bluetooth.Bluetooth
-
- onserviceremoved - Variable in class akasha.bluetooth.BluetoothDevice
-
- onserviceremoved - Variable in class akasha.bluetooth.BluetoothRemoteGATTService
-
- onSettled() - Method in interface akasha.promise.OnSettledCallback
-
The callback function.
- OnSettledCallback - Interface in akasha.promise
-
The callback function invoked when the promise settles.
- onshow - Variable in class akasha.notifications.Notification
-
The onshow property of the Notification interface specifies an event listener to receive show events.
- onsignalingstatechange - Variable in class akasha.rtc.RTCPeerConnection
-
The onsignalingstatechange event handler property of the RTCPeerConnection interface specifies a function to be called when the signalingstatechange event occurs on an RTCPeerConnection interface.
- onslotchange - Variable in class akasha.Document
-
- onslotchange - Variable in class akasha.HTMLElement
-
- onslotchange - Variable in class akasha.ShadowRoot
-
- onslotchange - Variable in class akasha.svg.SVGElement
-
- onslotchange - Variable in class akasha.Window
-
- onslotchange - Static variable in class akasha.WindowGlobal
-
- onsoundend - Variable in class akasha.speech.SpeechRecognition
-
The onsoundend property of the SpeechRecognition interface represents an event handler that will run when any sound — recognisable speech or not — has stopped being detected (when the soundend event fires.)
- onsoundstart - Variable in class akasha.speech.SpeechRecognition
-
The onsoundstart property of the SpeechRecognition interface represents an event handler that will run when any sound — recognisable speech or not — has been detected (when the soundstart event fires.)
- onsourceclose - Variable in class akasha.media.MediaSource
-
- onsourceended - Variable in class akasha.media.MediaSource
-
- onsourceopen - Variable in class akasha.media.MediaSource
-
- onspeechend - Variable in class akasha.speech.SpeechRecognition
-
The onspeechend property of the SpeechRecognition interface represents an event handler that will run when speech recognised by the speech recognition service has stopped being detected (when the speechend event fires.)
- onspeechstart - Variable in class akasha.speech.SpeechRecognition
-
The onspeechstart property of the SpeechRecognition interface represents an event handler that will run when sound recognised by the speech recognition service as speech has been detected (when the speechstart event fires.)
- onsqueeze - Variable in class akasha.xr.XRSession
-
- onsqueezeend - Variable in class akasha.xr.XRSession
-
- onsqueezestart - Variable in class akasha.xr.XRSession
-
- onstalled - Variable in class akasha.Document
-
- onstalled - Variable in class akasha.HTMLElement
-
- onstalled - Variable in class akasha.svg.SVGElement
-
- onstalled - Variable in class akasha.Window
-
- onstalled - Static variable in class akasha.WindowGlobal
-
- onstart - Variable in class akasha.media.MediaRecorder
-
The MediaRecorder.onstartevent handler (part of the MediaRecorder API) handles the start event, allowing you to run code in response to media recording being started by a MediaRecorder.
- onstart - Variable in class akasha.speech.SpeechRecognition
-
The onstart property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service has begun listening to incoming audio with intent to recognize grammars associated with the current SpeechRecognition (when the start event fires.)
- onstart - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The onstart property of the SpeechSynthesisUtterance interface represents an event handler that will run when the utterance has begun to be spoken (when the start event fires.)
- onstatechange - Variable in class akasha.audio.BaseAudioContext
-
- onstatechange - Variable in class akasha.midi.MIDIAccess
-
- onstatechange - Variable in class akasha.midi.MIDIPort
-
- onstatechange - Variable in class akasha.rtc.RTCDtlsTransport
-
- onstatechange - Variable in class akasha.rtc.RTCIceTransport
-
The onstatechange event handler for the RTCIceTransport interface is a property which specifies a function to serve as the EventHandler for the statechange event that is fired whenever the transport's state changes.
- onstatechange - Variable in class akasha.rtc.RTCSctpTransport
-
- onstatechange - Variable in class akasha.ServiceWorker
-
An EventListener property called whenever an event of type statechange is fired; it is basically fired anytime the ServiceWorker.state changes.
- onstop - Variable in class akasha.media.MediaRecorder
-
The MediaRecorder.onstop event handler (part of the MediaRecorder API) handles the stop event, allowing you to run code in response to media recording via a MediaRecorder being stopped.
- onstorage - Variable in class akasha.HTMLBodyElement
-
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
- onstorage - Variable in class akasha.HTMLFrameSetElement
-
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
- onstorage - Variable in class akasha.svg.SVGSVGElement
-
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
- onstorage - Variable in class akasha.Window
-
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
- onstorage - Static variable in class akasha.WindowGlobal
-
The onstorage property of the WindowEventHandlers mixin is an EventHandler for processing storage events.
- onsubmit - Variable in class akasha.Document
-
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
- onsubmit - Variable in class akasha.HTMLElement
-
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
- onsubmit - Variable in class akasha.svg.SVGElement
-
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
- onsubmit - Variable in class akasha.Window
-
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
- onsubmit - Static variable in class akasha.WindowGlobal
-
The onsubmit property of the GlobalEventHandlers mixin is an EventHandler that processes submit events.
- onSubmittedWorkDone() - Method in class akasha.gpu.GPUQueue
-
- onsuccess - Variable in class akasha.idb.IDBRequest
-
The following example requests a given record title, onsuccess gets the associated record from the IDBObjectStore (made available as objectStoreTitleRequest.result), updates one property of the record, and then puts the updated record back into the object store.
- onsuspend - Variable in class akasha.Document
-
- onsuspend - Variable in class akasha.HTMLElement
-
- onsuspend - Variable in class akasha.svg.SVGElement
-
- onsuspend - Variable in class akasha.Window
-
- onsuspend - Static variable in class akasha.WindowGlobal
-
- onsync - Static variable in class akasha.ServiceWorkerGlobal
-
- onsync - Variable in class akasha.ServiceWorkerGlobalScope
-
- ontimeout - Variable in class akasha.XMLHttpRequestEventTarget
-
- ontimeupdate - Variable in class akasha.Document
-
- ontimeupdate - Variable in class akasha.HTMLElement
-
- ontimeupdate - Variable in class akasha.svg.SVGElement
-
- ontimeupdate - Variable in class akasha.Window
-
- ontimeupdate - Static variable in class akasha.WindowGlobal
-
- ontoggle - Variable in class akasha.Document
-
- ontoggle - Variable in class akasha.HTMLElement
-
- ontoggle - Variable in class akasha.svg.SVGElement
-
- ontoggle - Variable in class akasha.Window
-
- ontoggle - Static variable in class akasha.WindowGlobal
-
- ontonechange - Variable in class akasha.rtc.RTCDTMFSender
-
The ontonechange property of the RTCDTMFSender interface is used to set the event handler for the tonechange event, which is sent to the RTCDTMFSender each time a tone begins or ends.
- ontouchcancel - Variable in class akasha.Document
-
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
- ontouchcancel - Variable in class akasha.HTMLElement
-
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
- ontouchcancel - Variable in class akasha.svg.SVGElement
-
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
- ontouchcancel - Variable in class akasha.Window
-
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
- ontouchcancel - Static variable in class akasha.WindowGlobal
-
The ontouchcancel property of the GlobalEventHandlers mixin is an EventHandler that processes touchcancel events.
- ontouchend - Variable in class akasha.Document
-
A global event handler for the touchend event.
- ontouchend - Variable in class akasha.HTMLElement
-
A global event handler for the touchend event.
- ontouchend - Variable in class akasha.svg.SVGElement
-
A global event handler for the touchend event.
- ontouchend - Variable in class akasha.Window
-
A global event handler for the touchend event.
- ontouchend - Static variable in class akasha.WindowGlobal
-
A global event handler for the touchend event.
- ontouchmove - Variable in class akasha.Document
-
A global event handler for the touchmove event.
- ontouchmove - Variable in class akasha.HTMLElement
-
A global event handler for the touchmove event.
- ontouchmove - Variable in class akasha.svg.SVGElement
-
A global event handler for the touchmove event.
- ontouchmove - Variable in class akasha.Window
-
A global event handler for the touchmove event.
- ontouchmove - Static variable in class akasha.WindowGlobal
-
A global event handler for the touchmove event.
- ontouchstart - Variable in class akasha.Document
-
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
- ontouchstart - Variable in class akasha.HTMLElement
-
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
- ontouchstart - Variable in class akasha.svg.SVGElement
-
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
- ontouchstart - Variable in class akasha.Window
-
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
- ontouchstart - Static variable in class akasha.WindowGlobal
-
The ontouchstart property of the GlobalEventHandlers mixin is an EventHandler that processes touchstart events.
- ontrack - Variable in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection property ontrack is an EventHandler which specifies a function to be called when the track event occurs, indicating that a track has been added to the RTCPeerConnection.
- ontransitioncancel - Variable in class akasha.Document
-
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
- ontransitioncancel - Variable in class akasha.HTMLElement
-
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
- ontransitioncancel - Variable in class akasha.svg.SVGElement
-
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
- ontransitioncancel - Variable in class akasha.Window
-
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
- ontransitioncancel - Static variable in class akasha.WindowGlobal
-
The ontransitioncancel property of the GlobalEventHandlers mixin is an EventHandler that processes transitioncancel events.
- ontransitionend - Variable in class akasha.Document
-
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
- ontransitionend - Variable in class akasha.HTMLElement
-
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
- ontransitionend - Variable in class akasha.svg.SVGElement
-
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
- ontransitionend - Variable in class akasha.Window
-
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
- ontransitionend - Static variable in class akasha.WindowGlobal
-
The ontransitionend property of the GlobalEventHandlers mixin is an EventHandler that processes transitionend events.
- ontransitionrun - Variable in class akasha.Document
-
- ontransitionrun - Variable in class akasha.HTMLElement
-
- ontransitionrun - Variable in class akasha.svg.SVGElement
-
- ontransitionrun - Variable in class akasha.Window
-
- ontransitionrun - Static variable in class akasha.WindowGlobal
-
- ontransitionstart - Variable in class akasha.Document
-
- ontransitionstart - Variable in class akasha.HTMLElement
-
- ontransitionstart - Variable in class akasha.svg.SVGElement
-
- ontransitionstart - Variable in class akasha.Window
-
- ontransitionstart - Static variable in class akasha.WindowGlobal
-
- onuncapturederror - Variable in class akasha.gpu.GPUDevice
-
- onunhandledrejection - Static variable in class akasha.DedicatedWorkerGlobal
-
- onunhandledrejection - Variable in class akasha.HTMLBodyElement
-
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
- onunhandledrejection - Variable in class akasha.HTMLFrameSetElement
-
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
- onunhandledrejection - Static variable in class akasha.RTCIdentityProviderGlobal
-
- onunhandledrejection - Static variable in class akasha.ServiceWorkerGlobal
-
- onunhandledrejection - Static variable in class akasha.SharedWorkerGlobal
-
- onunhandledrejection - Variable in class akasha.svg.SVGSVGElement
-
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
- onunhandledrejection - Variable in class akasha.Window
-
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
- onunhandledrejection - Static variable in class akasha.WindowGlobal
-
The onunhandledrejection property of the WindowEventHandlers mixin is the EventHandler for processing unhandledrejection events.
- onunhandledrejection - Variable in class akasha.WorkerGlobalScope
-
- onunload - Variable in class akasha.HTMLBodyElement
-
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
- onunload - Variable in class akasha.HTMLFrameSetElement
-
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
- onunload - Variable in class akasha.svg.SVGSVGElement
-
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
- onunload - Variable in class akasha.Window
-
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
- onunload - Static variable in class akasha.WindowGlobal
-
The onunload property of the WindowEventHandlers mixin is the EventHandler for processing unload events.
- onunmute - Variable in class akasha.media.MediaStreamTrack
-
MediaStreamTrack's onunmute event handler is called when the unmute event is received.
- onupdate - Variable in class akasha.media.SourceBuffer
-
- onupdateend - Variable in class akasha.media.SourceBuffer
-
- onupdatefound - Variable in class akasha.ServiceWorkerRegistration
-
The onupdatefound property of the ServiceWorkerRegistration interface is an EventListener property called whenever an event of type statechange is fired; it is fired any time the ServiceWorkerRegistration.installing property acquires a new service worker.
- onupdatestart - Variable in class akasha.media.SourceBuffer
-
- onupgradeneeded - Variable in class akasha.idb.IDBOpenDBRequest
-
In the following example you can see the onupgradeneeded handler being used to update the database structure if a database with a higher version number is loaded.
- onversionchange - Variable in class akasha.idb.IDBDatabase
-
This example shows an IDBOpenDBRequest.onupgradeneeded block that creates a new object store; it also includes onerror and onabort functions to handle non-success cases, and an onversionchange function to notify when a database structure change has occurred.
- onvisibilitychange - Variable in class akasha.Document
-
The Document.onvisibilitychange property represents the event handler that is called when a visibilitychange event reaches this object.
- onvisibilitychange - Variable in class akasha.xr.XRSession
-
- onvoiceschanged - Variable in class akasha.speech.SpeechSynthesis
-
The onvoiceschanged property of the SpeechSynthesis interface represents an event handler that will run when the list of SpeechSynthesisVoice objects that would be returned by the SpeechSynthesis.getVoices() method has changed (when the voiceschanged event fires.)
- onvolumechange - Variable in class akasha.Document
-
- onvolumechange - Variable in class akasha.HTMLElement
-
- onvolumechange - Variable in class akasha.svg.SVGElement
-
- onvolumechange - Variable in class akasha.Window
-
- onvolumechange - Static variable in class akasha.WindowGlobal
-
- onwaiting - Variable in class akasha.Document
-
- onwaiting - Variable in class akasha.HTMLElement
-
- onwaiting - Variable in class akasha.svg.SVGElement
-
- onwaiting - Variable in class akasha.Window
-
- onwaiting - Static variable in class akasha.WindowGlobal
-
- onwaitingforkey - Variable in class akasha.HTMLMediaElement
-
- onwebkitanimationend - Variable in class akasha.Document
-
- onwebkitanimationend - Variable in class akasha.HTMLElement
-
- onwebkitanimationend - Variable in class akasha.svg.SVGElement
-
- onwebkitanimationend - Variable in class akasha.Window
-
- onwebkitanimationend - Static variable in class akasha.WindowGlobal
-
- onwebkitanimationiteration - Variable in class akasha.Document
-
- onwebkitanimationiteration - Variable in class akasha.HTMLElement
-
- onwebkitanimationiteration - Variable in class akasha.svg.SVGElement
-
- onwebkitanimationiteration - Variable in class akasha.Window
-
- onwebkitanimationiteration - Static variable in class akasha.WindowGlobal
-
- onwebkitanimationstart - Variable in class akasha.Document
-
- onwebkitanimationstart - Variable in class akasha.HTMLElement
-
- onwebkitanimationstart - Variable in class akasha.svg.SVGElement
-
- onwebkitanimationstart - Variable in class akasha.Window
-
- onwebkitanimationstart - Static variable in class akasha.WindowGlobal
-
- onwebkittransitionend - Variable in class akasha.Document
-
- onwebkittransitionend - Variable in class akasha.HTMLElement
-
- onwebkittransitionend - Variable in class akasha.svg.SVGElement
-
- onwebkittransitionend - Variable in class akasha.Window
-
- onwebkittransitionend - Static variable in class akasha.WindowGlobal
-
- onwheel - Variable in class akasha.Document
-
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
- onwheel - Variable in class akasha.HTMLElement
-
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
- onwheel - Variable in class akasha.svg.SVGElement
-
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
- onwheel - Variable in class akasha.Window
-
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
- onwheel - Static variable in class akasha.WindowGlobal
-
The onwheel property of the GlobalEventHandlers mixin is an EventHandler that processes wheel events.
- opaque - Static variable in annotation type akasha.gpu.GPUCanvasCompositingAlphaMode
-
- opaque - Static variable in annotation type akasha.ResponseType
-
- opaque - Static variable in annotation type akasha.xr.XREnvironmentBlendMode
-
- opaqueredirect - Static variable in annotation type akasha.ResponseType
-
- open(String) - Method in class akasha.CacheStorage
-
The open() method of the CacheStorage interface returns a Promise that resolves to the Cache object matching the cacheName.
- open(String, String) - Method in class akasha.Document
-
The Document.open() method opens a document for writing.
- open(String) - Method in class akasha.Document
-
The Document.open() method opens a document for writing.
- open() - Method in class akasha.Document
-
The Document.open() method opens a document for writing.
- open(String, String, String) - Method in class akasha.Document
-
The Document.open() method opens a document for writing.
- OPEN - Static variable in class akasha.EventSource
-
- open - Variable in class akasha.HTMLDetailsElement
-
- open - Variable in class akasha.HTMLDialogElement
-
A Boolean representing the state of the open HTML attribute.
- open(String, int) - Method in class akasha.idb.IDBFactory
-
If an error occurs while the database connection is being opened, then an error event is fired on the request object returned from this method.
- open(String) - Method in class akasha.idb.IDBFactory
-
If an error occurs while the database connection is being opened, then an error event is fired on the request object returned from this method.
- open - Static variable in annotation type akasha.media.ReadyState
-
- open() - Method in class akasha.midi.MIDIPort
-
- open - Static variable in annotation type akasha.midi.MIDIPortConnectionState
-
- open - Static variable in annotation type akasha.rtc.RTCDataChannelState
-
- open - Static variable in annotation type akasha.ShadowRootMode
-
- open() - Method in class akasha.usb.USBDevice
-
- OPEN - Static variable in class akasha.WebSocket
-
- open(String, String, String) - Method in class akasha.Window
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open(String, String) - Method in class akasha.Window
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open(String) - Method in class akasha.Window
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open() - Method in class akasha.Window
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open(String, String, String) - Static method in class akasha.WindowGlobal
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open(String, String) - Static method in class akasha.WindowGlobal
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open(String) - Static method in class akasha.WindowGlobal
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open() - Static method in class akasha.WindowGlobal
-
The Window interface's open() method loads the specified resource into the new or existing browsing context (window, iframe or tab) with the specified name.
- open(String, String) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method open() initializes a newly-created request, or re-initializes an existing one.
- open(String, String, boolean, String, String) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method open() initializes a newly-created request, or re-initializes an existing one.
- open(String, String, boolean, String) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method open() initializes a newly-created request, or re-initializes an existing one.
- open(String, String, boolean) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method open() initializes a newly-created request, or re-initializes an existing one.
- openCursor(Object, String) - Method in class akasha.idb.IDBIndex
-
The method sets the position of the cursor to the appropriate record, based on the specified direction.
- openCursor(Object) - Method in class akasha.idb.IDBIndex
-
The method sets the position of the cursor to the appropriate record, based on the specified direction.
- openCursor() - Method in class akasha.idb.IDBIndex
-
The method sets the position of the cursor to the appropriate record, based on the specified direction.
- openCursor(Object, String) - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the results’s success event.
- openCursor(Object) - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the results’s success event.
- openCursor() - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the results’s success event.
- opened() - Method in class akasha.usb.USBDevice
-
- OPENED - Static variable in class akasha.XMLHttpRequest
-
- opener - Variable in class akasha.Window
-
The Window interface's opener property returns a reference to the window that opened the window, either with open(), or by navigating a link with a target attribute.
- opener - Static variable in class akasha.WindowGlobal
-
The Window interface's opener property returns a reference to the window that opened the window, either with open(), or by navigating a link with a target attribute.
- openKeyCursor(Object, String) - Method in class akasha.idb.IDBIndex
-
The method sets the position of the cursor to the appropriate key, based on the specified direction.
- openKeyCursor(Object) - Method in class akasha.idb.IDBIndex
-
The method sets the position of the cursor to the appropriate key, based on the specified direction.
- openKeyCursor() - Method in class akasha.idb.IDBIndex
-
The method sets the position of the cursor to the appropriate key, based on the specified direction.
- openKeyCursor(Object, String) - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the results’s success event.
- openKeyCursor(Object) - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the results’s success event.
- openKeyCursor() - Method in class akasha.idb.IDBObjectStore
-
To determine if the add operation has completed successfully, listen for the results’s success event.
- openWindow(String) - Method in class akasha.Clients
-
The openWindow() method of the Clients interface creates a new top level browsing context and loads a given URL.
- operation(String) - Method in interface akasha.gpu.GPUBlendComponent.Builder
-
- operation() - Method in interface akasha.gpu.GPUBlendComponent
-
- operator() - Method in class akasha.svg.SVGFECompositeElement
-
- operator() - Method in class akasha.svg.SVGFEMorphologyElement
-
- optimizeForLatency(boolean) - Method in interface akasha.codecs.VideoDecoderConfig.Builder
-
- optimizeForLatency() - Method in interface akasha.codecs.VideoDecoderConfig
-
- optimizeLegibility - Static variable in annotation type akasha.CanvasTextRendering
-
- optimizeSpeed - Static variable in annotation type akasha.CanvasTextRendering
-
- optimum - Variable in class akasha.HTMLMeterElement
-
- Option - Class in akasha
-
- Option(String, String, boolean, boolean) - Constructor for class akasha.Option
-
- Option(String, String, boolean) - Constructor for class akasha.Option
-
- Option(String, String) - Constructor for class akasha.Option
-
- Option(String) - Constructor for class akasha.Option
-
- Option() - Constructor for class akasha.Option
-
- optional - Static variable in annotation type akasha.CredentialMediationRequirement
-
- optional - Static variable in annotation type akasha.MediaKeysRequirement
-
- OptionalEffectTiming - Interface in akasha
-
- OptionalEffectTiming.Builder - Interface in akasha
-
- optionalFeatures(JsArray<Any>) - Method in interface akasha.xr.XRPermissionDescriptor.Builder
-
The XRPermissionDescriptor dictionary's optionalFeatures property is used to specify a list of WebXR features which your app or site would like to use but can operate without if permission isn't granted to use them.
- optionalFeatures(Any...) - Method in interface akasha.xr.XRPermissionDescriptor.Builder
-
The XRPermissionDescriptor dictionary's optionalFeatures property is used to specify a list of WebXR features which your app or site would like to use but can operate without if permission isn't granted to use them.
- optionalFeatures() - Method in interface akasha.xr.XRPermissionDescriptor
-
The XRPermissionDescriptor dictionary's optionalFeatures property is used to specify a list of WebXR features which your app or site would like to use but can operate without if permission isn't granted to use them.
- optionalFeatures(JsArray<Any>) - Method in interface akasha.xr.XRSessionInit.Builder
-
- optionalFeatures(Any...) - Method in interface akasha.xr.XRSessionInit.Builder
-
- optionalFeatures() - Method in interface akasha.xr.XRSessionInit
-
- optionalManufacturerData(JsArray<Double>) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- optionalManufacturerData(double...) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- optionalManufacturerData() - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- optionalManufacturerData(JsArray<Double>) - Method in interface akasha.bluetooth.RequestDeviceOptions.Builder
-
- optionalManufacturerData(double...) - Method in interface akasha.bluetooth.RequestDeviceOptions.Builder
-
- optionalManufacturerData() - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- optionalServices(JsArray<BluetoothServiceUUID>) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- optionalServices(BluetoothServiceUUID...) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor.Builder
-
- optionalServices() - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- optionalServices(JsArray<BluetoothServiceUUID>) - Method in interface akasha.bluetooth.RequestDeviceOptions.Builder
-
- optionalServices(BluetoothServiceUUID...) - Method in interface akasha.bluetooth.RequestDeviceOptions.Builder
-
- optionalServices() - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- options() - Method in class akasha.HTMLDataListElement
-
- options() - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.options read-only property returns a HTMLOptionsCollection of the option elements contained by the select element.
- options() - Method in class akasha.PushSubscription
-
The options read-only property of the PushSubscription interface is an object containing containing the options used to create the subscription.
- or(IntegerTypedArray, int, int) - Static method in class akasha.core.Atomics
-
Computes a bitwise OR on the value at the specified index of the array with the provided value.
- ordered() - Method in class akasha.rtc.RTCDataChannel
-
The read-only RTCDataChannel property ordered indicates whether or not the data channel guarantees in-order delivery of messages; the default is true, which indicates that the data channel is indeed ordered.
- ordered(boolean) - Method in interface akasha.rtc.RTCDataChannelInit.Builder
-
- ordered() - Method in interface akasha.rtc.RTCDataChannelInit
-
- ORDERED_NODE_ITERATOR_TYPE - Static variable in class akasha.XPathResult
-
- ORDERED_NODE_SNAPSHOT_TYPE - Static variable in class akasha.XPathResult
-
- orderX() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- orderY() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- organization - Static variable in annotation type akasha.AutocompleteType
-
A company or organization name, such as "Acme Widget Company" or "Girl Scouts of America".
- organization_title - Static variable in annotation type akasha.AutocompleteType
-
A job title, or the title a person has within an organization, such as "Senior Technical Writer", "President", or "Assistant Troop Leader".
- orient - Variable in class akasha.svg.SVGMarkerElement
-
- orientAngle() - Method in class akasha.svg.SVGMarkerElement
-
- orientation() - Method in class akasha.GamepadPose
-
The orientation read-only property of the GamepadPose interface returns the orientation of the Gamepad, as a quarternion value.
- orientation() - Method in class akasha.Screen
-
The orientation read-only property of the Screen interface returns the current orientation of the screen.
- orientation() - Method in class akasha.Window
-
- orientation() - Static method in class akasha.WindowGlobal
-
- orientation - Variable in class akasha.xr.XRCubeLayer
-
- orientation(DOMPointReadOnly) - Method in interface akasha.xr.XRCubeLayerInit.Builder
-
- orientation() - Method in interface akasha.xr.XRCubeLayerInit
-
- orientation() - Method in class akasha.xr.XRRigidTransform
-
The read-only XRRigidTransform property orientation is a DOMPointReadOnly containing a normalized quaternion (also called a unit quaternion or versor) specifying the rotational component of the transform represented by the object.
- OrientationLockType - Annotation Type in akasha
-
- OrientationLockType.Util - Class in akasha
-
- OrientationType - Annotation Type in akasha
-
- OrientationType.Util - Class in akasha
-
- orientationX() - Method in class akasha.audio.PannerNode
-
An AudioParam whose value is the X component of the direction in which the audio source is facing, in 3D Cartesian coordinate space.
- orientationX(float) - Method in interface akasha.audio.PannerOptions.Builder
-
- orientationX() - Method in interface akasha.audio.PannerOptions
-
- orientationY() - Method in class akasha.audio.PannerNode
-
An AudioParam whose value is the Y component of the direction the audio source is facing, in 3D Cartesian coordinate space.
- orientationY(float) - Method in interface akasha.audio.PannerOptions.Builder
-
- orientationY() - Method in interface akasha.audio.PannerOptions
-
- orientationZ() - Method in class akasha.audio.PannerNode
-
An AudioParam whose value is the Z component of the direction the audio source is facing, in 3D Cartesian coordinate space.
- orientationZ(float) - Method in interface akasha.audio.PannerOptions.Builder
-
- orientationZ() - Method in interface akasha.audio.PannerOptions
-
- orientType() - Method in class akasha.svg.SVGMarkerElement
-
- origin() - Method in interface akasha.CollectedClientData
-
- origin(String) - Method in interface akasha.CollectedClientData.Step1
-
- origin() - Static method in class akasha.DedicatedWorkerGlobal
-
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
- origin() - Method in class akasha.ExtendableMessageEvent
-
The origin read-only property of the ExtendableMessageEvent interface returns the origin of the Client that sent the message.
- origin(String) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- origin() - Method in interface akasha.ExtendableMessageEventInit
-
- origin() - Method in interface akasha.FederatedCredentialInit
-
- origin(String) - Method in interface akasha.FederatedCredentialInit.Step1
-
- origin(GPUOrigin2D) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
-
- origin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
-
- origin(GPUOrigin2DDict) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
-
- origin(double...) - Method in interface akasha.gpu.GPUImageCopyExternalImage.Builder
-
- origin() - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- origin(GPUOrigin3D) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
-
- origin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
-
- origin(GPUOrigin3DDict) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
-
- origin(double...) - Method in interface akasha.gpu.GPUImageCopyTexture.Builder
-
- origin() - Method in interface akasha.gpu.GPUImageCopyTexture
-
- origin(GPUOrigin3D) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
-
- origin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
-
- origin(GPUOrigin3DDict) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
-
- origin(double...) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
-
- origin() - Method in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.origin read-only property is a USVString containing the Unicode serialization of the origin of the represented URL
- origin() - Method in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.origin read-only property is a USVString containing the Unicode serialization of the origin of the represented URL
- origin() - Method in class akasha.Location
-
The origin read-only property of the Location interface is a USVString containing the Unicode serialization of the origin of the represented URL
- origin() - Method in class akasha.MessageEvent
-
The origin read-only property of the MessageEvent interface is a USVString representing the origin of the message emitter.
- origin(String) - Method in interface akasha.MessageEventInit.Builder
-
- origin() - Method in interface akasha.MessageEventInit
-
- origin() - Method in interface akasha.PasswordCredentialData
-
- origin(String) - Method in interface akasha.PasswordCredentialData.Step1
-
- origin - Static variable in annotation type akasha.ReferrerPolicy
-
The sent referrer will be limited to the origin of the referring page: its scheme, host, and port.
- origin() - Static method in class akasha.RTCIdentityProviderGlobal
-
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
- origin() - Static method in class akasha.ServiceWorkerGlobal
-
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
- origin() - Static method in class akasha.SharedWorkerGlobal
-
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
- origin() - Method in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.origin read-only property is a USVString containing the Unicode serialization of the origin of the represented URL
- origin() - Method in class akasha.URL
-
The origin read-only property of the URL interface returns a USVString containing the Unicode serialization of the origin of the represented URL.
- origin() - Method in class akasha.Window
-
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
- origin() - Static method in class akasha.WindowGlobal
-
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
- origin() - Method in class akasha.WorkerGlobalScope
-
The origin read-only property of the WindowOrWorkerGlobalScope interface returns the origin of the global scope, serialized as a string.
- origin() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.origin read-only property is a DOMString containing the Unicode serialization of the origin of the represented URL, that is, for http and https, the scheme followed by '://', followed by the domain, followed by ':', followed by the port (the default port, 80 and 443 respectively, if explicitely specified).
- origin() - Method in class akasha.xr.XRRay
-
- origin_when_cross_origin - Static variable in annotation type akasha.ReferrerPolicy
-
The referrer sent to other origins will be limited to the scheme, the host, and the port.
- originAgentCluster() - Method in class akasha.Window
-
- originAgentCluster() - Static method in class akasha.WindowGlobal
-
- originalPolicy() - Method in class akasha.CSPViolationReportBody
-
- originalPolicy() - Method in class akasha.SecurityPolicyViolationEvent
-
The originalPolicy read-only property of the SecurityPolicyViolationEvent interface is a DOMString containing the policy whose enforcement uncovered the violation.
- originalPolicy() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- originalPolicy(String) - Method in interface akasha.SecurityPolicyViolationEventInit.Step3
-
- originTime(double) - Method in interface akasha.DocumentTimelineOptions.Builder
-
- originTime() - Method in interface akasha.DocumentTimelineOptions
-
- ornaments() - Method in class akasha.CSSFontFeatureValuesRule
-
- OscillatorNode - Class in akasha.audio
-
The OscillatorNode interface represents a periodic waveform, such as a sine wave.
- OscillatorNode(BaseAudioContext, OscillatorOptions) - Constructor for class akasha.audio.OscillatorNode
-
The OscillatorNode() constructor of the Web Audio API creates a new OscillatorNode object which is an AudioNode that represents a periodic waveform, like a sine wave, optionally setting the node's properties' values to match values in a specified object.
- OscillatorNode(BaseAudioContext) - Constructor for class akasha.audio.OscillatorNode
-
The OscillatorNode() constructor of the Web Audio API creates a new OscillatorNode object which is an AudioNode that represents a periodic waveform, like a sine wave, optionally setting the node's properties' values to match values in a specified object.
- OscillatorOptions - Interface in akasha.audio
-
- OscillatorOptions.Builder - Interface in akasha.audio
-
- OscillatorType - Annotation Type in akasha.audio
-
- OscillatorType.Util - Class in akasha.audio
-
- oscpu() - Method in class akasha.Navigator
-
The Navigator.oscpu property returns a string that identifies the current operating system.
- oscpu() - Method in class akasha.WorkerNavigator
-
- oth(JsArray<RsaOtherPrimesInfo>) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- oth(RsaOtherPrimesInfo...) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- oth() - Method in interface akasha.crypto.JsonWebKey
-
- other - Static variable in annotation type akasha.GamepadHand
-
- other - Static variable in annotation type akasha.RequestDestination
-
- other - Static variable in annotation type akasha.rtc.RTCQualityLimitationReason
-
- other - Static variable in annotation type akasha.usb.USBRecipient
-
- out - Static variable in annotation type akasha.usb.USBDirection
-
- OUT_OF_MEMORY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- OUT_OF_MEMORY - Static variable in class akasha.gl.WebGLRenderingContext
-
- out_of_memory - Static variable in annotation type akasha.gpu.GPUErrorFilter
-
- outbound_rtp - Static variable in annotation type akasha.rtc.RTCStatsType
-
- outerHeight() - Method in class akasha.Window
-
The Window.outerHeight read-only property returns the height in pixels of the whole browser window, including any sidebar, window chrome, and window-resizing borders/handles.
- outerHeight() - Static method in class akasha.WindowGlobal
-
The Window.outerHeight read-only property returns the height in pixels of the whole browser window, including any sidebar, window chrome, and window-resizing borders/handles.
- outerHTML - Variable in class akasha.Element
-
The outerHTML attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
- outerText - Variable in class akasha.HTMLElement
-
HTMLElement.outerText is a non-standard property.
- outerWidth() - Method in class akasha.Window
-
Window.outerWidth read-only property returns the width of the outside of the browser window.
- outerWidth() - Static method in class akasha.WindowGlobal
-
Window.outerWidth read-only property returns the width of the outside of the browser window.
- output(AudioDataOutputCallback) - Static method in interface akasha.codecs.AudioDecoderInit
-
- output() - Method in interface akasha.codecs.AudioDecoderInit
-
- output(EncodedAudioChunkOutputCallback) - Static method in interface akasha.codecs.AudioEncoderInit
-
- output() - Method in interface akasha.codecs.AudioEncoderInit
-
- output(VideoFrameOutputCallback) - Static method in interface akasha.codecs.VideoDecoderInit
-
- output() - Method in interface akasha.codecs.VideoDecoderInit
-
- output(EncodedVideoChunkOutputCallback) - Static method in interface akasha.codecs.VideoEncoderInit
-
- output() - Method in interface akasha.codecs.VideoEncoderInit
-
- output - Static variable in annotation type akasha.midi.MIDIPortType
-
- output_downscaled - Static variable in annotation type akasha.MediaKeyStatus
-
- output_restricted - Static variable in annotation type akasha.MediaKeyStatus
-
- outputBuffer() - Method in class akasha.audio.AudioProcessingEvent
-
- outputBuffer() - Method in interface akasha.audio.AudioProcessingEventInit
-
- outputBuffer(AudioBuffer) - Method in interface akasha.audio.AudioProcessingEventInit.Step2
-
- outputChannelCount(JsArray<Double>) - Method in interface akasha.audio.AudioWorkletNodeOptions.Builder
-
- outputChannelCount(double...) - Method in interface akasha.audio.AudioWorkletNodeOptions.Builder
-
- outputChannelCount() - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- outputLatency() - Method in class akasha.audio.AudioContext
-
The outputLatency read-only property of the AudioContext Interface provides an estimation of the output latency of the current audio context.
- outputs() - Method in class akasha.midi.MIDIAccess
-
- OverconstrainedError - Class in akasha.media
-
The OverconstrainedError interface of the Media Capture and Streams API indicates that the set of desired capabilities for the current MediaStreamTrack cannot currently be met.
- OverconstrainedError(String, String) - Constructor for class akasha.media.OverconstrainedError
-
- OverconstrainedError(String) - Constructor for class akasha.media.OverconstrainedError
-
- overrideColors() - Method in class akasha.CSSFontPaletteValuesRule
-
- overrideMimeType(String) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method overrideMimeType() specifies a MIME type other than the one provided by the server to be used instead when interpreting the data being transferred in a request.
- oversample - Variable in class akasha.audio.WaveShaperNode
-
The oversample property of the WaveShaperNode interface is an enumerated value indicating if oversampling must be used.
- oversample(String) - Method in interface akasha.audio.WaveShaperOptions.Builder
-
- oversample() - Method in interface akasha.audio.WaveShaperOptions
-
- OverSampleType - Annotation Type in akasha.audio
-
- OverSampleType.Util - Class in akasha.audio
-
- OVR_multiview2 - Class in akasha.gl
-
The OVR_multiview2 extension is part of the WebGL API and adds support for rendering into multiple views simultaneously.
- OVR_multiview2() - Constructor for class akasha.gl.OVR_multiview2
-
- ownerDocument() - Method in class akasha.Node
-
The ownerDocument read-only property of the Node interface returns the top-level document object of the node.
- ownerElement() - Method in class akasha.Attr
-
- ownerNode() - Method in class akasha.StyleSheet
-
The ownerNode property of the StyleSheet interface returns the node that associates this style sheet with the document.
- ownerRule() - Method in class akasha.CSSStyleSheet
-
The read-only CSSStyleSheet property ownerRule returns the CSSImportRule corresponding to the @import at-rule which imported the stylesheet into the document.
- ownerSVGElement() - Method in class akasha.svg.SVGElement
-
- p(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- p() - Method in interface akasha.crypto.JsonWebKey
-
- p1() - Method in class akasha.DOMQuad
-
- p1(DOMPointInit) - Method in interface akasha.DOMQuadInit.Builder
-
- p1() - Method in interface akasha.DOMQuadInit
-
- p2() - Method in class akasha.DOMQuad
-
- p2(DOMPointInit) - Method in interface akasha.DOMQuadInit.Builder
-
- p2() - Method in interface akasha.DOMQuadInit
-
- p256dh - Static variable in annotation type akasha.PushEncryptionKeyName
-
- p3() - Method in class akasha.DOMQuad
-
- p3(DOMPointInit) - Method in interface akasha.DOMQuadInit.Builder
-
- p3() - Method in interface akasha.DOMQuadInit
-
- p4() - Method in class akasha.DOMQuad
-
- p4(DOMPointInit) - Method in interface akasha.DOMQuadInit.Builder
-
- p4() - Method in interface akasha.DOMQuadInit
-
- PACK_ALIGNMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- PACK_ALIGNMENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- PACK_ROW_LENGTH - Static variable in class akasha.gl.WebGL2RenderingContext
-
- PACK_SKIP_PIXELS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- PACK_SKIP_ROWS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- packets() - Method in class akasha.usb.USBIsochronousInTransferResult
-
- packets() - Method in class akasha.usb.USBIsochronousOutTransferResult
-
- packetsContributedTo(int) - Method in interface akasha.rtc.RTCRtpContributingSourceStats.Builder
-
- packetsContributedTo() - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- packetsDiscarded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- packetsDiscarded(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- packetsDiscarded() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- packetsDiscarded(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- packetsDiscardedOnSend(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
- packetsDiscardedOnSend() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- packetsDiscardedOnSend(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- packetsDiscardedOnSend() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- packetsDuplicated(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The packetsDuplicated property of the RTCInboundRtpStreamStats dictionary indicates the total number of packets discarded because they were duplicates of previously-received packets.
- packetsDuplicated() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The packetsDuplicated property of the RTCInboundRtpStreamStats dictionary indicates the total number of packets discarded because they were duplicates of previously-received packets.
- packetsFailedDecryption(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The packetsFailedDecryption property of the RTCInboundRtpStreamStats dictionary indicates the total number of RTP packets which failed to be decrypted successfully after being received by the local end of the connection during this session.
- packetsFailedDecryption() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The packetsFailedDecryption property of the RTCInboundRtpStreamStats dictionary indicates the total number of RTP packets which failed to be decrypted successfully after being received by the local end of the connection during this session.
- packetSize() - Method in class akasha.usb.USBEndpoint
-
- packetsLost(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- packetsLost(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- packetsLost() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- packetsLost(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- packetsReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's packetsReceived property indicates the total number of packets of any kind that have been received on the connection described by the pair of candidates.
- packetsReceived() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's packetsReceived property indicates the total number of packets of any kind that have been received on the connection described by the pair of candidates.
- packetsReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- packetsReceived(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- packetsReceived() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- packetsReceived(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- packetsReceived(int) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- packetsReceived() - Method in interface akasha.rtc.RTCTransportStats
-
- packetsRepaired(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- packetsRepaired(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- packetsRepaired() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- packetsRepaired(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- packetsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's packetsSent property indicates the total number of packets which have been sent on the connection described by the pair of candidates.
- packetsSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's packetsSent property indicates the total number of packets which have been sent on the connection described by the pair of candidates.
- packetsSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- packetsSent(int) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
- packetsSent(int) - Method in interface akasha.rtc.RTCSentRtpStreamStats.Builder
-
- packetsSent() - Method in interface akasha.rtc.RTCSentRtpStreamStats
-
- packetsSent(int) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- packetsSent() - Method in interface akasha.rtc.RTCTransportStats
-
- pad - Variable in class akasha.CSSCounterStyleRule
-
- padEnd(int, String) - Method in class akasha.core.JsString
-
The padEnd() method pads the current string with a given string (repeated, if needed) so that the resulting string reaches a given length.
- padEnd(int) - Method in class akasha.core.JsString
-
The padEnd() method pads the current string with a given string (repeated, if needed) so that the resulting string reaches a given length.
- padStart(int, String) - Method in class akasha.core.JsString
-
The padStart() method pads the current string with another string (multiple times, if needed) until the resulting string reaches the given length.
- padStart(int) - Method in class akasha.core.JsString
-
The padStart() method pads the current string with another string (multiple times, if needed) until the resulting string reaches the given length.
- PAGE_RULE - Static variable in class akasha.CSSRule
-
- pageLeft() - Method in class akasha.VisualViewport
-
The pageLeft read-only property of the VisualViewport interface returns the x coordinate of the left edge of the visual viewport relative to the initial containing block origin, in CSS pixels.
- pager - Static variable in annotation type akasha.AutocompleteType
-
The value describes a pager's or beeper's contact details.
- pageTop() - Method in class akasha.VisualViewport
-
The pageTop read-only property of the VisualViewport interface returns the y coordinate of the top edge of the visual viewport relative to the initial containing block origin, in CSS pixels.
- PageTransitionEvent - Class in akasha
-
The PageTransitionEvent event object is available inside handler functions for the pageshow and pagehide events, fired when a document is being loaded or unloaded.
- PageTransitionEvent(String, PageTransitionEventInit) - Constructor for class akasha.PageTransitionEvent
-
- PageTransitionEvent(String) - Constructor for class akasha.PageTransitionEvent
-
- PageTransitionEventHandler - Interface in akasha
-
Handle events of type PageTransitionEvent
- PageTransitionEventInit - Interface in akasha
-
- PageTransitionEventInit.Builder - Interface in akasha
-
- PageTransitionEventListener - Interface in akasha
-
Listener for events of type PageTransitionEvent
- pageX() - Method in class akasha.MouseEvent
-
The pageX read-only property of the MouseEvent interface returns the X (horizontal) coordinate (in pixels) at which the mouse was clicked, relative to the left edge of the entire document.
- pageX() - Method in class akasha.Touch
-
The Touch.pageX read-only property returns the X coordinate of the touch point relative to the viewport, including any scroll offset.
- pageX(double) - Method in interface akasha.TouchInit.Builder
-
- pageX() - Method in interface akasha.TouchInit
-
- pageXOffset() - Method in class akasha.Window
-
The read-only Window property pageXOffset is an alias for scrollX.
- pageXOffset() - Static method in class akasha.WindowGlobal
-
The read-only Window property pageXOffset is an alias for scrollX.
- pageY() - Method in class akasha.MouseEvent
-
The pageY read-only property of the MouseEvent interface returns the Y (vertical) coordinate in pixels of the event relative to the whole document.
- pageY() - Method in class akasha.Touch
-
The Touch.pageY read-only property returns the Y coordinate of the touch point relative to the viewport, including any scroll offset.
- pageY(double) - Method in interface akasha.TouchInit.Builder
-
- pageY() - Method in interface akasha.TouchInit
-
- pageYOffset() - Method in class akasha.Window
-
The read-only Window property pageYOffset is an alias for scrollY; as such, it returns the number of pixels the document is currently scrolled along the vertical axis (that is, up or down) with a value of 0.0, indicating that the top edge of the Document is currently aligned with the top edge of the window's content area.
- pageYOffset() - Static method in class akasha.WindowGlobal
-
The read-only Window property pageYOffset is an alias for scrollY; as such, it returns the number of pixels the document is currently scrolled along the vertical axis (that is, up or down) with a value of 0.0, indicating that the top edge of the Document is currently aligned with the top edge of the window's content area.
- paintworklet - Static variable in annotation type akasha.RequestDestination
-
- pan() - Method in class akasha.audio.StereoPannerNode
-
An a-rate AudioParam containing the panning to apply.
- pan(float) - Method in interface akasha.audio.StereoPannerOptions.Builder
-
- pan() - Method in interface akasha.audio.StereoPannerOptions
-
- PannerNode - Class in akasha.audio
-
The PannerNode interface represents the position and behavior of an audio source signal in space.
- PannerNode(BaseAudioContext, PannerOptions) - Constructor for class akasha.audio.PannerNode
-
The PannerNode() constructor of the Web Audio API creates a new PannerNode object instance.
- PannerNode(BaseAudioContext) - Constructor for class akasha.audio.PannerNode
-
The PannerNode() constructor of the Web Audio API creates a new PannerNode object instance.
- PannerOptions - Interface in akasha.audio
-
- PannerOptions.Builder - Interface in akasha.audio
-
- panningModel - Variable in class akasha.audio.PannerNode
-
A enum — see PanningModelType.
- panningModel(String) - Method in interface akasha.audio.PannerOptions.Builder
-
- panningModel() - Method in interface akasha.audio.PannerOptions
-
- PanningModelType - Annotation Type in akasha.audio
-
- PanningModelType.Util - Class in akasha.audio
-
- panTiltZoom(boolean) - Method in interface akasha.media.CameraDevicePermissionDescriptor.Builder
-
- panTiltZoom() - Method in interface akasha.media.CameraDevicePermissionDescriptor
-
- parameterData(JsPropertyMap<Double>) - Method in interface akasha.audio.AudioWorkletNodeOptions.Builder
-
- parameterData() - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- parameters() - Method in class akasha.audio.AudioWorkletNode
-
The read-only parameters property of the AudioWorkletNode interface returns the associated AudioParamMap — that is, a Map-like collection of AudioParam objects.
- parent() - Method in class akasha.CSSPseudoElement
-
- parent() - Method in class akasha.Window
-
The Window.parent property is a reference to the parent of the current window or subframe.
- parent() - Static method in class akasha.WindowGlobal
-
The Window.parent property is a reference to the parent of the current window or subframe.
- parentElement() - Method in class akasha.Node
-
The Node.parentElement read-only property returns the DOM node's parent Element, or null if the node either has no parent, or its parent isn't a DOM Element.
- parentNode() - Method in class akasha.Node
-
The Node.parentNode read-only property returns the parent of the specified node in the DOM tree.
- parentNode() - Method in class akasha.TreeWalker
-
The TreeWalker.parentNode() method moves the current Node to the first visible ancestor node in the document order, and returns the found node.
- parentRule() - Method in class akasha.CSSRule
-
- parentRule() - Method in class akasha.CSSStyleDeclaration
-
The CSSStyleDeclaration.parentRule read-only property returns a CSSRule that is the parent of this style block
- parentStyleSheet() - Method in class akasha.CSSRule
-
The parentStyleSheet property of the CSSRule interface returns the StyleSheet object in which the current rule is defined.
- parentStyleSheet() - Method in class akasha.StyleSheet
-
The parentStyleSheet property of the StyleSheet interface returns the style sheet, if any, that is including the given style sheet.
- parse(String) - Static method in class akasha.core.JsDate
-
The Date.parse() method parses a string representation of a date, and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC or NaN if the string is unrecognized or, in some cases, contains illegal date values (e.g.
- parse(String, ParseReviverFn) - Static method in class akasha.core.JSON
-
The JSON.parse() method parses a JSON string, constructing the JavaScript value or object described by the string.
- parse(String) - Static method in class akasha.core.JSON
-
The JSON.parse() method parses a JSON string, constructing the JavaScript value or object described by the string.
- parsed - Static variable in annotation type akasha.ServiceWorkerState
-
- parseFloat(String) - Static method in class akasha.core.JsNumber
-
The Number.parseFloat() method parses an argument and returns a floating point number.
- parseFloat(String) - Static method in class akasha.Global
-
The parseFloat() function parses an argument (converting it to a string first if needed) and returns a floating point number.
- parseFromString(String, String) - Method in class akasha.DOMParser
-
- parseInt(String, int) - Static method in class akasha.core.JsNumber
-
The Number.parseInt() method parses a string argument and returns an integer of the specified radix or base.
- parseInt(String, int) - Static method in class akasha.Global
-
The parseInt() function parses a string argument and returns an integer of the specified radix (the base in mathematical numeral systems).
- ParseReviverFn - Interface in akasha.core
-
- partialFramesLost(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- partialFramesLost(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
- partialFramesLost() - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- partialFramesLost(int) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- partialFramesLost(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- partialFramesLost(int) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- partialFramesLost() - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- passive(boolean) - Method in interface akasha.AddEventListenerOptions.Builder
-
- passive() - Method in interface akasha.AddEventListenerOptions
-
- passive - Static variable in annotation type akasha.rtc.RTCIceTcpCandidateType
-
- passOp(String) - Method in interface akasha.gpu.GPUStencilFaceState.Builder
-
- passOp() - Method in interface akasha.gpu.GPUStencilFaceState
-
- password(PasswordCredentialInit) - Method in interface akasha.CredentialCreationOptions.Builder
-
- password() - Method in interface akasha.CredentialCreationOptions
-
- password(boolean) - Method in interface akasha.CredentialRequestOptions.Builder
-
- password() - Method in interface akasha.CredentialRequestOptions
-
- password - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.password property is a USVString containing the password specified before the domain name.
- password - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.password property is a USVString containing the password specified before the domain name.
- password - Static variable in annotation type akasha.InputType
-
A single-line text field whose value is obscured.
- password() - Method in class akasha.PasswordCredential
-
The password read-only property of the PasswordCredential interface returns a USVString containing the password of the credential.
- password() - Method in interface akasha.PasswordCredentialData
-
- password(String) - Method in interface akasha.PasswordCredentialData.Step2
-
- password - Static variable in annotation type akasha.rtc.RTCIceCredentialType
-
- password(String) - Method in interface akasha.rtc.RTCIceParameters.Builder
-
The RTCIceParameters dictionary's password property specifies the ICE password that, in tandem with the usernameFragment, uniquely identifies an ICE session for its entire duration.
- password() - Method in interface akasha.rtc.RTCIceParameters
-
The RTCIceParameters dictionary's password property specifies the ICE password that, in tandem with the usernameFragment, uniquely identifies an ICE session for its entire duration.
- password - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.password property is a USVString containing the password specified before the domain name.
- password - Variable in class akasha.URL
-
The password property of the URL interface is a USVString containing the password specified before the domain name.
- PasswordCredential - Class in akasha
-
The interface of the Credential Management API provides information about a username/password pair.
- PasswordCredential(HTMLFormElement) - Constructor for class akasha.PasswordCredential
-
The PasswordCredential constructor creates a new PasswordCredential object.
- PasswordCredential(PasswordCredentialData) - Constructor for class akasha.PasswordCredential
-
The PasswordCredential constructor creates a new PasswordCredential object.
- PasswordCredentialData - Interface in akasha
-
- PasswordCredentialData.Builder - Interface in akasha
-
- PasswordCredentialData.Step1 - Interface in akasha
-
- PasswordCredentialData.Step2 - Interface in akasha
-
- PasswordCredentialInit - Interface in akasha
-
- Path2D - Class in akasha
-
The Path2D interface of the Canvas 2D API is used to declare a path that can then be used on a CanvasRenderingContext2D object.
- Path2D(Path2D) - Constructor for class akasha.Path2D
-
The Path2D() constructor returns a newly instantiated Path2D object, optionally with another path as an argument (creates a copy), or optionally with a string consisting of SVG path data.
- Path2D(String) - Constructor for class akasha.Path2D
-
The Path2D() constructor returns a newly instantiated Path2D object, optionally with another path as an argument (creates a copy), or optionally with a string consisting of SVG path data.
- Path2D() - Constructor for class akasha.Path2D
-
The Path2D() constructor returns a newly instantiated Path2D object, optionally with another path as an argument (creates a copy), or optionally with a string consisting of SVG path data.
- pathLength() - Method in class akasha.svg.SVGGeometryElement
-
The SVGGeometryElement.pathLength property reflects the pathLength attribute and returns the total length of the path, in user units.
- pathname - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.pathname property is a USVString containing an initial '/' followed by the path of the URL (or the empty string if there is no path).
- pathname - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.pathname property is a USVString containing an initial '/' followed by the path of the URL (or the empty string if there is no path).
- pathname - Variable in class akasha.Location
-
The pathname property of the Location interface is a USVString containing an initial '/' followed by the path of the URL (or the empty string if there is no path).
- pathname - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.pathname property is a USVString containing an initial '/' followed by the path of the URL (or the empty string if there is no path).
- pathname - Variable in class akasha.URL
-
The pathname property of the URL interface is a USVString containing an initial '/' followed by the path of the URL (or the empty string if there is no path).
- pathname() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.pathname read-only property returns a DOMString containing an initial '/' followed by the path of the URL.
- pattern - Variable in class akasha.HTMLInputElement
-
- patternContentUnits() - Method in class akasha.svg.SVGPatternElement
-
- patternMismatch() - Method in class akasha.ValidityState
-
If the field supports the pattern attribute -- which means the input is of type text, tel, email, url, password, or search -- and the pattern value is set to a valid regular expression, if the value don't doesn't conform to the constraints set by the pattern value, the patternMismatch property will be true.
- patternMismatch(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- patternMismatch() - Method in interface akasha.ValidityStateFlags
-
- patternTransform() - Method in class akasha.svg.SVGPatternElement
-
- patternUnits() - Method in class akasha.svg.SVGPatternElement
-
- pause() - Method in class akasha.Animation
-
The pause() method of the Web Animations API's Animation interface suspends playback of the animation.
- pause() - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement.pause() method will pause playback of the media, if the media is already in a paused state this method will have no effect.
- pause() - Method in class akasha.media.MediaRecorder
-
The Media.pause() method (part of the MediaRecorder API) is used to pause recording of media streams.
- pause() - Method in class akasha.speech.SpeechSynthesis
-
The pause() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a paused state.
- paused - Static variable in annotation type akasha.AnimationPlayState
-
- paused() - Method in class akasha.HTMLMediaElement
-
The read-only HTMLMediaElement.paused property tells whether the media element is paused.
- paused - Static variable in annotation type akasha.media.RecordingState
-
- paused() - Method in class akasha.speech.SpeechSynthesis
-
The paused read-only property of the SpeechSynthesis interface is a Boolean that returns true if the SpeechSynthesis object is in a paused state, or false if not.
- pauseOnExit - Variable in class akasha.TextTrackCue
-
- pauseTransformFeedback() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.pauseTransformFeedback() method of the WebGL 2 API pauses a transform feedback operation.
- payloadType() - Method in interface akasha.rtc.RTCCodecStats
-
- payloadType(int) - Method in interface akasha.rtc.RTCCodecStats.Step3
-
- payloadType(short) - Static method in interface akasha.rtc.RTCRtpCodecParameters
-
- payloadType() - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- Pbkdf2Params - Interface in akasha.crypto
-
The Pbkdf2Params dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.deriveKey(), when using the PBKDF2 algorithm.
- Pbkdf2Params.Step1 - Interface in akasha.crypto
-
- Pbkdf2Params.Step2 - Interface in akasha.crypto
-
- Pbkdf2Params.Step3 - Interface in akasha.crypto
-
- pdfViewerEnabled() - Method in class akasha.Navigator
-
- peaking - Static variable in annotation type akasha.audio.BiquadFilterType
-
- peer_connection - Static variable in annotation type akasha.rtc.RTCStatsType
-
- peerIdentity(String) - Method in interface akasha.media.MediaStreamConstraints.Builder
-
- peerIdentity() - Method in interface akasha.media.MediaStreamConstraints
-
- peerIdentity(String) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
- peerIdentity() - Method in interface akasha.rtc.RTCConfiguration
-
- peerIdentity(String) - Method in interface akasha.rtc.RTCIdentityProviderOptions.Builder
-
- peerIdentity() - Method in interface akasha.rtc.RTCIdentityProviderOptions
-
- peerIdentity() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only RTCPeerConnection property peerIdentity returns a JavaScript Promise that resolves to an RTCIdentityAssertion which contains a DOMString identifying the remote peer.
- pending() - Method in class akasha.Animation
-
The read-only Animation.pending property of the Web Animations API indicates whether the animation is currently waiting for an asynchronous operation such as initiating playback or pausing a running animation.
- pending - Static variable in annotation type akasha.idb.IDBRequestReadyState
-
- pending - Static variable in annotation type akasha.midi.MIDIPortConnectionState
-
- pending() - Method in class akasha.speech.SpeechSynthesis
-
The pending read-only property of the SpeechSynthesis interface is a Boolean that returns true if the utterance queue contains as-yet-unspoken utterances.
- pendingLocalDescription() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.pendingLocalDescription returns an RTCSessionDescription object describing a pending configuration change for the local end of the connection.
- pendingRemoteDescription() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.pendingRemoteDescription returns an RTCSessionDescription object describing a pending configuration change for the remote end of the connection.
- perDscpPacketsReceived(JsPropertyMap<Double>) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The perDscpPacketsReceived property of the RTCInboundRtpStreamStats dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets received for that DCSP.
- perDscpPacketsReceived() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The perDscpPacketsReceived property of the RTCInboundRtpStreamStats dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets received for that DCSP.
- perDscpPacketsSent(JsPropertyMap<Double>) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The perDscpPacketsSent property of the RTCOutboundRtpStreamStats dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets sent for that DCSP.
- perDscpPacketsSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The perDscpPacketsSent property of the RTCOutboundRtpStreamStats dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets sent for that DCSP.
- performance() - Static method in class akasha.DedicatedWorkerGlobal
-
The performance read-only property of the WorkerGlobalScope interface returns a Performance object to be used on the worker.
- Performance - Class in akasha
-
The Performance interface provides access to performance-related information for the current page.
- Performance() - Constructor for class akasha.Performance
-
- performance() - Static method in class akasha.RTCIdentityProviderGlobal
-
The performance read-only property of the WorkerGlobalScope interface returns a Performance object to be used on the worker.
- performance() - Static method in class akasha.ServiceWorkerGlobal
-
The performance read-only property of the WorkerGlobalScope interface returns a Performance object to be used on the worker.
- performance() - Static method in class akasha.SharedWorkerGlobal
-
The performance read-only property of the WorkerGlobalScope interface returns a Performance object to be used on the worker.
- performance() - Method in class akasha.Window
-
The Window interface's performance property returns a Performance object, which can be used to gather performance information about the current document.
- performance() - Static method in class akasha.WindowGlobal
-
The Window interface's performance property returns a Performance object, which can be used to gather performance information about the current document.
- performance() - Method in class akasha.WorkerGlobalScope
-
The performance read-only property of the WorkerGlobalScope interface returns a Performance object to be used on the worker.
- PerformanceEntry - Class in akasha.perf
-
The PerformanceEntry object encapsulates a single performance metric that is part of the performance timeline.
- PerformanceEntry() - Constructor for class akasha.perf.PerformanceEntry
-
- PerformanceMark - Class in akasha.perf
-
PerformanceMark is an abstract interface for PerformanceEntry objects with an entryType of "mark".
- PerformanceMark() - Constructor for class akasha.perf.PerformanceMark
-
- PerformanceMeasure - Class in akasha.perf
-
PerformanceMeasure is an abstract interface for PerformanceEntry objects with an entryType of "measure".
- PerformanceMeasure() - Constructor for class akasha.perf.PerformanceMeasure
-
- PerformanceNavigation - Class in akasha.perf
-
The legacy PerformanceNavigation interface represents information about how the navigation to the current document was done.
- PerformanceNavigation() - Constructor for class akasha.perf.PerformanceNavigation
-
- PerformanceNavigationTiming - Class in akasha.perf
-
The PerformanceNavigationTiming interface provides methods and properties to store and retrieve metrics regarding the browser's document navigation events.
- PerformanceNavigationTiming() - Constructor for class akasha.perf.PerformanceNavigationTiming
-
- PerformanceNavigationType - Annotation Type in akasha.perf
-
- PerformanceNavigationType.Util - Class in akasha.perf
-
- PerformanceObserver - Class in akasha.perf
-
The PerformanceObserver interface is used to observe performance measurement events and be notified of new performance entries as they are recorded in the browser's performance timeline.
- PerformanceObserver(PerformanceObserverCallback) - Constructor for class akasha.perf.PerformanceObserver
-
The PerformanceObserver() constructor creates a new PerformanceObserver object with the given observer callback.
- PerformanceObserverCallback - Interface in akasha.perf
-
- PerformanceObserverCallbackOptions - Interface in akasha.perf
-
- PerformanceObserverCallbackOptions.Builder - Interface in akasha.perf
-
- PerformanceObserverEntryList - Class in akasha.perf
-
The PerformanceObserverEntryList interface is a list of performance events that were explicitly observed via the observe() method.
- PerformanceObserverEntryList() - Constructor for class akasha.perf.PerformanceObserverEntryList
-
- PerformanceObserverInit - Interface in akasha.perf
-
- PerformanceObserverInit.Builder - Interface in akasha.perf
-
- PerformanceResourceTiming - Class in akasha.perf
-
The PerformanceResourceTiming interface enables retrieval and analysis of detailed network timing data regarding the loading of an application's resources.
- PerformanceResourceTiming() - Constructor for class akasha.perf.PerformanceResourceTiming
-
- performanceTime(double) - Method in interface akasha.audio.AudioTimestamp.Builder
-
- performanceTime() - Method in interface akasha.audio.AudioTimestamp
-
- PerformanceTiming - Class in akasha.perf
-
The PerformanceTiming interface is a legacy interface kept for backwards compatibility and contains properties that offer performance timing information for various events which occur during the loading and use of the current page.
- PerformanceTiming() - Constructor for class akasha.perf.PerformanceTiming
-
- periodicWave(PeriodicWave) - Method in interface akasha.audio.OscillatorOptions.Builder
-
- periodicWave() - Method in interface akasha.audio.OscillatorOptions
-
- PeriodicWave - Class in akasha.audio
-
The PeriodicWave interface defines a periodic waveform that can be used to shape the output of an OscillatorNode.
- PeriodicWave(BaseAudioContext, PeriodicWaveOptions) - Constructor for class akasha.audio.PeriodicWave
-
The PeriodicWave() constructor of the Web Audio API creates a new PeriodicWave object instance.
- PeriodicWave(BaseAudioContext) - Constructor for class akasha.audio.PeriodicWave
-
The PeriodicWave() constructor of the Web Audio API creates a new PeriodicWave object instance.
- PeriodicWaveConstraints - Interface in akasha.audio
-
- PeriodicWaveConstraints.Builder - Interface in akasha.audio
-
- PeriodicWaveOptions - Interface in akasha.audio
-
- PeriodicWaveOptions.Builder - Interface in akasha.audio
-
- permission() - Static method in class akasha.notifications.Notification
-
The permission read-only property of the Notification interface indicates the current permission granted by the user for the current origin to display web notifications.
- PERMISSION_DENIED - Static variable in class akasha.GeolocationPositionError
-
- PermissionDescriptor - Interface in akasha
-
- permissions() - Method in class akasha.Navigator
-
The Navigator.permissions read-only property returns a Permissions object that can be used to query and update permission status of APIs covered by the Permissions API.
- Permissions - Class in akasha
-
The Permissions interface of the Permissions API provides the core Permission API functionality, such as methods for querying and revoking permissions
- Permissions() - Constructor for class akasha.Permissions
-
- permissions() - Method in class akasha.WorkerNavigator
-
The WorkerNavigator.permissions read-only property returns a Permissions object that can be used to query and update permission status of APIs covered by the Permissions API.
- PermissionSetParameters - Interface in akasha
-
- PermissionSetParameters.Builder - Interface in akasha
-
- PermissionSetParameters.Step1 - Interface in akasha
-
- PermissionState - Annotation Type in akasha
-
- permissionState(PushSubscriptionOptionsInit) - Method in class akasha.PushManager
-
The permissionState() method of the PushManager interface returns a Promise that resolves to a DOMString indicating the permission state of the push manager.
- permissionState() - Method in class akasha.PushManager
-
The permissionState() method of the PushManager interface returns a Promise that resolves to a DOMString indicating the permission state of the push manager.
- PermissionState.Util - Class in akasha
-
- PermissionStatus - Class in akasha
-
The PermissionStatus interface of the Permissions API provides the state of an object and an event handler for monitoring changes to said state.
- PermissionStatus() - Constructor for class akasha.PermissionStatus
-
- persist() - Method in class akasha.Animation
-
None.
- persist() - Method in class akasha.StorageManager
-
The persist() method of the StorageManager interface requests permission to use persistent storage, and returns a Promise that resolves to true if permission is granted and box mode is persistent, and false otherwise.
- persisted - Static variable in annotation type akasha.AnimationReplaceState
-
- persisted() - Method in class akasha.PageTransitionEvent
-
The persisted read-only property indicates if a webpage is loading from a cache.
- persisted(boolean) - Method in interface akasha.PageTransitionEventInit.Builder
-
- persisted() - Method in interface akasha.PageTransitionEventInit
-
- persisted() - Method in class akasha.StorageManager
-
The persisted() method of the StorageManager interface returns a Promise that resolves to true if box mode is persistent for your site's storage.
- persistent_license - Static variable in annotation type akasha.MediaKeySessionType
-
- persistentState(String) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
The MediaKeySystemConfiguration.persistentState read-only property indicates whether the ability to persist state is required.
- persistentState() - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.persistentState read-only property indicates whether the ability to persist state is required.
- personalbar() - Method in class akasha.Window
-
Returns the personalbar object, whose visibility can be toggled in the window.
- personalbar() - Static method in class akasha.WindowGlobal
-
Returns the personalbar object, whose visibility can be toggled in the window.
- petite_caps - Static variable in annotation type akasha.CanvasFontVariantCaps
-
- phase() - Method in class akasha.AnimationTimeline
-
- photo - Static variable in annotation type akasha.AutocompleteType
-
The URL of an image representing the person, company, or contact information given in the other fields in the form.
- PI - Static variable in class akasha.core.JsMath
-
The Math.PI property represents the ratio of the circumference of a circle to its diameter, approximately 3.14159:
- ping - Variable in class akasha.HTMLAnchorElement
-
- ping - Variable in class akasha.HTMLAreaElement
-
- ping - Variable in class akasha.svg.SVGAElement
-
- pinky_finger_metacarpal - Static variable in annotation type akasha.xr.XRHandJoint
-
- pinky_finger_phalanx_distal - Static variable in annotation type akasha.xr.XRHandJoint
-
- pinky_finger_phalanx_intermediate - Static variable in annotation type akasha.xr.XRHandJoint
-
- pinky_finger_phalanx_proximal - Static variable in annotation type akasha.xr.XRHandJoint
-
- pinky_finger_tip - Static variable in annotation type akasha.xr.XRHandJoint
-
- pipeThrough(ReadableWritablePair, StreamPipeOptions) - Method in class akasha.ReadableStream
-
The pipeThrough() method of the ReadableStream interface provides a chainable way of piping the current stream through a transform stream or any other writable/readable pair.
- pipeThrough(ReadableWritablePair) - Method in class akasha.ReadableStream
-
The pipeThrough() method of the ReadableStream interface provides a chainable way of piping the current stream through a transform stream or any other writable/readable pair.
- pipeTo(WritableStream, StreamPipeOptions) - Method in class akasha.ReadableStream
-
The pipeTo() method of the ReadableStream interface pipes the current ReadableStream to a given WritableStream and returns a promise that fulfills when the piping process completes successfully, or rejects if any errors were encountered.
- pipeTo(WritableStream) - Method in class akasha.ReadableStream
-
The pipeTo() method of the ReadableStream interface pipes the current ReadableStream to a given WritableStream and returns a promise that fulfills when the piping process completes successfully, or rejects if any errors were encountered.
- pitch - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The pitch property of the SpeechSynthesisUtterance interface gets and sets the pitch at which the utterance will be spoken at.
- PIXEL_PACK_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- PIXEL_PACK_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- PIXEL_UNPACK_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- PIXEL_UNPACK_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- pixelated - Static variable in annotation type akasha.ResizeQuality
-
- pixelDepth() - Method in class akasha.Screen
-
Returns the bit depth of the screen.
- PixelFormat - Annotation Type in akasha.gl
-
- PixelFormat.Util - Class in akasha.gl
-
- PixelStorageParameter - Annotation Type in akasha.gl
-
- PixelStorageParameter.Util - Class in akasha.gl
-
- pixelStorei(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.pixelStorei() method of the WebGL API specifies the pixel storage modes.
- pixelStorei(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.pixelStorei() method of the WebGL API specifies the pixel storage modes.
- pkcs8 - Static variable in annotation type akasha.crypto.KeyFormat
-
- placeholder - Variable in class akasha.HTMLInputElement
-
- placeholder - Variable in class akasha.HTMLTextAreaElement
-
- plane - Static variable in annotation type akasha.xr.XRHitTestTrackableType
-
- planeIndex(int) - Static method in interface akasha.codecs.AudioDataCopyToOptions
-
- planeIndex() - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- PlaneLayout - Interface in akasha.codecs
-
- PlaneLayout.Step1 - Interface in akasha.codecs
-
- platform - Static variable in annotation type akasha.AuthenticatorAttachment
-
- platform() - Method in class akasha.Navigator
-
Returns a string representing the platform of the browser.
- platform() - Method in class akasha.WorkerNavigator
-
Returns a string representing the platform of the browser.
- play() - Method in class akasha.Animation
-
The play() method of the Web Animations API's Animation Interface starts or resumes playing of an animation.
- play() - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement play() method attempts to begin playback of the media.
- playback - Static variable in annotation type akasha.audio.AudioContextLatencyCategory
-
- PlaybackDirection - Annotation Type in akasha
-
- PlaybackDirection.Util - Class in akasha
-
- playbackRate - Variable in class akasha.Animation
-
The Animation.playbackRate property of the Web Animations API returns or sets the playback rate of the animation.
- playbackRate() - Method in class akasha.audio.AudioBufferSourceNode
-
The playbackRate property of the AudioBufferSourceNode interface Is a k-rate AudioParam that defines the speed at which the audio asset will be played.
- playbackRate(float) - Method in interface akasha.audio.AudioBufferSourceOptions.Builder
-
- playbackRate() - Method in interface akasha.audio.AudioBufferSourceOptions
-
- playbackRate - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.playbackRate property sets the rate at which the media is being played back.
- playbackTime() - Method in class akasha.audio.AudioProcessingEvent
-
- playbackTime(double) - Static method in interface akasha.audio.AudioProcessingEventInit
-
- playbackTime() - Method in interface akasha.audio.AudioProcessingEventInit
-
- played() - Method in class akasha.HTMLMediaElement
-
- playsInline - Variable in class akasha.HTMLVideoElement
-
- playState() - Method in class akasha.Animation
-
The Animation.playState property of the Web Animations API returns and sets an enumerated value describing the playback state of an animation.
- pliCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The pliCount property of the RTCInboundRtpStreamStats dictionary states the number of times the RTCRtpReceiver described by these statistics sent a Picture Loss Indication (PLI) packet to the sender.
- pliCount() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The pliCount property of the RTCInboundRtpStreamStats dictionary states the number of times the RTCRtpReceiver described by these statistics sent a Picture Loss Indication (PLI) packet to the sender.
- pliCount(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The pliCount property of the RTCOutboundRtpStreamStats dictionary states the number of times the remote peer's RTCRtpReceiver sent a Picture Loss Indication (PLI) packet to the RTCRtpSender for which this object provides statistics.
- pliCount() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The pliCount property of the RTCOutboundRtpStreamStats dictionary states the number of times the remote peer's RTCRtpReceiver sent a Picture Loss Indication (PLI) packet to the RTCRtpSender for which this object provides statistics.
- Plugin - Class in akasha
-
The Plugin interface provides information about a browser plugin.
- Plugin() - Constructor for class akasha.Plugin
-
- PluginArray - Class in akasha
-
The PluginArray interface is used to store a list of Plugin objects describing the available plugins; it's returned by the navigator.plugins property.
- PluginArray() - Constructor for class akasha.PluginArray
-
- plugins() - Method in class akasha.Document
-
The plugins read-only property of the Document interface returns an HTMLCollection object containing one or more HTMLEmbedElements representing the embed elements in the current document.
- plugins() - Method in class akasha.Navigator
-
Returns a PluginArray object, listing the Plugin objects describing the plugins installed in the application.
- point - Static variable in annotation type akasha.xr.XRHitTestTrackableType
-
- point_list - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
-
- pointerBeforeReferenceNode() - Method in class akasha.NodeIterator
-
The NodeIterator.pointerBeforeReferenceNode read-only property returns a Boolean flag that indicates whether the NodeFilter is anchored before (if this value is true) or after (if this value is false) the anchor node indicated by the NodeIterator.referenceNode property.
- PointerEvent - Class in akasha
-
The PointerEvent interface represents the state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc.
- PointerEvent(String, PointerEventInit) - Constructor for class akasha.PointerEvent
-
The PointerEvent() constructor creates a new synthetic and untrusted PointerEvent object instance.
- PointerEvent(String) - Constructor for class akasha.PointerEvent
-
The PointerEvent() constructor creates a new synthetic and untrusted PointerEvent object instance.
- PointerEventHandler - Interface in akasha
-
Handle events of type PointerEvent
- PointerEventInit - Interface in akasha
-
- PointerEventInit.Builder - Interface in akasha
-
- PointerEventListener - Interface in akasha
-
Listener for events of type PointerEvent
- pointerId() - Method in class akasha.PointerEvent
-
The pointerId read-only property of the PointerEvent interface is an identifier assigned to a given pointer event.
- pointerId(int) - Method in interface akasha.PointerEventInit.Builder
-
- pointerId() - Method in interface akasha.PointerEventInit
-
- pointerLockElement() - Method in class akasha.Document
-
The pointerLockElement property of the Document and ShadowRoot interfaces provides the element set as the target for mouse events while the pointer is locked.
- pointerLockElement() - Method in class akasha.ShadowRoot
-
The pointerLockElement property of the Document and ShadowRoot interfaces provides the element set as the target for mouse events while the pointer is locked.
- pointerType() - Method in class akasha.PointerEvent
-
The pointerType read-only property of the PointerEvent interface indicates the device type (mouse, pen, or touch) that caused a given pointer event.
- pointerType(String) - Method in interface akasha.PointerEventInit.Builder
-
- pointerType() - Method in interface akasha.PointerEventInit
-
- POINTS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- POINTS - Static variable in class akasha.gl.WebGLRenderingContext
-
- points() - Method in class akasha.svg.SVGPolygonElement
-
- points() - Method in class akasha.svg.SVGPolylineElement
-
- pointsAtX() - Method in class akasha.svg.SVGFESpotLightElement
-
- pointsAtY() - Method in class akasha.svg.SVGFESpotLightElement
-
- pointsAtZ() - Method in class akasha.svg.SVGFESpotLightElement
-
- POLYGON_OFFSET_FACTOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- POLYGON_OFFSET_FACTOR - Static variable in class akasha.gl.WebGLRenderingContext
-
- POLYGON_OFFSET_FILL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- POLYGON_OFFSET_FILL - Static variable in class akasha.gl.WebGLRenderingContext
-
- POLYGON_OFFSET_UNITS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- POLYGON_OFFSET_UNITS - Static variable in class akasha.gl.WebGLRenderingContext
-
- polygonOffset(float, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.polygonOffset() method of the WebGL API specifies the scale factors and units to calculate depth values.
- polygonOffset(float, float) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.polygonOffset() method of the WebGL API specifies the scale factors and units to calculate depth values.
- pop() - Method in class akasha.lang.JsArray
-
The pop() method removes the last element from an array and returns that element.
- popDebugGroup() - Method in class akasha.gpu.GPUCommandEncoder
-
- popDebugGroup() - Method in class akasha.gpu.GPUComputePassEncoder
-
- popDebugGroup() - Method in class akasha.gpu.GPURenderBundleEncoder
-
- popDebugGroup() - Method in class akasha.gpu.GPURenderPassEncoder
-
- popErrorScope() - Method in class akasha.gpu.GPUDevice
-
- PopStateEvent - Class in akasha
-
PopStateEvent is an event handler for the popstate event on the window.
- PopStateEvent(String, PopStateEventInit) - Constructor for class akasha.PopStateEvent
-
- PopStateEvent(String) - Constructor for class akasha.PopStateEvent
-
- PopStateEventHandler - Interface in akasha
-
Handle events of type PopStateEvent
- PopStateEventInit - Interface in akasha
-
- PopStateEventInit.Builder - Interface in akasha
-
- PopStateEventListener - Interface in akasha
-
Listener for events of type PopStateEvent
- port() - Method in class akasha.audio.AudioWorkletNode
-
The read-only port property of the AudioWorkletNode interface returns the associated MessagePort.
- port() - Method in class akasha.audio.AudioWorkletProcessor
-
The read-only port property of the AudioWorkletProcessor interface returns the associated MessagePort.
- port - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.port property is a USVString containing the port number of the URL.
- port - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.port property is a USVString containing the port number of the URL.
- port - Variable in class akasha.Location
-
The port property of the Location interface is a USVString containing the port number of the URL.
- port() - Method in class akasha.midi.MIDIConnectionEvent
-
- port(MIDIPort) - Method in interface akasha.midi.MIDIConnectionEventInit.Builder
-
- port() - Method in interface akasha.midi.MIDIConnectionEventInit
-
- port() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only port property contains the port number on the device at the address given by ip at which the candidate's peer can be reached.
- port(int) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
The RTCIceCandidateStats dictionary's port property specifies the network port used by the candidate.
- port() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's port property specifies the network port used by the candidate.
- port(int) - Method in interface akasha.rtc.RTCIceServerStats.Builder
-
- port() - Method in interface akasha.rtc.RTCIceServerStats
-
- port() - Method in class akasha.rtc.RTCPeerConnectionIceErrorEvent
-
- port(Double) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit.Builder
-
- port() - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- port() - Method in class akasha.SharedWorker
-
The port property of the SharedWorker interface returns a MessagePort object used to communicate and control the shared worker.
- port - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.port property is a USVString containing the port number of the URL.
- port - Variable in class akasha.URL
-
The port property of the URL interface is a USVString containing the port number of the URL.
- port() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.port read-only property returns a DOMString containing the port number of the URL.
- port1() - Method in class akasha.MessageChannel
-
The port1 read-only property of the MessageChannel interface returns the first port of the message channel — the port attached to the context that originated the channel.
- port2() - Method in class akasha.MessageChannel
-
The port2 read-only property of the MessageChannel interface returns the second port of the message channel — the port attached to the context at the other end of the channel, which the message is initially sent to.
- portrait - Static variable in annotation type akasha.OrientationLockType
-
- portrait_primary - Static variable in annotation type akasha.OrientationLockType
-
- portrait_primary - Static variable in annotation type akasha.OrientationType
-
- portrait_secondary - Static variable in annotation type akasha.OrientationLockType
-
- portrait_secondary - Static variable in annotation type akasha.OrientationType
-
- ports() - Method in class akasha.ExtendableMessageEvent
-
The ports read-only property of the ExtendableMessageEvent interface returns the array containing the MessagePort objects representing the ports of the associated message channel (the channel the message is being sent through.)
- ports(JsArray<MessagePort>) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- ports(MessagePort...) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- ports() - Method in interface akasha.ExtendableMessageEventInit
-
- ports() - Method in class akasha.MessageEvent
-
The ports read-only property of the MessageEvent interface is an array of MessagePort objects representing the ports associated with the channel the message is being sent through (where appropriate, e.g.
- ports(JsArray<MessagePort>) - Method in interface akasha.MessageEventInit.Builder
-
- ports(MessagePort...) - Method in interface akasha.MessageEventInit.Builder
-
- ports() - Method in interface akasha.MessageEventInit
-
- pose() - Method in class akasha.Gamepad
-
The pose read-only property of the Gamepad interface returns a GamepadPose object representing the pose information associated with a WebVR controller (e.g.
- position() - Method in class akasha.GamepadPose
-
The position read-only property of the GamepadPose interface returns the position of the Gamepad as a 3D vector.
- position() - Method in class akasha.GamepadTouch
-
- position() - Method in class akasha.HTMLProgressElement
-
- position - Variable in class akasha.VTTCue
-
- position(Double) - Method in interface akasha.WriteParams.Builder
-
- position() - Method in interface akasha.WriteParams
-
- position() - Method in class akasha.xr.XRRigidTransform
-
The read-only XRRigidTransform property position is a DOMPointReadOnly object which provides the 3D point, specified in meters, describing the translation component of the transform.
- POSITION_UNAVAILABLE - Static variable in class akasha.GeolocationPositionError
-
- positionAlign - Variable in class akasha.VTTCue
-
- PositionAlignSetting - Annotation Type in akasha
-
- PositionAlignSetting.Util - Class in akasha
-
- PositionCallback - Interface in akasha
-
- PositionErrorCallback - Interface in akasha
-
- PositionOptions - Interface in akasha
-
The Geolocation.getCurrentPosition() method is used to get the current position of the device.
- PositionOptions.Builder - Interface in akasha
-
The Geolocation.getCurrentPosition() method is used to get the current position of the device.
- positionX() - Method in class akasha.audio.AudioListener
-
The positionX read-only property of the AudioListener interface is an AudioParam representing the x position of the listener in 3D cartesian space.
- positionX() - Method in class akasha.audio.PannerNode
-
An AudioParam whose value is the X coordinate of the audio source's position, in 3D Cartesian coordinates.
- positionX(float) - Method in interface akasha.audio.PannerOptions.Builder
-
- positionX() - Method in interface akasha.audio.PannerOptions
-
- positionY() - Method in class akasha.audio.AudioListener
-
The positionY read-only property of the AudioListener interface is an AudioParam representing the y position of the listener in 3D cartesian space.
- positionY() - Method in class akasha.audio.PannerNode
-
An AudioParam whose value is the Y coordinate of the audio source's position, in 3D Cartesian coordinates.
- positionY(float) - Method in interface akasha.audio.PannerOptions.Builder
-
- positionY() - Method in interface akasha.audio.PannerOptions
-
- positionZ() - Method in class akasha.audio.AudioListener
-
The positionZ read-only property of the AudioListener interface is an AudioParam representing the z position of the listener in 3D cartesian space.
- positionZ() - Method in class akasha.audio.PannerNode
-
An AudioParam whose value is the Z coordinate of the audio source's position, in 3D Cartesian coordinates.
- positionZ(float) - Method in interface akasha.audio.PannerOptions.Builder
-
- positionZ() - Method in interface akasha.audio.PannerOptions
-
- POSITIVE_INFINITY - Static variable in class akasha.core.JsNumber
-
The Number.POSITIVE_INFINITY property represents the positive Infinity value.
- post - Static variable in annotation type akasha.FormMethodType
-
The POST method; form data sent as the request body.
- postal_code - Static variable in annotation type akasha.AutocompleteType
-
A postal code (in the United States, this is the ZIP code).
- poster - Variable in class akasha.HTMLVideoElement
-
- postMessage(Object) - Method in class akasha.BroadcastChannel
-
The BroadcastChannel.postMessage() sends a message, which can be of any kind of Object, to each listener in any browsing context with the same origin.
- postMessage(Object, JsArray<Transferable>) - Method in class akasha.Client
-
The postMessage() method of the Client interface allows a service worker to send a message to a client (a Window, Worker, or SharedWorker).
- postMessage(Object, Transferable...) - Method in class akasha.Client
-
The postMessage() method of the Client interface allows a service worker to send a message to a client (a Window, Worker, or SharedWorker).
- postMessage(Object, StructuredSerializeOptions) - Method in class akasha.Client
-
The postMessage() method of the Client interface allows a service worker to send a message to a client (a Window, Worker, or SharedWorker).
- postMessage(Object) - Method in class akasha.Client
-
The postMessage() method of the Client interface allows a service worker to send a message to a client (a Window, Worker, or SharedWorker).
- postMessage(Object, JsArray<Transferable>) - Static method in class akasha.DedicatedWorkerGlobal
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object, Transferable...) - Static method in class akasha.DedicatedWorkerGlobal
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object, StructuredSerializeOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object) - Static method in class akasha.DedicatedWorkerGlobal
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object, JsArray<Transferable>) - Method in class akasha.DedicatedWorkerGlobalScope
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object, Transferable...) - Method in class akasha.DedicatedWorkerGlobalScope
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object, StructuredSerializeOptions) - Method in class akasha.DedicatedWorkerGlobalScope
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object) - Method in class akasha.DedicatedWorkerGlobalScope
-
The postMessage() method of the DedicatedWorkerGlobalScope interface sends a message to the main thread that spawned it.
- postMessage(Object, JsArray<Transferable>) - Method in class akasha.MessagePort
-
The postMessage() method of the MessagePort interface sends a message from the port, and optionally, transfers ownership of objects to other browsing contexts.
- postMessage(Object, Transferable...) - Method in class akasha.MessagePort
-
The postMessage() method of the MessagePort interface sends a message from the port, and optionally, transfers ownership of objects to other browsing contexts.
- postMessage(Object, StructuredSerializeOptions) - Method in class akasha.MessagePort
-
The postMessage() method of the MessagePort interface sends a message from the port, and optionally, transfers ownership of objects to other browsing contexts.
- postMessage(Object) - Method in class akasha.MessagePort
-
The postMessage() method of the MessagePort interface sends a message from the port, and optionally, transfers ownership of objects to other browsing contexts.
- postMessage(Object, JsArray<Transferable>) - Method in class akasha.ServiceWorker
-
- postMessage(Object, Transferable...) - Method in class akasha.ServiceWorker
-
- postMessage(Object, StructuredSerializeOptions) - Method in class akasha.ServiceWorker
-
- postMessage(Object) - Method in class akasha.ServiceWorker
-
- postMessage(Object, String, JsArray<Transferable>) - Method in class akasha.Window
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, String, Transferable...) - Method in class akasha.Window
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, String) - Method in class akasha.Window
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, WindowPostMessageOptions) - Method in class akasha.Window
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object) - Method in class akasha.Window
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, String, JsArray<Transferable>) - Static method in class akasha.WindowGlobal
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, String, Transferable...) - Static method in class akasha.WindowGlobal
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, String) - Static method in class akasha.WindowGlobal
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, WindowPostMessageOptions) - Static method in class akasha.WindowGlobal
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object) - Static method in class akasha.WindowGlobal
-
The window.postMessage() method safely enables cross-origin communication between Window objects; e.g., between a page and a pop-up that it spawned, or between a page and an iframe embedded within it.
- postMessage(Object, JsArray<Transferable>) - Method in class akasha.Worker
-
The postMessage() method of the Worker interface sends a message to the worker's inner scope.
- postMessage(Object, Transferable...) - Method in class akasha.Worker
-
The postMessage() method of the Worker interface sends a message to the worker's inner scope.
- postMessage(Object, StructuredSerializeOptions) - Method in class akasha.Worker
-
The postMessage() method of the Worker interface sends a message to the worker's inner scope.
- postMessage(Object) - Method in class akasha.Worker
-
The postMessage() method of the Worker interface sends a message to the worker's inner scope.
- pow(double, double) - Static method in class akasha.core.JsMath
-
The Math.pow() static method, given two arguments, base and exponent, returns baseexponent.
- powerPreference(String) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A hint to the user agent indicating what configuration of GPU is suitable for the WebGL context.
- powerPreference() - Method in interface akasha.gl.WebGLContextAttributes
-
A hint to the user agent indicating what configuration of GPU is suitable for the WebGL context.
- powerPreference(String) - Method in interface akasha.gpu.GPURequestAdapterOptions.Builder
-
- powerPreference() - Method in interface akasha.gpu.GPURequestAdapterOptions
-
- pranswer - Static variable in annotation type akasha.rtc.RTCSdpType
-
- precision() - Method in class akasha.gl.WebGLShaderPrecisionFormat
-
The read-only WebGLShaderPrecisionFormat.precision property returns the number of bits of precision that can be represented.
- PredefinedColorSpace - Annotation Type in akasha
-
- PredefinedColorSpace.Util - Class in akasha
-
- predictedDisplayTime() - Method in class akasha.xr.XRFrame
-
- prefer_hardware - Static variable in annotation type akasha.codecs.HardwareAcceleration
-
- prefer_software - Static variable in annotation type akasha.codecs.HardwareAcceleration
-
- preferAnimation(boolean) - Method in interface akasha.codecs.ImageDecoderInit.Builder
-
- preferAnimation() - Method in interface akasha.codecs.ImageDecoderInit
-
- preferred - Static variable in annotation type akasha.LargeBlobSupport
-
- preferred - Static variable in annotation type akasha.ResidentKeyRequirement
-
- preferred - Static variable in annotation type akasha.UserVerificationRequirement
-
- preferredReflectionFormat() - Method in class akasha.xr.XRSession
-
- prefix() - Method in class akasha.Attr
-
The Attr.prefix read-only property returns the namespace prefix of the specified attribute, or null if no prefix is specified.
- prefix - Variable in class akasha.CSSCounterStyleRule
-
- prefix() - Method in class akasha.CSSNamespaceRule
-
The CSSNamespaceRule.prefix read-only property returns a DOMString with the name of the prefix associated to this namespace.
- prefix() - Method in class akasha.Element
-
The Element.prefix read-only property returns the namespace prefix of the specified element, or null if no prefix is specified.
- preload - Variable in class akasha.HTMLMediaElement
-
- preloadResponse() - Method in class akasha.FetchEvent
-
The preloadResponse read-only property of the FetchEvent interface returns a Promise that resolves to the navigation preload Response if navigation preload was triggered or undefined otherwise.
- preloadResponse(Promise<Any>) - Method in interface akasha.FetchEventInit.Builder
-
- preloadResponse() - Method in interface akasha.FetchEventInit
-
- premultiplied - Static variable in annotation type akasha.gpu.GPUCanvasCompositingAlphaMode
-
- premultipliedAlpha(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that indicates that the page compositor will assume the drawing buffer contains colors with pre-multiplied alpha.
- premultipliedAlpha() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates that the page compositor will assume the drawing buffer contains colors with pre-multiplied alpha.
- premultipliedAlpha(boolean) - Method in interface akasha.gpu.GPUImageCopyTextureTagged.Builder
-
- premultipliedAlpha() - Method in interface akasha.gpu.GPUImageCopyTextureTagged
-
- premultiply - Static variable in annotation type akasha.PremultiplyAlpha
-
- premultiplyAlpha(String) - Method in interface akasha.codecs.ImageDecoderInit.Builder
-
- premultiplyAlpha() - Method in interface akasha.codecs.ImageDecoderInit
-
- premultiplyAlpha(String) - Method in interface akasha.ImageBitmapOptions.Builder
-
- premultiplyAlpha() - Method in interface akasha.ImageBitmapOptions
-
- PremultiplyAlpha - Annotation Type in akasha
-
- PremultiplyAlpha.Util - Class in akasha
-
- preMultiplySelf(DOMMatrixInit) - Method in class akasha.DOMMatrix
-
- preMultiplySelf() - Method in class akasha.DOMMatrix
-
- prepend(Node...) - Method in class akasha.Document
-
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
- prepend(String...) - Method in class akasha.Document
-
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
- prepend(Node...) - Method in class akasha.DocumentFragment
-
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
- prepend(String...) - Method in class akasha.DocumentFragment
-
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
- prepend(Node...) - Method in class akasha.Element
-
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
- prepend(String...) - Method in class akasha.Element
-
The ParentNode.prepend() method inserts a set of Node objects or DOMString objects before the first child of the ParentNode.
- prerender - Static variable in annotation type akasha.perf.NavigationType
-
- present - Static variable in annotation type akasha.TokenBindingStatus
-
- presentationStyle() - Method in class akasha.clipboard.ClipboardItem
-
- presentationStyle(String) - Method in interface akasha.clipboard.ClipboardItemOptions.Builder
-
- presentationStyle() - Method in interface akasha.clipboard.ClipboardItemOptions
-
- PresentationStyle - Annotation Type in akasha.clipboard
-
- PresentationStyle.Util - Class in akasha.clipboard
-
- preserve - Static variable in annotation type akasha.SelectionMode
-
- preserveAlpha() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- preserveAspectRatio() - Method in class akasha.svg.SVGFEImageElement
-
- preserveAspectRatio() - Method in class akasha.svg.SVGImageElement
-
The preserveAspectRatio read-only property of the SVGImageElement interface returns an SVGAnimatedPreserveAspectRatio corresponding to the preserveAspectRatio attribute of the given image element.
- preserveAspectRatio() - Method in class akasha.svg.SVGMarkerElement
-
- preserveAspectRatio() - Method in class akasha.svg.SVGPatternElement
-
- preserveAspectRatio() - Method in class akasha.svg.SVGSVGElement
-
- preserveAspectRatio() - Method in class akasha.svg.SVGSymbolElement
-
- preserveAspectRatio() - Method in class akasha.svg.SVGViewElement
-
- preserveDrawingBuffer(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that controls whether the buffers will not be cleared and will preserve their values until cleared or overwritten by the author.
- preserveDrawingBuffer() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that controls whether the buffers will not be cleared and will preserve their values until cleared or overwritten by the author.
- preservesPitch - Variable in class akasha.HTMLMediaElement
-
- pressed() - Method in class akasha.GamepadButton
-
The GamepadButton.pressed property of the GamepadButton interface returns a boolean indicating whether the button is currently pressed (true) or unpressed (false).
- pressure() - Method in class akasha.PointerEvent
-
The pressure read-only property of the PointerEvent interface indicates the normalized pressure of the pointer input.
- pressure(float) - Method in interface akasha.PointerEventInit.Builder
-
- pressure() - Method in interface akasha.PointerEventInit
-
- prev - Static variable in annotation type akasha.idb.IDBCursorDirection
-
- preventAbort(boolean) - Method in interface akasha.StreamPipeOptions.Builder
-
- preventAbort() - Method in interface akasha.StreamPipeOptions
-
- preventCancel(boolean) - Method in interface akasha.ReadableStreamIteratorOptions.Builder
-
- preventCancel() - Method in interface akasha.ReadableStreamIteratorOptions
-
- preventCancel(boolean) - Method in interface akasha.StreamPipeOptions.Builder
-
- preventCancel() - Method in interface akasha.StreamPipeOptions
-
- preventClose(boolean) - Method in interface akasha.StreamPipeOptions.Builder
-
- preventClose() - Method in interface akasha.StreamPipeOptions
-
- preventDefault() - Method in class akasha.Event
-
The Event interface's preventDefault() method tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
- preventExtensions(Object) - Static method in class akasha.core.JsObject
-
The Object.preventExtensions() method prevents new properties from ever being added to an object (i.e.
- preventScroll(boolean) - Method in interface akasha.FocusOptions.Builder
-
- preventScroll() - Method in interface akasha.FocusOptions
-
- preventSilentAccess() - Method in class akasha.CredentialsContainer
-
The preventSilentAccess() method of the CredentialsContainer interface sets a flag that specifies whether automatic log in is allowed for future visits to the current origin, then returns an empty Promise.
- previousElementSibling() - Method in class akasha.CharacterData
-
The NonDocumentTypeChildNode.previousElementSibling read-only property returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
- previousElementSibling() - Method in class akasha.Element
-
The NonDocumentTypeChildNode.previousElementSibling read-only property returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
- previousNode() - Method in class akasha.NodeIterator
-
The NodeIterator.previousNode() method returns the previous node in the set represented by the NodeIterator and moves the position of the iterator backwards within the set.
- previousNode() - Method in class akasha.TreeWalker
-
The TreeWalker.previousNode() method moves the current Node to the previous visible node in the document order, and returns the found node.
- previousSibling() - Method in class akasha.MutationRecord
-
- previousSibling() - Method in class akasha.Node
-
The Node.previousSibling read-only property returns the node immediately preceding the specified one in its parent's childNodes list, or null if the specified node is the first in that list.
- previousSibling() - Method in class akasha.TreeWalker
-
The TreeWalker.previousSibling() method moves the current Node to its previous sibling, if any, and returns the found sibling.
- prevunique - Static variable in annotation type akasha.idb.IDBCursorDirection
-
- prevValue() - Method in class akasha.MutationEvent
-
- prflx - Static variable in annotation type akasha.rtc.RTCIceCandidateType
-
- primaries() - Method in class akasha.codecs.VideoColorSpace
-
- primaries(String) - Method in interface akasha.codecs.VideoColorSpaceInit.Builder
-
- primaries() - Method in interface akasha.codecs.VideoColorSpaceInit
-
- primaryKey() - Method in class akasha.idb.IDBCursor
-
A value of any data type.
- primaryLightDirection() - Method in class akasha.xr.XRLightEstimate
-
- primaryLightIntensity() - Method in class akasha.xr.XRLightEstimate
-
- primitive(GPUPrimitiveState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor.Builder
-
- primitive() - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- primitiveUnits() - Method in class akasha.svg.SVGFilterElement
-
- print() - Method in class akasha.Window
-
Opens the Print Dialog to print the current document.
- print() - Static method in class akasha.WindowGlobal
-
Opens the Print Dialog to print the current document.
- priority(String) - Method in interface akasha.rtc.RTCAudioHandlerStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- priority() - Method in class akasha.rtc.RTCDataChannel
-
- priority(String) - Method in interface akasha.rtc.RTCDataChannelInit.Builder
-
- priority() - Method in interface akasha.rtc.RTCDataChannelInit
-
- priority() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only priority property specifies the candidate's priority according to the remote peer; the higher this value is, the better the remote peer considers the candidate to be.
- priority(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
- priority() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- priority(int) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
The RTCIceCandidateStats dictionary's priority property is a positive integer value indicating the priority (or desirability) of the described candidate.
- priority() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's priority property is a positive integer value indicating the priority (or desirability) of the described candidate.
- priority(String) - Method in interface akasha.rtc.RTCMediaHandlerStats.Builder
-
- priority() - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- priority(String) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCRtpEncodingParameters.Builder
-
- priority() - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
- priority(String) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCVideoHandlerStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- priority(String) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- private_ - Static variable in annotation type akasha.crypto.KeyType
-
- privateKey(CryptoKey) - Method in interface akasha.crypto.CryptoKeyPair.Builder
-
- privateKey() - Method in interface akasha.crypto.CryptoKeyPair
-
- probably - Static variable in annotation type akasha.CanPlayTypeResult
-
- probeSpace() - Method in class akasha.xr.XRLightProbe
-
- PROCESSING_INSTRUCTION_NODE - Static variable in class akasha.Node
-
- ProcessingInstruction - Class in akasha
-
The ProcessingInstruction interface represents a processing instruction; that is, a Node which embeds an instruction targeting a specific application but that can be ignored by any other applications which don't recognize the instruction.
- ProcessingInstruction() - Constructor for class akasha.ProcessingInstruction
-
- processorOptions(JsObject) - Method in interface akasha.audio.AudioWorkletNodeOptions.Builder
-
- processorOptions() - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- product() - Method in class akasha.Navigator
-
The value of the NavigatorID.product property is always "Gecko", in any browser.
- product() - Method in class akasha.WorkerNavigator
-
The value of the NavigatorID.product property is always "Gecko", in any browser.
- productId() - Method in interface akasha.usb.AllowedUSBDevice
-
- productId(short) - Method in interface akasha.usb.AllowedUSBDevice.Step1
-
- productId() - Method in class akasha.usb.USBDevice
-
- productId(int) - Method in interface akasha.usb.USBDeviceFilter.Builder
-
- productId() - Method in interface akasha.usb.USBDeviceFilter
-
- productName() - Method in class akasha.usb.USBDevice
-
- productSub() - Method in class akasha.Navigator
-
The Navigator.productSub read-only property returns the build number of the current browser.
- productSub() - Method in class akasha.WorkerNavigator
-
- profile(String) - Static method in interface akasha.xr.XRTransientInputHitTestOptionsInit
-
- profile() - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit
-
- profiles() - Method in class akasha.xr.XRInputSource
-
The read-only XRInputSource property profiles returns an array of strings, each describing a configuration profile for the input source.
- ProgramParameterType - Annotation Type in akasha.gl
-
- ProgramParameterType.Util - Class in akasha.gl
-
- progress(Double) - Method in interface akasha.ComputedEffectTiming.Builder
-
- progress() - Method in interface akasha.ComputedEffectTiming
-
- ProgressEvent - Class in akasha
-
The ProgressEvent interface represents events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an <img>, <audio>, <video>, <style> or <link>).
- ProgressEvent(String, ProgressEventInit) - Constructor for class akasha.ProgressEvent
-
The ProgressEvent() constructor returns a newly created ProgressEvent, representing the current completion of a long process.
- ProgressEvent(String) - Constructor for class akasha.ProgressEvent
-
The ProgressEvent() constructor returns a newly created ProgressEvent, representing the current completion of a long process.
- ProgressEventHandler - Interface in akasha
-
Handle events of type ProgressEvent
- ProgressEventInit - Interface in akasha
-
- ProgressEventInit.Builder - Interface in akasha
-
- ProgressEventListener - Interface in akasha
-
Listener for events of type ProgressEvent
- projectionMatrix() - Method in class akasha.xr.XRView
-
The XRView interface's read-only projectionMatrix property specifies the projection matrix to apply to the underlying view.
- Promise<T> - Class in akasha.promise
-
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
- Promise(PromiseExecutor<T>) - Constructor for class akasha.promise.Promise
-
Creates a new Promise object.
- promise() - Method in class akasha.PromiseRejectionEvent
-
The PromiseRejectionEvent interface's promise read-only property indicates the JavaScript Promise which was rejected.
- promise(Promise<Any>) - Static method in interface akasha.PromiseRejectionEventInit
-
- promise() - Method in interface akasha.PromiseRejectionEventInit
-
- PromiseExecutor<T> - Interface in akasha.promise
-
- PromiseRejectionEvent - Class in akasha
-
The PromiseRejectionEvent interface represents events which are sent to the global script context when JavaScript Promises are rejected.
- PromiseRejectionEvent(String, PromiseRejectionEventInit) - Constructor for class akasha.PromiseRejectionEvent
-
The PromiseRejectionEvent() constructor returns a newly created PromiseRejectionEvent, which represents events fired when a JavaScript Promise is rejected.
- PromiseRejectionEventHandler - Interface in akasha
-
Handle events of type PromiseRejectionEvent
- PromiseRejectionEventInit - Interface in akasha
-
- PromiseRejectionEventInit.Builder - Interface in akasha
-
- PromiseRejectionEventListener - Interface in akasha
-
Listener for events of type PromiseRejectionEvent
- prompt - Static variable in annotation type akasha.PermissionState
-
- prompt(String, String) - Method in class akasha.Window
-
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
- prompt(String) - Method in class akasha.Window
-
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
- prompt() - Method in class akasha.Window
-
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
- prompt(String, String) - Static method in class akasha.WindowGlobal
-
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
- prompt(String) - Static method in class akasha.WindowGlobal
-
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
- prompt() - Static method in class akasha.WindowGlobal
-
The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
- properties() - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.properties read-only property returns a BluetoothCharacteristicProperties instance containing the properties of this characteristic.
- PropertyAccessorFunction - Interface in akasha.core
-
- propertyIsEnumerable(String) - Static method in class akasha.audio.AudioWorkletGlobal
-
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
- propertyIsEnumerable(String) - Method in class akasha.core.JsObject
-
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
- propertyIsEnumerable(String) - Static method in class akasha.DedicatedWorkerGlobal
-
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
- propertyIsEnumerable(String) - Static method in class akasha.RTCIdentityProviderGlobal
-
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
- propertyIsEnumerable(String) - Static method in class akasha.ServiceWorkerGlobal
-
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
- propertyIsEnumerable(String) - Static method in class akasha.SharedWorkerGlobal
-
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
- propertyIsEnumerable(String) - Static method in class akasha.WindowGlobal
-
The propertyIsEnumerable() method returns a Boolean indicating whether the specified property is enumerable and is the object's own property.
- PropertyMutatorFunction - Interface in akasha.core
-
- propertyName() - Method in class akasha.TransitionEvent
-
- propertyName(String) - Method in interface akasha.TransitionEventInit.Builder
-
- propertyName() - Method in interface akasha.TransitionEventInit
-
- protocol() - Method in class akasha.FederatedCredential
-
The protocol property of the FederatedCredential interface returns a read-only DOMString containing a credential's federated identity protocol.
- protocol(String) - Method in interface akasha.FederatedCredentialInit.Builder
-
- protocol() - Method in interface akasha.FederatedCredentialInit
-
- protocol - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.protocol property is a USVString representing the protocol scheme of the URL, including the final ':'.
- protocol - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.protocol property is a USVString representing the protocol scheme of the URL, including the final ':'.
- protocol - Variable in class akasha.Location
-
The protocol property of the Location interface is a USVString representing the protocol scheme of the URL, including the final ':'.
- protocol() - Method in class akasha.rtc.RTCDataChannel
-
The read-only RTCDataChannel property protocol returns a DOMString containing the name of the subprotocol in use.
- protocol(String) - Method in interface akasha.rtc.RTCDataChannelInit.Builder
-
- protocol() - Method in interface akasha.rtc.RTCDataChannelInit
-
- protocol(String) - Method in interface akasha.rtc.RTCDataChannelStats.Builder
-
- protocol() - Method in interface akasha.rtc.RTCDataChannelStats
-
- protocol() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only protocol property is a string which indicates whether the candidate uses UDP or TCP as its transport protocol.
- protocol(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
The RTCIceCandidateStats dictionary's protocol property specifies the protocol the specified candidate would use for communication with the remote peer.
- protocol() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's protocol property specifies the protocol the specified candidate would use for communication with the remote peer.
- protocol(String) - Method in interface akasha.rtc.RTCIdentityProviderDetails.Builder
-
- protocol() - Method in interface akasha.rtc.RTCIdentityProviderDetails
-
- protocol(String) - Method in interface akasha.rtc.RTCIdentityProviderOptions.Builder
-
- protocol() - Method in interface akasha.rtc.RTCIdentityProviderOptions
-
- protocol - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.protocol property is a USVString representing the protocol scheme of the URL, including the final ':'.
- protocol - Variable in class akasha.URL
-
The protocol property of the URL interface is a USVString representing the protocol scheme of the URL, including the final ':'.
- protocol() - Method in class akasha.WebSocket
-
The WebSocket.protocol read-only property returns the name of the sub-protocol the server selected; this will be one of the strings specified in the protocols parameter when creating the WebSocket object, or the empty string if no connection is established.
- protocol() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.protocol read-only property returns a DOMString containing the protocol scheme of the URL, including the final ':'.
- protocolCode(short) - Method in interface akasha.usb.USBDeviceFilter.Builder
-
- protocolCode() - Method in interface akasha.usb.USBDeviceFilter
-
- protocols(JsArray<String>) - Method in interface akasha.FederatedCredentialRequestOptions.Builder
-
- protocols(String...) - Method in interface akasha.FederatedCredentialRequestOptions.Builder
-
- protocols() - Method in interface akasha.FederatedCredentialRequestOptions
-
- provider() - Method in class akasha.FederatedCredential
-
The provider property of the FederatedCredential interface returns a USVString containing a credential's federated identity provider.
- provider() - Method in interface akasha.FederatedCredentialInit
-
- provider(String) - Method in interface akasha.FederatedCredentialInit.Step2
-
- providers(JsArray<String>) - Method in interface akasha.FederatedCredentialRequestOptions.Builder
-
- providers(String...) - Method in interface akasha.FederatedCredentialRequestOptions.Builder
-
- providers() - Method in interface akasha.FederatedCredentialRequestOptions
-
- pseudo(String) - Method in class akasha.CSSPseudoElement
-
- pseudo(String) - Method in class akasha.Element
-
- pseudoElement() - Method in class akasha.AnimationEvent
-
The AnimationEvent.pseudoElement read-only property is a DOMString, starting with '::', containing the name of the pseudo-element the animation runs on.
- pseudoElement(String) - Method in interface akasha.AnimationEventInit.Builder
-
- pseudoElement() - Method in interface akasha.AnimationEventInit
-
- pseudoElement(String) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
- pseudoElement - Variable in class akasha.KeyframeEffect
-
- pseudoElement(String) - Method in interface akasha.KeyframeEffectOptions.Builder
-
- pseudoElement() - Method in interface akasha.KeyframeEffectOptions
-
- pseudoElement() - Method in class akasha.TransitionEvent
-
The TransitionEvent.pseudoElement read-only property is a DOMString, starting with '::', containing the name of the pseudo-element the animation runs on.
- pseudoElement(String) - Method in interface akasha.TransitionEventInit.Builder
-
- pseudoElement() - Method in interface akasha.TransitionEventInit
-
- pubKeyCredParams() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The pubKeyCredParams property of the PublicKeyCredentialCreationOptions dictionary is an Array whose elements are objects describing the desired features of the credential to be created.
- pubKeyCredParams(JsArray<PublicKeyCredentialParameters>) - Method in interface akasha.PublicKeyCredentialCreationOptions.Step1
-
- pubKeyCredParams(PublicKeyCredentialParameters...) - Method in interface akasha.PublicKeyCredentialCreationOptions.Step1
-
- public_() - Method in interface akasha.crypto.EcdhKeyDeriveParams
-
- public_(CryptoKey) - Method in interface akasha.crypto.EcdhKeyDeriveParams.Step1
-
- public_ - Static variable in annotation type akasha.crypto.KeyType
-
- public_key - Static variable in annotation type akasha.PublicKeyCredentialType
-
- publicExponent(Uint8Array) - Method in interface akasha.crypto.RsaHashedKeyAlgorithm.Step2
-
- publicExponent(Uint8Array) - Method in interface akasha.crypto.RsaHashedKeyGenParams.Step2
-
- publicExponent() - Method in interface akasha.crypto.RsaKeyAlgorithm
-
- publicExponent(Uint8Array) - Method in interface akasha.crypto.RsaKeyAlgorithm.Step2
-
- publicExponent() - Method in interface akasha.crypto.RsaKeyGenParams
-
- publicExponent(Uint8Array) - Method in interface akasha.crypto.RsaKeyGenParams.Step2
-
- publicId() - Method in class akasha.DocumentType
-
- publicKey(PublicKeyCredentialCreationOptions) - Method in interface akasha.CredentialCreationOptions.Builder
-
- publicKey() - Method in interface akasha.CredentialCreationOptions
-
- publicKey(PublicKeyCredentialRequestOptions) - Method in interface akasha.CredentialRequestOptions.Builder
-
- publicKey() - Method in interface akasha.CredentialRequestOptions
-
- publicKey(CryptoKey) - Method in interface akasha.crypto.CryptoKeyPair.Builder
-
- publicKey() - Method in interface akasha.crypto.CryptoKeyPair
-
- PublicKeyCredential - Class in akasha
-
The PublicKeyCredential interface provides information about a public key / private key pair, which is a credential for logging in to a service using an un-phishable and data-breach resistant asymmetric key pair instead of a password.
- PublicKeyCredential() - Constructor for class akasha.PublicKeyCredential
-
- PublicKeyCredentialCreationOptions - Interface in akasha
-
The create() method of the CredentialsContainer interface returns a Promise that resolves with a new Credential instance based on the provided options, or null if no Credential object can be created.
- PublicKeyCredentialCreationOptions.Builder - Interface in akasha
-
The create() method of the CredentialsContainer interface returns a Promise that resolves with a new Credential instance based on the provided options, or null if no Credential object can be created.
- PublicKeyCredentialCreationOptions.Step1 - Interface in akasha
-
- PublicKeyCredentialCreationOptions.Step2 - Interface in akasha
-
- PublicKeyCredentialCreationOptions.Step3 - Interface in akasha
-
- PublicKeyCredentialDescriptor - Interface in akasha
-
- PublicKeyCredentialDescriptor.Builder - Interface in akasha
-
- PublicKeyCredentialDescriptor.Step1 - Interface in akasha
-
- PublicKeyCredentialEntity - Interface in akasha
-
- PublicKeyCredentialParameters - Interface in akasha
-
- PublicKeyCredentialParameters.Step1 - Interface in akasha
-
- PublicKeyCredentialRequestOptions - Interface in akasha
-
The PublicKeyCredentialRequestOptions dictionary of the Web Authentication API holds the options passed to navigator.credentials.get() in order to fetch a given PublicKeyCredential.
- PublicKeyCredentialRequestOptions.Builder - Interface in akasha
-
The PublicKeyCredentialRequestOptions dictionary of the Web Authentication API holds the options passed to navigator.credentials.get() in order to fetch a given PublicKeyCredential.
- PublicKeyCredentialRpEntity - Interface in akasha
-
- PublicKeyCredentialRpEntity.Builder - Interface in akasha
-
- PublicKeyCredentialType - Annotation Type in akasha
-
- PublicKeyCredentialType.Util - Class in akasha
-
- PublicKeyCredentialUserEntity - Interface in akasha
-
- PublicKeyCredentialUserEntity.Step1 - Interface in akasha
-
- PublicKeyCredentialUserEntity.Step2 - Interface in akasha
-
- pull(UnderlyingSourcePullCallback) - Method in interface akasha.UnderlyingSource.Builder
-
- pull() - Method in interface akasha.UnderlyingSource
-
- pulse(double, double) - Method in class akasha.GamepadHapticActuator
-
The pulse() method of the GamepadHapticActuator interface makes the hardware pulse at a certain intensity for a specified duration.
- push(T...) - Method in class akasha.lang.JsArray
-
The push() method adds one or more elements to the end of an array and returns the new length of the array.
- pushDebugGroup(String) - Method in class akasha.gpu.GPUCommandEncoder
-
- pushDebugGroup(String) - Method in class akasha.gpu.GPUComputePassEncoder
-
- pushDebugGroup(String) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- pushDebugGroup(String) - Method in class akasha.gpu.GPURenderPassEncoder
-
- PushEncryptionKeyName - Annotation Type in akasha
-
- PushEncryptionKeyName.Util - Class in akasha
-
- pushErrorScope(String) - Method in class akasha.gpu.GPUDevice
-
- PushEvent - Class in akasha
-
The PushEvent interface of the Push API represents a push message that has been received.
- PushEvent(String, PushEventInit) - Constructor for class akasha.PushEvent
-
The PushEvent() constructor creates a new PushEvent object.
- PushEvent(String) - Constructor for class akasha.PushEvent
-
The PushEvent() constructor creates a new PushEvent object.
- PushEventHandler - Interface in akasha
-
Handle events of type PushEvent
- PushEventInit - Interface in akasha
-
- PushEventInit.Builder - Interface in akasha
-
- PushEventListener - Interface in akasha
-
Listener for events of type PushEvent
- PushManager - Class in akasha
-
The PushManager interface of the Push API provides a way to receive notifications from third-party servers as well as request URLs for push notifications.
- PushManager() - Constructor for class akasha.PushManager
-
- pushManager() - Method in class akasha.ServiceWorkerRegistration
-
The pushManager property of the ServiceWorkerRegistration interface returns a reference to the PushManager interface for managing push subscriptions; this includes support for subscribing, getting an active subscription, and accessing push permission status.
- PushMessageData - Class in akasha
-
The PushMessageData interface of the Push API provides methods which let you retrieve the push data sent by a server in various formats.
- PushMessageData() - Constructor for class akasha.PushMessageData
-
- PushMessageDataInit - Interface in akasha
-
- PushPermissionDescriptor - Interface in akasha
-
- PushPermissionDescriptor.Builder - Interface in akasha
-
- pushState(Object, String, String) - Method in class akasha.History
-
In an HTML document, the history.pushState() method adds an entry to the browser's session history stack.
- pushState(Object, String) - Method in class akasha.History
-
In an HTML document, the history.pushState() method adds an entry to the browser's session history stack.
- PushSubscription - Class in akasha
-
The PushSubscription interface of the Push API provides a subscription's URL endpoint and allows unsubscribing from a push service.
- PushSubscription() - Constructor for class akasha.PushSubscription
-
- PushSubscriptionChangeEvent - Class in akasha
-
- PushSubscriptionChangeEvent(String, PushSubscriptionChangeEventInit) - Constructor for class akasha.PushSubscriptionChangeEvent
-
- PushSubscriptionChangeEvent(String) - Constructor for class akasha.PushSubscriptionChangeEvent
-
- PushSubscriptionChangeEventHandler - Interface in akasha
-
Handle events of type PushSubscriptionChangeEvent
- PushSubscriptionChangeEventInit - Interface in akasha
-
- PushSubscriptionChangeEventInit.Builder - Interface in akasha
-
- PushSubscriptionChangeEventListener - Interface in akasha
-
Listener for events of type PushSubscriptionChangeEvent
- PushSubscriptionJSON - Interface in akasha
-
- PushSubscriptionJSON.Builder - Interface in akasha
-
- PushSubscriptionOptions - Class in akasha
-
The PushSubscriptionOptions interface of the Push API represents the options associated with a push subscription.
- PushSubscriptionOptions() - Constructor for class akasha.PushSubscriptionOptions
-
- PushSubscriptionOptionsInit - Interface in akasha
-
- PushSubscriptionOptionsInit.Builder - Interface in akasha
-
- put(RequestInfo, Response) - Method in class akasha.Cache
-
The put() method of the Cache interface allows key/value pairs to be added to the current Cache object.
- put(Request, Response) - Method in class akasha.Cache
-
The put() method of the Cache interface allows key/value pairs to be added to the current Cache object.
- put(String, Response) - Method in class akasha.Cache
-
The put() method of the Cache interface allows key/value pairs to be added to the current Cache object.
- put(Object, Object) - Method in class akasha.idb.IDBObjectStore
-
The put method is an update or insert method.
- put(Object) - Method in class akasha.idb.IDBObjectStore
-
The put method is an update or insert method.
- putImageData(ImageData, int, int) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.putImageData() method of the Canvas 2D API paints data from the given ImageData object onto the canvas.
- putImageData(ImageData, int, int, int, int, int, int) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.putImageData() method of the Canvas 2D API paints data from the given ImageData object onto the canvas.
- putImageData(ImageData, int, int) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- putImageData(ImageData, int, int, int, int, int, int) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- r(String) - Method in interface akasha.crypto.RsaOtherPrimesInfo.Builder
-
- r() - Method in interface akasha.crypto.RsaOtherPrimesInfo
-
- r(double) - Static method in interface akasha.gpu.GPUColorDict
-
- r() - Method in interface akasha.gpu.GPUColorDict
-
- r() - Method in class akasha.svg.SVGCircleElement
-
The r read-only property of the SVGCircleElement interface reflects the r attribute of a circle element and by that defines the radius of the circle.
- r() - Method in class akasha.svg.SVGRadialGradientElement
-
- R11F_G11F_B10F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- R16_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- R16_SNORM_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- R16F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r16float - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- R16I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r16sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- R16UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r16uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- R32F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- R32I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r32sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- R32UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r32uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- R8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- R8_SNORM - Static variable in class akasha.gl.WebGL2RenderingContext
-
- R8I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r8sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- r8snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- R8UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- r8uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- r8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- race(Promise<? extends V>...) - Static method in class akasha.promise.Promise
-
The Promise.race() method returns a promise that fulfills or rejects as soon as one of the promises in an iterable fulfills or rejects, with the value or reason from that promise.
- race(JsIterable<Promise<? extends V>>) - Static method in class akasha.promise.Promise
-
The Promise.race() method returns a promise that fulfills or rejects as soon as one of the promises in an iterable fulfills or rejects, with the value or reason from that promise.
- radio - Static variable in annotation type akasha.InputType
-
A radio button, allowing a single value to be selected out of multiple choices with the same name value.
- RadioNodeList - Class in akasha
-
The RadioNodeList interface represents a collection of radio elements in a <form> or a <fieldset> element.
- RadioNodeList() - Constructor for class akasha.RadioNodeList
-
- radius - Variable in class akasha.xr.XRCylinderLayer
-
- radius(float) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- radius() - Method in interface akasha.xr.XRCylinderLayerInit
-
- radius - Variable in class akasha.xr.XREquirectLayer
-
- radius(float) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- radius() - Method in interface akasha.xr.XREquirectLayerInit
-
- radius() - Method in class akasha.xr.XRJointPose
-
- radius(float) - Method in interface akasha.xr.XRMediaCylinderLayerInit.Builder
-
- radius() - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- radius(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit.Builder
-
- radius() - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- radiusX() - Method in class akasha.svg.SVGFEMorphologyElement
-
- radiusX() - Method in class akasha.Touch
-
Returns the X radius of the ellipse that most closely circumscribes the area of contact with the touch surface.
- radiusX(float) - Method in interface akasha.TouchInit.Builder
-
- radiusX() - Method in interface akasha.TouchInit
-
- radiusY() - Method in class akasha.svg.SVGFEMorphologyElement
-
- radiusY() - Method in class akasha.Touch
-
Returns the Y radius of the ellipse that most closely circumscribes the area of contact with the touch surface.
- radiusY(float) - Method in interface akasha.TouchInit.Builder
-
- radiusY() - Method in interface akasha.TouchInit
-
- random() - Static method in class akasha.core.JsMath
-
The Math.random() function returns a floating-point, pseudo-random number in the range 0 to less than 1 (inclusive of 0, but not 1) with approximately uniform distribution over that range — which you can then scale to your desired range.
- randomUUID() - Method in class akasha.crypto.Crypto
-
- range - Variable in class akasha.CSSCounterStyleRule
-
- range - Static variable in annotation type akasha.InputType
-
A control for entering a number whose exact value is not important.
- Range - Class in akasha
-
The Range interface represents a fragment of a document that can contain nodes and parts of text nodes.
- Range() - Constructor for class akasha.Range
-
The Range() constructor returns a newly created Range object whose start and end is the global Document object.
- RangeCompareType - Annotation Type in akasha
-
- RangeCompareType.Util - Class in akasha
-
- rangeCount() - Method in class akasha.Selection
-
The Selection.rangeCount read-only property returns the number of ranges in the selection.
- RangeError - Class in akasha.core
-
The RangeError object indicates an error when a value is not in the set or range of allowed values.
- RangeError(String) - Constructor for class akasha.core.RangeError
-
The RangeError() constructor creates an error when a value is not in the set or range of allowed values.
- RangeError() - Constructor for class akasha.core.RangeError
-
The RangeError() constructor creates an error when a value is not in the set or range of allowed values.
- rangeMax() - Method in class akasha.gl.WebGLShaderPrecisionFormat
-
The read-only WebGLShaderPrecisionFormat.rangeMax property returns the base 2 log of the absolute value of the maximum value that can be represented.
- rangeMin() - Method in class akasha.gl.WebGLShaderPrecisionFormat
-
The read-only WebGLShaderPrecisionFormat.rangeMin property returns the base 2 log of the absolute value of the minimum value that can be represented.
- rangeOverflow() - Method in class akasha.ValidityState
-
The read-only rangeOverflow property of a ValidityState object indicates if the value of an input, after having been edited by the user, does not conform to the constraints set by the element's max attribute.
- rangeOverflow(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- rangeOverflow() - Method in interface akasha.ValidityStateFlags
-
- rangeUnderflow() - Method in class akasha.ValidityState
-
The read-only rangeUnderflow property of a ValidityState object indicates if the value of an input, after having been edited by the user, does not conform to the constraints set by the element's min attribute.
- rangeUnderflow(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- rangeUnderflow() - Method in interface akasha.ValidityStateFlags
-
- RASTERIZER_DISCARD - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rate - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The rate property of the SpeechSynthesisUtterance interface gets and sets the speed at which the utterance will be spoken at.
- ratio() - Method in class akasha.audio.DynamicsCompressorNode
-
An AudioParam.
- ratio(float) - Method in interface akasha.audio.DynamicsCompressorOptions.Builder
-
- ratio() - Method in interface akasha.audio.DynamicsCompressorOptions
-
- raw - Static variable in annotation type akasha.crypto.KeyFormat
-
- rawId() - Method in class akasha.PublicKeyCredential
-
The rawId read-only property of the PublicKeyCredential interface is an ArrayBuffer object containing the identifier of the credentials.
- rawValueToMeters() - Method in class akasha.xr.XRDepthInformation
-
- read(boolean) - Method in interface akasha.AuthenticationExtensionsLargeBlobInputs.Builder
-
- read() - Method in interface akasha.AuthenticationExtensionsLargeBlobInputs
-
- read() - Method in class akasha.bluetooth.BluetoothCharacteristicProperties
-
The read read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if the reading of the characteristic value is permitted.
- read() - Method in class akasha.clipboard.Clipboard
-
The read() method of the Clipboard interface requests a copy of the clipboard's contents, delivering the data to the returned Promise when the promise is resolved.
- READ - Static variable in class akasha.gpu.GPUMapMode
-
- read(ArrayBufferView) - Method in class akasha.ReadableStreamBYOBReader
-
- read() - Method in class akasha.ReadableStreamDefaultReader
-
- read(int) - Method in interface akasha.TextEncoderEncodeIntoResult.Builder
-
- read() - Method in interface akasha.TextEncoderEncodeIntoResult
-
- READ_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- READ_FRAMEBUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- READ_FRAMEBUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- read_only_storage - Static variable in annotation type akasha.gpu.GPUBufferBindingType
-
- readable() - Method in class akasha.CompressionStream
-
- readable() - Method in class akasha.DecompressionStream
-
- readable(ReadableStream) - Static method in interface akasha.ReadableWritablePair
-
- readable() - Method in interface akasha.ReadableWritablePair
-
- readable() - Method in class akasha.TextDecoderStream
-
- readable() - Method in class akasha.TextEncoderStream
-
- readable() - Method in class akasha.TransformStream
-
- ReadableByteStreamController - Class in akasha
-
- ReadableByteStreamController() - Constructor for class akasha.ReadableByteStreamController
-
- ReadableStream - Class in akasha
-
The ReadableStream interface of the Streams API represents a readable stream of byte data.
- ReadableStream(JsObject, QueuingStrategy) - Constructor for class akasha.ReadableStream
-
The ReadableStream() constructor creates and returns a readable stream object from the given handlers.
- ReadableStream(JsObject) - Constructor for class akasha.ReadableStream
-
The ReadableStream() constructor creates and returns a readable stream object from the given handlers.
- ReadableStream() - Constructor for class akasha.ReadableStream
-
The ReadableStream() constructor creates and returns a readable stream object from the given handlers.
- ReadableStreamBYOBReader - Class in akasha
-
- ReadableStreamBYOBReader(ReadableStream) - Constructor for class akasha.ReadableStreamBYOBReader
-
- ReadableStreamBYOBReadResult - Interface in akasha
-
- ReadableStreamBYOBReadResult.Builder - Interface in akasha
-
- ReadableStreamBYOBRequest - Class in akasha
-
- ReadableStreamBYOBRequest() - Constructor for class akasha.ReadableStreamBYOBRequest
-
- ReadableStreamController - Interface in akasha
-
- ReadableStreamDefaultController - Class in akasha
-
- ReadableStreamDefaultController() - Constructor for class akasha.ReadableStreamDefaultController
-
- ReadableStreamDefaultReader - Class in akasha
-
- ReadableStreamDefaultReader(ReadableStream) - Constructor for class akasha.ReadableStreamDefaultReader
-
- ReadableStreamDefaultReadResult - Interface in akasha
-
- ReadableStreamDefaultReadResult.Builder - Interface in akasha
-
- ReadableStreamGetReaderOptions - Interface in akasha
-
- ReadableStreamGetReaderOptions.Builder - Interface in akasha
-
- ReadableStreamIteratorOptions - Interface in akasha
-
- ReadableStreamIteratorOptions.Builder - Interface in akasha
-
- ReadableStreamReader - Interface in akasha
-
- ReadableStreamReaderMode - Annotation Type in akasha
-
- ReadableStreamReaderMode.Util - Class in akasha
-
- ReadableStreamType - Annotation Type in akasha
-
- ReadableStreamType.Util - Class in akasha
-
- ReadableTextureParameter - Annotation Type in akasha.gl
-
- ReadableTextureParameter.Util - Class in akasha.gl
-
- readableType(Object) - Method in interface akasha.Transformer.Builder
-
- readableType() - Method in interface akasha.Transformer
-
- ReadableWritablePair - Interface in akasha
-
- ReadableWritablePair.Step1 - Interface in akasha
-
- readAsArrayBuffer(Blob) - Method in class akasha.FileReader
-
The FileReader interface's readAsArrayBuffer() method is used to start reading the contents of a specified Blob or File.
- readAsArrayBuffer(Blob) - Method in class akasha.FileReaderSync
-
- readAsBinaryString(Blob) - Method in class akasha.FileReader
-
The readAsBinaryString method is used to start reading the contents of the specified Blob or File.
- readAsBinaryString(Blob) - Method in class akasha.FileReaderSync
-
- readAsDataURL(Blob) - Method in class akasha.FileReader
-
The readAsDataURL method is used to read the contents of the specified Blob or File.
- readAsDataURL(Blob) - Method in class akasha.FileReaderSync
-
- readAsText(Blob, String) - Method in class akasha.FileReader
-
The readAsText() method is used to read the contents of the specified Blob or File.
- readAsText(Blob) - Method in class akasha.FileReader
-
The readAsText() method is used to read the contents of the specified Blob or File.
- readAsText(Blob, String) - Method in class akasha.FileReaderSync
-
- readAsText(Blob) - Method in class akasha.FileReaderSync
-
- readBuffer(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.readBuffer() method of the WebGL 2 API selects a color buffer as the source for pixels for subsequent calls to copyTexImage2D, copyTexSubImage2D, copyTexSubImage3D or readPixels.
- readOnly - Variable in class akasha.HTMLInputElement
-
- readOnly - Variable in class akasha.HTMLTextAreaElement
-
- readonly - Static variable in annotation type akasha.idb.IDBTransactionMode
-
- readPixels(int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.readPixels() method of the WebGL API reads a block of pixels from a specified rectangle of the current color framebuffer into an ArrayBufferView object.
- readPixels(int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.readPixels() method of the WebGL API reads a block of pixels from a specified rectangle of the current color framebuffer into an ArrayBufferView object.
- readPixels(int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.readPixels() method of the WebGL API reads a block of pixels from a specified rectangle of the current color framebuffer into an ArrayBufferView object.
- readPixels(int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.readPixels() method of the WebGL API reads a block of pixels from a specified rectangle of the current color framebuffer into an ArrayBufferView object.
- readText() - Method in class akasha.clipboard.Clipboard
-
The Clipboard interface's readText() method returns a Promise which resolves with a copy of the textual contents of the system clipboard.
- readValue() - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.readValue() method returns a Promise that resolves to a DataView holding a duplicate of the value property if it is available and supported.
- readValue() - Method in class akasha.bluetooth.BluetoothRemoteGATTDescriptor
-
The BluetoothRemoteGATTDescriptor.readValue() method returns a Promise that resolves to an ArrayBuffer holding a duplicate of the value property if it is available and supported.
- readwrite - Static variable in annotation type akasha.idb.IDBTransactionMode
-
- ready() - Method in class akasha.Animation
-
The read-only Animation.ready property of the Web Animations API returns a Promise which resolves when the animation is ready to play.
- ready() - Method in class akasha.codecs.ImageTrackList
-
- ready() - Method in class akasha.ServiceWorkerContainer
-
The ready read-only property of the ServiceWorkerContainer interface provides a way of delaying code execution until a service worker is active.
- ready() - Method in class akasha.WritableStreamDefaultWriter
-
- readyState() - Method in class akasha.Document
-
The Document.readyState property describes the loading state of the document.
- readyState() - Method in class akasha.EventSource
-
The readyState read-only property of the EventSource interface returns a number representing the state of the connection.
- readyState() - Method in class akasha.FileReader
-
The FileReader readyState property provides the current state of the reading operation a FileReader is in.
- readyState() - Method in class akasha.HTMLMediaElement
-
The HTMLMediaElement.readyState property indicates the readiness state of the media.
- readyState() - Method in class akasha.HTMLTrackElement
-
- readyState() - Method in class akasha.idb.IDBRequest
-
The IDBRequestReadyState of the request, which takes one of the following two values:
- readyState() - Method in class akasha.media.MediaSource
-
The readyState read-only property of the MediaSource interface returns an enum representing the state of the current MediaSource.
- readyState() - Method in class akasha.media.MediaStreamTrack
-
The MediaStreamTrack.readyState read-only property returns an enumerated value giving the status of the track.
- ReadyState - Annotation Type in akasha.media
-
- readyState() - Method in class akasha.rtc.RTCDataChannel
-
The read-only RTCDataChannel property readyState returns an enum of type RTCDataChannelState which indicates the state of the data channel's underlying data connection.
- readyState() - Method in class akasha.WebSocket
-
The WebSocket.readyState read-only property returns the current state of the WebSocket connection.
- readyState() - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest.readyState property returns the state an XMLHttpRequest client is in.
- ReadyState.Util - Class in akasha.media
-
- real(JsArray<Double>) - Method in interface akasha.audio.PeriodicWaveOptions.Builder
-
- real(double...) - Method in interface akasha.audio.PeriodicWaveOptions.Builder
-
- real() - Method in interface akasha.audio.PeriodicWaveOptions
-
- realtime - Static variable in annotation type akasha.codecs.LatencyMode
-
- reason() - Method in class akasha.AbortSignal
-
- reason() - Method in class akasha.CloseEvent
-
- reason(String) - Method in interface akasha.CloseEventInit.Builder
-
- reason() - Method in interface akasha.CloseEventInit
-
- reason() - Method in class akasha.gpu.GPUDeviceLostInfo
-
- reason() - Method in class akasha.PromiseRejectionEvent
-
The PromiseRejectionEvent reason read-only property is any JavaScript value or Object which provides the reason passed into Promise.reject().
- reason(Object) - Method in interface akasha.PromiseRejectionEventInit.Builder
-
- reason() - Method in interface akasha.PromiseRejectionEventInit
-
- receivedAlert() - Method in class akasha.rtc.RTCError
-
- receivedAlert(int) - Method in interface akasha.rtc.RTCErrorInit.Builder
-
- receivedAlert() - Method in interface akasha.rtc.RTCErrorInit
-
- receiver() - Method in class akasha.rtc.RTCRtpTransceiver
-
The read-only receiver property of WebRTC's RTCRtpTransceiver interface indicates the RTCRtpReceiver responsible for receiving and decoding incoming media data for the transceiver's stream.
- receiver - Static variable in annotation type akasha.rtc.RTCStatsType
-
- receiver() - Method in class akasha.rtc.RTCTrackEvent
-
The read-only receiver property of the RTCTrackEvent interface indicates the RTCRtpReceiver which is used to receive data containing media for the track to which the event refers.
- receiver(RTCRtpReceiver) - Static method in interface akasha.rtc.RTCTrackEventInit
-
- receiver() - Method in interface akasha.rtc.RTCTrackEventInit
-
The RTCTrackEventInit dictionary's receiver property specifies the RTCRtpReceiver associated with the event.
- receiverId() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The receiverId property of the RTCInboundRtpStreamStats dictionary specifies the id of the RTCAudioReceiverStats or RTCVideoReceiverStats object representing the RTCRtpReceiver receiving the stream.
- receiverId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Step5
-
- receiverId() - Method in interface akasha.rtc.RTCRtpTransceiverStats
-
- receiverId(String) - Method in interface akasha.rtc.RTCRtpTransceiverStats.Step4
-
- receiverWindow(int) - Method in interface akasha.rtc.RTCSctpTransportStats.Builder
-
- receiverWindow() - Method in interface akasha.rtc.RTCSctpTransportStats
-
- recipient() - Method in interface akasha.usb.USBControlTransferParameters
-
- recipient(String) - Method in interface akasha.usb.USBControlTransferParameters.Step1
-
- recommendedViewportScale() - Method in class akasha.xr.XRView
-
- recording - Static variable in annotation type akasha.media.RecordingState
-
- RecordingState - Annotation Type in akasha.media
-
- RecordingState.Util - Class in akasha.media
-
- rect(double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.rect() method of the Canvas 2D API adds a rectangle to the current path.
- rect(DOMRectInit) - Method in interface akasha.codecs.VideoFrameCopyToOptions.Builder
-
- rect() - Method in interface akasha.codecs.VideoFrameCopyToOptions
-
- rect(double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- rect(double, double, double, double) - Method in class akasha.Path2D
-
- recursive(boolean) - Method in interface akasha.FileSystemRemoveOptions.Builder
-
- recursive() - Method in interface akasha.FileSystemRemoveOptions
-
- recvonly - Static variable in annotation type akasha.rtc.RTCRtpTransceiverDirection
-
- RED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RED - Static variable in class akasha.gpu.GPUColorWrite
-
- RED_BITS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RED_BITS - Static variable in class akasha.gl.WebGLRenderingContext
-
- RED_INTEGER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- redirect() - Method in class akasha.Request
-
The redirect read-only property of the Request interface contains the mode for how redirects are handled.
- redirect(String) - Method in interface akasha.RequestInit.Builder
-
- redirect() - Method in interface akasha.RequestInit
-
- redirect(String, int) - Static method in class akasha.Response
-
The redirect() method of the Response interface returns a Response resulting in a redirect to the specified URL.
- redirect(String) - Static method in class akasha.Response
-
The redirect() method of the Response interface returns a Response resulting in a redirect to the specified URL.
- redirectCount() - Method in class akasha.perf.PerformanceNavigation
-
The legacy PerformanceNavigation.redirectCount read-only property returns an unsigned short representing the number of REDIRECTs done before reaching the page.
- redirectCount() - Method in class akasha.perf.PerformanceNavigationTiming
-
The redirectCount property returns a timestamp representing the number of redirects since the last non-redirect navigation under the current browsing context.
- redirected() - Method in class akasha.Response
-
The read-only redirected property of the Response interface indicates whether or not the response is the result of a request you made which was redirected.
- redirectEnd() - Method in class akasha.perf.PerformanceResourceTiming
-
The redirectEnd read-only property returns a timestamp immediately after receiving the last byte of the response of the last redirect.
- redirectEnd() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.redirectEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the last HTTP redirect is completed, that is when the last byte of the HTTP response has been received.
- redirectStart() - Method in class akasha.perf.PerformanceResourceTiming
-
The redirectStart read-only property returns a timestamp representing the start time of the fetch which that initiates the redirect.
- redirectStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.redirectStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the first HTTP redirect starts.
- reduce(JsArray.Reduce<? extends R, T>, R) - Method in class akasha.lang.JsArray
-
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
- reduce(JsArray.Reduce2<? extends R, T>, R) - Method in class akasha.lang.JsArray
-
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
- reduce(JsArray.Reduce3<? extends R, T>, R) - Method in class akasha.lang.JsArray
-
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
- reduce(JsArray.Reduce<? extends R, T>) - Method in class akasha.lang.JsArray
-
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
- reduce(JsArray.Reduce2<? extends R, T>) - Method in class akasha.lang.JsArray
-
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
- reduce(JsArray.Reduce3<? extends R, T>) - Method in class akasha.lang.JsArray
-
The reduce() method executes a reducer function (that you provide) on each element of the array, resulting in single output value.
- reduce(R, T) - Method in interface akasha.lang.JsArray.Reduce
-
- reduce(R, T, int) - Method in interface akasha.lang.JsArray.Reduce2
-
- reduce(R, T, int, JsArray<T>) - Method in interface akasha.lang.JsArray.Reduce3
-
- reducedSize(boolean) - Method in interface akasha.rtc.RTCRtcpParameters.Builder
-
- reducedSize() - Method in interface akasha.rtc.RTCRtcpParameters
-
- reduceRight(JsArray.Reduce<? extends R, T>, R) - Method in class akasha.lang.JsArray
-
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
- reduceRight(JsArray.Reduce2<? extends R, T>, R) - Method in class akasha.lang.JsArray
-
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
- reduceRight(JsArray.Reduce3<? extends R, T>, R) - Method in class akasha.lang.JsArray
-
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
- reduceRight(JsArray.Reduce<? extends R, T>) - Method in class akasha.lang.JsArray
-
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
- reduceRight(JsArray.Reduce2<? extends R, T>) - Method in class akasha.lang.JsArray
-
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
- reduceRight(JsArray.Reduce3<? extends R, T>) - Method in class akasha.lang.JsArray
-
The reduceRight() method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
- reduction() - Method in class akasha.audio.DynamicsCompressorNode
-
The reduction read-only property of the DynamicsCompressorNode interface is a float representing the amount of gain reduction currently applied by the compressor to the signal.
- redundant - Static variable in annotation type akasha.ServiceWorkerState
-
- refDistance - Variable in class akasha.audio.PannerNode
-
A non-negative number.
- refDistance(double) - Method in interface akasha.audio.PannerOptions.Builder
-
- refDistance() - Method in interface akasha.audio.PannerOptions
-
- ReferenceError - Class in akasha.core
-
The ReferenceError object represents an error when a variable that doesn't exist (or hasn't yet been initialized) in the current scope is referenced.
- ReferenceError(String) - Constructor for class akasha.core.ReferenceError
-
The ReferenceError object represents an error when a non-existent variable is referenced.
- ReferenceError() - Constructor for class akasha.core.ReferenceError
-
The ReferenceError object represents an error when a non-existent variable is referenced.
- referenceNode() - Method in class akasha.NodeIterator
-
The NodeIterator.referenceNode read-only returns the Node to which the iterator is anchored; as new nodes are inserted, the iterator remains anchored to the reference node as specified by this property.
- referenceSpace() - Method in class akasha.xr.XRReferenceSpaceEvent
-
The read-only XRReferenceSpaceEvent property referenceSpace specifies the reference space which is the originator of the event.
- referenceSpace(XRReferenceSpace) - Static method in interface akasha.xr.XRReferenceSpaceEventInit
-
- referenceSpace() - Method in interface akasha.xr.XRReferenceSpaceEventInit
-
The XRReferenceSpaceEventInit property referenceSpace is used to establish the value of a newly-constructed XRReferenceSpaceEvent object when calling the XRReferenceSpaceEvent() constructor.
- referrer() - Method in class akasha.CSPViolationReportBody
-
- referrer() - Method in class akasha.Document
-
The Document.referrer property returns the URI of the page that linked to this page.
- referrer() - Method in class akasha.Request
-
The referrer read-only property of the Request interface is set by the user agent to be the referrer of the Request.
- referrer(String) - Method in interface akasha.RequestInit.Builder
-
- referrer() - Method in interface akasha.RequestInit
-
- referrer() - Method in class akasha.SecurityPolicyViolationEvent
-
The referrer read-only property of the SecurityPolicyViolationEvent interface is a USVString representing the referrer of the resources whose policy was violated.
- referrer(String) - Method in interface akasha.SecurityPolicyViolationEventInit.Builder
-
- referrer() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- referrerPolicy - Variable in class akasha.HTMLAnchorElement
-
The HTMLAnchorElement.referrerPolicy property reflect the HTML referrerpolicy attribute of the a element defining which referrer is sent when fetching the resource.
- referrerPolicy - Variable in class akasha.HTMLAreaElement
-
The HTMLAreaElement.referrerPolicy property reflect the HTML referrerpolicy attribute of the area element defining which referrer is sent when fetching the resource.
- referrerPolicy - Variable in class akasha.HTMLIFrameElement
-
The HTMLIFrameElement.referrerPolicy property reflects the HTML referrerpolicy attribute of the iframe element defining which referrer is sent when fetching the resource.
- referrerPolicy - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement.referrerPolicy property reflects the HTML referrerpolicy attribute of the img element defining which referrer is sent when fetching the resource.
- referrerPolicy - Variable in class akasha.HTMLLinkElement
-
The HTMLLinkElement.referrerPolicy property reflect the HTML referrerpolicy attribute of the link element defining which referrer is sent when fetching the resource.
- referrerPolicy - Variable in class akasha.HTMLScriptElement
-
The referrerPolicy property of the HTMLScriptElement interface reflects the HTML referrerpolicy of the script element and fetches made by that script, defining which referrer is sent when fetching the resource.
- ReferrerPolicy - Annotation Type in akasha
-
An enumerated value to indicates which referrer to send when fetching the resource.
- referrerPolicy() - Method in class akasha.Request
-
The referrerPolicy read-only property of the Request interface returns the referrer policy, which governs what referrer information, sent in the Referer header, should be included with the request.
- referrerPolicy(String) - Method in interface akasha.RequestInit.Builder
-
- referrerPolicy() - Method in interface akasha.RequestInit
-
- referrerPolicy - Variable in class akasha.svg.SVGAElement
-
- ReferrerPolicy.Util - Class in akasha
-
- referringDevice() - Method in class akasha.bluetooth.Bluetooth
-
The Bluetooth.referringDevice attribute of the Bluetooth interface returns a BluetoothDevice if the current document was opened in response to an instruction sent by this device and null otherwise.
- reflectionFormat(String) - Method in interface akasha.xr.XRLightProbeInit.Builder
-
- reflectionFormat() - Method in interface akasha.xr.XRLightProbeInit
-
- refresh() - Method in class akasha.PluginArray
-
- refX() - Method in class akasha.svg.SVGMarkerElement
-
- refY() - Method in class akasha.svg.SVGMarkerElement
-
- RegExp - Class in akasha.core
-
The RegExp object is used for matching text with a pattern.
- RegExp(String, String) - Constructor for class akasha.core.RegExp
-
- RegExp(String) - Constructor for class akasha.core.RegExp
-
- RegExpFlags - Annotation Type in akasha.core
-
Specifies the valid flag string for regexps.
- RegExpGroups - Class in akasha.core
-
- RegExpGroups() - Constructor for class akasha.core.RegExpGroups
-
- RegExpGroups.Entry - Class in akasha.core
-
- RegExpGroups.ForEachCallback - Interface in akasha.core
-
- RegExpGroups.ForEachCallback2 - Interface in akasha.core
-
- RegExpGroups.ForEachCallback3 - Interface in akasha.core
-
- RegExpLanguage - Annotation Type in akasha.core
-
Specifies the valid flag string for regexps.
- RegExpResult - Class in akasha.core
-
- RegExpResult() - Constructor for class akasha.core.RegExpResult
-
- region - Variable in class akasha.VTTCue
-
- regionAnchorX - Variable in class akasha.VTTRegion
-
- regionAnchorY - Variable in class akasha.VTTRegion
-
- register(RTCIdentityProvider) - Method in class akasha.rtc.RTCIdentityProviderRegistrar
-
- register(String, RegistrationOptions) - Method in class akasha.ServiceWorkerContainer
-
The register() method of the ServiceWorkerContainer interface creates or updates a ServiceWorkerRegistration for the given scriptURL.
- register(String) - Method in class akasha.ServiceWorkerContainer
-
The register() method of the ServiceWorkerContainer interface creates or updates a ServiceWorkerRegistration for the given scriptURL.
- register(String) - Method in class akasha.SyncManager
-
The SyncManager.register method of the SyncManager interface returns a Promise that resolves to a SyncRegistration instance.
- registerProcessor(String, AudioWorkletProcessorConstructor) - Static method in class akasha.audio.AudioWorkletGlobal
-
The registerProcessor method of the AudioWorkletGlobalScope interface registers a class constructor derived from AudioWorkletProcessor interface under a specified name.
- registerProcessor(String, AudioWorkletProcessorConstructor) - Method in class akasha.audio.AudioWorkletGlobalScope
-
The registerProcessor method of the AudioWorkletGlobalScope interface registers a class constructor derived from AudioWorkletProcessor interface under a specified name.
- registerProtocolHandler(String, String) - Method in class akasha.Navigator
-
The Navigator method registerProtocolHandler() lets web sites register their ability to open or handle particular URL schemes (aka protocols).
- registration() - Static method in class akasha.ServiceWorkerGlobal
-
The registration read-only property of the ServiceWorkerGlobalScope interface returns a reference to the ServiceWorkerRegistration object, which represents the service worker's registration.
- registration() - Method in class akasha.ServiceWorkerGlobalScope
-
The registration read-only property of the ServiceWorkerGlobalScope interface returns a reference to the ServiceWorkerRegistration object, which represents the service worker's registration.
- RegistrationOptions - Interface in akasha
-
- RegistrationOptions.Builder - Interface in akasha
-
- reject(Object) - Static method in class akasha.promise.Promise
-
Returns a new Promise object that is rejected with the given reason.
- reject(Object) - Method in interface akasha.promise.RejectCallbackFn
-
- RejectCallbackFn - Interface in akasha.promise
-
- rel - Variable in class akasha.HTMLAnchorElement
-
The HTMLAnchorElement.rel property reflects the rel attribute.
- rel - Variable in class akasha.HTMLAreaElement
-
The HTMLAreaElement.rel property reflects the rel attribute.
- rel - Variable in class akasha.HTMLFormElement
-
- rel - Variable in class akasha.HTMLLinkElement
-
The HTMLLinkElement.rel property reflects the rel attribute.
- rel - Variable in class akasha.svg.SVGAElement
-
- relatedAddress() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only relatedAddress property is a string indicating the related address of a relay or reflexive candidate.
- relatedNode() - Method in class akasha.MutationEvent
-
- relatedPort() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only relatedPort property indicates the port number of reflexive or relay candidates.
- relatedTarget(EventTarget) - Method in interface akasha.DragEventInit.Builder
-
- relatedTarget() - Method in class akasha.FocusEvent
-
The FocusEvent.relatedTarget read-only property is the secondary target, depending on the type of event:
- relatedTarget(EventTarget) - Method in interface akasha.FocusEventInit.Builder
-
- relatedTarget() - Method in interface akasha.FocusEventInit
-
- relatedTarget() - Method in class akasha.MouseEvent
-
The MouseEvent.relatedTarget read-only property is the secondary target for the mouse event, if there is one.
- relatedTarget(EventTarget) - Method in interface akasha.MouseEventInit.Builder
-
- relatedTarget() - Method in interface akasha.MouseEventInit
-
- relatedTarget(EventTarget) - Method in interface akasha.PointerEventInit.Builder
-
- relatedTarget(EventTarget) - Method in interface akasha.WheelEventInit.Builder
-
- relaxed - Static variable in annotation type akasha.idb.IDBTransactionDurability
-
- relay - Static variable in annotation type akasha.rtc.RTCIceCandidateType
-
- relay - Static variable in annotation type akasha.rtc.RTCIceTransportPolicy
-
- relayedSource(boolean) - Method in interface akasha.rtc.RTCAudioSourceStats.Builder
-
- relayedSource(boolean) - Method in interface akasha.rtc.RTCMediaSourceStats.Builder
-
- relayedSource() - Method in interface akasha.rtc.RTCMediaSourceStats
-
- relayedSource(boolean) - Method in interface akasha.rtc.RTCVideoSourceStats.Builder
-
- relayProtocol(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
The RTCIceCandidateStats dictionary's relayProtocol property specifies the protocol being used by a local ICE candidate to communicate with the TURN server.
- relayProtocol() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's relayProtocol property specifies the protocol being used by a local ICE candidate to communicate with the TURN server.
- relayProtocol(String) - Method in interface akasha.rtc.RTCIceServerStats.Builder
-
- relayProtocol() - Method in interface akasha.rtc.RTCIceServerStats
-
- release() - Method in class akasha.audio.DynamicsCompressorNode
-
An AudioParam.
- release(float) - Method in interface akasha.audio.DynamicsCompressorOptions.Builder
-
- release() - Method in interface akasha.audio.DynamicsCompressorOptions
-
- release() - Method in class akasha.WakeLockSentinel
-
The release() method of the WakeLockSentinel interface releases the WakeLockSentinel, returning a Promise that is resolved once the sentinel has been successfully released.
- released - Static variable in annotation type akasha.MediaKeyStatus
-
- released() - Method in class akasha.WakeLockSentinel
-
The read-only released property of the WakeLockSentinel interface returns a boolean that indicates whether a WakeLockSentinel has been released yet.
- releaseInterface(short) - Method in class akasha.usb.USBDevice
-
- releaseLock() - Method in class akasha.ReadableStreamBYOBReader
-
- releaseLock() - Method in class akasha.ReadableStreamDefaultReader
-
- releaseLock() - Method in class akasha.WritableStreamDefaultWriter
-
- releasePointerCapture(int) - Method in class akasha.Element
-
The releasePointerCapture() method of the Element interface releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.
- reliableWrite() - Method in class akasha.bluetooth.BluetoothCharacteristicProperties
-
The reliableWrite read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if reliable writes to the characteristic is permitted.
- relList() - Method in class akasha.HTMLAnchorElement
-
The HTMLAnchorElement.relList read-only property reflects the rel attribute.
- relList() - Method in class akasha.HTMLAreaElement
-
The HTMLAreaElement.relList read-only property reflects the rel attribute.
- relList() - Method in class akasha.HTMLFormElement
-
- relList() - Method in class akasha.HTMLLinkElement
-
The HTMLLinkElement.relList read-only property reflects the rel attribute.
- relList() - Method in class akasha.svg.SVGAElement
-
- reload() - Method in class akasha.Location
-
The Location.reload() method reloads the current URL, like the Refresh button.
- reload - Static variable in annotation type akasha.perf.NavigationType
-
- reload - Static variable in annotation type akasha.RequestCache
-
- remote(RTCIceCandidate) - Method in interface akasha.rtc.RTCIceCandidatePair.Builder
-
The remote property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate describing the configuration of the remote end of a viable WebRTC connection.
- remote() - Method in interface akasha.rtc.RTCIceCandidatePair
-
The remote property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate describing the configuration of the remote end of a viable WebRTC connection.
- remote_candidate - Static variable in annotation type akasha.rtc.RTCStatsType
-
- remote_inbound_rtp - Static variable in annotation type akasha.rtc.RTCStatsType
-
- remote_outbound_rtp - Static variable in annotation type akasha.rtc.RTCStatsType
-
- remoteCandidateId() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property remoteCandidateId is a string that uniquely identifies the remote ICE candidate which was analyzed to generate the RTCIceCandidateStats used to compute the statistics for this pair of candidates.
- remoteCandidateId(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Step5
-
- remoteCertificateId(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- remoteCertificateId() - Method in interface akasha.rtc.RTCTransportStats
-
- remoteDescription() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only property RTCPeerConnection.remoteDescription returns a RTCSessionDescription describing the session (which includes configuration and media information) for the remote end of the connection.
- remoteId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The remoteId property of the RTCInboundRtpStreamStats dictionary specifies the id of the RTCRemoteOutboundRtpStreamStats object representing the remote peer's RTCRtpSender which is sending the media to the local peer.
- remoteId() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The remoteId property of the RTCInboundRtpStreamStats dictionary specifies the id of the RTCRemoteOutboundRtpStreamStats object representing the remote peer's RTCRtpSender which is sending the media to the local peer.
- remoteId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The remoteId property of the RTCOutboundRtpStreamStats dictionary specifies the id of the RTCRemoteInboundRtpStreamStats object representing the remote peer's RTCRtpReceiver which is sending the media to the local peer for this SSRC.
- remoteId() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The remoteId property of the RTCOutboundRtpStreamStats dictionary specifies the id of the RTCRemoteInboundRtpStreamStats object representing the remote peer's RTCRtpReceiver which is sending the media to the local peer for this SSRC.
- remoteSource(boolean) - Method in interface akasha.rtc.RTCAudioHandlerStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCMediaHandlerStats.Builder
-
- remoteSource() - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCVideoHandlerStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- remoteSource(boolean) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- remoteTimestamp(double) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
The RTCRemoteOutboundRtpStreamStats property remoteTimestamp indicates the timestamp on the remote peer at which these statistics were sent.
- remoteTimestamp() - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
The RTCRemoteOutboundRtpStreamStats property remoteTimestamp indicates the timestamp on the remote peer at which these statistics were sent.
- REMOVAL - Static variable in class akasha.MutationEvent
-
- remove() - Method in class akasha.CharacterData
-
The ChildNode.remove() method removes the object from the tree it belongs to.
- remove(int) - Method in class akasha.DataTransferItemList
-
undefined.
- remove() - Method in class akasha.DocumentType
-
The ChildNode.remove() method removes the object from the tree it belongs to.
- remove(String...) - Method in class akasha.DOMTokenList
-
The remove() method of the DOMTokenList interface removes the specified tokens from the list.
- remove() - Method in class akasha.Element
-
The ChildNode.remove() method removes the object from the tree it belongs to.
- remove(int) - Method in class akasha.HTMLOptionsCollection
-
- remove() - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.remove() method removes the element at the specified index from the options collection for this select element.
- remove(int) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.remove() method removes the element at the specified index from the options collection for this select element.
- remove(double, double) - Method in class akasha.media.SourceBuffer
-
The remove() method of the SourceBuffer interface removes media segments within a specific time range from the SourceBuffer.
- remove() - Method in class akasha.MediaKeySession
-
The MediaKeySession.remove() method returns a Promise after removing any session data associated with the current object.
- removeAbortListener(EventListener, EventListenerOptions) - Method in class akasha.AbortSignal
-
- removeAbortListener(EventListener, boolean) - Method in class akasha.AbortSignal
-
- removeAbortListener(EventListener) - Method in class akasha.AbortSignal
-
- removeAbortListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.FileReader
-
- removeAbortListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- removeAbortListener(ProgressEventListener) - Method in class akasha.FileReader
-
- removeAbortListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeAbortListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeAbortListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeAbortListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- removeAbortListener(EventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- removeAbortListener(EventListener) - Method in class akasha.idb.IDBDatabase
-
- removeAbortListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBTransaction
-
- removeAbortListener(EventListener, boolean) - Method in class akasha.idb.IDBTransaction
-
- removeAbortListener(EventListener) - Method in class akasha.idb.IDBTransaction
-
- removeAbortListener(EventListener, EventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- removeAbortListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- removeAbortListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- removeAbortListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeAbortListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeAbortListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeActivateListener(ExtendableEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeActivateListener(ExtendableEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeActivateListener(ExtendableEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeActivateListener(ExtendableEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeActivateListener(ExtendableEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeActivateListener(ExtendableEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeAddsourcebufferListener(EventListener, EventListenerOptions) - Method in class akasha.media.SourceBufferList
-
- removeAddsourcebufferListener(EventListener, boolean) - Method in class akasha.media.SourceBufferList
-
- removeAddsourcebufferListener(EventListener) - Method in class akasha.media.SourceBufferList
-
- removeAddtrackListener(TrackEventListener, EventListenerOptions) - Method in class akasha.AudioTrackList
-
- removeAddtrackListener(TrackEventListener, boolean) - Method in class akasha.AudioTrackList
-
- removeAddtrackListener(TrackEventListener) - Method in class akasha.AudioTrackList
-
- removeAddtrackListener(MediaStreamTrackEventListener, EventListenerOptions) - Method in class akasha.media.MediaStream
-
- removeAddtrackListener(MediaStreamTrackEventListener, boolean) - Method in class akasha.media.MediaStream
-
- removeAddtrackListener(MediaStreamTrackEventListener) - Method in class akasha.media.MediaStream
-
- removeAddtrackListener(TrackEventListener, EventListenerOptions) - Method in class akasha.TextTrackList
-
- removeAddtrackListener(TrackEventListener, boolean) - Method in class akasha.TextTrackList
-
- removeAddtrackListener(TrackEventListener) - Method in class akasha.TextTrackList
-
- removeAddtrackListener(TrackEventListener, EventListenerOptions) - Method in class akasha.VideoTrackList
-
- removeAddtrackListener(TrackEventListener, boolean) - Method in class akasha.VideoTrackList
-
- removeAddtrackListener(TrackEventListener) - Method in class akasha.VideoTrackList
-
- removeAdvertisementreceivedListener(BluetoothAdvertisingEventListener, EventListenerOptions) - Method in class akasha.bluetooth.BluetoothDevice
-
- removeAdvertisementreceivedListener(BluetoothAdvertisingEventListener, boolean) - Method in class akasha.bluetooth.BluetoothDevice
-
- removeAdvertisementreceivedListener(BluetoothAdvertisingEventListener) - Method in class akasha.bluetooth.BluetoothDevice
-
- removeAfterprintListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeAfterprintListener(EventListener, boolean) - Method in class akasha.Window
-
- removeAfterprintListener(EventListener) - Method in class akasha.Window
-
- removeAfterprintListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeAfterprintListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeAfterprintListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeAllRanges() - Method in class akasha.Selection
-
The Selection.removeAllRanges() method removes all ranges from the selection, leaving the anchorNode and focusNode properties equal to null and leaving nothing selected.
- removeAnimationcancelListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- removeAnimationcancelListener(AnimationEventListener) - Method in class akasha.Document
-
- removeAnimationcancelListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeAnimationcancelListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- removeAnimationcancelListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeAnimationcancelListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- removeAnimationcancelListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeAnimationcancelListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- removeAnimationcancelListener(AnimationEventListener) - Method in class akasha.Window
-
- removeAnimationcancelListener(AnimationEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeAnimationcancelListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeAnimationcancelListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- removeAnimationendListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- removeAnimationendListener(AnimationEventListener) - Method in class akasha.Document
-
- removeAnimationendListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeAnimationendListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- removeAnimationendListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeAnimationendListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- removeAnimationendListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeAnimationendListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- removeAnimationendListener(AnimationEventListener) - Method in class akasha.Window
-
- removeAnimationendListener(AnimationEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeAnimationendListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeAnimationendListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- removeAnimationiterationListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- removeAnimationiterationListener(AnimationEventListener) - Method in class akasha.Document
-
- removeAnimationiterationListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeAnimationiterationListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- removeAnimationiterationListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeAnimationiterationListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- removeAnimationiterationListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeAnimationiterationListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- removeAnimationiterationListener(AnimationEventListener) - Method in class akasha.Window
-
- removeAnimationiterationListener(AnimationEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeAnimationiterationListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeAnimationiterationListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- removeAnimationstartListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.Document
-
- removeAnimationstartListener(AnimationEventListener) - Method in class akasha.Document
-
- removeAnimationstartListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeAnimationstartListener(AnimationEventListener) - Method in class akasha.HTMLElement
-
- removeAnimationstartListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeAnimationstartListener(AnimationEventListener) - Method in class akasha.svg.SVGElement
-
- removeAnimationstartListener(AnimationEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeAnimationstartListener(AnimationEventListener, boolean) - Method in class akasha.Window
-
- removeAnimationstartListener(AnimationEventListener) - Method in class akasha.Window
-
- removeAnimationstartListener(AnimationEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeAnimationstartListener(AnimationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeAnimationstartListener(AnimationEventListener) - Static method in class akasha.WindowGlobal
-
- removeAppinstalledListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeAppinstalledListener(EventListener, boolean) - Method in class akasha.Window
-
- removeAppinstalledListener(EventListener) - Method in class akasha.Window
-
- removeAppinstalledListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeAppinstalledListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeAppinstalledListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeAttribute(String) - Method in class akasha.Element
-
The Element method removeAttribute() removes the attribute with the specified name from the element.
- removeAttributeNode(Attr) - Method in class akasha.Element
-
The removeAttributeNode() method of the Element object removes the specified attribute from the current element.
- removeAttributeNS(String, String) - Method in class akasha.Element
-
The removeAttributeNS() method of the Element interface removes the specified attribute from an element.
- removeAudioendListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeAudioendListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeAudioendListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeAudioprocessListener(AudioProcessingEventListener, EventListenerOptions) - Method in class akasha.audio.ScriptProcessorNode
-
- removeAudioprocessListener(AudioProcessingEventListener, boolean) - Method in class akasha.audio.ScriptProcessorNode
-
- removeAudioprocessListener(AudioProcessingEventListener) - Method in class akasha.audio.ScriptProcessorNode
-
- removeAudiostartListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeAudiostartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeAudiostartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeAuxclickListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeAuxclickListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeAuxclickListener(MouseEventListener) - Method in class akasha.Element
-
- removeAvailabilitychangedListener(EventListener, EventListenerOptions) - Method in class akasha.bluetooth.Bluetooth
-
- removeAvailabilitychangedListener(EventListener, boolean) - Method in class akasha.bluetooth.Bluetooth
-
- removeAvailabilitychangedListener(EventListener) - Method in class akasha.bluetooth.Bluetooth
-
- removeBeforeinputListener(InputEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeBeforeinputListener(InputEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeBeforeinputListener(InputEventListener) - Method in class akasha.HTMLElement
-
- removeBeforeprintListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeBeforeprintListener(EventListener, boolean) - Method in class akasha.Window
-
- removeBeforeprintListener(EventListener) - Method in class akasha.Window
-
- removeBeforeprintListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeBeforeprintListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeBeforeprintListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeBeforeunloadListener(BeforeUnloadEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.HTMLBodyElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removeBeforeunloadListener(BeforeUnloadEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeBeforeunloadListener(BeforeUnloadEventListener, boolean) - Method in class akasha.Window
-
- removeBeforeunloadListener(BeforeUnloadEventListener) - Method in class akasha.Window
-
- removeBeforeunloadListener(BeforeUnloadEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeBeforeunloadListener(BeforeUnloadEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeBeforeunloadListener(BeforeUnloadEventListener) - Static method in class akasha.WindowGlobal
-
- removeBlockedListener(IDBVersionChangeEventListener, EventListenerOptions) - Method in class akasha.idb.IDBOpenDBRequest
-
- removeBlockedListener(IDBVersionChangeEventListener, boolean) - Method in class akasha.idb.IDBOpenDBRequest
-
- removeBlockedListener(IDBVersionChangeEventListener) - Method in class akasha.idb.IDBOpenDBRequest
-
- removeBlurListener(FocusEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeBlurListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- removeBlurListener(FocusEventListener) - Method in class akasha.Element
-
- removeBlurListener(FocusEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeBlurListener(FocusEventListener, boolean) - Method in class akasha.Window
-
- removeBlurListener(FocusEventListener) - Method in class akasha.Window
-
- removeBlurListener(FocusEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeBlurListener(FocusEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeBlurListener(FocusEventListener) - Static method in class akasha.WindowGlobal
-
- removeBoundaryListener(SpeechSynthesisEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeBoundaryListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeBoundaryListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeBufferedamountlowListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- removeBufferedamountlowListener(EventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- removeBufferedamountlowListener(EventListener) - Method in class akasha.rtc.RTCDataChannel
-
- removeCancelListener(AnimationPlaybackEventListener, EventListenerOptions) - Method in class akasha.Animation
-
- removeCancelListener(AnimationPlaybackEventListener, boolean) - Method in class akasha.Animation
-
- removeCancelListener(AnimationPlaybackEventListener) - Method in class akasha.Animation
-
- removeCancelListener(EventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeCancelListener(EventListener, boolean) - Method in class akasha.Element
-
- removeCancelListener(EventListener) - Method in class akasha.Element
-
- removeCanplayListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeCanplayListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeCanplayListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeCanplaythroughListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeCanplaythroughListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeCanplaythroughListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeChangeListener(EventListener, EventListenerOptions) - Method in class akasha.AudioTrackList
-
- removeChangeListener(EventListener, boolean) - Method in class akasha.AudioTrackList
-
- removeChangeListener(EventListener) - Method in class akasha.AudioTrackList
-
- removeChangeListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeChangeListener(EventListener, boolean) - Method in class akasha.HTMLElement
-
- removeChangeListener(EventListener) - Method in class akasha.HTMLElement
-
- removeChangeListener(MediaQueryListEventListener, EventListenerOptions) - Method in class akasha.MediaQueryList
-
- removeChangeListener(MediaQueryListEventListener, boolean) - Method in class akasha.MediaQueryList
-
- removeChangeListener(MediaQueryListEventListener) - Method in class akasha.MediaQueryList
-
- removeChangeListener(EventListener, EventListenerOptions) - Method in class akasha.PermissionStatus
-
- removeChangeListener(EventListener, boolean) - Method in class akasha.PermissionStatus
-
- removeChangeListener(EventListener) - Method in class akasha.PermissionStatus
-
- removeChangeListener(EventListener, EventListenerOptions) - Method in class akasha.ScreenOrientation
-
- removeChangeListener(EventListener, boolean) - Method in class akasha.ScreenOrientation
-
- removeChangeListener(EventListener) - Method in class akasha.ScreenOrientation
-
- removeChangeListener(EventListener, EventListenerOptions) - Method in class akasha.TextTrackList
-
- removeChangeListener(EventListener, boolean) - Method in class akasha.TextTrackList
-
- removeChangeListener(EventListener) - Method in class akasha.TextTrackList
-
- removeChangeListener(EventListener, EventListenerOptions) - Method in class akasha.VideoTrackList
-
- removeChangeListener(EventListener, boolean) - Method in class akasha.VideoTrackList
-
- removeChangeListener(EventListener) - Method in class akasha.VideoTrackList
-
- removeCharacteristicvaluechangedListener(ValueEventListener, EventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
- removeCharacteristicvaluechangedListener(ValueEventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
- removeCharacteristicvaluechangedListener(ValueEventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
- removeChild(Node) - Method in class akasha.Node
-
The Node.removeChild() method removes a child node from the DOM and returns the removed node.
- removeClickListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeClickListener(PointerEventListener, boolean) - Method in class akasha.Element
-
- removeClickListener(PointerEventListener) - Method in class akasha.Element
-
- removeClickListener(EventListener, EventListenerOptions) - Method in class akasha.notifications.Notification
-
- removeClickListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- removeClickListener(EventListener) - Method in class akasha.notifications.Notification
-
- removeClipboardchangeListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeClipboardchangeListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- removeClipboardchangeListener(ClipboardEventListener) - Method in class akasha.Window
-
- removeClipboardchangeListener(ClipboardEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeClipboardchangeListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeClipboardchangeListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- removeCloseListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLDialogElement
-
- removeCloseListener(EventListener, boolean) - Method in class akasha.HTMLDialogElement
-
- removeCloseListener(EventListener) - Method in class akasha.HTMLDialogElement
-
- removeCloseListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- removeCloseListener(EventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- removeCloseListener(EventListener) - Method in class akasha.idb.IDBDatabase
-
- removeCloseListener(EventListener, EventListenerOptions) - Method in class akasha.notifications.Notification
-
- removeCloseListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- removeCloseListener(EventListener) - Method in class akasha.notifications.Notification
-
- removeCloseListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- removeCloseListener(EventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- removeCloseListener(EventListener) - Method in class akasha.rtc.RTCDataChannel
-
- removeCloseListener(CloseEventListener, EventListenerOptions) - Method in class akasha.WebSocket
-
- removeCloseListener(CloseEventListener, boolean) - Method in class akasha.WebSocket
-
- removeCloseListener(CloseEventListener) - Method in class akasha.WebSocket
-
- removeCompleteListener(OfflineAudioCompletionEventListener, EventListenerOptions) - Method in class akasha.audio.OfflineAudioContext
-
- removeCompleteListener(OfflineAudioCompletionEventListener, boolean) - Method in class akasha.audio.OfflineAudioContext
-
- removeCompleteListener(OfflineAudioCompletionEventListener) - Method in class akasha.audio.OfflineAudioContext
-
- removeCompleteListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBTransaction
-
- removeCompleteListener(EventListener, boolean) - Method in class akasha.idb.IDBTransaction
-
- removeCompleteListener(EventListener) - Method in class akasha.idb.IDBTransaction
-
- removeCompositionendListener(CompositionEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeCompositionendListener(CompositionEventListener, boolean) - Method in class akasha.Element
-
- removeCompositionendListener(CompositionEventListener) - Method in class akasha.Element
-
- removeCompositionstartListener(CompositionEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeCompositionstartListener(CompositionEventListener, boolean) - Method in class akasha.Element
-
- removeCompositionstartListener(CompositionEventListener) - Method in class akasha.Element
-
- removeCompositionupdateListener(CompositionEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeCompositionupdateListener(CompositionEventListener, boolean) - Method in class akasha.Element
-
- removeCompositionupdateListener(CompositionEventListener) - Method in class akasha.Element
-
- removeConnectionstatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeConnectionstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeConnectionstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeConnectListener(MessageEventListener, EventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- removeConnectListener(MessageEventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- removeConnectListener(MessageEventListener) - Static method in class akasha.SharedWorkerGlobal
-
- removeConnectListener(MessageEventListener, EventListenerOptions) - Method in class akasha.SharedWorkerGlobalScope
-
- removeConnectListener(MessageEventListener, boolean) - Method in class akasha.SharedWorkerGlobalScope
-
- removeConnectListener(MessageEventListener) - Method in class akasha.SharedWorkerGlobalScope
-
- removeContextlostListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- removeContextlostListener(EventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- removeContextlostListener(EventListener) - Method in class akasha.HTMLCanvasElement
-
- removeContextlostListener(EventListener, EventListenerOptions) - Method in class akasha.OffscreenCanvas
-
- removeContextlostListener(EventListener, boolean) - Method in class akasha.OffscreenCanvas
-
- removeContextlostListener(EventListener) - Method in class akasha.OffscreenCanvas
-
- removeContextmenuListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeContextmenuListener(PointerEventListener, boolean) - Method in class akasha.Element
-
- removeContextmenuListener(PointerEventListener) - Method in class akasha.Element
-
- removeContextrestoredListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- removeContextrestoredListener(EventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- removeContextrestoredListener(EventListener) - Method in class akasha.HTMLCanvasElement
-
- removeContextrestoredListener(EventListener, EventListenerOptions) - Method in class akasha.OffscreenCanvas
-
- removeContextrestoredListener(EventListener, boolean) - Method in class akasha.OffscreenCanvas
-
- removeContextrestoredListener(EventListener) - Method in class akasha.OffscreenCanvas
-
- removeControllerchangeListener(EventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerContainer
-
- removeControllerchangeListener(EventListener, boolean) - Method in class akasha.ServiceWorkerContainer
-
- removeControllerchangeListener(EventListener) - Method in class akasha.ServiceWorkerContainer
-
- removeCopyListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeCopyListener(ClipboardEventListener, boolean) - Method in class akasha.Document
-
- removeCopyListener(ClipboardEventListener) - Method in class akasha.Document
-
- removeCopyListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeCopyListener(ClipboardEventListener, boolean) - Method in class akasha.Element
-
- removeCopyListener(ClipboardEventListener) - Method in class akasha.Element
-
- removeCopyListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeCopyListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- removeCopyListener(ClipboardEventListener) - Method in class akasha.Window
-
- removeCopyListener(ClipboardEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeCopyListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeCopyListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- removeCue(TextTrackCue) - Method in class akasha.TextTrack
-
- removeCuechangeListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLTrackElement
-
- removeCuechangeListener(EventListener, boolean) - Method in class akasha.HTMLTrackElement
-
- removeCuechangeListener(EventListener) - Method in class akasha.HTMLTrackElement
-
- removeCuechangeListener(EventListener, EventListenerOptions) - Method in class akasha.TextTrack
-
- removeCuechangeListener(EventListener, boolean) - Method in class akasha.TextTrack
-
- removeCuechangeListener(EventListener) - Method in class akasha.TextTrack
-
- removeCutListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeCutListener(ClipboardEventListener, boolean) - Method in class akasha.Document
-
- removeCutListener(ClipboardEventListener) - Method in class akasha.Document
-
- removeCutListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeCutListener(ClipboardEventListener, boolean) - Method in class akasha.Element
-
- removeCutListener(ClipboardEventListener) - Method in class akasha.Element
-
- removeCutListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeCutListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- removeCutListener(ClipboardEventListener) - Method in class akasha.Window
-
- removeCutListener(ClipboardEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeCutListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeCutListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- removed - Static variable in annotation type akasha.AnimationReplaceState
-
- removed() - Method in class akasha.xr.XRInputSourcesChangeEvent
-
The read-only XRInputSourcesChangeEvent property removed is an array of zero or more XRInputSource objects representing the input sources which have been removed from the XRSession.
- removed() - Method in interface akasha.xr.XRInputSourcesChangeEventInit
-
The XRInputSourcesChangeEventInit property removed is an array of zero or more XRInputSource objects, each representing one input source which has been removed from the XRSession.
- removed(JsArray<XRInputSource>) - Method in interface akasha.xr.XRInputSourcesChangeEventInit.Step2
-
- removeDatachannelListener(RTCDataChannelEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeDatachannelListener(RTCDataChannelEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeDatachannelListener(RTCDataChannelEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeDblclickListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeDblclickListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeDblclickListener(MouseEventListener) - Method in class akasha.Element
-
- removeDevicechangeListener(EventListener, EventListenerOptions) - Method in class akasha.media.MediaDevices
-
- removeDevicechangeListener(EventListener, boolean) - Method in class akasha.media.MediaDevices
-
- removeDevicechangeListener(EventListener) - Method in class akasha.media.MediaDevices
-
- removeDevicechangeListener(EventListener, EventListenerOptions) - Method in class akasha.xr.XRSystem
-
- removeDevicechangeListener(EventListener, boolean) - Method in class akasha.xr.XRSystem
-
- removeDevicechangeListener(EventListener) - Method in class akasha.xr.XRSystem
-
- removeDevicemotionListener(DeviceMotionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDevicemotionListener(DeviceMotionEventListener, boolean) - Method in class akasha.Window
-
- removeDevicemotionListener(DeviceMotionEventListener) - Method in class akasha.Window
-
- removeDevicemotionListener(DeviceMotionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDevicemotionListener(DeviceMotionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDevicemotionListener(DeviceMotionEventListener) - Static method in class akasha.WindowGlobal
-
- removeDeviceorientationListener(DeviceOrientationEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDeviceorientationListener(DeviceOrientationEventListener, boolean) - Method in class akasha.Window
-
- removeDeviceorientationListener(DeviceOrientationEventListener) - Method in class akasha.Window
-
- removeDeviceorientationListener(DeviceOrientationEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDeviceorientationListener(DeviceOrientationEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDeviceorientationListener(DeviceOrientationEventListener) - Static method in class akasha.WindowGlobal
-
- removedNodes() - Method in class akasha.MutationRecord
-
- removeDOMActivateListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeDOMActivateListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeDOMActivateListener(MouseEventListener) - Method in class akasha.Element
-
- removeDOMContentLoadedListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDOMContentLoadedListener(EventListener, boolean) - Method in class akasha.Document
-
- removeDOMContentLoadedListener(EventListener) - Method in class akasha.Document
-
- removeDOMContentLoadedListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDOMContentLoadedListener(EventListener, boolean) - Method in class akasha.Window
-
- removeDOMContentLoadedListener(EventListener) - Method in class akasha.Window
-
- removeDOMContentLoadedListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDOMContentLoadedListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDOMContentLoadedListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeDragendListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDragendListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDragendListener(DragEventListener) - Method in class akasha.Document
-
- removeDragendListener(DragEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeDragendListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeDragendListener(DragEventListener) - Method in class akasha.HTMLElement
-
- removeDragendListener(DragEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeDragendListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeDragendListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- removeDragendListener(DragEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDragendListener(DragEventListener, boolean) - Method in class akasha.Window
-
- removeDragendListener(DragEventListener) - Method in class akasha.Window
-
- removeDragendListener(DragEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDragendListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDragendListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- removeDragenterListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDragenterListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDragenterListener(DragEventListener) - Method in class akasha.Document
-
- removeDragenterListener(DragEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeDragenterListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeDragenterListener(DragEventListener) - Method in class akasha.HTMLElement
-
- removeDragenterListener(DragEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeDragenterListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeDragenterListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- removeDragenterListener(DragEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDragenterListener(DragEventListener, boolean) - Method in class akasha.Window
-
- removeDragenterListener(DragEventListener) - Method in class akasha.Window
-
- removeDragenterListener(DragEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDragenterListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDragenterListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- removeDragexitListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDragexitListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDragexitListener(DragEventListener) - Method in class akasha.Document
-
- removeDragleaveListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDragleaveListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDragleaveListener(DragEventListener) - Method in class akasha.Document
-
- removeDragleaveListener(DragEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeDragleaveListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeDragleaveListener(DragEventListener) - Method in class akasha.HTMLElement
-
- removeDragleaveListener(DragEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeDragleaveListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeDragleaveListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- removeDragleaveListener(DragEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDragleaveListener(DragEventListener, boolean) - Method in class akasha.Window
-
- removeDragleaveListener(DragEventListener) - Method in class akasha.Window
-
- removeDragleaveListener(DragEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDragleaveListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDragleaveListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- removeDragListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDragListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDragListener(DragEventListener) - Method in class akasha.Document
-
- removeDragListener(DragEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeDragListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeDragListener(DragEventListener) - Method in class akasha.HTMLElement
-
- removeDragListener(DragEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeDragListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeDragListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- removeDragListener(DragEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDragListener(DragEventListener, boolean) - Method in class akasha.Window
-
- removeDragListener(DragEventListener) - Method in class akasha.Window
-
- removeDragListener(DragEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDragListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDragListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- removeDragoverListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDragoverListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDragoverListener(DragEventListener) - Method in class akasha.Document
-
- removeDragoverListener(DragEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeDragoverListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeDragoverListener(DragEventListener) - Method in class akasha.HTMLElement
-
- removeDragoverListener(DragEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeDragoverListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeDragoverListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- removeDragoverListener(DragEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDragoverListener(DragEventListener, boolean) - Method in class akasha.Window
-
- removeDragoverListener(DragEventListener) - Method in class akasha.Window
-
- removeDragoverListener(DragEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDragoverListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDragoverListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- removeDragstartListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDragstartListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDragstartListener(DragEventListener) - Method in class akasha.Document
-
- removeDragstartListener(DragEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeDragstartListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeDragstartListener(DragEventListener) - Method in class akasha.HTMLElement
-
- removeDragstartListener(DragEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeDragstartListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeDragstartListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- removeDragstartListener(DragEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDragstartListener(DragEventListener, boolean) - Method in class akasha.Window
-
- removeDragstartListener(DragEventListener) - Method in class akasha.Window
-
- removeDragstartListener(DragEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDragstartListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDragstartListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- removeDropListener(DragEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeDropListener(DragEventListener, boolean) - Method in class akasha.Document
-
- removeDropListener(DragEventListener) - Method in class akasha.Document
-
- removeDropListener(DragEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeDropListener(DragEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeDropListener(DragEventListener) - Method in class akasha.HTMLElement
-
- removeDropListener(DragEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeDropListener(DragEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeDropListener(DragEventListener) - Method in class akasha.svg.SVGElement
-
- removeDropListener(DragEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeDropListener(DragEventListener, boolean) - Method in class akasha.Window
-
- removeDropListener(DragEventListener) - Method in class akasha.Window
-
- removeDropListener(DragEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeDropListener(DragEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeDropListener(DragEventListener) - Static method in class akasha.WindowGlobal
-
- removedSamplesForAcceleration(int) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- removedSamplesForAcceleration() - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- removedSamplesForAcceleration(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- removedSamplesForAcceleration() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- removedSamplesForAcceleration(int) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- removeDurationchangeListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeDurationchangeListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeDurationchangeListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeEmptiedListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeEmptiedListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeEmptiedListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeEndedListener(EventListener, EventListenerOptions) - Method in class akasha.audio.AudioScheduledSourceNode
-
- removeEndedListener(EventListener, boolean) - Method in class akasha.audio.AudioScheduledSourceNode
-
- removeEndedListener(EventListener) - Method in class akasha.audio.AudioScheduledSourceNode
-
- removeEndedListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeEndedListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeEndedListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeEndedListener(EventListener, EventListenerOptions) - Method in class akasha.media.MediaStreamTrack
-
- removeEndedListener(EventListener, boolean) - Method in class akasha.media.MediaStreamTrack
-
- removeEndedListener(EventListener) - Method in class akasha.media.MediaStreamTrack
-
- removeEndListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeEndListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeEndListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeEndListener(SpeechSynthesisEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeEndListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeEndListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeEnterListener(EventListener, EventListenerOptions) - Method in class akasha.TextTrackCue
-
- removeEnterListener(EventListener, boolean) - Method in class akasha.TextTrackCue
-
- removeEnterListener(EventListener) - Method in class akasha.TextTrackCue
-
- removeEntry(String, FileSystemRemoveOptions) - Method in class akasha.FileSystemDirectoryHandle
-
- removeEntry(String) - Method in class akasha.FileSystemDirectoryHandle
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeErrorListener(ErrorEventListener, boolean) - Method in class akasha.Document
-
- removeErrorListener(ErrorEventListener) - Method in class akasha.Document
-
- removeErrorListener(EventListener, EventListenerOptions) - Method in class akasha.EventSource
-
- removeErrorListener(EventListener, boolean) - Method in class akasha.EventSource
-
- removeErrorListener(EventListener) - Method in class akasha.EventSource
-
- removeErrorListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.FileReader
-
- removeErrorListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- removeErrorListener(ProgressEventListener) - Method in class akasha.FileReader
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeErrorListener(ErrorEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeErrorListener(ErrorEventListener) - Method in class akasha.HTMLElement
-
- removeErrorListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- removeErrorListener(EventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- removeErrorListener(EventListener) - Method in class akasha.idb.IDBDatabase
-
- removeErrorListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBRequest
-
- removeErrorListener(EventListener, boolean) - Method in class akasha.idb.IDBRequest
-
- removeErrorListener(EventListener) - Method in class akasha.idb.IDBRequest
-
- removeErrorListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBTransaction
-
- removeErrorListener(EventListener, boolean) - Method in class akasha.idb.IDBTransaction
-
- removeErrorListener(EventListener) - Method in class akasha.idb.IDBTransaction
-
- removeErrorListener(MediaRecorderErrorEventListener, EventListenerOptions) - Method in class akasha.media.MediaRecorder
-
- removeErrorListener(MediaRecorderErrorEventListener, boolean) - Method in class akasha.media.MediaRecorder
-
- removeErrorListener(MediaRecorderErrorEventListener) - Method in class akasha.media.MediaRecorder
-
- removeErrorListener(EventListener, EventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- removeErrorListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- removeErrorListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- removeErrorListener(EventListener, EventListenerOptions) - Method in class akasha.notifications.Notification
-
- removeErrorListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- removeErrorListener(EventListener) - Method in class akasha.notifications.Notification
-
- removeErrorListener(RTCErrorEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- removeErrorListener(RTCErrorEventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- removeErrorListener(RTCErrorEventListener) - Method in class akasha.rtc.RTCDataChannel
-
- removeErrorListener(RTCErrorEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDtlsTransport
-
- removeErrorListener(RTCErrorEventListener, boolean) - Method in class akasha.rtc.RTCDtlsTransport
-
- removeErrorListener(RTCErrorEventListener) - Method in class akasha.rtc.RTCDtlsTransport
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Method in class akasha.ServiceWorker
-
- removeErrorListener(ErrorEventListener, boolean) - Method in class akasha.ServiceWorker
-
- removeErrorListener(ErrorEventListener) - Method in class akasha.ServiceWorker
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Method in class akasha.SharedWorker
-
- removeErrorListener(ErrorEventListener, boolean) - Method in class akasha.SharedWorker
-
- removeErrorListener(ErrorEventListener) - Method in class akasha.SharedWorker
-
- removeErrorListener(SpeechRecognitionErrorEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeErrorListener(SpeechRecognitionErrorEventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeErrorListener(SpeechRecognitionErrorEventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeErrorListener(SpeechSynthesisErrorEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeErrorListener(SpeechSynthesisErrorEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeErrorListener(SpeechSynthesisErrorEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeErrorListener(ErrorEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeErrorListener(ErrorEventListener) - Method in class akasha.svg.SVGElement
-
- removeErrorListener(EventListener, EventListenerOptions) - Method in class akasha.WebSocket
-
- removeErrorListener(EventListener, boolean) - Method in class akasha.WebSocket
-
- removeErrorListener(EventListener) - Method in class akasha.WebSocket
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeErrorListener(ErrorEventListener, boolean) - Method in class akasha.Window
-
- removeErrorListener(ErrorEventListener) - Method in class akasha.Window
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeErrorListener(ErrorEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeErrorListener(ErrorEventListener) - Static method in class akasha.WindowGlobal
-
- removeErrorListener(ErrorEventListener, EventListenerOptions) - Method in class akasha.Worker
-
- removeErrorListener(ErrorEventListener, boolean) - Method in class akasha.Worker
-
- removeErrorListener(ErrorEventListener) - Method in class akasha.Worker
-
- removeErrorListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeErrorListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeErrorListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeEventListener(String, EventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, EventListenerOptions) - Method in class akasha.EventTarget
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, boolean) - Method in class akasha.EventTarget
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener) - Method in class akasha.EventTarget
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, EventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, EventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener) - Static method in class akasha.SharedWorkerGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener, boolean) - Static method in class akasha.WindowGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeEventListener(String, EventListener) - Static method in class akasha.WindowGlobal
-
The EventTarget.removeEventListener() method removes from the EventTarget an event listener previously registered with EventTarget.addEventListener().
- removeExitListener(EventListener, EventListenerOptions) - Method in class akasha.TextTrackCue
-
- removeExitListener(EventListener, boolean) - Method in class akasha.TextTrackCue
-
- removeExitListener(EventListener) - Method in class akasha.TextTrackCue
-
- removeFetchListener(FetchEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeFetchListener(FetchEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeFetchListener(FetchEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeFetchListener(FetchEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeFetchListener(FetchEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeFetchListener(FetchEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeFinishListener(AnimationPlaybackEventListener, EventListenerOptions) - Method in class akasha.Animation
-
- removeFinishListener(AnimationPlaybackEventListener, boolean) - Method in class akasha.Animation
-
- removeFinishListener(AnimationPlaybackEventListener) - Method in class akasha.Animation
-
- removeFocusinListener(FocusEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeFocusinListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- removeFocusinListener(FocusEventListener) - Method in class akasha.Element
-
- removeFocusListener(FocusEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeFocusListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- removeFocusListener(FocusEventListener) - Method in class akasha.Element
-
- removeFocusListener(FocusEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeFocusListener(FocusEventListener, boolean) - Method in class akasha.Window
-
- removeFocusListener(FocusEventListener) - Method in class akasha.Window
-
- removeFocusListener(FocusEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeFocusListener(FocusEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeFocusListener(FocusEventListener) - Static method in class akasha.WindowGlobal
-
- removeFocusoutListener(FocusEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeFocusoutListener(FocusEventListener, boolean) - Method in class akasha.Element
-
- removeFocusoutListener(FocusEventListener) - Method in class akasha.Element
-
- removeFormdataListener(FormDataEventListener, EventListenerOptions) - Method in class akasha.HTMLFormElement
-
- removeFormdataListener(FormDataEventListener, boolean) - Method in class akasha.HTMLFormElement
-
- removeFormdataListener(FormDataEventListener) - Method in class akasha.HTMLFormElement
-
- removeFullscreenchangeListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeFullscreenchangeListener(EventListener, boolean) - Method in class akasha.Document
-
- removeFullscreenchangeListener(EventListener) - Method in class akasha.Document
-
- removeFullscreenchangeListener(EventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeFullscreenchangeListener(EventListener, boolean) - Method in class akasha.Element
-
- removeFullscreenchangeListener(EventListener) - Method in class akasha.Element
-
- removeFullscreenerrorListener(EventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeFullscreenerrorListener(EventListener, boolean) - Method in class akasha.Element
-
- removeFullscreenerrorListener(EventListener) - Method in class akasha.Element
-
- removeGamepadconnectedListener(GamepadEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeGamepadconnectedListener(GamepadEventListener, boolean) - Method in class akasha.Window
-
- removeGamepadconnectedListener(GamepadEventListener) - Method in class akasha.Window
-
- removeGamepadconnectedListener(GamepadEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeGamepadconnectedListener(GamepadEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeGamepadconnectedListener(GamepadEventListener) - Static method in class akasha.WindowGlobal
-
- removeGamepaddisconnectedListener(GamepadEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeGamepaddisconnectedListener(GamepadEventListener, boolean) - Method in class akasha.Window
-
- removeGamepaddisconnectedListener(GamepadEventListener) - Method in class akasha.Window
-
- removeGamepaddisconnectedListener(GamepadEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeGamepaddisconnectedListener(GamepadEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeGamepaddisconnectedListener(GamepadEventListener) - Static method in class akasha.WindowGlobal
-
- removeGatheringstatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCIceTransport
-
- removeGatheringstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCIceTransport
-
- removeGatheringstatechangeListener(EventListener) - Method in class akasha.rtc.RTCIceTransport
-
- removeGattserverdisconnectedListener(EventListener, EventListenerOptions) - Method in class akasha.bluetooth.BluetoothDevice
-
- removeGattserverdisconnectedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothDevice
-
- removeGattserverdisconnectedListener(EventListener) - Method in class akasha.bluetooth.BluetoothDevice
-
- removeGotpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removeGotpointercaptureListener(PointerEventListener) - Method in class akasha.Document
-
- removeGotpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeGotpointercaptureListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removeGotpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeGotpointercaptureListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removeGotpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeGotpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removeGotpointercaptureListener(PointerEventListener) - Method in class akasha.Window
-
- removeGotpointercaptureListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeGotpointercaptureListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeGotpointercaptureListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removeHashchangeListener(HashChangeEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removeHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removeHashchangeListener(HashChangeEventListener) - Method in class akasha.HTMLBodyElement
-
- removeHashchangeListener(HashChangeEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removeHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removeHashchangeListener(HashChangeEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removeHashchangeListener(HashChangeEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removeHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removeHashchangeListener(HashChangeEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removeHashchangeListener(HashChangeEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeHashchangeListener(HashChangeEventListener, boolean) - Method in class akasha.Window
-
- removeHashchangeListener(HashChangeEventListener) - Method in class akasha.Window
-
- removeHashchangeListener(HashChangeEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeHashchangeListener(HashChangeEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeHashchangeListener(HashChangeEventListener) - Static method in class akasha.WindowGlobal
-
- removeIcecandidateerrorListener(RTCPeerConnectionIceErrorEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcecandidateerrorListener(RTCPeerConnectionIceErrorEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcecandidateerrorListener(RTCPeerConnectionIceErrorEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcecandidateListener(RTCPeerConnectionIceEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcecandidateListener(RTCPeerConnectionIceEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcecandidateListener(RTCPeerConnectionIceEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIceconnectionstatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIceconnectionstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIceconnectionstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcegatheringstatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcegatheringstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeIcegatheringstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeInputListener(InputEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeInputListener(InputEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeInputListener(InputEventListener) - Method in class akasha.HTMLElement
-
- removeInstallListener(ExtendableEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeInstallListener(ExtendableEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeInstallListener(ExtendableEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeInstallListener(ExtendableEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeInstallListener(ExtendableEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeInstallListener(ExtendableEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeInvalidListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeInvalidListener(EventListener, boolean) - Method in class akasha.HTMLElement
-
- removeInvalidListener(EventListener) - Method in class akasha.HTMLElement
-
- removeItem(String) - Method in class akasha.Storage
-
The removeItem() method of the Storage interface, when passed a key name, will remove that key from the given Storage object if it exists.
- removeItem(int) - Method in class akasha.svg.SVGLengthList
-
- removeItem(int) - Method in class akasha.svg.SVGNumberList
-
- removeItem(int) - Method in class akasha.svg.SVGPointList
-
- removeItem(int) - Method in class akasha.svg.SVGStringList
-
- removeItem(int) - Method in class akasha.svg.SVGTransformList
-
- removeKeydownListener(KeyboardEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeKeydownListener(KeyboardEventListener, boolean) - Method in class akasha.Document
-
- removeKeydownListener(KeyboardEventListener) - Method in class akasha.Document
-
- removeKeypressListener(KeyboardEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeKeypressListener(KeyboardEventListener, boolean) - Method in class akasha.Document
-
- removeKeypressListener(KeyboardEventListener) - Method in class akasha.Document
-
- removeKeystatuseschangeListener(EventListener, EventListenerOptions) - Method in class akasha.MediaKeySession
-
- removeKeystatuseschangeListener(EventListener, boolean) - Method in class akasha.MediaKeySession
-
- removeKeystatuseschangeListener(EventListener) - Method in class akasha.MediaKeySession
-
- removeKeyupListener(KeyboardEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeKeyupListener(KeyboardEventListener, boolean) - Method in class akasha.Document
-
- removeKeyupListener(KeyboardEventListener) - Method in class akasha.Document
-
- removeLanguagechangeListener(EventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeLanguagechangeListener(EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeLanguagechangeListener(EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeLanguagechangeListener(EventListener, EventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeLanguagechangeListener(EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeLanguagechangeListener(EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeLanguagechangeListener(EventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeLanguagechangeListener(EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeLanguagechangeListener(EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeLanguagechangeListener(EventListener, EventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- removeLanguagechangeListener(EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- removeLanguagechangeListener(EventListener) - Static method in class akasha.SharedWorkerGlobal
-
- removeLanguagechangeListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeLanguagechangeListener(EventListener, boolean) - Method in class akasha.Window
-
- removeLanguagechangeListener(EventListener) - Method in class akasha.Window
-
- removeLanguagechangeListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeLanguagechangeListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeLanguagechangeListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeLanguagechangeListener(EventListener, EventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- removeLanguagechangeListener(EventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- removeLanguagechangeListener(EventListener) - Method in class akasha.WorkerGlobalScope
-
- removeListener(EventListener) - Method in class akasha.MediaQueryList
-
The removeListener() method of the MediaQueryList interface removes a listener from the MediaQueryListener.
- removeLoadeddataListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeLoadeddataListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeLoadeddataListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeLoadedmetadataListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeLoadedmetadataListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeLoadedmetadataListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeLoadendListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.FileReader
-
- removeLoadendListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- removeLoadendListener(ProgressEventListener) - Method in class akasha.FileReader
-
- removeLoadendListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadendListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadendListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.FileReader
-
- removeLoadListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- removeLoadListener(ProgressEventListener) - Method in class akasha.FileReader
-
- removeLoadListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeLoadListener(EventListener, boolean) - Method in class akasha.Window
-
- removeLoadListener(EventListener) - Method in class akasha.Window
-
- removeLoadListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeLoadListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeLoadListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeLoadListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadstartListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.FileReader
-
- removeLoadstartListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- removeLoadstartListener(ProgressEventListener) - Method in class akasha.FileReader
-
- removeLoadstartListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeLoadstartListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeLoadstartListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeLoadstartListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadstartListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLoadstartListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeLostpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removeLostpointercaptureListener(PointerEventListener) - Method in class akasha.Document
-
- removeLostpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeLostpointercaptureListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removeLostpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeLostpointercaptureListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removeLostpointercaptureListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeLostpointercaptureListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removeLostpointercaptureListener(PointerEventListener) - Method in class akasha.Window
-
- removeLostpointercaptureListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeLostpointercaptureListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeLostpointercaptureListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removeMarkListener(SpeechSynthesisEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeMarkListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeMarkListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.BroadcastChannel
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.BroadcastChannel
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.BroadcastChannel
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeMessageerrorListener(MessageEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeMessageerrorListener(MessageEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.DedicatedWorkerGlobalScope
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.DedicatedWorkerGlobalScope
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.DedicatedWorkerGlobalScope
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.HTMLBodyElement
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.MessagePort
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.MessagePort
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.MessagePort
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerContainer
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.ServiceWorkerContainer
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.ServiceWorkerContainer
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeMessageerrorListener(MessageEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeMessageerrorListener(MessageEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.Window
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.Window
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeMessageerrorListener(MessageEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeMessageerrorListener(MessageEventListener) - Static method in class akasha.WindowGlobal
-
- removeMessageerrorListener(MessageEventListener, EventListenerOptions) - Method in class akasha.Worker
-
- removeMessageerrorListener(MessageEventListener, boolean) - Method in class akasha.Worker
-
- removeMessageerrorListener(MessageEventListener) - Method in class akasha.Worker
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.BroadcastChannel
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.BroadcastChannel
-
- removeMessageListener(MessageEventListener) - Method in class akasha.BroadcastChannel
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeMessageListener(MessageEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeMessageListener(MessageEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.DedicatedWorkerGlobalScope
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.DedicatedWorkerGlobalScope
-
- removeMessageListener(MessageEventListener) - Method in class akasha.DedicatedWorkerGlobalScope
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.EventSource
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.EventSource
-
- removeMessageListener(MessageEventListener) - Method in class akasha.EventSource
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removeMessageListener(MessageEventListener) - Method in class akasha.HTMLBodyElement
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removeMessageListener(MessageEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removeMessageListener(MediaKeyMessageEventListener, EventListenerOptions) - Method in class akasha.MediaKeySession
-
- removeMessageListener(MediaKeyMessageEventListener, boolean) - Method in class akasha.MediaKeySession
-
- removeMessageListener(MediaKeyMessageEventListener) - Method in class akasha.MediaKeySession
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.MessagePort
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.MessagePort
-
- removeMessageListener(MessageEventListener) - Method in class akasha.MessagePort
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- removeMessageListener(MessageEventListener) - Method in class akasha.rtc.RTCDataChannel
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerContainer
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.ServiceWorkerContainer
-
- removeMessageListener(MessageEventListener) - Method in class akasha.ServiceWorkerContainer
-
- removeMessageListener(ExtendableMessageEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeMessageListener(ExtendableMessageEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeMessageListener(ExtendableMessageEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeMessageListener(ExtendableMessageEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeMessageListener(ExtendableMessageEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeMessageListener(ExtendableMessageEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removeMessageListener(MessageEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.WebSocket
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.WebSocket
-
- removeMessageListener(MessageEventListener) - Method in class akasha.WebSocket
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.Window
-
- removeMessageListener(MessageEventListener) - Method in class akasha.Window
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeMessageListener(MessageEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeMessageListener(MessageEventListener) - Static method in class akasha.WindowGlobal
-
- removeMessageListener(MessageEventListener, EventListenerOptions) - Method in class akasha.Worker
-
- removeMessageListener(MessageEventListener, boolean) - Method in class akasha.Worker
-
- removeMessageListener(MessageEventListener) - Method in class akasha.Worker
-
- removeMousedownListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeMousedownListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeMousedownListener(MouseEventListener) - Method in class akasha.Element
-
- removeMouseenterListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeMouseenterListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeMouseenterListener(MouseEventListener) - Method in class akasha.Element
-
- removeMouseleaveListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeMouseleaveListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeMouseleaveListener(MouseEventListener) - Method in class akasha.Element
-
- removeMousemoveListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeMousemoveListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeMousemoveListener(MouseEventListener) - Method in class akasha.Element
-
- removeMouseoutListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeMouseoutListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeMouseoutListener(MouseEventListener) - Method in class akasha.Element
-
- removeMouseoverListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeMouseoverListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeMouseoverListener(MouseEventListener) - Method in class akasha.Element
-
- removeMouseupListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeMouseupListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeMouseupListener(MouseEventListener) - Method in class akasha.Element
-
- removeMuteListener(EventListener, EventListenerOptions) - Method in class akasha.media.MediaStreamTrack
-
- removeMuteListener(EventListener, boolean) - Method in class akasha.media.MediaStreamTrack
-
- removeMuteListener(EventListener) - Method in class akasha.media.MediaStreamTrack
-
- removeNamedItem(String) - Method in class akasha.NamedNodeMap
-
- removeNamedItemNS(String, String) - Method in class akasha.NamedNodeMap
-
- removeNegotiationneededListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeNegotiationneededListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeNegotiationneededListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeNomatchListener(SpeechRecognitionEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeNomatchListener(SpeechRecognitionEventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeNomatchListener(SpeechRecognitionEventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeNotificationclickListener(NotificationEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeNotificationclickListener(NotificationEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeNotificationclickListener(NotificationEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeNotificationclickListener(NotificationEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeNotificationclickListener(NotificationEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeNotificationclickListener(NotificationEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeNotificationcloseListener(NotificationEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeNotificationcloseListener(NotificationEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeNotificationcloseListener(NotificationEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeNotificationcloseListener(NotificationEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeNotificationcloseListener(NotificationEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeNotificationcloseListener(NotificationEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeOfflineListener(EventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeOfflineListener(EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeOfflineListener(EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeOfflineListener(EventListener, EventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeOfflineListener(EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeOfflineListener(EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeOfflineListener(EventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeOfflineListener(EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeOfflineListener(EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeOfflineListener(EventListener, EventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- removeOfflineListener(EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- removeOfflineListener(EventListener) - Static method in class akasha.SharedWorkerGlobal
-
- removeOfflineListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeOfflineListener(EventListener, boolean) - Method in class akasha.Window
-
- removeOfflineListener(EventListener) - Method in class akasha.Window
-
- removeOfflineListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeOfflineListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeOfflineListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeOfflineListener(EventListener, EventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- removeOfflineListener(EventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- removeOfflineListener(EventListener) - Method in class akasha.WorkerGlobalScope
-
- removeOnlineListener(EventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeOnlineListener(EventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeOnlineListener(EventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeOnlineListener(EventListener, EventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeOnlineListener(EventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeOnlineListener(EventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeOnlineListener(EventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeOnlineListener(EventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeOnlineListener(EventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeOnlineListener(EventListener, EventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- removeOnlineListener(EventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- removeOnlineListener(EventListener) - Static method in class akasha.SharedWorkerGlobal
-
- removeOnlineListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeOnlineListener(EventListener, boolean) - Method in class akasha.Window
-
- removeOnlineListener(EventListener) - Method in class akasha.Window
-
- removeOnlineListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeOnlineListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeOnlineListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeOnlineListener(EventListener, EventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- removeOnlineListener(EventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- removeOnlineListener(EventListener) - Method in class akasha.WorkerGlobalScope
-
- removeOpenListener(EventListener, EventListenerOptions) - Method in class akasha.EventSource
-
- removeOpenListener(EventListener, boolean) - Method in class akasha.EventSource
-
- removeOpenListener(EventListener) - Method in class akasha.EventSource
-
- removeOpenListener(RTCDataChannelEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDataChannel
-
- removeOpenListener(RTCDataChannelEventListener, boolean) - Method in class akasha.rtc.RTCDataChannel
-
- removeOpenListener(RTCDataChannelEventListener) - Method in class akasha.rtc.RTCDataChannel
-
- removeOpenListener(EventListener, EventListenerOptions) - Method in class akasha.WebSocket
-
- removeOpenListener(EventListener, boolean) - Method in class akasha.WebSocket
-
- removeOpenListener(EventListener) - Method in class akasha.WebSocket
-
- removeOrientationchangeListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeOrientationchangeListener(EventListener, boolean) - Method in class akasha.Window
-
- removeOrientationchangeListener(EventListener) - Method in class akasha.Window
-
- removeOrientationchangeListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeOrientationchangeListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeOrientationchangeListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removePagehideListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removePagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removePagehideListener(PageTransitionEventListener) - Method in class akasha.HTMLBodyElement
-
- removePagehideListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removePagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removePagehideListener(PageTransitionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removePagehideListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removePagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removePagehideListener(PageTransitionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removePagehideListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePagehideListener(PageTransitionEventListener, boolean) - Method in class akasha.Window
-
- removePagehideListener(PageTransitionEventListener) - Method in class akasha.Window
-
- removePagehideListener(PageTransitionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePagehideListener(PageTransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePagehideListener(PageTransitionEventListener) - Static method in class akasha.WindowGlobal
-
- removePageshowListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removePageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removePageshowListener(PageTransitionEventListener) - Method in class akasha.HTMLBodyElement
-
- removePageshowListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removePageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removePageshowListener(PageTransitionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removePageshowListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removePageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removePageshowListener(PageTransitionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removePageshowListener(PageTransitionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePageshowListener(PageTransitionEventListener, boolean) - Method in class akasha.Window
-
- removePageshowListener(PageTransitionEventListener) - Method in class akasha.Window
-
- removePageshowListener(PageTransitionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePageshowListener(PageTransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePageshowListener(PageTransitionEventListener) - Static method in class akasha.WindowGlobal
-
- removeParameter(String, String) - Method in class akasha.XSLTProcessor
-
- removePasteListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePasteListener(ClipboardEventListener, boolean) - Method in class akasha.Document
-
- removePasteListener(ClipboardEventListener) - Method in class akasha.Document
-
- removePasteListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removePasteListener(ClipboardEventListener, boolean) - Method in class akasha.Element
-
- removePasteListener(ClipboardEventListener) - Method in class akasha.Element
-
- removePasteListener(ClipboardEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePasteListener(ClipboardEventListener, boolean) - Method in class akasha.Window
-
- removePasteListener(ClipboardEventListener) - Method in class akasha.Window
-
- removePasteListener(ClipboardEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePasteListener(ClipboardEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePasteListener(ClipboardEventListener) - Static method in class akasha.WindowGlobal
-
- removePauseListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removePauseListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removePauseListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removePauseListener(SpeechSynthesisEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removePauseListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removePauseListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removePeeridentityListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removePeeridentityListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removePeeridentityListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removePlayingListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removePlayingListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removePlayingListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removePlayListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removePlayListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removePlayListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removePointercancelListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointercancelListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointercancelListener(PointerEventListener) - Method in class akasha.Document
-
- removePointercancelListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointercancelListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointercancelListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointercancelListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointercancelListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointercancelListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointercancelListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointercancelListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointercancelListener(PointerEventListener) - Method in class akasha.Window
-
- removePointercancelListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointercancelListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointercancelListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePointerdownListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointerdownListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointerdownListener(PointerEventListener) - Method in class akasha.Document
-
- removePointerdownListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointerdownListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointerdownListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointerdownListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointerdownListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointerdownListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointerdownListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointerdownListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointerdownListener(PointerEventListener) - Method in class akasha.Window
-
- removePointerdownListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointerdownListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointerdownListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePointerenterListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointerenterListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointerenterListener(PointerEventListener) - Method in class akasha.Document
-
- removePointerenterListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointerenterListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointerenterListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointerenterListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointerenterListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointerenterListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointerenterListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointerenterListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointerenterListener(PointerEventListener) - Method in class akasha.Window
-
- removePointerenterListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointerenterListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointerenterListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePointerleaveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointerleaveListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointerleaveListener(PointerEventListener) - Method in class akasha.Document
-
- removePointerleaveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointerleaveListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointerleaveListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointerleaveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointerleaveListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointerleaveListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointerleaveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointerleaveListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointerleaveListener(PointerEventListener) - Method in class akasha.Window
-
- removePointerleaveListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointerleaveListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointerleaveListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePointerlockchangeListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointerlockchangeListener(EventListener, boolean) - Method in class akasha.Document
-
- removePointerlockchangeListener(EventListener) - Method in class akasha.Document
-
- removePointerlockerrorListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointerlockerrorListener(EventListener, boolean) - Method in class akasha.Document
-
- removePointerlockerrorListener(EventListener) - Method in class akasha.Document
-
- removePointermoveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointermoveListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointermoveListener(PointerEventListener) - Method in class akasha.Document
-
- removePointermoveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointermoveListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointermoveListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointermoveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointermoveListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointermoveListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointermoveListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointermoveListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointermoveListener(PointerEventListener) - Method in class akasha.Window
-
- removePointermoveListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointermoveListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointermoveListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePointeroutListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointeroutListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointeroutListener(PointerEventListener) - Method in class akasha.Document
-
- removePointeroutListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointeroutListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointeroutListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointeroutListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointeroutListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointeroutListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointeroutListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointeroutListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointeroutListener(PointerEventListener) - Method in class akasha.Window
-
- removePointeroutListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointeroutListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointeroutListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePointeroverListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointeroverListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointeroverListener(PointerEventListener) - Method in class akasha.Document
-
- removePointeroverListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointeroverListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointeroverListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointeroverListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointeroverListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointeroverListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointeroverListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointeroverListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointeroverListener(PointerEventListener) - Method in class akasha.Window
-
- removePointeroverListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointeroverListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointeroverListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePointerupListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removePointerupListener(PointerEventListener, boolean) - Method in class akasha.Document
-
- removePointerupListener(PointerEventListener) - Method in class akasha.Document
-
- removePointerupListener(PointerEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removePointerupListener(PointerEventListener, boolean) - Method in class akasha.HTMLElement
-
- removePointerupListener(PointerEventListener) - Method in class akasha.HTMLElement
-
- removePointerupListener(PointerEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removePointerupListener(PointerEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removePointerupListener(PointerEventListener) - Method in class akasha.svg.SVGElement
-
- removePointerupListener(PointerEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePointerupListener(PointerEventListener, boolean) - Method in class akasha.Window
-
- removePointerupListener(PointerEventListener) - Method in class akasha.Window
-
- removePointerupListener(PointerEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePointerupListener(PointerEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePointerupListener(PointerEventListener) - Static method in class akasha.WindowGlobal
-
- removePopstateListener(PopStateEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removePopstateListener(PopStateEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removePopstateListener(PopStateEventListener) - Method in class akasha.HTMLBodyElement
-
- removePopstateListener(PopStateEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removePopstateListener(PopStateEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removePopstateListener(PopStateEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removePopstateListener(PopStateEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removePopstateListener(PopStateEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removePopstateListener(PopStateEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removePopstateListener(PopStateEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removePopstateListener(PopStateEventListener, boolean) - Method in class akasha.Window
-
- removePopstateListener(PopStateEventListener) - Method in class akasha.Window
-
- removePopstateListener(PopStateEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removePopstateListener(PopStateEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removePopstateListener(PopStateEventListener) - Static method in class akasha.WindowGlobal
-
- removeProcessorerrorListener(EventListener, EventListenerOptions) - Method in class akasha.audio.AudioWorkletNode
-
- removeProcessorerrorListener(EventListener, boolean) - Method in class akasha.audio.AudioWorkletNode
-
- removeProcessorerrorListener(EventListener) - Method in class akasha.audio.AudioWorkletNode
-
- removeProgressListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.FileReader
-
- removeProgressListener(ProgressEventListener, boolean) - Method in class akasha.FileReader
-
- removeProgressListener(ProgressEventListener) - Method in class akasha.FileReader
-
- removeProgressListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeProgressListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeProgressListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeProgressListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeProgressListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeProgressListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeProperty(String) - Method in class akasha.CSSStyleDeclaration
-
The CSSStyleDeclaration.removeProperty() method interface removes a property from a CSS style declaration object.
- removePushListener(PushEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removePushListener(PushEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removePushListener(PushEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removePushListener(PushEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removePushListener(PushEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removePushListener(PushEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removePushsubscriptionchangeListener(PushSubscriptionChangeEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removePushsubscriptionchangeListener(PushSubscriptionChangeEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removePushsubscriptionchangeListener(PushSubscriptionChangeEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removePushsubscriptionchangeListener(PushSubscriptionChangeEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removePushsubscriptionchangeListener(PushSubscriptionChangeEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removePushsubscriptionchangeListener(PushSubscriptionChangeEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeRange(Range) - Method in class akasha.Selection
-
The Selection.removeRange() method removes a range from a selection.
- removeRatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeRatechangeListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeRatechangeListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeReadystatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeReadystatechangeListener(EventListener, boolean) - Method in class akasha.Document
-
- removeReadystatechangeListener(EventListener) - Method in class akasha.Document
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.HTMLBodyElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.SharedWorkerGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.Window
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.Window
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Static method in class akasha.WindowGlobal
-
- removeRejectionhandledListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- removeRejectionhandledListener(PromiseRejectionEventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- removeRejectionhandledListener(PromiseRejectionEventListener) - Method in class akasha.WorkerGlobalScope
-
- removeRemoveListener(AnimationPlaybackEventListener, EventListenerOptions) - Method in class akasha.Animation
-
- removeRemoveListener(AnimationPlaybackEventListener, boolean) - Method in class akasha.Animation
-
- removeRemoveListener(AnimationPlaybackEventListener) - Method in class akasha.Animation
-
- removeRemovesourcebufferListener(EventListener, EventListenerOptions) - Method in class akasha.media.SourceBufferList
-
- removeRemovesourcebufferListener(EventListener, boolean) - Method in class akasha.media.SourceBufferList
-
- removeRemovesourcebufferListener(EventListener) - Method in class akasha.media.SourceBufferList
-
- removeRemovetrackListener(TrackEventListener, EventListenerOptions) - Method in class akasha.AudioTrackList
-
- removeRemovetrackListener(TrackEventListener, boolean) - Method in class akasha.AudioTrackList
-
- removeRemovetrackListener(TrackEventListener) - Method in class akasha.AudioTrackList
-
- removeRemovetrackListener(MediaStreamTrackEventListener, EventListenerOptions) - Method in class akasha.media.MediaStream
-
- removeRemovetrackListener(MediaStreamTrackEventListener, boolean) - Method in class akasha.media.MediaStream
-
- removeRemovetrackListener(MediaStreamTrackEventListener) - Method in class akasha.media.MediaStream
-
- removeRemovetrackListener(TrackEventListener, EventListenerOptions) - Method in class akasha.TextTrackList
-
- removeRemovetrackListener(TrackEventListener, boolean) - Method in class akasha.TextTrackList
-
- removeRemovetrackListener(TrackEventListener) - Method in class akasha.TextTrackList
-
- removeRemovetrackListener(TrackEventListener, EventListenerOptions) - Method in class akasha.VideoTrackList
-
- removeRemovetrackListener(TrackEventListener, boolean) - Method in class akasha.VideoTrackList
-
- removeRemovetrackListener(TrackEventListener) - Method in class akasha.VideoTrackList
-
- removeResetListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLFormElement
-
- removeResetListener(EventListener, boolean) - Method in class akasha.HTMLFormElement
-
- removeResetListener(EventListener) - Method in class akasha.HTMLFormElement
-
- removeResetListener(XRReferenceSpaceEventListener, EventListenerOptions) - Method in class akasha.xr.XRReferenceSpace
-
- removeResetListener(XRReferenceSpaceEventListener, boolean) - Method in class akasha.xr.XRReferenceSpace
-
- removeResetListener(XRReferenceSpaceEventListener) - Method in class akasha.xr.XRReferenceSpace
-
- removeResizeListener(EventListener, EventListenerOptions) - Method in class akasha.VisualViewport
-
- removeResizeListener(EventListener, boolean) - Method in class akasha.VisualViewport
-
- removeResizeListener(EventListener) - Method in class akasha.VisualViewport
-
- removeResizeListener(UIEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeResizeListener(UIEventListener, boolean) - Method in class akasha.Window
-
- removeResizeListener(UIEventListener) - Method in class akasha.Window
-
- removeResizeListener(UIEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeResizeListener(UIEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeResizeListener(UIEventListener) - Static method in class akasha.WindowGlobal
-
- removeResourcetimingbufferfullListener(EventListener, EventListenerOptions) - Method in class akasha.Performance
-
- removeResourcetimingbufferfullListener(EventListener, boolean) - Method in class akasha.Performance
-
- removeResourcetimingbufferfullListener(EventListener) - Method in class akasha.Performance
-
- removeResultListener(SpeechRecognitionEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeResultListener(SpeechRecognitionEventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeResultListener(SpeechRecognitionEventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeResumeListener(SpeechSynthesisEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeResumeListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeResumeListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeRule(int) - Method in class akasha.CSSStyleSheet
-
- removeRule() - Method in class akasha.CSSStyleSheet
-
- removeScrollListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeScrollListener(EventListener, boolean) - Method in class akasha.Document
-
- removeScrollListener(EventListener) - Method in class akasha.Document
-
- removeScrollListener(EventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeScrollListener(EventListener, boolean) - Method in class akasha.Element
-
- removeScrollListener(EventListener) - Method in class akasha.Element
-
- removeScrollListener(EventListener, EventListenerOptions) - Method in class akasha.VisualViewport
-
- removeScrollListener(EventListener, boolean) - Method in class akasha.VisualViewport
-
- removeScrollListener(EventListener) - Method in class akasha.VisualViewport
-
- removeSearchListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLInputElement
-
- removeSearchListener(EventListener, boolean) - Method in class akasha.HTMLInputElement
-
- removeSearchListener(EventListener) - Method in class akasha.HTMLInputElement
-
- removeSeekedListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeSeekedListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeSeekedListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeSeekingListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeSeekingListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeSeekingListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeSelectedcandidatepairchangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCIceTransport
-
- removeSelectedcandidatepairchangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCIceTransport
-
- removeSelectedcandidatepairchangeListener(EventListener) - Method in class akasha.rtc.RTCIceTransport
-
- removeSelectionchangeListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeSelectionchangeListener(EventListener, boolean) - Method in class akasha.Document
-
- removeSelectionchangeListener(EventListener) - Method in class akasha.Document
-
- removeSelectstartListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeSelectstartListener(EventListener, boolean) - Method in class akasha.Document
-
- removeSelectstartListener(EventListener) - Method in class akasha.Document
-
- removeServiceaddedListener(EventListener, EventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServiceaddedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServiceaddedListener(EventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServicechangedListener(EventListener, EventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServicechangedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServicechangedListener(EventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServiceremovedListener(EventListener, EventListenerOptions) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServiceremovedListener(EventListener, boolean) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeServiceremovedListener(EventListener) - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
- removeShowListener(EventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeShowListener(EventListener, boolean) - Method in class akasha.Element
-
- removeShowListener(EventListener) - Method in class akasha.Element
-
- removeShowListener(EventListener, EventListenerOptions) - Method in class akasha.notifications.Notification
-
- removeShowListener(EventListener, boolean) - Method in class akasha.notifications.Notification
-
- removeShowListener(EventListener) - Method in class akasha.notifications.Notification
-
- removeSignalingstatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeSignalingstatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeSignalingstatechangeListener(EventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeSlotchangeListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLSlotElement
-
- removeSlotchangeListener(EventListener, boolean) - Method in class akasha.HTMLSlotElement
-
- removeSlotchangeListener(EventListener) - Method in class akasha.HTMLSlotElement
-
- removeSoundendListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeSoundendListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeSoundendListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeSoundstartListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeSoundstartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeSoundstartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeSourceBuffer(SourceBuffer) - Method in class akasha.media.MediaSource
-
The removeSourceBuffer() method of the MediaSource interface removes the given SourceBuffer from the SourceBuffers list associated with this MediaSource object.
- removeSourcecloseListener(EventListener, EventListenerOptions) - Method in class akasha.media.MediaSource
-
- removeSourcecloseListener(EventListener, boolean) - Method in class akasha.media.MediaSource
-
- removeSourcecloseListener(EventListener) - Method in class akasha.media.MediaSource
-
- removeSourceendedListener(EventListener, EventListenerOptions) - Method in class akasha.media.MediaSource
-
- removeSourceendedListener(EventListener, boolean) - Method in class akasha.media.MediaSource
-
- removeSourceendedListener(EventListener) - Method in class akasha.media.MediaSource
-
- removeSourceopenListener(EventListener, EventListenerOptions) - Method in class akasha.media.MediaSource
-
- removeSourceopenListener(EventListener, boolean) - Method in class akasha.media.MediaSource
-
- removeSourceopenListener(EventListener) - Method in class akasha.media.MediaSource
-
- removeSpeechendListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeSpeechendListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeSpeechendListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeSpeechstartListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeSpeechstartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeSpeechstartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeStalledListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeStalledListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeStalledListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeStartListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechRecognition
-
- removeStartListener(EventListener, boolean) - Method in class akasha.speech.SpeechRecognition
-
- removeStartListener(EventListener) - Method in class akasha.speech.SpeechRecognition
-
- removeStartListener(SpeechSynthesisEventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeStartListener(SpeechSynthesisEventListener, boolean) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeStartListener(SpeechSynthesisEventListener) - Method in class akasha.speech.SpeechSynthesisUtterance
-
- removeStatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.audio.BaseAudioContext
-
- removeStatechangeListener(EventListener, boolean) - Method in class akasha.audio.BaseAudioContext
-
- removeStatechangeListener(EventListener) - Method in class akasha.audio.BaseAudioContext
-
- removeStatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDtlsTransport
-
- removeStatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCDtlsTransport
-
- removeStatechangeListener(EventListener) - Method in class akasha.rtc.RTCDtlsTransport
-
- removeStatechangeListener(EventListener, EventListenerOptions) - Method in class akasha.rtc.RTCIceTransport
-
- removeStatechangeListener(EventListener, boolean) - Method in class akasha.rtc.RTCIceTransport
-
- removeStatechangeListener(EventListener) - Method in class akasha.rtc.RTCIceTransport
-
- removeStorageListener(StorageEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removeStorageListener(StorageEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removeStorageListener(StorageEventListener) - Method in class akasha.HTMLBodyElement
-
- removeStorageListener(StorageEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removeStorageListener(StorageEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removeStorageListener(StorageEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removeStorageListener(StorageEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removeStorageListener(StorageEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removeStorageListener(StorageEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removeStorageListener(StorageEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeStorageListener(StorageEventListener, boolean) - Method in class akasha.Window
-
- removeStorageListener(StorageEventListener) - Method in class akasha.Window
-
- removeStorageListener(StorageEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeStorageListener(StorageEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeStorageListener(StorageEventListener) - Static method in class akasha.WindowGlobal
-
- removeSubmitListener(SubmitEventListener, EventListenerOptions) - Method in class akasha.HTMLFormElement
-
- removeSubmitListener(SubmitEventListener, boolean) - Method in class akasha.HTMLFormElement
-
- removeSubmitListener(SubmitEventListener) - Method in class akasha.HTMLFormElement
-
- removeSuccessListener(EventListener, EventListenerOptions) - Method in class akasha.idb.IDBRequest
-
- removeSuccessListener(EventListener, boolean) - Method in class akasha.idb.IDBRequest
-
- removeSuccessListener(EventListener) - Method in class akasha.idb.IDBRequest
-
- removeSuspendListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeSuspendListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeSuspendListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeSyncListener(SyncEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeSyncListener(SyncEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeSyncListener(SyncEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeSyncListener(SyncEventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeSyncListener(SyncEventListener, boolean) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeSyncListener(SyncEventListener) - Method in class akasha.ServiceWorkerGlobalScope
-
- removeTimeoutListener(ProgressEventListener, EventListenerOptions) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeTimeoutListener(ProgressEventListener, boolean) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeTimeoutListener(ProgressEventListener) - Method in class akasha.XMLHttpRequestEventTarget
-
- removeTimeupdateListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeTimeupdateListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeTimeupdateListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeToggleListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLDetailsElement
-
- removeToggleListener(EventListener, boolean) - Method in class akasha.HTMLDetailsElement
-
- removeToggleListener(EventListener) - Method in class akasha.HTMLDetailsElement
-
- removeTonechangeListener(RTCDTMFToneChangeEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCDTMFSender
-
- removeTonechangeListener(RTCDTMFToneChangeEventListener, boolean) - Method in class akasha.rtc.RTCDTMFSender
-
- removeTonechangeListener(RTCDTMFToneChangeEventListener) - Method in class akasha.rtc.RTCDTMFSender
-
- removeTouchcancelListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTouchcancelListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- removeTouchcancelListener(TouchEventListener) - Method in class akasha.Document
-
- removeTouchcancelListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeTouchcancelListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- removeTouchcancelListener(TouchEventListener) - Method in class akasha.Element
-
- removeTouchcancelListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTouchcancelListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- removeTouchcancelListener(TouchEventListener) - Method in class akasha.Window
-
- removeTouchcancelListener(TouchEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTouchcancelListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTouchcancelListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- removeTouchendListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTouchendListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- removeTouchendListener(TouchEventListener) - Method in class akasha.Document
-
- removeTouchendListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeTouchendListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- removeTouchendListener(TouchEventListener) - Method in class akasha.Element
-
- removeTouchendListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTouchendListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- removeTouchendListener(TouchEventListener) - Method in class akasha.Window
-
- removeTouchendListener(TouchEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTouchendListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTouchendListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- removeTouchmoveListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTouchmoveListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- removeTouchmoveListener(TouchEventListener) - Method in class akasha.Document
-
- removeTouchmoveListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeTouchmoveListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- removeTouchmoveListener(TouchEventListener) - Method in class akasha.Element
-
- removeTouchmoveListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTouchmoveListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- removeTouchmoveListener(TouchEventListener) - Method in class akasha.Window
-
- removeTouchmoveListener(TouchEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTouchmoveListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTouchmoveListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- removeTouchstartListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTouchstartListener(TouchEventListener, boolean) - Method in class akasha.Document
-
- removeTouchstartListener(TouchEventListener) - Method in class akasha.Document
-
- removeTouchstartListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeTouchstartListener(TouchEventListener, boolean) - Method in class akasha.Element
-
- removeTouchstartListener(TouchEventListener) - Method in class akasha.Element
-
- removeTouchstartListener(TouchEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTouchstartListener(TouchEventListener, boolean) - Method in class akasha.Window
-
- removeTouchstartListener(TouchEventListener) - Method in class akasha.Window
-
- removeTouchstartListener(TouchEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTouchstartListener(TouchEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTouchstartListener(TouchEventListener) - Static method in class akasha.WindowGlobal
-
- removeTrack(MediaStreamTrack) - Method in class akasha.media.MediaStream
-
- removeTrack(RTCRtpSender) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.removeTrack() method tells the local end of the connection to stop sending media from the specified track, without actually removing the corresponding RTCRtpSender from the list of senders as reported by RTCPeerConnection.getSenders().
- removeTrackListener(RTCTrackEventListener, EventListenerOptions) - Method in class akasha.rtc.RTCPeerConnection
-
- removeTrackListener(RTCTrackEventListener, boolean) - Method in class akasha.rtc.RTCPeerConnection
-
- removeTrackListener(RTCTrackEventListener) - Method in class akasha.rtc.RTCPeerConnection
-
- removeTransitioncancelListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- removeTransitioncancelListener(TransitionEventListener) - Method in class akasha.Document
-
- removeTransitioncancelListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeTransitioncancelListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- removeTransitioncancelListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeTransitioncancelListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- removeTransitioncancelListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTransitioncancelListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- removeTransitioncancelListener(TransitionEventListener) - Method in class akasha.Window
-
- removeTransitioncancelListener(TransitionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTransitioncancelListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTransitioncancelListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- removeTransitionendListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- removeTransitionendListener(TransitionEventListener) - Method in class akasha.Document
-
- removeTransitionendListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeTransitionendListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- removeTransitionendListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeTransitionendListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- removeTransitionendListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTransitionendListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- removeTransitionendListener(TransitionEventListener) - Method in class akasha.Window
-
- removeTransitionendListener(TransitionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTransitionendListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTransitionendListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- removeTransitionrunListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- removeTransitionrunListener(TransitionEventListener) - Method in class akasha.Document
-
- removeTransitionrunListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeTransitionrunListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- removeTransitionrunListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeTransitionrunListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- removeTransitionrunListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTransitionrunListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- removeTransitionrunListener(TransitionEventListener) - Method in class akasha.Window
-
- removeTransitionrunListener(TransitionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTransitionrunListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTransitionrunListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- removeTransitionstartListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.Document
-
- removeTransitionstartListener(TransitionEventListener) - Method in class akasha.Document
-
- removeTransitionstartListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.HTMLElement
-
- removeTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.HTMLElement
-
- removeTransitionstartListener(TransitionEventListener) - Method in class akasha.HTMLElement
-
- removeTransitionstartListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGElement
-
- removeTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.svg.SVGElement
-
- removeTransitionstartListener(TransitionEventListener) - Method in class akasha.svg.SVGElement
-
- removeTransitionstartListener(TransitionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeTransitionstartListener(TransitionEventListener, boolean) - Method in class akasha.Window
-
- removeTransitionstartListener(TransitionEventListener) - Method in class akasha.Window
-
- removeTransitionstartListener(TransitionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeTransitionstartListener(TransitionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeTransitionstartListener(TransitionEventListener) - Static method in class akasha.WindowGlobal
-
- removeUncapturederrorListener(GPUUncapturedErrorEventListener, EventListenerOptions) - Method in class akasha.gpu.GPUDevice
-
- removeUncapturederrorListener(GPUUncapturedErrorEventListener, boolean) - Method in class akasha.gpu.GPUDevice
-
- removeUncapturederrorListener(GPUUncapturedErrorEventListener) - Method in class akasha.gpu.GPUDevice
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.DedicatedWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.HTMLBodyElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLBodyElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.HTMLBodyElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.HTMLFrameSetElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.HTMLFrameSetElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.HTMLFrameSetElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.RTCIdentityProviderGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.ServiceWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.ServiceWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.SharedWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.SharedWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.SharedWorkerGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.svg.SVGSVGElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.svg.SVGSVGElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.svg.SVGSVGElement
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.Window
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.Window
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Static method in class akasha.WindowGlobal
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, EventListenerOptions) - Method in class akasha.WorkerGlobalScope
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener, boolean) - Method in class akasha.WorkerGlobalScope
-
- removeUnhandledrejectionListener(PromiseRejectionEventListener) - Method in class akasha.WorkerGlobalScope
-
- removeUnloadListener(EventListener, EventListenerOptions) - Method in class akasha.Window
-
- removeUnloadListener(EventListener, boolean) - Method in class akasha.Window
-
- removeUnloadListener(EventListener) - Method in class akasha.Window
-
- removeUnloadListener(EventListener, EventListenerOptions) - Static method in class akasha.WindowGlobal
-
- removeUnloadListener(EventListener, boolean) - Static method in class akasha.WindowGlobal
-
- removeUnloadListener(EventListener) - Static method in class akasha.WindowGlobal
-
- removeUnmuteListener(EventListener, EventListenerOptions) - Method in class akasha.media.MediaStreamTrack
-
- removeUnmuteListener(EventListener, boolean) - Method in class akasha.media.MediaStreamTrack
-
- removeUnmuteListener(EventListener) - Method in class akasha.media.MediaStreamTrack
-
- removeUpdateendListener(EventListener, EventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- removeUpdateendListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- removeUpdateendListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- removeUpdatefoundListener(EventListener, EventListenerOptions) - Method in class akasha.ServiceWorkerRegistration
-
- removeUpdatefoundListener(EventListener, boolean) - Method in class akasha.ServiceWorkerRegistration
-
- removeUpdatefoundListener(EventListener) - Method in class akasha.ServiceWorkerRegistration
-
- removeUpdateListener(EventListener, EventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- removeUpdateListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- removeUpdateListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- removeUpdatestartListener(EventListener, EventListenerOptions) - Method in class akasha.media.SourceBuffer
-
- removeUpdatestartListener(EventListener, boolean) - Method in class akasha.media.SourceBuffer
-
- removeUpdatestartListener(EventListener) - Method in class akasha.media.SourceBuffer
-
- removeUpgradeneededListener(IDBVersionChangeEventListener, EventListenerOptions) - Method in class akasha.idb.IDBOpenDBRequest
-
- removeUpgradeneededListener(IDBVersionChangeEventListener, boolean) - Method in class akasha.idb.IDBOpenDBRequest
-
- removeUpgradeneededListener(IDBVersionChangeEventListener) - Method in class akasha.idb.IDBOpenDBRequest
-
- removeVersionchangeListener(IDBVersionChangeEventListener, EventListenerOptions) - Method in class akasha.idb.IDBDatabase
-
- removeVersionchangeListener(IDBVersionChangeEventListener, boolean) - Method in class akasha.idb.IDBDatabase
-
- removeVersionchangeListener(IDBVersionChangeEventListener) - Method in class akasha.idb.IDBDatabase
-
- removeVisibilitychangeListener(EventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeVisibilitychangeListener(EventListener, boolean) - Method in class akasha.Document
-
- removeVisibilitychangeListener(EventListener) - Method in class akasha.Document
-
- removeVoiceschangedListener(EventListener, EventListenerOptions) - Method in class akasha.speech.SpeechSynthesis
-
- removeVoiceschangedListener(EventListener, boolean) - Method in class akasha.speech.SpeechSynthesis
-
- removeVoiceschangedListener(EventListener) - Method in class akasha.speech.SpeechSynthesis
-
- removeVolumechangeListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeVolumechangeListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeVolumechangeListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeWaitingListener(EventListener, EventListenerOptions) - Method in class akasha.HTMLMediaElement
-
- removeWaitingListener(EventListener, boolean) - Method in class akasha.HTMLMediaElement
-
- removeWaitingListener(EventListener) - Method in class akasha.HTMLMediaElement
-
- removeWebglcontextcreationerrorListener(WebGLContextEventListener, EventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextcreationerrorListener(WebGLContextEventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextcreationerrorListener(WebGLContextEventListener) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextlostListener(WebGLContextEventListener, EventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextlostListener(WebGLContextEventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextlostListener(WebGLContextEventListener) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextrestoredListener(WebGLContextEventListener, EventListenerOptions) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextrestoredListener(WebGLContextEventListener, boolean) - Method in class akasha.HTMLCanvasElement
-
- removeWebglcontextrestoredListener(WebGLContextEventListener) - Method in class akasha.HTMLCanvasElement
-
- removeWebkitmouseforcechangedListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeWebkitmouseforcechangedListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeWebkitmouseforcechangedListener(MouseEventListener) - Method in class akasha.Element
-
- removeWebkitmouseforcedownListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeWebkitmouseforcedownListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeWebkitmouseforcedownListener(MouseEventListener) - Method in class akasha.Element
-
- removeWebkitmouseforceupListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeWebkitmouseforceupListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeWebkitmouseforceupListener(MouseEventListener) - Method in class akasha.Element
-
- removeWebkitmouseforcewillbeginListener(MouseEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeWebkitmouseforcewillbeginListener(MouseEventListener, boolean) - Method in class akasha.Element
-
- removeWebkitmouseforcewillbeginListener(MouseEventListener) - Method in class akasha.Element
-
- removeWheelListener(WheelEventListener, EventListenerOptions) - Method in class akasha.Document
-
- removeWheelListener(WheelEventListener, boolean) - Method in class akasha.Document
-
- removeWheelListener(WheelEventListener) - Method in class akasha.Document
-
- removeWheelListener(WheelEventListener, EventListenerOptions) - Method in class akasha.Element
-
- removeWheelListener(WheelEventListener, boolean) - Method in class akasha.Element
-
- removeWheelListener(WheelEventListener) - Method in class akasha.Element
-
- RENDER_ATTACHMENT - Static variable in class akasha.gpu.GPUTextureUsage
-
- RENDERBUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_ALPHA_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_ALPHA_SIZE - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_BINDING - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_BLUE_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_BLUE_SIZE - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_DEPTH_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_DEPTH_SIZE - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_GREEN_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_GREEN_SIZE - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_HEIGHT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_HEIGHT - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_INTERNAL_FORMAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_INTERNAL_FORMAT - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_RED_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_RED_SIZE - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_SAMPLES - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_STENCIL_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_STENCIL_SIZE - Static variable in class akasha.gl.WebGLRenderingContext
-
- RENDERBUFFER_WIDTH - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERBUFFER_WIDTH - Static variable in class akasha.gl.WebGLRenderingContext
-
- renderbufferStorage(int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.renderbufferStorage() method of the WebGL API creates and initializes a renderbuffer object's data store.
- renderbufferStorage(int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.renderbufferStorage() method of the WebGL API creates and initializes a renderbuffer object's data store.
- RenderbufferStorageInternalFormat - Annotation Type in akasha.gl
-
- RenderbufferStorageInternalFormat.Util - Class in akasha.gl
-
- renderbufferStorageMultisample(int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.renderbufferStorageMultisample() method of the WebGL 2 API returns creates and initializes a renderbuffer object's data store and allows specifying a number of samples to be used.
- RenderbufferStorageTarget - Annotation Type in akasha.gl
-
- RenderbufferStorageTarget.Util - Class in akasha.gl
-
- RenderbufferTargetType - Annotation Type in akasha.gl
-
- RenderbufferTargetType.Util - Class in akasha.gl
-
- RenderContextType - Annotation Type in akasha
-
An enumerated value to indicate how the control wraps text.
- RenderContextType.Util - Class in akasha
-
- renderedBuffer() - Method in class akasha.audio.OfflineAudioCompletionEvent
-
The renderedBuffer read-only property of the OfflineAudioCompletionEvent interface is an AudioBuffer containing the result of processing an OfflineAudioContext.
- renderedBuffer(AudioBuffer) - Static method in interface akasha.audio.OfflineAudioCompletionEventInit
-
- renderedBuffer() - Method in interface akasha.audio.OfflineAudioCompletionEventInit
-
- RENDERER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RENDERER - Static variable in class akasha.gl.WebGLRenderingContext
-
- RenderingContext - Interface in akasha
-
- renderState() - Method in class akasha.xr.XRSession
-
The read-only renderState property of an XRSession object indicates the returns a XRRenderState object describing how the user's environment which should be rendered.
- renotify() - Method in class akasha.notifications.Notification
-
The renotify read-only property of the Notification interface specifies whether the user should be notified after a new notification replaces an old one, as specified in the renotify option of the Notification() constructor.
- renotify(boolean) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- renotify() - Method in interface akasha.notifications.NotificationOptions
-
- repeat(int) - Method in class akasha.core.JsString
-
The repeat() method constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.
- REPEAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- REPEAT - Static variable in class akasha.gl.WebGLRenderingContext
-
- repeat - Static variable in annotation type akasha.gpu.GPUAddressMode
-
- repeat() - Method in class akasha.KeyboardEvent
-
The repeat read-only property of the KeyboardEvent interface returns a Boolean that is true if the given key is being held down such that it is automatically repeating.
- repeat(boolean) - Method in interface akasha.KeyboardEventInit.Builder
-
- repeat() - Method in interface akasha.KeyboardEventInit
-
- repetitionCount() - Method in class akasha.codecs.ImageTrack
-
- replace - Static variable in annotation type akasha.CompositeOperation
-
- replace - Static variable in annotation type akasha.CompositeOperationOrAuto
-
- replace(RegExp, String) - Method in class akasha.core.JsString
-
The replace() method returns a new string with some or all matches of a pattern replaced by a replacement.
- replace(String, String) - Method in class akasha.core.JsString
-
The replace() method returns a new string with some or all matches of a pattern replaced by a replacement.
- replace() - Static method in interface akasha.core.Symbol
-
The Symbol.replace well-known symbol specifies the method that replaces matched substrings of a string.
- replace(String) - Method in class akasha.CSSStyleSheet
-
- replace(String, String) - Method in class akasha.DOMTokenList
-
The replace() method of the DOMTokenList interface replaces an existing token with a new token.
- REPLACE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- REPLACE - Static variable in class akasha.gl.WebGLRenderingContext
-
- replace - Static variable in annotation type akasha.gpu.GPUStencilOperation
-
- replace(String) - Method in class akasha.Location
-
The replace() method of the Location interface replaces the current resource with the one at the provided URL.
- replaceChild(Node, Node) - Method in class akasha.Node
-
The Node.replaceChild() method replaces a child node within the given (parent) node.
- replaceChildren(Node...) - Method in class akasha.Document
-
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
- replaceChildren(String...) - Method in class akasha.Document
-
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
- replaceChildren(Node...) - Method in class akasha.DocumentFragment
-
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
- replaceChildren(String...) - Method in class akasha.DocumentFragment
-
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
- replaceChildren(Node...) - Method in class akasha.Element
-
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
- replaceChildren(String...) - Method in class akasha.Element
-
The ParentNode.replaceChildren() method replaces the existing children of a Node with a specified new set of children.
- replaceData(int, int, String) - Method in class akasha.CharacterData
-
- replaceItem(SVGLength, int) - Method in class akasha.svg.SVGLengthList
-
- replaceItem(SVGNumber, int) - Method in class akasha.svg.SVGNumberList
-
- replaceItem(DOMPoint, int) - Method in class akasha.svg.SVGPointList
-
- replaceItem(String, int) - Method in class akasha.svg.SVGStringList
-
- replaceItem(SVGTransform, int) - Method in class akasha.svg.SVGTransformList
-
- replacesClientId() - Method in class akasha.FetchEvent
-
The replacesClientId read-only property of the FetchEvent interface is the id of the client that is being replaced during a page navigation.
- replacesClientId(String) - Method in interface akasha.FetchEventInit.Builder
-
- replacesClientId() - Method in interface akasha.FetchEventInit
-
- replaceState() - Method in class akasha.Animation
-
The read-only Animation.replaceState property of the Web Animations API returns the replace state of the animation.
- replaceState(Object, String, String) - Method in class akasha.History
-
The History.replaceState() method modifies the current history entry, replacing it with the stateObj, title, and URL passed in the method parameters.
- replaceState(Object, String) - Method in class akasha.History
-
The History.replaceState() method modifies the current history entry, replacing it with the stateObj, title, and URL passed in the method parameters.
- replaceSync(String) - Method in class akasha.CSSStyleSheet
-
- replaceTrack(MediaStreamTrack) - Method in class akasha.rtc.RTCRtpSender
-
The RTCRtpSender method replaceTrack() replaces the track currently being used as the sender's source with a new MediaStreamTrack.
- replaceWith(Node...) - Method in class akasha.CharacterData
-
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
- replaceWith(String...) - Method in class akasha.CharacterData
-
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
- replaceWith(Node...) - Method in class akasha.DocumentType
-
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
- replaceWith(String...) - Method in class akasha.DocumentType
-
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
- replaceWith(Node...) - Method in class akasha.Element
-
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
- replaceWith(String...) - Method in class akasha.Element
-
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
- Report - Class in akasha
-
The Report interface of the Reporting API represents a single report.
- Report() - Constructor for class akasha.Report
-
- report - Static variable in annotation type akasha.RequestDestination
-
- report - Static variable in annotation type akasha.SecurityPolicyViolationEventDisposition
-
- ReportBody - Class in akasha
-
The ReportBody interface of the Reporting API represents the body of a report.
- ReportBody() - Constructor for class akasha.ReportBody
-
- reportError(Object) - Static method in class akasha.DedicatedWorkerGlobal
-
- reportError(Object) - Static method in class akasha.RTCIdentityProviderGlobal
-
- reportError(Object) - Static method in class akasha.ServiceWorkerGlobal
-
- reportError(Object) - Static method in class akasha.SharedWorkerGlobal
-
- reportError(Object) - Method in class akasha.Window
-
- reportError(Object) - Static method in class akasha.WindowGlobal
-
- reportError(Object) - Method in class akasha.WorkerGlobalScope
-
- ReportingObserver - Class in akasha
-
The ReportingObserver interface of the Reporting API allows you to collect and access reports.
- ReportingObserver(ReportingObserverCallback, ReportingObserverOptions) - Constructor for class akasha.ReportingObserver
-
The ReportingObserver() constructor of the Reporting API creates a new ReportingObserver object instance, which can be used to collect and access reports.
- ReportingObserver(ReportingObserverCallback) - Constructor for class akasha.ReportingObserver
-
The ReportingObserver() constructor of the Reporting API creates a new ReportingObserver object instance, which can be used to collect and access reports.
- ReportingObserverCallback - Interface in akasha
-
- ReportingObserverOptions - Interface in akasha
-
The ReportingObserverOptions dictionary of the Reporting API allows options to be set in the constructor when creating a ReportingObserver.
- ReportingObserverOptions.Builder - Interface in akasha
-
The ReportingObserverOptions dictionary of the Reporting API allows options to be set in the constructor when creating a ReportingObserver.
- reportsReceived(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- reportsReceived() - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- reportsSent(int) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
The RTCRemoteOutboundRtpStreamStats dictionary's reportsSent property provides the number of Sender Reports (SRs) the remote peer has transmitted to the local peer.
- reportsSent() - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
The RTCRemoteOutboundRtpStreamStats dictionary's reportsSent property provides the number of Sender Reports (SRs) the remote peer has transmitted to the local peer.
- reportValidity() - Method in class akasha.ElementInternals
-
- reportValidity() - Method in class akasha.HTMLButtonElement
-
- reportValidity() - Method in class akasha.HTMLFieldSetElement
-
- reportValidity() - Method in class akasha.HTMLFormElement
-
The HTMLFormElement.reportValidity() method returns true if the element's child controls satisfy their validation constraints.
- reportValidity() - Method in class akasha.HTMLInputElement
-
- reportValidity() - Method in class akasha.HTMLObjectElement
-
- reportValidity() - Method in class akasha.HTMLOutputElement
-
- reportValidity() - Method in class akasha.HTMLSelectElement
-
- reportValidity() - Method in class akasha.HTMLTextAreaElement
-
- request() - Method in class akasha.FetchEvent
-
The request read-only property of the FetchEvent interface returns the Request that triggered the event handler.
- request(Request) - Static method in interface akasha.FetchEventInit
-
- request() - Method in interface akasha.FetchEventInit
-
- request() - Method in class akasha.idb.IDBCursor
-
The request read-only property of the IDBCursor interface returns the IDBRequest used to obtain the cursor.
- Request - Class in akasha
-
The Request interface of the Fetch API represents a resource request.
- Request(RequestInfo, RequestInit) - Constructor for class akasha.Request
-
The Request() constructor creates a new Request object.
- Request(Request, RequestInit) - Constructor for class akasha.Request
-
The Request() constructor creates a new Request object.
- Request(String, RequestInit) - Constructor for class akasha.Request
-
The Request() constructor creates a new Request object.
- Request(RequestInfo) - Constructor for class akasha.Request
-
The Request() constructor creates a new Request object.
- Request(Request) - Constructor for class akasha.Request
-
The Request() constructor creates a new Request object.
- Request(String) - Constructor for class akasha.Request
-
The Request() constructor creates a new Request object.
- request() - Method in interface akasha.usb.USBControlTransferParameters
-
- request(short) - Method in interface akasha.usb.USBControlTransferParameters.Step2
-
- request(String) - Method in class akasha.WakeLock
-
- request() - Method in class akasha.WakeLock
-
- requestAdapter(GPURequestAdapterOptions) - Method in class akasha.gpu.GPU
-
- requestAdapter() - Method in class akasha.gpu.GPU
-
- requestAnimationFrame(FrameRequestCallback) - Static method in class akasha.DedicatedWorkerGlobal
-
- requestAnimationFrame(FrameRequestCallback) - Method in class akasha.DedicatedWorkerGlobalScope
-
- requestAnimationFrame(FrameRequestCallback) - Method in class akasha.Window
-
The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint.
- requestAnimationFrame(FrameRequestCallback) - Static method in class akasha.WindowGlobal
-
The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint.
- requestAnimationFrame(XRFrameRequestCallback) - Method in class akasha.xr.XRSession
-
The XRSession method requestAnimationFrame(), much like the Window method of the same name, schedules a callback to be executed the next time the browser is ready to paint the session's virtual environment to the XR display.
- requestBytesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
- requestBytesSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- RequestCache - Annotation Type in akasha
-
- RequestCache.Util - Class in akasha
-
- RequestCredentials - Annotation Type in akasha
-
- RequestCredentials.Util - Class in akasha
-
- requestData() - Method in class akasha.media.MediaRecorder
-
The MediaRecorder.requestData() method (part of the MediaRecorder API) is used to raise a dataavailable event containing a Blob object of the captured media as it was when the method was called.
- RequestDestination - Annotation Type in akasha
-
- RequestDestination.Util - Class in akasha
-
- requestDevice(RequestDeviceOptions) - Method in class akasha.bluetooth.Bluetooth
-
The Bluetooth.requestDevice() method of the Bluetooth interface returns a Promise to a BluetoothDevice object with the specified options.
- requestDevice() - Method in class akasha.bluetooth.Bluetooth
-
The Bluetooth.requestDevice() method of the Bluetooth interface returns a Promise to a BluetoothDevice object with the specified options.
- requestDevice(GPUDeviceDescriptor) - Method in class akasha.gpu.GPUAdapter
-
- requestDevice() - Method in class akasha.gpu.GPUAdapter
-
- requestDevice(USBDeviceRequestOptions) - Method in class akasha.usb.USB
-
- RequestDeviceOptions - Interface in akasha.bluetooth
-
- RequestDeviceOptions.Builder - Interface in akasha.bluetooth
-
- requestFullscreen(FullscreenOptions) - Method in class akasha.Element
-
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in full-screen mode.
- requestFullscreen() - Method in class akasha.Element
-
The Element.requestFullscreen() method issues an asynchronous request to make the element be displayed in full-screen mode.
- requestHitTestSource(XRHitTestOptionsInit) - Method in class akasha.xr.XRSession
-
- requestHitTestSourceForTransientInput(XRTransientInputHitTestOptionsInit) - Method in class akasha.xr.XRSession
-
- requestIdleCallback(IdleRequestCallback, IdleRequestOptions) - Method in class akasha.Window
-
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
- requestIdleCallback(IdleRequestCallback) - Method in class akasha.Window
-
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
- requestIdleCallback(IdleRequestCallback, IdleRequestOptions) - Static method in class akasha.WindowGlobal
-
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
- requestIdleCallback(IdleRequestCallback) - Static method in class akasha.WindowGlobal
-
The window.requestIdleCallback() method queues a function to be called during a browser's idle periods.
- RequestInfo - Interface in akasha
-
- RequestInit - Interface in akasha
-
- RequestInit.Builder - Interface in akasha
-
- requestLightProbe(XRLightProbeInit) - Method in class akasha.xr.XRSession
-
- requestLightProbe() - Method in class akasha.xr.XRSession
-
- requestMediaKeySystemAccess(String, JsArray<MediaKeySystemConfiguration>) - Method in class akasha.Navigator
-
The Navigator.requestMediaKeySystemAccess() method returns a Promise which delivers a MediaKeySystemAccess object that can be used to access a particular media key system, which can in turn be used to create keys for decrypting a media stream.
- requestMediaKeySystemAccess(String, MediaKeySystemConfiguration...) - Method in class akasha.Navigator
-
The Navigator.requestMediaKeySystemAccess() method returns a Promise which delivers a MediaKeySystemAccess object that can be used to access a particular media key system, which can in turn be used to create keys for decrypting a media stream.
- requestMIDIAccess(MIDIOptions) - Method in class akasha.Navigator
-
- requestMIDIAccess() - Method in class akasha.Navigator
-
- RequestMode - Annotation Type in akasha
-
- RequestMode.Util - Class in akasha
-
- requestPermission() - Static method in class akasha.DeviceMotionEvent
-
- requestPermission() - Static method in class akasha.DeviceOrientationEvent
-
- requestPermission(NotificationPermissionCallback) - Static method in class akasha.notifications.Notification
-
The requestPermission() method of the Notification interface requests permission from the user for the current origin to display notifications.
- requestPermission() - Static method in class akasha.notifications.Notification
-
The requestPermission() method of the Notification interface requests permission from the user for the current origin to display notifications.
- requestPointerLock() - Method in class akasha.Element
-
The Element.requestPointerLock() method lets you asynchronously ask for the pointer to be locked on the given element.
- RequestRedirect - Annotation Type in akasha
-
- RequestRedirect.Util - Class in akasha
-
- requestReferenceSpace(String) - Method in class akasha.xr.XRSession
-
The requestReferenceSpace() method of the XRSession interface returns a promise that resolves with an instance of either XRReferenceSpace or XRBoundedReferenceSpace as appropriate given the type of reference space requested.
- requestSession(String, XRSessionInit) - Method in class akasha.xr.XRSystem
-
The XRSystem interface's requestSession() method returns a promise which resolves to an XRSession object through which you can manage the requested type of WebXR session.
- requestSession(String) - Method in class akasha.xr.XRSystem
-
The XRSystem interface's requestSession() method returns a promise which resolves to an XRSession object through which you can manage the requested type of WebXR session.
- requestsReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's requestsReceived property indicates the total number of STUN connectivity check requests that have been received so far on the connection described by this pairing of candidates.
- requestsReceived() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's requestsReceived property indicates the total number of STUN connectivity check requests that have been received so far on the connection described by this pairing of candidates.
- requestsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's requestsSent property indicates the total number of STUN connectivity check requests that have been sent so far on the connection described by this pair of candidates.
- requestsSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's requestsSent property indicates the total number of STUN connectivity check requests that have been sent so far on the connection described by this pair of candidates.
- requestStart() - Method in class akasha.perf.PerformanceResourceTiming
-
The requestStart read-only property returns a timestamp of the time immediately before the browser starts requesting the resource from the server, cache, or local resource.
- requestStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.requestStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the browser sent the request to obtain the actual document, from the server or from a cache.
- requestSubmit(HTMLElement) - Method in class akasha.HTMLFormElement
-
The HTMLFormElement method requestSubmit() requests that the form be submitted using a specific submit button.
- requestSubmit() - Method in class akasha.HTMLFormElement
-
The HTMLFormElement method requestSubmit() requests that the form be submitted using a specific submit button.
- requestType(String) - Static method in interface akasha.usb.USBControlTransferParameters
-
- requestType() - Method in interface akasha.usb.USBControlTransferParameters
-
- requestViewportScale(Double) - Method in class akasha.xr.XRView
-
- require - Static variable in annotation type akasha.rtc.RTCRtcpMuxPolicy
-
- required - Static variable in annotation type akasha.CredentialMediationRequirement
-
- required - Variable in class akasha.HTMLInputElement
-
- required - Variable in class akasha.HTMLSelectElement
-
- required - Variable in class akasha.HTMLTextAreaElement
-
- required - Static variable in annotation type akasha.LargeBlobSupport
-
- required - Static variable in annotation type akasha.MediaKeysRequirement
-
- required - Static variable in annotation type akasha.ResidentKeyRequirement
-
- required - Static variable in annotation type akasha.UserVerificationRequirement
-
- requiredExtensions() - Method in class akasha.svg.SVGGraphicsElement
-
- requiredFeatures(JsArray<String>) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
-
- requiredFeatures(String...) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
-
- requiredFeatures() - Method in interface akasha.gpu.GPUDeviceDescriptor
-
- requiredFeatures(JsArray<Any>) - Method in interface akasha.xr.XRPermissionDescriptor.Builder
-
The XRPermissionDescriptor dictionary's requiredFeatures property should be set prior to calling navigator.permissions.query() to a list of WebXR features which must be supported for the app to work.
- requiredFeatures(Any...) - Method in interface akasha.xr.XRPermissionDescriptor.Builder
-
The XRPermissionDescriptor dictionary's requiredFeatures property should be set prior to calling navigator.permissions.query() to a list of WebXR features which must be supported for the app to work.
- requiredFeatures() - Method in interface akasha.xr.XRPermissionDescriptor
-
The XRPermissionDescriptor dictionary's requiredFeatures property should be set prior to calling navigator.permissions.query() to a list of WebXR features which must be supported for the app to work.
- requiredFeatures(JsArray<Any>) - Method in interface akasha.xr.XRSessionInit.Builder
-
- requiredFeatures(Any...) - Method in interface akasha.xr.XRSessionInit.Builder
-
- requiredFeatures() - Method in interface akasha.xr.XRSessionInit
-
- requiredLimits(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUDeviceDescriptor.Builder
-
- requiredLimits() - Method in interface akasha.gpu.GPUDeviceDescriptor
-
- requireInteraction() - Method in class akasha.notifications.Notification
-
The requireInteraction read-only property of the Notification interface returns a Boolean indicating that a notification should remain active until the user clicks or dismisses it, rather than closing automatically.
- requireInteraction(boolean) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- requireInteraction() - Method in interface akasha.notifications.NotificationOptions
-
- requireResidentKey(boolean) - Method in interface akasha.AuthenticatorSelectionCriteria.Builder
-
- requireResidentKey() - Method in interface akasha.AuthenticatorSelectionCriteria
-
- requireValid(String) - Static method in class akasha.AlignSetting.Util
-
- requireValid(String) - Static method in class akasha.AnimationPlayState.Util
-
- requireValid(String) - Static method in class akasha.AnimationReplaceState.Util
-
- requireValid(String) - Static method in class akasha.AttestationConveyancePreference.Util
-
- requireValid(String) - Static method in class akasha.audio.AudioContextLatencyCategory.Util
-
- requireValid(String) - Static method in class akasha.audio.AudioContextState.Util
-
- requireValid(String) - Static method in class akasha.audio.AutomationRate.Util
-
- requireValid(String) - Static method in class akasha.audio.BiquadFilterType.Util
-
- requireValid(String) - Static method in class akasha.audio.ChannelCountMode.Util
-
- requireValid(String) - Static method in class akasha.audio.ChannelInterpretation.Util
-
- requireValid(String) - Static method in class akasha.audio.DistanceModelType.Util
-
- requireValid(String) - Static method in class akasha.audio.OscillatorType.Util
-
- requireValid(String) - Static method in class akasha.audio.OverSampleType.Util
-
- requireValid(String) - Static method in class akasha.audio.PanningModelType.Util
-
- requireValid(String) - Static method in class akasha.AudioTrackKind.Util
-
- requireValid(String) - Static method in class akasha.AuthenticatorAttachment.Util
-
- requireValid(String) - Static method in class akasha.AuthenticatorTransport.Util
-
- requireValid(String) - Static method in class akasha.AutocapitalizeType.Util
-
- requireValid(String) - Static method in class akasha.AutocompleteType.Util
-
- requireValid(String) - Static method in class akasha.AutoKeyword.Util
-
- requireValid(String) - Static method in class akasha.BinaryType.Util
-
- requireValid(String) - Static method in class akasha.ButtonType.Util
-
- requireValid(String) - Static method in class akasha.CanPlayTypeResult.Util
-
- requireValid(String) - Static method in class akasha.CanvasDirection.Util
-
- requireValid(String) - Static method in class akasha.CanvasFillRule.Util
-
- requireValid(String) - Static method in class akasha.CanvasFontKerning.Util
-
- requireValid(String) - Static method in class akasha.CanvasFontStretch.Util
-
- requireValid(String) - Static method in class akasha.CanvasFontVariantCaps.Util
-
- requireValid(String) - Static method in class akasha.CanvasLineCap.Util
-
- requireValid(String) - Static method in class akasha.CanvasLineJoin.Util
-
- requireValid(String) - Static method in class akasha.CanvasTextAlign.Util
-
- requireValid(String) - Static method in class akasha.CanvasTextBaseline.Util
-
- requireValid(String) - Static method in class akasha.CanvasTextRendering.Util
-
- requireValid(String) - Static method in class akasha.ClientType.Util
-
- requireValid(String) - Static method in class akasha.clipboard.PresentationStyle.Util
-
- requireValid(String) - Static method in class akasha.codecs.AlphaOption.Util
-
- requireValid(String) - Static method in class akasha.codecs.AudioSampleFormat.Util
-
- requireValid(String) - Static method in class akasha.codecs.CodecState.Util
-
- requireValid(String) - Static method in class akasha.codecs.EncodedAudioChunkType.Util
-
- requireValid(String) - Static method in class akasha.codecs.EncodedVideoChunkType.Util
-
- requireValid(String) - Static method in class akasha.codecs.HardwareAcceleration.Util
-
- requireValid(String) - Static method in class akasha.codecs.LatencyMode.Util
-
- requireValid(String) - Static method in class akasha.codecs.VideoColorPrimaries.Util
-
- requireValid(String) - Static method in class akasha.codecs.VideoMatrixCoefficients.Util
-
- requireValid(String) - Static method in class akasha.codecs.VideoPixelFormat.Util
-
- requireValid(String) - Static method in class akasha.codecs.VideoTransferCharacteristics.Util
-
- requireValid(String) - Static method in class akasha.ColorSpaceConversion.Util
-
- requireValid(String) - Static method in class akasha.CompositeOperation.Util
-
- requireValid(String) - Static method in class akasha.CompositeOperationOrAuto.Util
-
- requireValid(String) - Static method in class akasha.core.AtomicWaitResult.Util
-
- requireValid(String) - Static method in class akasha.CredentialMediationRequirement.Util
-
- requireValid(String) - Static method in class akasha.CrossOriginType.Util
-
- requireValid(String) - Static method in class akasha.crypto.KeyFormat.Util
-
- requireValid(String) - Static method in class akasha.crypto.KeyType.Util
-
- requireValid(String) - Static method in class akasha.crypto.KeyUsage.Util
-
- requireValid(int) - Static method in class akasha.CSSRuleType.Util
-
- requireValid(String) - Static method in class akasha.DevicePermissionState.Util
-
- requireValid(String) - Static method in class akasha.DirectionSetting.Util
-
- requireValid(String) - Static method in class akasha.DirType.Util
-
- requireValid(String) - Static method in class akasha.DocumentReadyState.Util
-
- requireValid(int) - Static method in class akasha.DOMExceptionCode.Util
-
- requireValid(String) - Static method in class akasha.DOMParserSupportedType.Util
-
- requireValid(String) - Static method in class akasha.EndingType.Util
-
- requireValid(int) - Static method in class akasha.EventPhase.Util
-
- requireValid(int) - Static method in class akasha.EventSourceReadyState.Util
-
- requireValid(int) - Static method in class akasha.FileReaderReadyState.Util
-
- requireValid(String) - Static method in class akasha.FileSystemHandleKind.Util
-
- requireValid(String) - Static method in class akasha.FillMode.Util
-
- requireValid(String) - Static method in class akasha.FormAutocompleteType.Util
-
- requireValid(String) - Static method in class akasha.FormEncodingType.Util
-
- requireValid(String) - Static method in class akasha.FormMethodType.Util
-
- requireValid(String) - Static method in class akasha.FrameType.Util
-
- requireValid(String) - Static method in class akasha.FullscreenNavigationUI.Util
-
- requireValid(String) - Static method in class akasha.GamepadHand.Util
-
- requireValid(String) - Static method in class akasha.GamepadHapticActuatorType.Util
-
- requireValid(String) - Static method in class akasha.GamepadMappingType.Util
-
- requireValid(int) - Static method in class akasha.GeolocationPositionErrorCode.Util
-
- requireValid(int) - Static method in class akasha.gl.ActiveInfoDataType.Util
-
- requireValid(int) - Static method in class akasha.gl.AttributeComponentDataType.Util
-
- requireValid(int) - Static method in class akasha.gl.AttributeComponentIntegerDataType.Util
-
- requireValid(int) - Static method in class akasha.gl.AttributeDataType.Util
-
- requireValid(int) - Static method in class akasha.gl.BlendFactor.Util
-
- requireValid(int) - Static method in class akasha.gl.BufferTargetType.Util
-
- requireValid(int) - Static method in class akasha.gl.Capability.Util
-
- requireValid(int) - Static method in class akasha.gl.DrawElementsDataType.Util
-
- requireValid(int) - Static method in class akasha.gl.DrawMode.Util
-
- requireValid(int) - Static method in class akasha.gl.FramebufferAttachment.Util
-
- requireValid(int) - Static method in class akasha.gl.FramebufferTargetType.Util
-
- requireValid(int) - Static method in class akasha.gl.PixelFormat.Util
-
- requireValid(int) - Static method in class akasha.gl.PixelStorageParameter.Util
-
- requireValid(int) - Static method in class akasha.gl.ProgramParameterType.Util
-
- requireValid(int) - Static method in class akasha.gl.ReadableTextureParameter.Util
-
- requireValid(int) - Static method in class akasha.gl.RenderbufferStorageInternalFormat.Util
-
- requireValid(int) - Static method in class akasha.gl.RenderbufferStorageTarget.Util
-
- requireValid(int) - Static method in class akasha.gl.RenderbufferTargetType.Util
-
- requireValid(int) - Static method in class akasha.gl.SamplerMagnificationFilter.Util
-
- requireValid(int) - Static method in class akasha.gl.SamplerMinificationFilter.Util
-
- requireValid(int) - Static method in class akasha.gl.SamplerWrapMode.Util
-
- requireValid(int) - Static method in class akasha.gl.ShaderParameterType.Util
-
- requireValid(int) - Static method in class akasha.gl.ShaderType.Util
-
- requireValid(int) - Static method in class akasha.gl.TexelDataType.Util
-
- requireValid(int) - Static method in class akasha.gl.Texture2DSurfaceTargetType.Util
-
- requireValid(int) - Static method in class akasha.gl.Texture2DTargetType.Util
-
- requireValid(int) - Static method in class akasha.gl.Texture3DTargetType.Util
-
- requireValid(int) - Static method in class akasha.gl.TextureComparisonFunction.Util
-
- requireValid(int) - Static method in class akasha.gl.TextureComparisonMode.Util
-
- requireValid(int) - Static method in class akasha.gl.TextureFormat.Util
-
- requireValid(int) - Static method in class akasha.gl.TextureInternalFormat.Util
-
- requireValid(int) - Static method in class akasha.gl.TextureParameter.Util
-
- requireValid(int) - Static method in class akasha.gl.TextureTargetType.Util
-
- requireValid(int) - Static method in class akasha.gl.UniformDataType.Util
-
- requireValid(int) - Static method in class akasha.gl.UsageType.Util
-
- requireValid(int) - Static method in class akasha.gl.VertexAttribOffsetParameterName.Util
-
- requireValid(int) - Static method in class akasha.gl.WebGLContextError.Util
-
- requireValid(String) - Static method in class akasha.gl.WebGLExtensionName.Util
-
- requireValid(int) - Static method in class akasha.gl.WebGLParameterName.Util
-
- requireValid(String) - Static method in class akasha.gl.WebGLPowerPreference.Util
-
- requireValid(int) - Static method in class akasha.gl.Winding.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUAddressMode.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUBlendFactor.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUBlendOperation.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUBufferBindingType.Util
-
- requireValid(int) - Static method in class akasha.gpu.GPUBufferUsageFlags.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUCanvasCompositingAlphaMode.Util
-
- requireValid(int) - Static method in class akasha.gpu.GPUColorWriteFlags.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUCompareFunction.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUCompilationMessageType.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUComputePassTimestampLocation.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUCullMode.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUDeviceLostReason.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUErrorFilter.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUFeatureName.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUFilterMode.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUFrontFace.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUIndexFormat.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPULoadOp.Util
-
- requireValid(int) - Static method in class akasha.gpu.GPUMapModeFlags.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUPowerPreference.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUPredefinedColorSpace.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUPrimitiveTopology.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUQueryType.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPURenderPassTimestampLocation.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUSamplerBindingType.Util
-
- requireValid(int) - Static method in class akasha.gpu.GPUShaderStageFlags.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUStencilOperation.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUStorageTextureAccess.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUStoreOp.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUTextureAspect.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUTextureDimension.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUTextureFormat.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUTextureSampleType.Util
-
- requireValid(int) - Static method in class akasha.gpu.GPUTextureUsageFlags.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUTextureViewDimension.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUVertexFormat.Util
-
- requireValid(String) - Static method in class akasha.gpu.GPUVertexStepMode.Util
-
- requireValid(int) - Static method in class akasha.HTMLMediaElementNetworkState.Util
-
- requireValid(int) - Static method in class akasha.HTMLMediaElementReadyState.Util
-
- requireValid(int) - Static method in class akasha.HTMLTrackElementReadyState.Util
-
- requireValid(String) - Static method in class akasha.idb.IDBCursorDirection.Util
-
- requireValid(String) - Static method in class akasha.idb.IDBRequestReadyState.Util
-
- requireValid(String) - Static method in class akasha.idb.IDBTransactionDurability.Util
-
- requireValid(String) - Static method in class akasha.idb.IDBTransactionMode.Util
-
- requireValid(String) - Static method in class akasha.ImageOrientation.Util
-
- requireValid(String) - Static method in class akasha.ImageSmoothingQuality.Util
-
- requireValid(String) - Static method in class akasha.InputModeType.Util
-
- requireValid(String) - Static method in class akasha.InputType.Util
-
- requireValid(int) - Static method in class akasha.KeyboardEventLocation.Util
-
- requireValid(String) - Static method in class akasha.LargeBlobSupport.Util
-
- requireValid(String) - Static method in class akasha.LineAlignSetting.Util
-
- requireValid(String) - Static method in class akasha.LoadingType.Util
-
- requireValid(String) - Static method in class akasha.media.AppendMode.Util
-
- requireValid(String) - Static method in class akasha.media.BitrateMode.Util
-
- requireValid(String) - Static method in class akasha.media.CursorCaptureConstraint.Util
-
- requireValid(String) - Static method in class akasha.media.DisplayCaptureSurfaceType.Util
-
- requireValid(String) - Static method in class akasha.media.EndOfStreamError.Util
-
- requireValid(String) - Static method in class akasha.media.MediaDeviceKind.Util
-
- requireValid(String) - Static method in class akasha.media.MediaStreamTrackState.Util
-
- requireValid(String) - Static method in class akasha.media.ReadyState.Util
-
- requireValid(String) - Static method in class akasha.media.RecordingState.Util
-
- requireValid(String) - Static method in class akasha.media.VideoFacingModeEnum.Util
-
- requireValid(String) - Static method in class akasha.media.VideoResizeModeEnum.Util
-
- requireValid(int) - Static method in class akasha.MediaErrorCode.Util
-
- requireValid(String) - Static method in class akasha.MediaKeyMessageType.Util
-
- requireValid(String) - Static method in class akasha.MediaKeySessionType.Util
-
- requireValid(String) - Static method in class akasha.MediaKeysRequirement.Util
-
- requireValid(String) - Static method in class akasha.MediaKeyStatus.Util
-
- requireValid(String) - Static method in class akasha.MediaPreloadType.Util
-
- requireValid(String) - Static method in class akasha.midi.MIDIPortConnectionState.Util
-
- requireValid(String) - Static method in class akasha.midi.MIDIPortDeviceState.Util
-
- requireValid(String) - Static method in class akasha.midi.MIDIPortType.Util
-
- requireValid(int) - Static method in class akasha.NodeType.Util
-
- requireValid(String) - Static method in class akasha.notifications.NotificationDirection.Util
-
- requireValid(String) - Static method in class akasha.notifications.NotificationPermission.Util
-
- requireValid(String) - Static method in class akasha.OffscreenRenderingContextId.Util
-
- requireValid(String) - Static method in class akasha.OrientationLockType.Util
-
- requireValid(String) - Static method in class akasha.OrientationType.Util
-
- requireValid(String) - Static method in class akasha.perf.NavigationType.Util
-
- requireValid(int) - Static method in class akasha.perf.PerformanceNavigationType.Util
-
- requireValid(String) - Static method in class akasha.PermissionState.Util
-
- requireValid(String) - Static method in class akasha.PlaybackDirection.Util
-
- requireValid(String) - Static method in class akasha.PositionAlignSetting.Util
-
- requireValid(String) - Static method in class akasha.PredefinedColorSpace.Util
-
- requireValid(String) - Static method in class akasha.PremultiplyAlpha.Util
-
- requireValid(String) - Static method in class akasha.PublicKeyCredentialType.Util
-
- requireValid(String) - Static method in class akasha.PushEncryptionKeyName.Util
-
- requireValid(int) - Static method in class akasha.RangeCompareType.Util
-
- requireValid(String) - Static method in class akasha.ReadableStreamReaderMode.Util
-
- requireValid(String) - Static method in class akasha.ReadableStreamType.Util
-
- requireValid(String) - Static method in class akasha.ReferrerPolicy.Util
-
- requireValid(String) - Static method in class akasha.RenderContextType.Util
-
- requireValid(String) - Static method in class akasha.RequestCache.Util
-
- requireValid(String) - Static method in class akasha.RequestCredentials.Util
-
- requireValid(String) - Static method in class akasha.RequestDestination.Util
-
- requireValid(String) - Static method in class akasha.RequestMode.Util
-
- requireValid(String) - Static method in class akasha.RequestRedirect.Util
-
- requireValid(String) - Static method in class akasha.ResidentKeyRequirement.Util
-
- requireValid(String) - Static method in class akasha.ResizeObserverBoxOptions.Util
-
- requireValid(String) - Static method in class akasha.ResizeQuality.Util
-
- requireValid(String) - Static method in class akasha.ResponseType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCBundlePolicy.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCCodecType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCDataChannelState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCDtlsTransportState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCErrorDetailType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCErrorDetailTypeIdp.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceCandidateType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceComponent.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceConnectionState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceCredentialType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceGathererState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceGatheringState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceProtocol.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceRole.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceTcpCandidateType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceTransportPolicy.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCIceTransportState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCPeerConnectionState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCPriorityType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCQualityLimitationReason.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCRtcpMuxPolicy.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCRtpTransceiverDirection.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCSctpTransportState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCSdpType.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCSignalingState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCStatsIceCandidatePairState.Util
-
- requireValid(String) - Static method in class akasha.rtc.RTCStatsType.Util
-
- requireValid(String) - Static method in class akasha.ScopeType.Util
-
- requireValid(String) - Static method in class akasha.ScrollBehavior.Util
-
- requireValid(String) - Static method in class akasha.ScrollLogicalPosition.Util
-
- requireValid(String) - Static method in class akasha.ScrollRestoration.Util
-
- requireValid(String) - Static method in class akasha.ScrollSetting.Util
-
- requireValid(String) - Static method in class akasha.SecurityPolicyViolationEventDisposition.Util
-
- requireValid(String) - Static method in class akasha.SelectionMode.Util
-
- requireValid(String) - Static method in class akasha.ServiceWorkerState.Util
-
- requireValid(String) - Static method in class akasha.ServiceWorkerUpdateViaCache.Util
-
- requireValid(String) - Static method in class akasha.ShadowRootMode.Util
-
- requireValid(String) - Static method in class akasha.SlotAssignmentMode.Util
-
- requireValid(String) - Static method in class akasha.speech.SpeechRecognitionErrorCode.Util
-
- requireValid(String) - Static method in class akasha.speech.SpeechSynthesisErrorCode.Util
-
- requireValid(String) - Static method in class akasha.TextTrackKind.Util
-
- requireValid(String) - Static method in class akasha.TextTrackMode.Util
-
- requireValid(String) - Static method in class akasha.TimelinePhase.Util
-
- requireValid(String) - Static method in class akasha.TokenBindingStatus.Util
-
- requireValid(String) - Static method in class akasha.TouchType.Util
-
- requireValid(String) - Static method in class akasha.TrackKind.Util
-
- requireValid(String) - Static method in class akasha.usb.USBDirection.Util
-
- requireValid(String) - Static method in class akasha.usb.USBEndpointType.Util
-
- requireValid(String) - Static method in class akasha.usb.USBRecipient.Util
-
- requireValid(String) - Static method in class akasha.usb.USBRequestType.Util
-
- requireValid(String) - Static method in class akasha.usb.USBTransferStatus.Util
-
- requireValid(String) - Static method in class akasha.UserVerificationRequirement.Util
-
- requireValid(String) - Static method in class akasha.VisibilityState.Util
-
- requireValid(String) - Static method in class akasha.WakeLockType.Util
-
- requireValid(String) - Static method in class akasha.wasm.ImportExportKind.Util
-
- requireValid(String) - Static method in class akasha.wasm.TableKind.Util
-
- requireValid(String) - Static method in class akasha.wasm.ValueType.Util
-
- requireValid(int) - Static method in class akasha.WebSocketReadyState.Util
-
- requireValid(int) - Static method in class akasha.WheelEventDeltaMode.Util
-
- requireValid(String) - Static method in class akasha.WorkerType.Util
-
- requireValid(String) - Static method in class akasha.WrapType.Util
-
- requireValid(String) - Static method in class akasha.WriteCommandType.Util
-
- requireValid(int) - Static method in class akasha.XMLHttpRequestReadyState.Util
-
- requireValid(String) - Static method in class akasha.XMLHttpRequestResponseType.Util
-
- requireValid(int) - Static method in class akasha.XPathResultResultType.Util
-
- requireValid(String) - Static method in class akasha.xr.XRDepthDataFormat.Util
-
- requireValid(String) - Static method in class akasha.xr.XRDepthUsage.Util
-
- requireValid(String) - Static method in class akasha.xr.XRDOMOverlayType.Util
-
- requireValid(String) - Static method in class akasha.xr.XREnvironmentBlendMode.Util
-
- requireValid(String) - Static method in class akasha.xr.XREye.Util
-
- requireValid(String) - Static method in class akasha.xr.XRHandedness.Util
-
- requireValid(String) - Static method in class akasha.xr.XRHandJoint.Util
-
- requireValid(String) - Static method in class akasha.xr.XRHitTestTrackableType.Util
-
- requireValid(String) - Static method in class akasha.xr.XRInteractionMode.Util
-
- requireValid(String) - Static method in class akasha.xr.XRLayerLayout.Util
-
- requireValid(String) - Static method in class akasha.xr.XRReferenceSpaceType.Util
-
- requireValid(String) - Static method in class akasha.xr.XRReflectionFormat.Util
-
- requireValid(String) - Static method in class akasha.xr.XRSessionMode.Util
-
- requireValid(String) - Static method in class akasha.xr.XRTargetRayMode.Util
-
- requireValid(String) - Static method in class akasha.xr.XRTextureType.Util
-
- requireValid(String) - Static method in class akasha.xr.XRVisibilityState.Util
-
- reset - Static variable in annotation type akasha.ButtonType
-
The button resets the form.
- reset() - Method in class akasha.CanvasRenderingContext2D
-
- reset() - Method in class akasha.codecs.AudioDecoder
-
- reset() - Method in class akasha.codecs.AudioEncoder
-
- reset() - Method in class akasha.codecs.ImageDecoder
-
- reset() - Method in class akasha.codecs.VideoDecoder
-
- reset() - Method in class akasha.codecs.VideoEncoder
-
- reset() - Method in class akasha.HTMLFormElement
-
The HTMLFormElement.reset() method restores a form element's default values.
- reset - Static variable in annotation type akasha.InputType
-
A button that resets the contents of the form to default values.
- reset() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- reset() - Method in class akasha.usb.USBDevice
-
- reset() - Method in class akasha.XSLTProcessor
-
- resetTransform() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.resetTransform() method of the Canvas 2D API resets the current transform to the identity matrix.
- resetTransform() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- residentKey(String) - Method in interface akasha.AuthenticatorSelectionCriteria.Builder
-
- residentKey() - Method in interface akasha.AuthenticatorSelectionCriteria
-
- ResidentKeyRequirement - Annotation Type in akasha
-
- ResidentKeyRequirement.Util - Class in akasha
-
- resizeBy(int, int) - Method in class akasha.Window
-
The Window.resizeBy() method resizes the current window by a specified amount.
- resizeBy(int, int) - Static method in class akasha.WindowGlobal
-
The Window.resizeBy() method resizes the current window by a specified amount.
- resizeHeight(int) - Method in interface akasha.ImageBitmapOptions.Builder
-
- resizeHeight() - Method in interface akasha.ImageBitmapOptions
-
- resizeMode(JsArray<String>) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- resizeMode(String...) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- resizeMode() - Method in interface akasha.media.MediaTrackCapabilities
-
- resizeMode(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- resizeMode(String) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- resizeMode(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- resizeMode(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- resizeMode(String...) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- resizeMode(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- resizeMode(String) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- resizeMode(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- resizeMode(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- resizeMode(String...) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- resizeMode() - Method in interface akasha.media.MediaTrackConstraintSet
-
- resizeMode(String) - Method in interface akasha.media.MediaTrackSettings.Builder
-
- resizeMode() - Method in interface akasha.media.MediaTrackSettings
-
- resizeMode(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
- resizeMode() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- ResizeObservation - Class in akasha
-
- ResizeObservation(Element) - Constructor for class akasha.ResizeObservation
-
- ResizeObserver - Class in akasha
-
The ResizeObserver interface reports changes to the dimensions of an Element's content or border box, or the bounding box of an SVGElement.
- ResizeObserver(ResizeObserverCallback) - Constructor for class akasha.ResizeObserver
-
- ResizeObserverBoxOptions - Annotation Type in akasha
-
- ResizeObserverBoxOptions.Util - Class in akasha
-
- ResizeObserverCallback - Interface in akasha
-
- ResizeObserverEntry - Class in akasha
-
The ResizeObserverEntry interface represents the object passed to the ResizeObserver() constructor's callback function, which allows you to access the new dimensions of the Element or SVGElement being observed.
- ResizeObserverEntry() - Constructor for class akasha.ResizeObserverEntry
-
- ResizeObserverOptions - Interface in akasha
-
- ResizeObserverOptions.Builder - Interface in akasha
-
- ResizeObserverSize - Class in akasha
-
The ResizeObserverSize interface of the Resize Observer API is used by the ResizeObserverEntry interface to access the box sizing properties of the element being observed.
- ResizeObserverSize() - Constructor for class akasha.ResizeObserverSize
-
- resizeQuality(String) - Method in interface akasha.ImageBitmapOptions.Builder
-
- resizeQuality() - Method in interface akasha.ImageBitmapOptions
-
- ResizeQuality - Annotation Type in akasha
-
- ResizeQuality.Util - Class in akasha
-
- resizeTo(int, int) - Method in class akasha.Window
-
The Window.resizeTo() method dynamically resizes the window.
- resizeTo(int, int) - Static method in class akasha.WindowGlobal
-
The Window.resizeTo() method dynamically resizes the window.
- resizeWidth(int) - Method in interface akasha.ImageBitmapOptions.Builder
-
- resizeWidth() - Method in interface akasha.ImageBitmapOptions
-
- resolve(FileSystemHandle) - Method in class akasha.FileSystemDirectoryHandle
-
- resolve(Promise<V>) - Static method in class akasha.promise.Promise
-
Returns a new Promise object that is resolved with the given value.
- resolve(V) - Static method in class akasha.promise.Promise
-
Returns a new Promise object that is resolved with the given value.
- resolve(Promise<T>) - Method in interface akasha.promise.ResolveCallbackFn
-
- resolve(T) - Method in interface akasha.promise.ResolveCallbackFn
-
- resolve(ResolveValue<T>) - Method in interface akasha.promise.ResolveCallbackFn
-
- ResolveCallbackFn<T> - Interface in akasha.promise
-
- resolveQuerySet(GPUQuerySet, int, int, GPUBuffer, int) - Method in class akasha.gpu.GPUCommandEncoder
-
- resolveTarget(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Builder
-
- resolveTarget() - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- ResolveValue<T> - Interface in akasha.promise
-
- resource() - Method in interface akasha.gpu.GPUBindGroupEntry
-
- resource(GPUBindingResource) - Method in interface akasha.gpu.GPUBindGroupEntry.Step1
-
- respond(int) - Method in class akasha.ReadableStreamBYOBRequest
-
- respondWith(Promise<Response>) - Method in class akasha.FetchEvent
-
The respondWith() method of FetchEvent prevents the browser's default fetch handling, and allows you to provide a promise for a Response yourself.
- respondWithNewView(ArrayBufferView) - Method in class akasha.ReadableStreamBYOBRequest
-
- response() - Method in class akasha.PublicKeyCredential
-
The response read-only property of the PublicKeyCredential interface is an AuthenticatorResponse object which is sent from the authenticator to the user agent for the creation/fetching of credentials.
- Response - Class in akasha
-
The Response interface of the Fetch API represents the response to a request.
- Response(BodyInit, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(ReadableStream, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(XMLHttpRequestBodyInit, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(Blob, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(BufferSource, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(FormData, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(URLSearchParams, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(String, ResponseInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(BodyInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(ReadableStream) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(XMLHttpRequestBodyInit) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(Blob) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(BufferSource) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(FormData) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(URLSearchParams) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response(String) - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- Response() - Constructor for class akasha.Response
-
The Response() constructor creates a new Response object.
- response() - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest response property returns the response's body content as an ArrayBuffer, Blob, Document, JavaScript Object, or DOMString, depending on the value of the request's responseType property.
- responseBytesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
- responseBytesSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- responseEnd() - Method in class akasha.perf.PerformanceResourceTiming
-
The responseEnd read-only property returns a timestamp immediately after the browser receives the last byte of the resource or immediately before the transport connection is closed, whichever comes first.
- responseEnd() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.responseEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, when the browser received the last byte of the response, or when the connection is closed if this happened first, from the server from a cache or from a local resource.
- ResponseInit - Interface in akasha
-
- ResponseInit.Builder - Interface in akasha
-
- ResponseOrUndefinedUnion - Interface in akasha
-
- responsesReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The responsesReceived property in the RTCIceCandidatePairStats dictionary indicates the total number of STUN connectivity check responses that have been received on the connection described by this pair of candidates.
- responsesReceived() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The responsesReceived property in the RTCIceCandidatePairStats dictionary indicates the total number of STUN connectivity check responses that have been received on the connection described by this pair of candidates.
- responsesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's responsesSent property indicates the total number of STUN connectivity check responses that have been sent so far on the connection described by this pair of candidates.
- responsesSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's responsesSent property indicates the total number of STUN connectivity check responses that have been sent so far on the connection described by this pair of candidates.
- responseStart() - Method in class akasha.perf.PerformanceResourceTiming
-
The responseStart read-only property returns a timestamp immediately after the browser receives the first byte of the response from the server, cache, or local resource.
- responseStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.responseStart read-only property returns an unsigned long long representing the moment in time (in milliseconds since the UNIX epoch) when the browser received the first byte of the response from the server, cache, or local resource.
- responseText() - Method in class akasha.XMLHttpRequest
-
The read-only XMLHttpRequest property responseText returns the text received from a server following a request being sent.
- ResponseType - Annotation Type in akasha
-
- responseType - Variable in class akasha.XMLHttpRequest
-
The XMLHttpRequest property responseType is an enumerated string value specifying the type of data contained in the response.
- ResponseType.Util - Class in akasha
-
- responseURL() - Method in class akasha.XMLHttpRequest
-
The read-only XMLHttpRequest.responseURL property returns the serialized URL of the response or the empty string if the URL is null.
- responseXML() - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest.responseXML read-only property returns a Document containing the HTML or XML retrieved by the request; or null if the request was unsuccessful, has not yet been sent, or if the data can't be parsed as XML or HTML.
- restartIce() - Method in class akasha.rtc.RTCPeerConnection
-
The WebRTC API's RTCPeerConnection interface offers the restartIce() method to allow a web application to easily request that ICE candidate gathering be redone on both ends of the connection.
- restore() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.restore() method of the Canvas 2D API restores the most recently saved canvas state by popping the top entry in the drawing state stack.
- restore() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- restoreContext() - Method in class akasha.gl.WEBGL_lose_context
-
The WEBGL_lose_context.restoreContext() method is part of the WebGL API and allows you to simulate restoring the context of a WebGLRenderingContext object.
- restrictOwnAudio(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- restrictOwnAudio(boolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- restrictOwnAudio(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- restrictOwnAudio(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- restrictOwnAudio(boolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- restrictOwnAudio(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- restrictOwnAudio() - Method in interface akasha.media.MediaTrackConstraintSet
-
- restrictOwnAudio(boolean) - Method in interface akasha.media.MediaTrackSettings.Builder
-
- restrictOwnAudio() - Method in interface akasha.media.MediaTrackSettings
-
- restrictOwnAudio(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
- restrictOwnAudio() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- result() - Method in class akasha.FileReader
-
The FileReader result property returns the file's contents.
- result() - Method in class akasha.idb.IDBRequest
-
any
- result() - Method in class akasha.svg.SVGFEBlendElement
-
- result() - Method in class akasha.svg.SVGFEColorMatrixElement
-
- result() - Method in class akasha.svg.SVGFEComponentTransferElement
-
- result() - Method in class akasha.svg.SVGFECompositeElement
-
- result() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- result() - Method in class akasha.svg.SVGFEDiffuseLightingElement
-
- result() - Method in class akasha.svg.SVGFEDisplacementMapElement
-
- result() - Method in class akasha.svg.SVGFEDropShadowElement
-
- result() - Method in class akasha.svg.SVGFEFloodElement
-
- result() - Method in class akasha.svg.SVGFEGaussianBlurElement
-
- result() - Method in class akasha.svg.SVGFEImageElement
-
- result() - Method in class akasha.svg.SVGFEMergeElement
-
- result() - Method in class akasha.svg.SVGFEMorphologyElement
-
- result() - Method in class akasha.svg.SVGFEOffsetElement
-
- result() - Method in class akasha.svg.SVGFESpecularLightingElement
-
- result() - Method in class akasha.svg.SVGFETileElement
-
- result() - Method in class akasha.svg.SVGFETurbulenceElement
-
- resultIndex() - Method in class akasha.speech.SpeechRecognitionEvent
-
The resultIndex read-only property of the SpeechRecognitionEvent interface returns the lowest index value result in the SpeechRecognitionResultList "array" that has actually changed.
- resultIndex(int) - Method in interface akasha.speech.SpeechRecognitionEventInit.Builder
-
- resultIndex() - Method in interface akasha.speech.SpeechRecognitionEventInit
-
- resultingClientId() - Method in class akasha.FetchEvent
-
The resultingClientId read-only property of the FetchEvent interface is the id of the client that replaces the previous client during a page navigation.
- resultingClientId(String) - Method in interface akasha.FetchEventInit.Builder
-
- resultingClientId() - Method in interface akasha.FetchEventInit
-
- results() - Method in class akasha.speech.SpeechRecognitionEvent
-
The results read-only property of the SpeechRecognitionEvent interface returns a SpeechRecognitionResultList object representing all the speech recognition results for the current session.
- results(SpeechRecognitionResultList) - Static method in interface akasha.speech.SpeechRecognitionEventInit
-
- results() - Method in interface akasha.speech.SpeechRecognitionEventInit
-
- results() - Method in class akasha.xr.XRTransientInputHitTestResult
-
- resultType() - Method in class akasha.XPathResult
-
The read-only resultType property of the XPathResult interface represents the type of the result, as defined by the type constants.
- resume() - Method in class akasha.audio.AudioContext
-
The resume() method of the AudioContext interface resumes the progression of time in an audio context that has previously been suspended.
- resume() - Method in class akasha.audio.OfflineAudioContext
-
The resume() method of the OfflineAudioContext interface resumes the progression of time in an audio context that has been suspended.
- resume() - Method in class akasha.media.MediaRecorder
-
The MediaRecorder.resume() method (part of the MediaRecorder API) is used to resume media recording when it has been previously paused.
- resume() - Method in class akasha.speech.SpeechSynthesis
-
The resume() method of the SpeechSynthesis interface puts the SpeechSynthesis object into a non-paused state: resumes it if it was already paused.
- resumeTransformFeedback() - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.resumeTransformFeedback() method of the WebGL 2 API resumes a transform feedback operation.
- retransmissionsReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's retransmissionsReceived property indicates the total number of STUN connectivity check request retransmissions that have been received so far on the pair of candidates.
- retransmissionsReceived() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's retransmissionsReceived property indicates the total number of STUN connectivity check request retransmissions that have been received so far on the pair of candidates.
- retransmissionsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's retransmissionsSent property indicates the total number of STUN connectivity check request retransmissions that have been sent so far on the pair of candidates.
- retransmissionsSent() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's retransmissionsSent property indicates the total number of STUN connectivity check request retransmissions that have been sent so far on the pair of candidates.
- retransmittedBytesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- retransmittedBytesSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- retransmittedPacketsSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- retransmittedPacketsSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- returnValue - Variable in class akasha.BeforeUnloadEvent
-
- returnValue - Variable in class akasha.Event
-
The Event property returnValue indicates whether the default action for this event has been prevented or not.
- returnValue - Variable in class akasha.HTMLDialogElement
-
The returnValue property of the HTMLDialogElement interface gets or sets the return value for the dialog, usually to indicate which button the user pressed to close it.
- rev - Variable in class akasha.HTMLAnchorElement
-
- rev - Variable in class akasha.HTMLLinkElement
-
- reverse() - Method in class akasha.Animation
-
The Animation.reverse() method of the Animation Interface reverses the playback direction, meaning the animation ends at its beginning.
- reverse() - Method in class akasha.lang.JsArray
-
The reverse() method reverses an array in place.
- reverse - Static variable in annotation type akasha.PlaybackDirection
-
- reverse_subtract - Static variable in annotation type akasha.gpu.GPUBlendOperation
-
- reversed - Variable in class akasha.HTMLOListElement
-
- revokeObjectURL(String) - Static method in class akasha.URL
-
The URL.revokeObjectURL() static method releases an existing object URL which was previously created by calling URL.createObjectURL().
- RG - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg11b10ufloat - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG16_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- RG16_SNORM_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- RG16F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg16float - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG16I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg16sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG16UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg16uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG32F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG32I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg32sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG32UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg32uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RG8_SNORM - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RG8I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg8sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- rg8snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG8UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rg8uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- rg8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RG_INTEGER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgb - Static variable in annotation type akasha.codecs.VideoMatrixCoefficients
-
- RGB - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB - Static variable in class akasha.gl.WebGLRenderingContext
-
- RGB10_A2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB10_A2UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgb10a2unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGB16_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- RGB16_SNORM_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- RGB16F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB16F_EXT - Static variable in class akasha.gl.EXT_color_buffer_half_float
-
- RGB16I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB16UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB32F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB32I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB32UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB565 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB565 - Static variable in class akasha.gl.WebGLRenderingContext
-
- RGB5_A1 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB5_A1 - Static variable in class akasha.gl.WebGLRenderingContext
-
- RGB8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB8_SNORM - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB8I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB8UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGB9_E5 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgb9e5ufloat - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGB_INTEGER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGBA - Static variable in annotation type akasha.codecs.VideoPixelFormat
-
- RGBA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGBA - Static variable in class akasha.gl.WebGLRenderingContext
-
- RGBA16_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- RGBA16_SNORM_EXT - Static variable in class akasha.gl.EXT_texture_norm16
-
- RGBA16F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgba16f - Static variable in annotation type akasha.xr.XRReflectionFormat
-
- RGBA16F_EXT - Static variable in class akasha.gl.EXT_color_buffer_half_float
-
- rgba16float - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA16I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgba16sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA16UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgba16uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA32F - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGBA32F_EXT - Static variable in class akasha.gl.WEBGL_color_buffer_float
-
- rgba32float - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA32I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgba32sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA32UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgba32uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGBA4 - Static variable in class akasha.gl.WebGLRenderingContext
-
- RGBA8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGBA8_SNORM - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGBA8I - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgba8sint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- rgba8snorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA8UI - Static variable in class akasha.gl.WebGL2RenderingContext
-
- rgba8uint - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- rgba8unorm - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- rgba8unorm_srgb - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- RGBA_INTEGER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- RGBX - Static variable in annotation type akasha.codecs.VideoPixelFormat
-
- rid(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- rid() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- rid(String) - Method in interface akasha.rtc.RTCRtpCodingParameters.Builder
-
- rid() - Method in interface akasha.rtc.RTCRtpCodingParameters
-
- rid(String) - Method in interface akasha.rtc.RTCRtpDecodingParameters.Builder
-
- rid(String) - Method in interface akasha.rtc.RTCRtpEncodingParameters.Builder
-
- right - Static variable in annotation type akasha.AlignSetting
-
- right - Static variable in annotation type akasha.CanvasTextAlign
-
- right() - Method in class akasha.DOMRectReadOnly
-
The right read-only property of the DOMRectReadOnly interface returns the right coordinate value of the DOMRect.
- right - Static variable in annotation type akasha.GamepadHand
-
- right - Static variable in annotation type akasha.media.VideoFacingModeEnum
-
- right - Static variable in annotation type akasha.xr.XREye
-
- right - Static variable in annotation type akasha.xr.XRHandedness
-
- ring_finger_metacarpal - Static variable in annotation type akasha.xr.XRHandJoint
-
- ring_finger_phalanx_distal - Static variable in annotation type akasha.xr.XRHandJoint
-
- ring_finger_phalanx_intermediate - Static variable in annotation type akasha.xr.XRHandJoint
-
- ring_finger_phalanx_proximal - Static variable in annotation type akasha.xr.XRHandJoint
-
- ring_finger_tip - Static variable in annotation type akasha.xr.XRHandJoint
-
- rk(boolean) - Method in interface akasha.CredentialPropertiesOutput.Builder
-
- rk() - Method in interface akasha.CredentialPropertiesOutput
-
- rl - Static variable in annotation type akasha.DirectionSetting
-
- robustness(String) - Method in interface akasha.MediaKeySystemMediaCapability.Builder
-
- robustness() - Method in interface akasha.MediaKeySystemMediaCapability
-
- role - Variable in class akasha.Element
-
- role - Variable in class akasha.ElementInternals
-
- role() - Method in class akasha.rtc.RTCIceTransport
-
The read-only RTCIceTransport property role indicates which ICE role the transport is fulfilling: that of the controlling agent, or the agent that is being controlled.
- rollback - Static variable in annotation type akasha.rtc.RTCSdpType
-
- rolloffFactor - Variable in class akasha.audio.PannerNode
-
A number whose range depends on the distanceModel of the panner as follows (negative values are not allowed):
- rolloffFactor(double) - Method in interface akasha.audio.PannerOptions.Builder
-
- rolloffFactor() - Method in interface akasha.audio.PannerOptions
-
- root() - Method in class akasha.IntersectionObserver
-
The IntersectionObserver interface's read-only root property identifies the Element or Document whose bounds are treated as the bounding box of the viewport for the element which is the observer's target.
- root(IntersectionRoot) - Method in interface akasha.IntersectionObserverInit.Builder
-
- root() - Method in interface akasha.IntersectionObserverInit
-
- root() - Method in class akasha.NodeIterator
-
The NodeIterator.root read-only property represents the Node that is the root of what the NodeIterator traverses.
- root() - Method in class akasha.TreeWalker
-
The TreeWalker.root read-only property returns the node that is the root of what the TreeWalker traverses.
- root(Element) - Static method in interface akasha.xr.XRDOMOverlayInit
-
- root() - Method in interface akasha.xr.XRDOMOverlayInit
-
- rootBounds() - Method in class akasha.IntersectionObserverEntry
-
The IntersectionObserverEntry interface's read-only rootBounds property is a DOMRectReadOnly corresponding to the target's root intersection rectangle, offset by the IntersectionObserver.rootMargin if one is specified.
- rootBounds() - Method in interface akasha.IntersectionObserverEntryInit
-
- rootBounds(DOMRectInit) - Method in interface akasha.IntersectionObserverEntryInit.Step4
-
- rootElement() - Method in class akasha.Document
-
- rootMargin() - Method in class akasha.IntersectionObserver
-
The IntersectionObserver interface's read-only rootMargin property is a string with syntax similar to that of the CSS margin property.
- rootMargin(String) - Method in interface akasha.IntersectionObserverInit.Builder
-
- rootMargin() - Method in interface akasha.IntersectionObserverInit
-
- rotate(double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.rotate() method of the Canvas 2D API adds a rotation to the transformation matrix.
- rotate(double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- rotate(double, double) - Method in class akasha.DOMMatrixReadOnly
-
- rotate(double) - Method in class akasha.DOMMatrixReadOnly
-
- rotate() - Method in class akasha.DOMMatrixReadOnly
-
- rotate(double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- rotate() - Method in class akasha.svg.SVGTextPositioningElement
-
- rotateAxisAngle(double, double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- rotateAxisAngle(double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- rotateAxisAngle(double, double) - Method in class akasha.DOMMatrixReadOnly
-
- rotateAxisAngle(double) - Method in class akasha.DOMMatrixReadOnly
-
- rotateAxisAngle() - Method in class akasha.DOMMatrixReadOnly
-
- rotateAxisAngleSelf(double, double, double, double) - Method in class akasha.DOMMatrix
-
- rotateAxisAngleSelf(double, double, double) - Method in class akasha.DOMMatrix
-
- rotateAxisAngleSelf(double, double) - Method in class akasha.DOMMatrix
-
- rotateAxisAngleSelf(double) - Method in class akasha.DOMMatrix
-
- rotateAxisAngleSelf() - Method in class akasha.DOMMatrix
-
- rotateFromVector(double, double) - Method in class akasha.DOMMatrixReadOnly
-
- rotateFromVector(double) - Method in class akasha.DOMMatrixReadOnly
-
- rotateFromVector() - Method in class akasha.DOMMatrixReadOnly
-
- rotateFromVectorSelf(double, double) - Method in class akasha.DOMMatrix
-
- rotateFromVectorSelf(double) - Method in class akasha.DOMMatrix
-
- rotateFromVectorSelf() - Method in class akasha.DOMMatrix
-
- rotateSelf(double, double, double) - Method in class akasha.DOMMatrix
-
- rotateSelf(double, double) - Method in class akasha.DOMMatrix
-
- rotateSelf(double) - Method in class akasha.DOMMatrix
-
- rotateSelf() - Method in class akasha.DOMMatrix
-
- rotationAngle() - Method in class akasha.Touch
-
Returns the rotation angle, in degrees, of the contact area ellipse defined by Touch.radiusX and Touch.radiusY.
- rotationAngle(float) - Method in interface akasha.TouchInit.Builder
-
- rotationAngle() - Method in interface akasha.TouchInit
-
- rotationRate() - Method in class akasha.DeviceMotionEvent
-
Returns the rate at which the device is rotating around each of its axes in degrees per second.
- rotationRate(DeviceMotionEventRotationRateInit) - Method in interface akasha.DeviceMotionEventInit.Builder
-
- rotationRate() - Method in interface akasha.DeviceMotionEventInit
-
- round - Static variable in annotation type akasha.CanvasLineCap
-
- round - Static variable in annotation type akasha.CanvasLineJoin
-
- round(double) - Static method in class akasha.core.JsMath
-
The Math.round() function returns the value of a number rounded to the nearest integer.
- roundRect(double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
- roundRect(double, double, double, double, DOMPointInit) - Method in class akasha.CanvasRenderingContext2D
-
- roundRect(double, double, double, double, JsArray<UnrestrictedDoubleOrDOMPointInitUnion>) - Method in class akasha.CanvasRenderingContext2D
-
- roundRect(double, double, double, double, UnrestrictedDoubleOrDOMPointInitUnion...) - Method in class akasha.CanvasRenderingContext2D
-
- roundRect(double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- roundRect(double, double, double, double, DOMPointInit) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- roundRect(double, double, double, double, JsArray<UnrestrictedDoubleOrDOMPointInitUnion>) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- roundRect(double, double, double, double, UnrestrictedDoubleOrDOMPointInitUnion...) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- roundRect(double, double, double, double, double) - Method in class akasha.Path2D
-
- roundRect(double, double, double, double, DOMPointInit) - Method in class akasha.Path2D
-
- roundRect(double, double, double, double, JsArray<UnrestrictedDoubleOrDOMPointInitUnion>) - Method in class akasha.Path2D
-
- roundRect(double, double, double, double, UnrestrictedDoubleOrDOMPointInitUnion...) - Method in class akasha.Path2D
-
- roundTripTime(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- roundTripTime() - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- roundTripTime(double) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
- roundTripTime() - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
- roundTripTimeMeasurements(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- roundTripTimeMeasurements() - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- roundTripTimeMeasurements(int) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
- roundTripTimeMeasurements() - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
- row - Static variable in annotation type akasha.ScopeType
-
The header relates to all cells of the row it belongs to.
- rowgroup - Static variable in annotation type akasha.ScopeType
-
The header belongs to a rowgroup and relates to all of its cells.
- rowIndex() - Method in class akasha.HTMLTableRowElement
-
The HTMLTableRowElement.rowIndex read-only property represents the position of a row in relation to the whole table.
- rows - Variable in class akasha.HTMLFrameSetElement
-
- rows() - Method in class akasha.HTMLTableElement
-
The read-only HTMLTableElement property rows returns a live HTMLCollection of all the rows in the table, including the rows contained within any thead, tfoot, and tbody elements.
- rows() - Method in class akasha.HTMLTableSectionElement
-
- rows - Variable in class akasha.HTMLTextAreaElement
-
- rowSpan - Variable in class akasha.HTMLTableCellElement
-
- rowsPerImage(int) - Method in interface akasha.gpu.GPUImageCopyBuffer.Builder
-
- rowsPerImage(int) - Method in interface akasha.gpu.GPUImageDataLayout.Builder
-
- rowsPerImage() - Method in interface akasha.gpu.GPUImageDataLayout
-
- rp() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The rp property of the PublicKeyCredentialCreationOptions dictionary is an object describing the relying party which requested the credential creation (via navigator.credentials.create()).
- rp(PublicKeyCredentialRpEntity) - Method in interface akasha.PublicKeyCredentialCreationOptions.Step2
-
- rpId(String) - Method in interface akasha.PublicKeyCredentialRequestOptions.Builder
-
The rpId property, of the PublicKeyCredentialRequestOptions dictionary, is an optional property which indicates the relying party's identifier as a USVString.
- rpId() - Method in interface akasha.PublicKeyCredentialRequestOptions
-
The rpId property, of the PublicKeyCredentialRequestOptions dictionary, is an optional property which indicates the relying party's identifier as a USVString.
- RsaHashedImportParams - Interface in akasha.crypto
-
The RsaHashedImportParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.importKey() or SubtleCrypto.unwrapKey(), when importing any RSA-based key pair: that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.
- RsaHashedImportParams.Step1 - Interface in akasha.crypto
-
- RsaHashedKeyAlgorithm - Interface in akasha.crypto
-
- RsaHashedKeyAlgorithm.Step1 - Interface in akasha.crypto
-
- RsaHashedKeyAlgorithm.Step2 - Interface in akasha.crypto
-
- RsaHashedKeyAlgorithm.Step3 - Interface in akasha.crypto
-
- RsaHashedKeyGenParams - Interface in akasha.crypto
-
The RsaHashedKeyGenParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.generateKey(), when generating any RSA-based key pair: that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.
- RsaHashedKeyGenParams.Step1 - Interface in akasha.crypto
-
- RsaHashedKeyGenParams.Step2 - Interface in akasha.crypto
-
- RsaHashedKeyGenParams.Step3 - Interface in akasha.crypto
-
- RsaKeyAlgorithm - Interface in akasha.crypto
-
- RsaKeyAlgorithm.Step1 - Interface in akasha.crypto
-
- RsaKeyAlgorithm.Step2 - Interface in akasha.crypto
-
- RsaKeyGenParams - Interface in akasha.crypto
-
- RsaKeyGenParams.Step1 - Interface in akasha.crypto
-
- RsaKeyGenParams.Step2 - Interface in akasha.crypto
-
- RsaOaepParams - Interface in akasha.crypto
-
The RsaOaepParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.encrypt(), SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), when using the RSA_OAEP algorithm.
- RsaOaepParams.Builder - Interface in akasha.crypto
-
The RsaOaepParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.encrypt(), SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), when using the RSA_OAEP algorithm.
- RsaOtherPrimesInfo - Interface in akasha.crypto
-
- RsaOtherPrimesInfo.Builder - Interface in akasha.crypto
-
- RsaPssParams - Interface in akasha.crypto
-
The RsaPssParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.sign() or SubtleCrypto.verify(), when using the RSA-PSS algorithm.
- RsaPssParams.Step1 - Interface in akasha.crypto
-
- rssi() - Method in class akasha.bluetooth.BluetoothAdvertisingEvent
-
- rssi(byte) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- rssi() - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- RTCAnswerOptions - Interface in akasha.rtc
-
The createAnswer() method on the RTCPeerConnection interface creates an SDP answer to an offer received from a remote peer during the offer/answer negotiation of a WebRTC connection.
- RTCAudioHandlerStats - Interface in akasha.rtc
-
- RTCAudioHandlerStats.Builder - Interface in akasha.rtc
-
- RTCAudioHandlerStats.Step1 - Interface in akasha.rtc
-
- RTCAudioHandlerStats.Step2 - Interface in akasha.rtc
-
- RTCAudioHandlerStats.Step3 - Interface in akasha.rtc
-
- RTCAudioReceiverStats - Interface in akasha.rtc
-
- RTCAudioReceiverStats.Builder - Interface in akasha.rtc
-
- RTCAudioReceiverStats.Step1 - Interface in akasha.rtc
-
- RTCAudioReceiverStats.Step2 - Interface in akasha.rtc
-
- RTCAudioReceiverStats.Step3 - Interface in akasha.rtc
-
- RTCAudioSenderStats - Interface in akasha.rtc
-
- RTCAudioSenderStats.Builder - Interface in akasha.rtc
-
- RTCAudioSenderStats.Step1 - Interface in akasha.rtc
-
- RTCAudioSenderStats.Step2 - Interface in akasha.rtc
-
- RTCAudioSenderStats.Step3 - Interface in akasha.rtc
-
- RTCAudioSourceStats - Interface in akasha.rtc
-
- RTCAudioSourceStats.Builder - Interface in akasha.rtc
-
- RTCAudioSourceStats.Step1 - Interface in akasha.rtc
-
- RTCAudioSourceStats.Step2 - Interface in akasha.rtc
-
- RTCAudioSourceStats.Step3 - Interface in akasha.rtc
-
- RTCAudioSourceStats.Step4 - Interface in akasha.rtc
-
- RTCBundlePolicy - Annotation Type in akasha.rtc
-
- RTCBundlePolicy.Util - Class in akasha.rtc
-
- RTCCertificate - Class in akasha.rtc
-
The interface of the WebRTC API provides an object represents a certificate that an RTCPeerConnection uses to authenticate.
- RTCCertificate() - Constructor for class akasha.rtc.RTCCertificate
-
- RTCCertificateExpiration - Interface in akasha.rtc
-
- RTCCertificateExpiration.Builder - Interface in akasha.rtc
-
- RTCCertificateStats - Interface in akasha.rtc
-
- RTCCertificateStats.Builder - Interface in akasha.rtc
-
- RTCCertificateStats.Step1 - Interface in akasha.rtc
-
- RTCCertificateStats.Step2 - Interface in akasha.rtc
-
- RTCCertificateStats.Step3 - Interface in akasha.rtc
-
- RTCCertificateStats.Step4 - Interface in akasha.rtc
-
- RTCCertificateStats.Step5 - Interface in akasha.rtc
-
- RTCCodecStats - Interface in akasha.rtc
-
- RTCCodecStats.Builder - Interface in akasha.rtc
-
- RTCCodecStats.Step1 - Interface in akasha.rtc
-
- RTCCodecStats.Step2 - Interface in akasha.rtc
-
- RTCCodecStats.Step3 - Interface in akasha.rtc
-
- RTCCodecStats.Step4 - Interface in akasha.rtc
-
- RTCCodecStats.Step5 - Interface in akasha.rtc
-
- RTCCodecType - Annotation Type in akasha.rtc
-
- RTCCodecType.Util - Class in akasha.rtc
-
- RTCConfiguration - Interface in akasha.rtc
-
The RTCPeerConnection() constructor returns a newly-created RTCPeerConnection, which represents a connection between the local device and a remote peer.
- RTCConfiguration.Builder - Interface in akasha.rtc
-
The RTCPeerConnection() constructor returns a newly-created RTCPeerConnection, which represents a connection between the local device and a remote peer.
- RTCDataChannel - Class in akasha.rtc
-
The RTCDataChannel interface represents a network channel which can be used for bidirectional peer-to-peer transfers of arbitrary data.
- RTCDataChannel() - Constructor for class akasha.rtc.RTCDataChannel
-
- RTCDataChannelEvent - Class in akasha.rtc
-
The RTCDataChannelEvent interface represents an event related to a specific RTCDataChannel.
- RTCDataChannelEvent(String, RTCDataChannelEventInit) - Constructor for class akasha.rtc.RTCDataChannelEvent
-
The RTCDataChannelEvent() constructor creates a new RTCDataChannelEvent.
- RTCDataChannelEventHandler - Interface in akasha.rtc
-
Handle events of type RTCDataChannelEvent
- RTCDataChannelEventInit - Interface in akasha.rtc
-
- RTCDataChannelEventInit.Builder - Interface in akasha.rtc
-
- RTCDataChannelEventListener - Interface in akasha.rtc
-
Listener for events of type RTCDataChannelEvent
- RTCDataChannelInit - Interface in akasha.rtc
-
- RTCDataChannelInit.Builder - Interface in akasha.rtc
-
- RTCDataChannelState - Annotation Type in akasha.rtc
-
- RTCDataChannelState.Util - Class in akasha.rtc
-
- RTCDataChannelStats - Interface in akasha.rtc
-
- RTCDataChannelStats.Builder - Interface in akasha.rtc
-
- RTCDataChannelStats.Step1 - Interface in akasha.rtc
-
- RTCDataChannelStats.Step2 - Interface in akasha.rtc
-
- RTCDataChannelStats.Step3 - Interface in akasha.rtc
-
- RTCDtlsFingerprint - Interface in akasha.rtc
-
- RTCDtlsFingerprint.Builder - Interface in akasha.rtc
-
- RTCDtlsTransport - Class in akasha.rtc
-
The RTCDtlsTransport interface provides access to information about the Datagram Transport Layer Security (DTLS) transport over which a RTCPeerConnection's RTP and RTCP packets are sent and received by its RTCRtpSender and RTCRtpReceiver objects.
- RTCDtlsTransport() - Constructor for class akasha.rtc.RTCDtlsTransport
-
- RTCDtlsTransportState - Annotation Type in akasha.rtc
-
- RTCDtlsTransportState.Util - Class in akasha.rtc
-
- RTCDTMFSender - Class in akasha.rtc
-
The RTCDTMFSender interface provides a mechanism for transmitting DTMF codes on a WebRTC RTCPeerConnection.
- RTCDTMFSender() - Constructor for class akasha.rtc.RTCDTMFSender
-
- RTCDTMFToneChangeEvent - Class in akasha.rtc
-
The RTCDTMFToneChangeEvent interface represents events sent to indicate that DTMF tones have started or finished playing.
- RTCDTMFToneChangeEvent(String, RTCDTMFToneChangeEventInit) - Constructor for class akasha.rtc.RTCDTMFToneChangeEvent
-
The RTCDTMFToneChangeEvent() constructor creates a new RTCDTMFToneChangeEvent.
- RTCDTMFToneChangeEvent(String) - Constructor for class akasha.rtc.RTCDTMFToneChangeEvent
-
The RTCDTMFToneChangeEvent() constructor creates a new RTCDTMFToneChangeEvent.
- RTCDTMFToneChangeEventHandler - Interface in akasha.rtc
-
Handle events of type RTCDTMFToneChangeEvent
- RTCDTMFToneChangeEventInit - Interface in akasha.rtc
-
- RTCDTMFToneChangeEventInit.Builder - Interface in akasha.rtc
-
- RTCDTMFToneChangeEventListener - Interface in akasha.rtc
-
Listener for events of type RTCDTMFToneChangeEvent
- RTCError - Class in akasha.rtc
-
The RTCError interface describes an error which has occurred while handling WebRTC operations.
- RTCError(RTCErrorInit, String) - Constructor for class akasha.rtc.RTCError
-
- RTCError(RTCErrorInit) - Constructor for class akasha.rtc.RTCError
-
- RTCErrorDetailType - Annotation Type in akasha.rtc
-
- RTCErrorDetailType.Util - Class in akasha.rtc
-
- RTCErrorDetailTypeIdp - Annotation Type in akasha.rtc
-
- RTCErrorDetailTypeIdp.Util - Class in akasha.rtc
-
- RTCErrorEvent - Class in akasha.rtc
-
The WebRTC API's RTCErrorEvent interface represents an error sent to a WebRTC object.
- RTCErrorEvent(String, RTCErrorEventInit) - Constructor for class akasha.rtc.RTCErrorEvent
-
- RTCErrorEventHandler - Interface in akasha.rtc
-
Handle events of type RTCErrorEvent
- RTCErrorEventInit - Interface in akasha.rtc
-
- RTCErrorEventInit.Builder - Interface in akasha.rtc
-
- RTCErrorEventListener - Interface in akasha.rtc
-
Listener for events of type RTCErrorEvent
- RTCErrorInit - Interface in akasha.rtc
-
- RTCErrorInit.Builder - Interface in akasha.rtc
-
- RTCIceCandidate - Class in akasha.rtc
-
The RTCIceCandidate interface—part of the WebRTC API—represents a candidate Interactive Connectivity Establishment (ICE) configuration which may be used to establish an RTCPeerConnection.
- RTCIceCandidate(RTCIceCandidateInit) - Constructor for class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate() constructor creates and returns a new RTCIceCandidate object, which can be configured to represent a single ICE candidate.
- RTCIceCandidate() - Constructor for class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate() constructor creates and returns a new RTCIceCandidate object, which can be configured to represent a single ICE candidate.
- RTCIceCandidateInit - Interface in akasha.rtc
-
The RTCIceCandidate() constructor creates and returns a new RTCIceCandidate object, which can be configured to represent a single ICE candidate.
- RTCIceCandidateInit.Builder - Interface in akasha.rtc
-
The RTCIceCandidate() constructor creates and returns a new RTCIceCandidate object, which can be configured to represent a single ICE candidate.
- RTCIceCandidatePair - Interface in akasha.rtc
-
The RTCIceCandidatePair dictionary describes a pair of ICE candidates which together comprise a description of a viable connection between two WebRTC endpoints.
- RTCIceCandidatePair.Builder - Interface in akasha.rtc
-
The RTCIceCandidatePair dictionary describes a pair of ICE candidates which together comprise a description of a viable connection between two WebRTC endpoints.
- RTCIceCandidatePairStats - Interface in akasha.rtc
-
The WebRTC RTCIceCandidatePairStats dictionary reports statistics which provide insight into the quality and performance of an RTCPeerConnection while connected and configured as described by the specified pair of ICE candidates.
- RTCIceCandidatePairStats.Builder - Interface in akasha.rtc
-
The WebRTC RTCIceCandidatePairStats dictionary reports statistics which provide insight into the quality and performance of an RTCPeerConnection while connected and configured as described by the specified pair of ICE candidates.
- RTCIceCandidatePairStats.Step1 - Interface in akasha.rtc
-
- RTCIceCandidatePairStats.Step2 - Interface in akasha.rtc
-
- RTCIceCandidatePairStats.Step3 - Interface in akasha.rtc
-
- RTCIceCandidatePairStats.Step4 - Interface in akasha.rtc
-
- RTCIceCandidatePairStats.Step5 - Interface in akasha.rtc
-
- RTCIceCandidatePairStats.Step6 - Interface in akasha.rtc
-
- RTCIceCandidateStats - Interface in akasha.rtc
-
The WebRTC API's RTCIceCandidateStats dictionary provides statistics related to an RTCIceCandidate.
- RTCIceCandidateStats.Builder - Interface in akasha.rtc
-
The WebRTC API's RTCIceCandidateStats dictionary provides statistics related to an RTCIceCandidate.
- RTCIceCandidateStats.Step1 - Interface in akasha.rtc
-
- RTCIceCandidateStats.Step2 - Interface in akasha.rtc
-
- RTCIceCandidateStats.Step3 - Interface in akasha.rtc
-
- RTCIceCandidateStats.Step4 - Interface in akasha.rtc
-
- RTCIceCandidateType - Annotation Type in akasha.rtc
-
- RTCIceCandidateType.Util - Class in akasha.rtc
-
- RTCIceComponent - Annotation Type in akasha.rtc
-
- RTCIceComponent.Util - Class in akasha.rtc
-
- RTCIceConnectionState - Annotation Type in akasha.rtc
-
- RTCIceConnectionState.Util - Class in akasha.rtc
-
- RTCIceCredentialType - Annotation Type in akasha.rtc
-
- RTCIceCredentialType.Util - Class in akasha.rtc
-
- RTCIceGathererState - Annotation Type in akasha.rtc
-
- RTCIceGathererState.Util - Class in akasha.rtc
-
- RTCIceGatheringState - Annotation Type in akasha.rtc
-
- RTCIceGatheringState.Util - Class in akasha.rtc
-
- RTCIceParameters - Interface in akasha.rtc
-
The RTCIceParameters dictionary specifies the username fragment and password assigned to an ICE session.
- RTCIceParameters.Builder - Interface in akasha.rtc
-
The RTCIceParameters dictionary specifies the username fragment and password assigned to an ICE session.
- RTCIceProtocol - Annotation Type in akasha.rtc
-
- RTCIceProtocol.Util - Class in akasha.rtc
-
- RTCIceRole - Annotation Type in akasha.rtc
-
- RTCIceRole.Util - Class in akasha.rtc
-
- RTCIceServer - Interface in akasha.rtc
-
The RTCIceServer dictionary defines how to connect to a single ICE server (such as a STUN or TURN server).
- RTCIceServer.Builder - Interface in akasha.rtc
-
The RTCIceServer dictionary defines how to connect to a single ICE server (such as a STUN or TURN server).
- RTCIceServerStats - Interface in akasha.rtc
-
- RTCIceServerStats.Builder - Interface in akasha.rtc
-
- RTCIceServerStats.Step1 - Interface in akasha.rtc
-
- RTCIceServerStats.Step2 - Interface in akasha.rtc
-
- RTCIceServerStats.Step3 - Interface in akasha.rtc
-
- RTCIceTcpCandidateType - Annotation Type in akasha.rtc
-
- RTCIceTcpCandidateType.Util - Class in akasha.rtc
-
- RTCIceTransport - Class in akasha.rtc
-
The RTCIceTransport interface provides access to information about the ICE transport layer over which the data is being sent and received.
- RTCIceTransport() - Constructor for class akasha.rtc.RTCIceTransport
-
- RTCIceTransportPolicy - Annotation Type in akasha.rtc
-
- RTCIceTransportPolicy.Util - Class in akasha.rtc
-
- RTCIceTransportState - Annotation Type in akasha.rtc
-
- RTCIceTransportState.Util - Class in akasha.rtc
-
- RTCIdentityAssertion - Class in akasha.rtc
-
The RTCIdentityAssertion interface of the WebRTC API represents the identity of a remote peer of the current connection.
- RTCIdentityAssertion(String, String) - Constructor for class akasha.rtc.RTCIdentityAssertion
-
- RTCIdentityAssertionResult - Interface in akasha.rtc
-
- RTCIdentityAssertionResult.Step1 - Interface in akasha.rtc
-
- RTCIdentityProvider - Interface in akasha.rtc
-
- rtcIdentityProvider() - Static method in class akasha.RTCIdentityProviderGlobal
-
- rtcIdentityProvider() - Method in class akasha.RTCIdentityProviderGlobalScope
-
- RTCIdentityProvider.Step1 - Interface in akasha.rtc
-
- RTCIdentityProviderDetails - Interface in akasha.rtc
-
- RTCIdentityProviderDetails.Builder - Interface in akasha.rtc
-
- RTCIdentityProviderGlobal - Class in akasha
-
- RTCIdentityProviderGlobalScope - Class in akasha
-
- RTCIdentityProviderGlobalScope() - Constructor for class akasha.RTCIdentityProviderGlobalScope
-
- RTCIdentityProviderOptions - Interface in akasha.rtc
-
- RTCIdentityProviderOptions.Builder - Interface in akasha.rtc
-
- RTCIdentityProviderRegistrar - Class in akasha.rtc
-
- RTCIdentityProviderRegistrar() - Constructor for class akasha.rtc.RTCIdentityProviderRegistrar
-
- RTCIdentityValidationResult - Interface in akasha.rtc
-
- RTCIdentityValidationResult.Step1 - Interface in akasha.rtc
-
- RTCInboundRtpStreamStats - Interface in akasha.rtc
-
The WebRTC API's RTCInboundRtpStreamStats dictionary, based upon RTCReceivedRtpStreamStats and RTCStats, contains statistics related to the receiving end of an RTP stream on the local end of the RTCPeerConnection.
- RTCInboundRtpStreamStats.Builder - Interface in akasha.rtc
-
The WebRTC API's RTCInboundRtpStreamStats dictionary, based upon RTCReceivedRtpStreamStats and RTCStats, contains statistics related to the receiving end of an RTP stream on the local end of the RTCPeerConnection.
- RTCInboundRtpStreamStats.Step1 - Interface in akasha.rtc
-
- RTCInboundRtpStreamStats.Step2 - Interface in akasha.rtc
-
- RTCInboundRtpStreamStats.Step3 - Interface in akasha.rtc
-
- RTCInboundRtpStreamStats.Step4 - Interface in akasha.rtc
-
- RTCInboundRtpStreamStats.Step5 - Interface in akasha.rtc
-
- RTCLocalSessionDescriptionInit - Interface in akasha.rtc
-
- RTCLocalSessionDescriptionInit.Builder - Interface in akasha.rtc
-
- RTCMediaHandlerStats - Interface in akasha.rtc
-
- RTCMediaHandlerStats.Builder - Interface in akasha.rtc
-
- RTCMediaHandlerStats.Step1 - Interface in akasha.rtc
-
- RTCMediaHandlerStats.Step2 - Interface in akasha.rtc
-
- RTCMediaHandlerStats.Step3 - Interface in akasha.rtc
-
- RTCMediaSourceStats - Interface in akasha.rtc
-
- RTCMediaSourceStats.Builder - Interface in akasha.rtc
-
- RTCMediaSourceStats.Step1 - Interface in akasha.rtc
-
- RTCMediaSourceStats.Step2 - Interface in akasha.rtc
-
- RTCMediaSourceStats.Step3 - Interface in akasha.rtc
-
- RTCMediaSourceStats.Step4 - Interface in akasha.rtc
-
- RTCMediaStreamStats - Interface in akasha.rtc
-
- RTCMediaStreamStats.Builder - Interface in akasha.rtc
-
- RTCMediaStreamStats.Step1 - Interface in akasha.rtc
-
- RTCMediaStreamStats.Step2 - Interface in akasha.rtc
-
- RTCOfferAnswerOptions - Interface in akasha.rtc
-
The createAnswer() method on the RTCPeerConnection interface creates an SDP answer to an offer received from a remote peer during the offer/answer negotiation of a WebRTC connection.
- RTCOfferOptions - Interface in akasha.rtc
-
The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP offer for the purpose of starting a new WebRTC connection to a remote peer.
- RTCOfferOptions.Builder - Interface in akasha.rtc
-
The createOffer() method of the RTCPeerConnection interface initiates the creation of an SDP offer for the purpose of starting a new WebRTC connection to a remote peer.
- RTCOutboundRtpStreamStats - Interface in akasha.rtc
-
The RTCOutboundRtpStreamStats dictionary is the RTCStats-based object which provides metrics and statistics related to an outbound RTP stream being sent by an RTCRtpSender.
- RTCOutboundRtpStreamStats.Builder - Interface in akasha.rtc
-
The RTCOutboundRtpStreamStats dictionary is the RTCStats-based object which provides metrics and statistics related to an outbound RTP stream being sent by an RTCRtpSender.
- RTCOutboundRtpStreamStats.Step1 - Interface in akasha.rtc
-
- RTCOutboundRtpStreamStats.Step2 - Interface in akasha.rtc
-
- RTCOutboundRtpStreamStats.Step3 - Interface in akasha.rtc
-
- RTCOutboundRtpStreamStats.Step4 - Interface in akasha.rtc
-
- rtcp - Static variable in annotation type akasha.rtc.RTCIceComponent
-
- rtcp() - Method in interface akasha.rtc.RTCRtpParameters
-
- rtcp(RTCRtcpParameters) - Method in interface akasha.rtc.RTCRtpParameters.Step1
-
- rtcp(RTCRtcpParameters) - Method in interface akasha.rtc.RTCRtpReceiveParameters.Step1
-
- rtcp(RTCRtcpParameters) - Method in interface akasha.rtc.RTCRtpSendParameters.Step1
-
- RTCPeerConnection - Class in akasha.rtc
-
The RTCPeerConnection interface represents a WebRTC connection between the local computer and a remote peer.
- RTCPeerConnection(RTCConfiguration) - Constructor for class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection() constructor returns a newly-created RTCPeerConnection, which represents a connection between the local device and a remote peer.
- RTCPeerConnection() - Constructor for class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection() constructor returns a newly-created RTCPeerConnection, which represents a connection between the local device and a remote peer.
- RTCPeerConnectionErrorCallback - Interface in akasha.rtc
-
- RTCPeerConnectionIceErrorEvent - Class in akasha.rtc
-
The RTCPeerConnectionIceErrorEvent interface—based upon the Event interface—provides details pertaining to an ICE error announced by sending an icecandidateerror event to the RTCPeerConnection object.
- RTCPeerConnectionIceErrorEvent(String, RTCPeerConnectionIceErrorEventInit) - Constructor for class akasha.rtc.RTCPeerConnectionIceErrorEvent
-
- RTCPeerConnectionIceErrorEventHandler - Interface in akasha.rtc
-
Handle events of type RTCPeerConnectionIceErrorEvent
- RTCPeerConnectionIceErrorEventInit - Interface in akasha.rtc
-
- RTCPeerConnectionIceErrorEventInit.Builder - Interface in akasha.rtc
-
- RTCPeerConnectionIceErrorEventListener - Interface in akasha.rtc
-
Listener for events of type RTCPeerConnectionIceErrorEvent
- RTCPeerConnectionIceEvent - Class in akasha.rtc
-
The RTCPeerConnectionIceEvent interface represents events that occur in relation to ICE candidates with the target, usually an RTCPeerConnection.
- RTCPeerConnectionIceEvent(String, RTCPeerConnectionIceEventInit) - Constructor for class akasha.rtc.RTCPeerConnectionIceEvent
-
The RTCPeerConnectionIceEvent() constructor creates a new RTCPeerConnectionIceEvent.
- RTCPeerConnectionIceEvent(String) - Constructor for class akasha.rtc.RTCPeerConnectionIceEvent
-
The RTCPeerConnectionIceEvent() constructor creates a new RTCPeerConnectionIceEvent.
- RTCPeerConnectionIceEventHandler - Interface in akasha.rtc
-
Handle events of type RTCPeerConnectionIceEvent
- RTCPeerConnectionIceEventInit - Interface in akasha.rtc
-
- RTCPeerConnectionIceEventInit.Builder - Interface in akasha.rtc
-
- RTCPeerConnectionIceEventListener - Interface in akasha.rtc
-
Listener for events of type RTCPeerConnectionIceEvent
- RTCPeerConnectionState - Annotation Type in akasha.rtc
-
- RTCPeerConnectionState.Util - Class in akasha.rtc
-
- RTCPeerConnectionStats - Interface in akasha.rtc
-
- RTCPeerConnectionStats.Builder - Interface in akasha.rtc
-
- RTCPeerConnectionStats.Step1 - Interface in akasha.rtc
-
- RTCPeerConnectionStats.Step2 - Interface in akasha.rtc
-
- rtcpMuxPolicy(String) - Method in interface akasha.rtc.RTCConfiguration.Builder
-
- rtcpMuxPolicy() - Method in interface akasha.rtc.RTCConfiguration
-
- RTCPriorityType - Annotation Type in akasha.rtc
-
- RTCPriorityType.Util - Class in akasha.rtc
-
- rtcpTransportStatsId(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- rtcpTransportStatsId() - Method in interface akasha.rtc.RTCTransportStats
-
- RTCQualityLimitationReason - Annotation Type in akasha.rtc
-
- RTCQualityLimitationReason.Util - Class in akasha.rtc
-
- RTCReceivedRtpStreamStats - Interface in akasha.rtc
-
- RTCReceivedRtpStreamStats.Builder - Interface in akasha.rtc
-
- RTCReceivedRtpStreamStats.Step1 - Interface in akasha.rtc
-
- RTCReceivedRtpStreamStats.Step2 - Interface in akasha.rtc
-
- RTCReceivedRtpStreamStats.Step3 - Interface in akasha.rtc
-
- RTCReceivedRtpStreamStats.Step4 - Interface in akasha.rtc
-
- RTCReceiverAudioTrackAttachmentStats - Interface in akasha.rtc
-
- RTCReceiverAudioTrackAttachmentStats.Builder - Interface in akasha.rtc
-
- RTCReceiverAudioTrackAttachmentStats.Step1 - Interface in akasha.rtc
-
- RTCReceiverAudioTrackAttachmentStats.Step2 - Interface in akasha.rtc
-
- RTCReceiverAudioTrackAttachmentStats.Step3 - Interface in akasha.rtc
-
- RTCReceiverVideoTrackAttachmentStats - Interface in akasha.rtc
-
- RTCReceiverVideoTrackAttachmentStats.Builder - Interface in akasha.rtc
-
- RTCReceiverVideoTrackAttachmentStats.Step1 - Interface in akasha.rtc
-
- RTCReceiverVideoTrackAttachmentStats.Step2 - Interface in akasha.rtc
-
- RTCReceiverVideoTrackAttachmentStats.Step3 - Interface in akasha.rtc
-
- RTCRemoteInboundRtpStreamStats - Interface in akasha.rtc
-
- RTCRemoteInboundRtpStreamStats.Builder - Interface in akasha.rtc
-
- RTCRemoteInboundRtpStreamStats.Step1 - Interface in akasha.rtc
-
- RTCRemoteInboundRtpStreamStats.Step2 - Interface in akasha.rtc
-
- RTCRemoteInboundRtpStreamStats.Step3 - Interface in akasha.rtc
-
- RTCRemoteInboundRtpStreamStats.Step4 - Interface in akasha.rtc
-
- RTCRemoteOutboundRtpStreamStats - Interface in akasha.rtc
-
The WebRTC statistics model's RTCRemoteOutboundRtpStreamStats dictionary extends the underlying RTCSentRtpStreamStats dictionary with properties measuring metrics specific to outgoing RTP streams.
- RTCRemoteOutboundRtpStreamStats.Builder - Interface in akasha.rtc
-
The WebRTC statistics model's RTCRemoteOutboundRtpStreamStats dictionary extends the underlying RTCSentRtpStreamStats dictionary with properties measuring metrics specific to outgoing RTP streams.
- RTCRemoteOutboundRtpStreamStats.Step1 - Interface in akasha.rtc
-
- RTCRemoteOutboundRtpStreamStats.Step2 - Interface in akasha.rtc
-
- RTCRemoteOutboundRtpStreamStats.Step3 - Interface in akasha.rtc
-
- RTCRemoteOutboundRtpStreamStats.Step4 - Interface in akasha.rtc
-
- RTCRtcpMuxPolicy - Annotation Type in akasha.rtc
-
- RTCRtcpMuxPolicy.Util - Class in akasha.rtc
-
- RTCRtcpParameters - Interface in akasha.rtc
-
The RTCRtcpParameters dictionary provides parameters of an RTCP connection.
- RTCRtcpParameters.Builder - Interface in akasha.rtc
-
The RTCRtcpParameters dictionary provides parameters of an RTCP connection.
- RTCRtpCapabilities - Interface in akasha.rtc
-
The RTCRtpCapabilities dictionary is a data type used to describe the capabilities of an RTCRtpSender or RTCRtpReceiver in response to a call to the RTCRtpSender.getCapabilities() or RTCRtpReceiver.getCapabilities() static functions, both of which return an array of RTCRtpCapabilities objects.
- RTCRtpCapabilities.Step1 - Interface in akasha.rtc
-
- RTCRtpCodecCapability - Interface in akasha.rtc
-
The WebRTC API's RTCRtpCodecCapability dictionary provides information describing the capabilities of a single media codec.
- RTCRtpCodecCapability.Builder - Interface in akasha.rtc
-
The WebRTC API's RTCRtpCodecCapability dictionary provides information describing the capabilities of a single media codec.
- RTCRtpCodecCapability.Step1 - Interface in akasha.rtc
-
- RTCRtpCodecParameters - Interface in akasha.rtc
-
The RTCRtpCodecParameters dictionary, part of the WebRTC API, is used to describe the configuration parameters for a single media codec.
- RTCRtpCodecParameters.Builder - Interface in akasha.rtc
-
The RTCRtpCodecParameters dictionary, part of the WebRTC API, is used to describe the configuration parameters for a single media codec.
- RTCRtpCodecParameters.Step1 - Interface in akasha.rtc
-
- RTCRtpCodecParameters.Step2 - Interface in akasha.rtc
-
- RTCRtpCodingParameters - Interface in akasha.rtc
-
- RTCRtpCodingParameters.Builder - Interface in akasha.rtc
-
- RTCRtpContributingSource - Interface in akasha.rtc
-
The RTCRtpContributingSource dictionary of the WebRTC API is used by getContributingSources() to provide information about a given contributing source (CSRC), including the most recent time a packet that the source contributed was played out.
- RTCRtpContributingSource.Builder - Interface in akasha.rtc
-
The RTCRtpContributingSource dictionary of the WebRTC API is used by getContributingSources() to provide information about a given contributing source (CSRC), including the most recent time a packet that the source contributed was played out.
- RTCRtpContributingSource.Step1 - Interface in akasha.rtc
-
- RTCRtpContributingSource.Step2 - Interface in akasha.rtc
-
- RTCRtpContributingSourceStats - Interface in akasha.rtc
-
- RTCRtpContributingSourceStats.Builder - Interface in akasha.rtc
-
- RTCRtpContributingSourceStats.Step1 - Interface in akasha.rtc
-
- RTCRtpContributingSourceStats.Step2 - Interface in akasha.rtc
-
- RTCRtpContributingSourceStats.Step3 - Interface in akasha.rtc
-
- RTCRtpContributingSourceStats.Step4 - Interface in akasha.rtc
-
- RTCRtpDecodingParameters - Interface in akasha.rtc
-
- RTCRtpDecodingParameters.Builder - Interface in akasha.rtc
-
- RTCRtpEncodingParameters - Interface in akasha.rtc
-
An instance of the WebRTC API's RTCRtpEncodingParameters dictionary describes a single configuration of a codec for an RTCRtpSender.
- RTCRtpEncodingParameters.Builder - Interface in akasha.rtc
-
An instance of the WebRTC API's RTCRtpEncodingParameters dictionary describes a single configuration of a codec for an RTCRtpSender.
- RTCRtpHeaderExtensionCapability - Interface in akasha.rtc
-
- RTCRtpHeaderExtensionCapability.Builder - Interface in akasha.rtc
-
- RTCRtpHeaderExtensionParameters - Interface in akasha.rtc
-
- RTCRtpHeaderExtensionParameters.Builder - Interface in akasha.rtc
-
- RTCRtpHeaderExtensionParameters.Step1 - Interface in akasha.rtc
-
- RTCRtpParameters - Interface in akasha.rtc
-
The RTCRtpParameters dictionary is the basic object describing the parameters of an RTP transport.
- RTCRtpParameters.Step1 - Interface in akasha.rtc
-
- RTCRtpParameters.Step2 - Interface in akasha.rtc
-
- RTCRtpReceiveParameters - Interface in akasha.rtc
-
The RTCRtpReceiveParameters dictionary, based upon the RTCRtpParameters dictionary, is returned by the RTCRtpReceiver method getParameters().
- RTCRtpReceiveParameters.Step1 - Interface in akasha.rtc
-
- RTCRtpReceiveParameters.Step2 - Interface in akasha.rtc
-
- RTCRtpReceiver - Class in akasha.rtc
-
The RTCRtpReceiver interface of the WebRTC API manages the reception and decoding of data for a MediaStreamTrack on an RTCPeerConnection.
- RTCRtpReceiver() - Constructor for class akasha.rtc.RTCRtpReceiver
-
- RTCRtpSender - Class in akasha.rtc
-
The RTCRtpSender interface provides the ability to control and obtain details about how a particular MediaStreamTrack is encoded and sent to a remote peer.
- RTCRtpSender() - Constructor for class akasha.rtc.RTCRtpSender
-
- RTCRtpSendParameters - Interface in akasha.rtc
-
The WebRTC API's RTCRtpSendParameters dictionary is used to specify the parameters for an RTCRtpSender when calling its setParameters() method.
- RTCRtpSendParameters.Step1 - Interface in akasha.rtc
-
- RTCRtpSendParameters.Step2 - Interface in akasha.rtc
-
- RTCRtpSendParameters.Step3 - Interface in akasha.rtc
-
- RTCRtpSendParameters.Step4 - Interface in akasha.rtc
-
- RTCRtpStreamStats - Interface in akasha.rtc
-
The RTCRtpStreamStats dictionary is returned by the RTCPeerConnection.getStats(), RTCRtpSender.getStats(), and RTCRtpReceiver.getStats() methods to provide detailed statistics about WebRTC connectivity.
- RTCRtpStreamStats.Builder - Interface in akasha.rtc
-
The RTCRtpStreamStats dictionary is returned by the RTCPeerConnection.getStats(), RTCRtpSender.getStats(), and RTCRtpReceiver.getStats() methods to provide detailed statistics about WebRTC connectivity.
- RTCRtpStreamStats.Step1 - Interface in akasha.rtc
-
- RTCRtpStreamStats.Step2 - Interface in akasha.rtc
-
- RTCRtpStreamStats.Step3 - Interface in akasha.rtc
-
- RTCRtpStreamStats.Step4 - Interface in akasha.rtc
-
- RTCRtpSynchronizationSource - Interface in akasha.rtc
-
The getSynchronizationSources() method of the RTCRtpReceiver interface returns an array of RTCRtpContributingSource instances, each corresponding to one SSRC (synchronization source) identifier received by the current RTCRtpReceiver in the last ten seconds.
- RTCRtpSynchronizationSource.Builder - Interface in akasha.rtc
-
The getSynchronizationSources() method of the RTCRtpReceiver interface returns an array of RTCRtpContributingSource instances, each corresponding to one SSRC (synchronization source) identifier received by the current RTCRtpReceiver in the last ten seconds.
- RTCRtpSynchronizationSource.Step1 - Interface in akasha.rtc
-
- RTCRtpSynchronizationSource.Step2 - Interface in akasha.rtc
-
- RTCRtpTransceiver - Class in akasha.rtc
-
The WebRTC interface RTCRtpTransceiver describes a permanent pairing of an RTCRtpSender and an RTCRtpReceiver, along with some shared state.
- RTCRtpTransceiver() - Constructor for class akasha.rtc.RTCRtpTransceiver
-
- RTCRtpTransceiverDirection - Annotation Type in akasha.rtc
-
- RTCRtpTransceiverDirection.Util - Class in akasha.rtc
-
- RTCRtpTransceiverInit - Interface in akasha.rtc
-
The RTCPeerConnection method addTransceiver() creates a new RTCRtpTransceiver and adds it to the set of transceivers associated with the RTCPeerConnection.
- RTCRtpTransceiverInit.Builder - Interface in akasha.rtc
-
The RTCPeerConnection method addTransceiver() creates a new RTCRtpTransceiver and adds it to the set of transceivers associated with the RTCPeerConnection.
- RTCRtpTransceiverStats - Interface in akasha.rtc
-
- RTCRtpTransceiverStats.Builder - Interface in akasha.rtc
-
- RTCRtpTransceiverStats.Step1 - Interface in akasha.rtc
-
- RTCRtpTransceiverStats.Step2 - Interface in akasha.rtc
-
- RTCRtpTransceiverStats.Step3 - Interface in akasha.rtc
-
- RTCRtpTransceiverStats.Step4 - Interface in akasha.rtc
-
- RTCSctpTransport - Class in akasha.rtc
-
The RTCSctpTransport interface provides information which describes a Stream Control Transmission Protocol (SCTP) transport.
- RTCSctpTransport() - Constructor for class akasha.rtc.RTCSctpTransport
-
- RTCSctpTransportState - Annotation Type in akasha.rtc
-
- RTCSctpTransportState.Util - Class in akasha.rtc
-
- RTCSctpTransportStats - Interface in akasha.rtc
-
- RTCSctpTransportStats.Builder - Interface in akasha.rtc
-
- RTCSctpTransportStats.Step1 - Interface in akasha.rtc
-
- RTCSctpTransportStats.Step2 - Interface in akasha.rtc
-
- RTCSdpType - Annotation Type in akasha.rtc
-
- RTCSdpType.Util - Class in akasha.rtc
-
- RTCSenderAudioTrackAttachmentStats - Interface in akasha.rtc
-
- RTCSenderAudioTrackAttachmentStats.Builder - Interface in akasha.rtc
-
- RTCSenderAudioTrackAttachmentStats.Step1 - Interface in akasha.rtc
-
- RTCSenderAudioTrackAttachmentStats.Step2 - Interface in akasha.rtc
-
- RTCSenderAudioTrackAttachmentStats.Step3 - Interface in akasha.rtc
-
- RTCSenderVideoTrackAttachmentStats - Interface in akasha.rtc
-
- RTCSenderVideoTrackAttachmentStats.Builder - Interface in akasha.rtc
-
- RTCSenderVideoTrackAttachmentStats.Step1 - Interface in akasha.rtc
-
- RTCSenderVideoTrackAttachmentStats.Step2 - Interface in akasha.rtc
-
- RTCSenderVideoTrackAttachmentStats.Step3 - Interface in akasha.rtc
-
- RTCSentRtpStreamStats - Interface in akasha.rtc
-
- RTCSentRtpStreamStats.Builder - Interface in akasha.rtc
-
- RTCSentRtpStreamStats.Step1 - Interface in akasha.rtc
-
- RTCSentRtpStreamStats.Step2 - Interface in akasha.rtc
-
- RTCSentRtpStreamStats.Step3 - Interface in akasha.rtc
-
- RTCSentRtpStreamStats.Step4 - Interface in akasha.rtc
-
- RTCSessionDescription - Class in akasha.rtc
-
The RTCSessionDescription interface describes one end of a connection—or potential connection—and how it's configured.
- RTCSessionDescription(RTCSessionDescriptionInit) - Constructor for class akasha.rtc.RTCSessionDescription
-
The RTCSessionDescription() constructor creates a new RTCSessionDescription with its properties initialized as described in the specified object.
- RTCSessionDescriptionCallback - Interface in akasha.rtc
-
- RTCSessionDescriptionInit - Interface in akasha.rtc
-
- RTCSessionDescriptionInit.Builder - Interface in akasha.rtc
-
- RTCSignalingState - Annotation Type in akasha.rtc
-
- RTCSignalingState.Util - Class in akasha.rtc
-
- RTCStats - Interface in akasha.rtc
-
The RTCStats dictionary is the basic statistics object used by WebRTC's statistics monitoring model, providing the properties required of all statistics data objects.
- RTCStats.Step1 - Interface in akasha.rtc
-
- RTCStats.Step2 - Interface in akasha.rtc
-
- RTCStatsIceCandidatePairState - Annotation Type in akasha.rtc
-
- RTCStatsIceCandidatePairState.Util - Class in akasha.rtc
-
- RTCStatsReport - Class in akasha.rtc
-
The RTCStatsReport interface provides a statistics report obtained by calling one of the RTCPeerConnection.getStats(), RTCRtpReceiver.getStats(), and RTCRtpSender.getStats() methods.
- RTCStatsReport() - Constructor for class akasha.rtc.RTCStatsReport
-
- RTCStatsReport.Entry - Class in akasha.rtc
-
- RTCStatsReport.ForEachCallback - Interface in akasha.rtc
-
- RTCStatsReport.ForEachCallback2 - Interface in akasha.rtc
-
- RTCStatsReport.ForEachCallback3 - Interface in akasha.rtc
-
- RTCStatsType - Annotation Type in akasha.rtc
-
- RTCStatsType.Util - Class in akasha.rtc
-
- RTCTrackEvent - Class in akasha.rtc
-
The WebRTC API interface RTCTrackEvent represents the track event, which is sent when a new MediaStreamTrack is added to an RTCRtpReceiver which is part of the RTCPeerConnection.
- RTCTrackEvent(String, RTCTrackEventInit) - Constructor for class akasha.rtc.RTCTrackEvent
-
The RTCTrackEvent() constructor creates and returns a new RTCTrackEvent object, configured to describe the track which has been added to the RTCPeerConnection.
- RTCTrackEventHandler - Interface in akasha.rtc
-
Handle events of type RTCTrackEvent
- RTCTrackEventInit - Interface in akasha.rtc
-
The RTCTrackEvent() constructor creates and returns a new RTCTrackEvent object, configured to describe the track which has been added to the RTCPeerConnection.
- RTCTrackEventInit.Builder - Interface in akasha.rtc
-
The RTCTrackEvent() constructor creates and returns a new RTCTrackEvent object, configured to describe the track which has been added to the RTCPeerConnection.
- RTCTrackEventInit.Step1 - Interface in akasha.rtc
-
- RTCTrackEventInit.Step2 - Interface in akasha.rtc
-
- RTCTrackEventListener - Interface in akasha.rtc
-
Listener for events of type RTCTrackEvent
- RTCTransportStats - Interface in akasha.rtc
-
- RTCTransportStats.Builder - Interface in akasha.rtc
-
- RTCTransportStats.Step1 - Interface in akasha.rtc
-
- RTCTransportStats.Step2 - Interface in akasha.rtc
-
- RTCTransportStats.Step3 - Interface in akasha.rtc
-
- RTCVideoHandlerStats - Interface in akasha.rtc
-
- RTCVideoHandlerStats.Builder - Interface in akasha.rtc
-
- RTCVideoHandlerStats.Step1 - Interface in akasha.rtc
-
- RTCVideoHandlerStats.Step2 - Interface in akasha.rtc
-
- RTCVideoHandlerStats.Step3 - Interface in akasha.rtc
-
- RTCVideoReceiverStats - Interface in akasha.rtc
-
- RTCVideoReceiverStats.Builder - Interface in akasha.rtc
-
- RTCVideoReceiverStats.Step1 - Interface in akasha.rtc
-
- RTCVideoReceiverStats.Step2 - Interface in akasha.rtc
-
- RTCVideoReceiverStats.Step3 - Interface in akasha.rtc
-
- RTCVideoSenderStats - Interface in akasha.rtc
-
- RTCVideoSenderStats.Builder - Interface in akasha.rtc
-
- RTCVideoSenderStats.Step1 - Interface in akasha.rtc
-
- RTCVideoSenderStats.Step2 - Interface in akasha.rtc
-
- RTCVideoSenderStats.Step3 - Interface in akasha.rtc
-
- RTCVideoSourceStats - Interface in akasha.rtc
-
- RTCVideoSourceStats.Builder - Interface in akasha.rtc
-
- RTCVideoSourceStats.Step1 - Interface in akasha.rtc
-
- RTCVideoSourceStats.Step2 - Interface in akasha.rtc
-
- RTCVideoSourceStats.Step3 - Interface in akasha.rtc
-
- RTCVideoSourceStats.Step4 - Interface in akasha.rtc
-
- rtl - Static variable in annotation type akasha.CanvasDirection
-
- rtl - Static variable in annotation type akasha.DirType
-
Right to left direction which is to be used for languages that are written from the right to the left, such as Arabic.
- rtl - Static variable in annotation type akasha.notifications.NotificationDirection
-
- rtp - Static variable in annotation type akasha.rtc.RTCIceComponent
-
- rtpTimestamp() - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only rtpTimestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the source-generated time at which the media contained int he packet was first sampled or obtained.
- rtpTimestamp(int) - Method in interface akasha.rtc.RTCRtpContributingSource.Step2
-
- rtpTimestamp(int) - Method in interface akasha.rtc.RTCRtpSynchronizationSource.Step2
-
- rtxSsrc(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- rtxSsrc() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- rules() - Method in class akasha.CSSStyleSheet
-
- rules - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement.rules property indicates which cell borders to render in the table.
- running - Static variable in annotation type akasha.AnimationPlayState
-
- running - Static variable in annotation type akasha.audio.AudioContextState
-
- RuntimeError - Class in akasha.wasm
-
The WebAssembly.RuntimeError object is the error type that is thrown whenever WebAssembly specifies a trap.
- RuntimeError() - Constructor for class akasha.wasm.RuntimeError
-
- rx() - Method in class akasha.svg.SVGEllipseElement
-
- rx() - Method in class akasha.svg.SVGRectElement
-
- ry() - Method in class akasha.svg.SVGEllipseElement
-
- ry() - Method in class akasha.svg.SVGRectElement
-
- s16 - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- s16_planar - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- s32 - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- s32_planar - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- salt() - Method in interface akasha.crypto.HkdfParams
-
- salt(BufferSource) - Method in interface akasha.crypto.HkdfParams.Step2
-
- salt() - Method in interface akasha.crypto.Pbkdf2Params
-
- salt(BufferSource) - Method in interface akasha.crypto.Pbkdf2Params.Step1
-
- saltLength() - Method in interface akasha.crypto.RsaPssParams
-
- saltLength(int) - Method in interface akasha.crypto.RsaPssParams.Step1
-
- same_origin - Static variable in annotation type akasha.ReferrerPolicy
-
A referrer will be sent for same origin, but cross-origin requests will contain no referrer information.
- same_origin - Static variable in annotation type akasha.RequestCredentials
-
- same_origin - Static variable in annotation type akasha.RequestMode
-
- sample() - Method in class akasha.CSPViolationReportBody
-
- sample() - Method in class akasha.SecurityPolicyViolationEvent
-
The sample read-only property of the SecurityPolicyViolationEvent interface is a DOMString representing a sample of the resource that caused the violation.
- sample(String) - Method in interface akasha.SecurityPolicyViolationEventInit.Builder
-
- sample() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- SAMPLE_ALPHA_TO_COVERAGE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLE_ALPHA_TO_COVERAGE - Static variable in class akasha.gl.WebGLRenderingContext
-
- SAMPLE_BUFFERS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLE_BUFFERS - Static variable in class akasha.gl.WebGLRenderingContext
-
- SAMPLE_COVERAGE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLE_COVERAGE - Static variable in class akasha.gl.WebGLRenderingContext
-
- SAMPLE_COVERAGE_INVERT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLE_COVERAGE_INVERT - Static variable in class akasha.gl.WebGLRenderingContext
-
- SAMPLE_COVERAGE_VALUE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLE_COVERAGE_VALUE - Static variable in class akasha.gl.WebGLRenderingContext
-
- sampleCount(int) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
-
- sampleCount(int) - Method in interface akasha.gpu.GPURenderPassLayout.Builder
-
- sampleCount() - Method in interface akasha.gpu.GPURenderPassLayout
-
- sampleCount(int) - Method in interface akasha.gpu.GPUTextureDescriptor.Builder
-
- sampleCount() - Method in interface akasha.gpu.GPUTextureDescriptor
-
- sampleCoverage(float, boolean) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.sampleCoverage() method of the WebGL API specifies multi-sample coverage parameters for anti-aliasing effects.
- sampleCoverage(float, boolean) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.sampleCoverage() method of the WebGL API specifies multi-sample coverage parameters for anti-aliasing effects.
- sampler(GPUSamplerBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
-
- sampler() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- SAMPLER_2D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLER_2D - Static variable in class akasha.gl.WebGLRenderingContext
-
- SAMPLER_2D_ARRAY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLER_2D_ARRAY_SHADOW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLER_2D_SHADOW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLER_3D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLER_CUBE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLER_CUBE - Static variable in class akasha.gl.WebGLRenderingContext
-
- SAMPLER_CUBE_SHADOW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- sampleRate() - Method in class akasha.audio.AudioBuffer
-
A floating-point value indicating the current sample rate of the buffers data, in samples per second.
- sampleRate() - Method in interface akasha.audio.AudioBufferOptions
-
- sampleRate(float) - Method in interface akasha.audio.AudioBufferOptions.Step1
-
- sampleRate(float) - Method in interface akasha.audio.AudioContextOptions.Builder
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named sampleRate, which indicates the sample rate to use for the new context.
- sampleRate() - Method in interface akasha.audio.AudioContextOptions
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named sampleRate, which indicates the sample rate to use for the new context.
- sampleRate() - Static method in class akasha.audio.AudioWorkletGlobal
-
- sampleRate() - Method in class akasha.audio.AudioWorkletGlobalScope
-
- sampleRate() - Method in class akasha.audio.BaseAudioContext
-
The sampleRate property of the BaseAudioContext interface returns a floating point number representing the sample rate, in samples per second, used by all nodes in this audio context.
- sampleRate() - Method in interface akasha.audio.OfflineAudioContextOptions
-
- sampleRate(float) - Method in interface akasha.audio.OfflineAudioContextOptions.Step1
-
- sampleRate() - Method in class akasha.codecs.AudioData
-
- sampleRate() - Method in interface akasha.codecs.AudioDataInit
-
- sampleRate(float) - Method in interface akasha.codecs.AudioDataInit.Step1
-
- sampleRate() - Method in interface akasha.codecs.AudioDecoderConfig
-
- sampleRate(int) - Method in interface akasha.codecs.AudioDecoderConfig.Step1
-
- sampleRate(int) - Method in interface akasha.codecs.AudioEncoderConfig.Builder
-
- sampleRate() - Method in interface akasha.codecs.AudioEncoderConfig
-
- sampleRate(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- sampleRate() - Method in interface akasha.media.MediaTrackCapabilities
-
- sampleRate(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- sampleRate(int) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- sampleRate(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- sampleRate(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- sampleRate(int) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- sampleRate(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- sampleRate() - Method in interface akasha.media.MediaTrackConstraintSet
-
- sampleRate(int) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's sampleRate property is an integer indicating how many audio samples per second the MediaStreamTrack is currently configured for.
- sampleRate() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's sampleRate property is an integer indicating how many audio samples per second the MediaStreamTrack is currently configured for.
- sampleRate(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's sampleRate property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the sampleRate constraint.
- sampleRate() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's sampleRate property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the sampleRate constraint.
- SamplerMagnificationFilter - Annotation Type in akasha.gl
-
- SamplerMagnificationFilter.Util - Class in akasha.gl
-
- SamplerMinificationFilter - Annotation Type in akasha.gl
-
- SamplerMinificationFilter.Util - Class in akasha.gl
-
- samplerParameterf(WebGLSampler, int, float) - Method in class akasha.gl.WebGL2RenderingContext
-
- samplerParameteri(WebGLSampler, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
- SamplerWrapMode - Annotation Type in akasha.gl
-
- SamplerWrapMode.Util - Class in akasha.gl
-
- SAMPLES - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SAMPLES - Static variable in class akasha.gl.WebGLRenderingContext
-
- samplesDecodedWithCelt(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- samplesDecodedWithCelt() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- samplesDecodedWithSilk(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- samplesDecodedWithSilk() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- samplesEncodedWithCelt(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- samplesEncodedWithCelt() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- samplesEncodedWithSilk(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- samplesEncodedWithSilk() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- sampleSize(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities.Builder
-
- sampleSize() - Method in interface akasha.media.MediaTrackCapabilities
-
- sampleSize(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- sampleSize(int) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- sampleSize(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- sampleSize(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- sampleSize(int) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- sampleSize(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- sampleSize() - Method in interface akasha.media.MediaTrackConstraintSet
-
- sampleSize(int) - Method in interface akasha.media.MediaTrackSettings.Builder
-
The MediaTrackSettings dictionary's sampleSize property is an integer indicating the linear sample size (in bits per sample) the MediaStreamTrack is currently configured for.
- sampleSize() - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's sampleSize property is an integer indicating the linear sample size (in bits per sample) the MediaStreamTrack is currently configured for.
- sampleSize(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
The MediaTrackSupportedConstraints dictionary's sampleSize property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the sampleSize constraint.
- sampleSize() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's sampleSize property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the sampleSize constraint.
- sampleType(String) - Method in interface akasha.gpu.GPUTextureBindingLayout.Builder
-
- sampleType() - Method in interface akasha.gpu.GPUTextureBindingLayout
-
- sandbox() - Method in class akasha.HTMLIFrameElement
-
- save() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.save() method of the Canvas 2D API saves the entire state of the canvas by pushing the current state onto a stack.
- save() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- sawtooth - Static variable in annotation type akasha.audio.OscillatorType
-
- scalabilityMode(String) - Method in interface akasha.codecs.VideoEncoderConfig.Builder
-
- scalabilityMode() - Method in interface akasha.codecs.VideoEncoderConfig
-
- scale(double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.scale() method of the Canvas 2D API adds a scaling transformation to the canvas units horizontally and/or vertically.
- scale(double, double, double, double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale(double, double, double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale(double, double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale(double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale(double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale(double) - Method in class akasha.DOMMatrixReadOnly
-
- scale() - Method in class akasha.DOMMatrixReadOnly
-
- scale(double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- scale() - Method in class akasha.svg.SVGFEDisplacementMapElement
-
- scale() - Method in class akasha.VisualViewport
-
The scale read-only property of the VisualViewport interface returns the pinch-zoom scaling factor applied to the visual viewport.
- scale3d(double, double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale3d(double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale3d(double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scale3d(double) - Method in class akasha.DOMMatrixReadOnly
-
- scale3d() - Method in class akasha.DOMMatrixReadOnly
-
- scale3dSelf(double, double, double, double) - Method in class akasha.DOMMatrix
-
- scale3dSelf(double, double, double) - Method in class akasha.DOMMatrix
-
- scale3dSelf(double, double) - Method in class akasha.DOMMatrix
-
- scale3dSelf(double) - Method in class akasha.DOMMatrix
-
- scale3dSelf() - Method in class akasha.DOMMatrix
-
- scaleFactor(double) - Method in interface akasha.xr.XRProjectionLayerInit.Builder
-
- scaleFactor() - Method in interface akasha.xr.XRProjectionLayerInit
-
- scaleNonUniform(double, double) - Method in class akasha.DOMMatrixReadOnly
-
- scaleNonUniform(double) - Method in class akasha.DOMMatrixReadOnly
-
- scaleNonUniform() - Method in class akasha.DOMMatrixReadOnly
-
- scaleResolutionDownBy(double) - Method in interface akasha.rtc.RTCRtpEncodingParameters.Builder
-
The RTCRtpEncodingParameters dictionary's scaleResolutionDownBy property can be used to specify a factor by which to reduce the size of a video track during encoding.
- scaleResolutionDownBy() - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
The RTCRtpEncodingParameters dictionary's scaleResolutionDownBy property can be used to specify a factor by which to reduce the size of a video track during encoding.
- scaleSelf(double, double, double, double, double, double) - Method in class akasha.DOMMatrix
-
- scaleSelf(double, double, double, double, double) - Method in class akasha.DOMMatrix
-
- scaleSelf(double, double, double, double) - Method in class akasha.DOMMatrix
-
- scaleSelf(double, double, double) - Method in class akasha.DOMMatrix
-
- scaleSelf(double, double) - Method in class akasha.DOMMatrix
-
- scaleSelf(double) - Method in class akasha.DOMMatrix
-
- scaleSelf() - Method in class akasha.DOMMatrix
-
- scheme - Variable in class akasha.HTMLMetaElement
-
- scissor(int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.scissor() method of the WebGL API sets a scissor box, which limits the drawing to a specified rectangle.
- scissor(int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.scissor() method of the WebGL API sets a scissor box, which limits the drawing to a specified rectangle.
- SCISSOR_BOX - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SCISSOR_BOX - Static variable in class akasha.gl.WebGLRenderingContext
-
- SCISSOR_TEST - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SCISSOR_TEST - Static variable in class akasha.gl.WebGLRenderingContext
-
- scope - Variable in class akasha.HTMLTableCellElement
-
- scope(String) - Method in interface akasha.RegistrationOptions.Builder
-
- scope() - Method in interface akasha.RegistrationOptions
-
- scope() - Method in class akasha.ServiceWorkerRegistration
-
The scope read-only property of the ServiceWorkerRegistration interface returns a unique identifier for a service worker registration.
- ScopeType - Annotation Type in akasha
-
An enumerated value to define the cells that the header element relates to.
- ScopeType.Util - Class in akasha
-
- Screen - Class in akasha
-
The Screen interface represents a screen, usually the one on which the current window is being rendered, and is obtained using window.screen.
- Screen() - Constructor for class akasha.Screen
-
- screen - Static variable in annotation type akasha.WakeLockType
-
- screen() - Method in class akasha.Window
-
The Window property screen returns a reference to the screen object associated with the window.
- screen() - Static method in class akasha.WindowGlobal
-
The Window property screen returns a reference to the screen object associated with the window.
- screen - Static variable in annotation type akasha.xr.XRDOMOverlayType
-
- screen - Static variable in annotation type akasha.xr.XRTargetRayMode
-
- screen_space - Static variable in annotation type akasha.xr.XRInteractionMode
-
- screenLeft() - Method in class akasha.Window
-
The Window.screenLeft read-only property returns the horizontal distance, in CSS pixels, from the left border of the user's browser viewport to the left side of the screen.
- screenLeft() - Static method in class akasha.WindowGlobal
-
The Window.screenLeft read-only property returns the horizontal distance, in CSS pixels, from the left border of the user's browser viewport to the left side of the screen.
- ScreenOrientation - Class in akasha
-
The ScreenOrientation interface of the Screen Orientation API provides information about the current orientation of the document.
- ScreenOrientation() - Constructor for class akasha.ScreenOrientation
-
- screenTop() - Method in class akasha.Window
-
The Window.screenTop read-only property returns the vertical distance, in CSS pixels, from the top border of the user's browser viewport to the top side of the screen.
- screenTop() - Static method in class akasha.WindowGlobal
-
The Window.screenTop read-only property returns the vertical distance, in CSS pixels, from the top border of the user's browser viewport to the top side of the screen.
- screenX(double) - Method in interface akasha.DragEventInit.Builder
-
- screenX() - Method in class akasha.MouseEvent
-
The screenX read-only property of the MouseEvent interface provides the horizontal coordinate (offset) of the mouse pointer in global (screen) coordinates.
- screenX(double) - Method in interface akasha.MouseEventInit.Builder
-
- screenX() - Method in interface akasha.MouseEventInit
-
- screenX(double) - Method in interface akasha.PointerEventInit.Builder
-
- screenX() - Method in class akasha.Touch
-
Returns the X coordinate of the touch point relative to the screen, not including any scroll offset.
- screenX(double) - Method in interface akasha.TouchInit.Builder
-
- screenX() - Method in interface akasha.TouchInit
-
- screenX(double) - Method in interface akasha.WheelEventInit.Builder
-
- screenX() - Method in class akasha.Window
-
The Window.screenX read-only property returns the horizontal distance, in CSS pixels, of the left border of the user's browser viewport to the left side of the screen.
- screenX() - Static method in class akasha.WindowGlobal
-
The Window.screenX read-only property returns the horizontal distance, in CSS pixels, of the left border of the user's browser viewport to the left side of the screen.
- screenY(double) - Method in interface akasha.DragEventInit.Builder
-
- screenY() - Method in class akasha.MouseEvent
-
The screenY read-only property of the MouseEvent interface provides the vertical coordinate (offset) of the mouse pointer in global (screen) coordinates.
- screenY(double) - Method in interface akasha.MouseEventInit.Builder
-
- screenY() - Method in interface akasha.MouseEventInit
-
- screenY(double) - Method in interface akasha.PointerEventInit.Builder
-
- screenY() - Method in class akasha.Touch
-
Returns the Y coordinate of the touch point relative to the screen, not including any scroll offset.
- screenY(double) - Method in interface akasha.TouchInit.Builder
-
- screenY() - Method in interface akasha.TouchInit
-
- screenY(double) - Method in interface akasha.WheelEventInit.Builder
-
- screenY() - Method in class akasha.Window
-
The Window.screenY read-only property returns the vertical distance, in CSS pixels, of the top border of the user's browser viewport to the top edge of the screen.
- screenY() - Static method in class akasha.WindowGlobal
-
The Window.screenY read-only property returns the vertical distance, in CSS pixels, of the top border of the user's browser viewport to the top edge of the screen.
- script - Static variable in annotation type akasha.RequestDestination
-
- ScriptProcessorNode - Class in akasha.audio
-
The ScriptProcessorNode interface allows the generation, processing, or analyzing of audio using JavaScript.
- ScriptProcessorNode() - Constructor for class akasha.audio.ScriptProcessorNode
-
- scripts() - Method in class akasha.Document
-
The scripts property of the Document interface returns a list of the script elements in the document.
- scriptURL() - Method in class akasha.ServiceWorker
-
Returns the ServiceWorker serialized script URL defined as part of ServiceWorkerRegistration.
- scroll(ScrollToOptions) - Method in class akasha.Element
-
The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.
- scroll() - Method in class akasha.Element
-
The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.
- scroll(double, double) - Method in class akasha.Element
-
The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.
- scroll - Variable in class akasha.VTTRegion
-
- scroll(ScrollToOptions) - Method in class akasha.Window
-
The Window.scroll() method scrolls the window to a particular place in the document.
- scroll() - Method in class akasha.Window
-
The Window.scroll() method scrolls the window to a particular place in the document.
- scroll(double, double) - Method in class akasha.Window
-
The Window.scroll() method scrolls the window to a particular place in the document.
- scroll(ScrollToOptions) - Static method in class akasha.WindowGlobal
-
The Window.scroll() method scrolls the window to a particular place in the document.
- scroll() - Static method in class akasha.WindowGlobal
-
The Window.scroll() method scrolls the window to a particular place in the document.
- scroll(double, double) - Static method in class akasha.WindowGlobal
-
The Window.scroll() method scrolls the window to a particular place in the document.
- scrollAmount - Variable in class akasha.HTMLMarqueeElement
-
- scrollbars() - Method in class akasha.Window
-
The Window.scrollbars property returns the scrollbars object, whose visibility can be checked.
- scrollbars() - Static method in class akasha.WindowGlobal
-
The Window.scrollbars property returns the scrollbars object, whose visibility can be checked.
- ScrollBehavior - Annotation Type in akasha
-
- ScrollBehavior.Util - Class in akasha
-
- scrollBy(ScrollToOptions) - Method in class akasha.Element
-
The scrollBy() method of the Element interface scrolls an element by the given amount.
- scrollBy() - Method in class akasha.Element
-
The scrollBy() method of the Element interface scrolls an element by the given amount.
- scrollBy(double, double) - Method in class akasha.Element
-
The scrollBy() method of the Element interface scrolls an element by the given amount.
- scrollBy(ScrollToOptions) - Method in class akasha.Window
-
The Window.scrollBy() method scrolls the document in the window by the given amount.
- scrollBy() - Method in class akasha.Window
-
The Window.scrollBy() method scrolls the document in the window by the given amount.
- scrollBy(double, double) - Method in class akasha.Window
-
The Window.scrollBy() method scrolls the document in the window by the given amount.
- scrollBy(ScrollToOptions) - Static method in class akasha.WindowGlobal
-
The Window.scrollBy() method scrolls the document in the window by the given amount.
- scrollBy() - Static method in class akasha.WindowGlobal
-
The Window.scrollBy() method scrolls the document in the window by the given amount.
- scrollBy(double, double) - Static method in class akasha.WindowGlobal
-
The Window.scrollBy() method scrolls the document in the window by the given amount.
- scrollDelay - Variable in class akasha.HTMLMarqueeElement
-
- scrollHeight() - Method in class akasha.Element
-
The Element.scrollHeight read-only property is a measurement of the height of an element's content, including content not visible on the screen due to overflow.
- scrolling - Variable in class akasha.HTMLFrameElement
-
- scrolling - Variable in class akasha.HTMLIFrameElement
-
- scrollingElement() - Method in class akasha.Document
-
The scrollingElement read-only property of the Document interface returns a reference to the Element that scrolls the document.
- scrollIntoView(boolean) - Method in class akasha.Element
-
The Element interface's scrollIntoView() method scrolls the element's parent container such that the element on which scrollIntoView() is called is visible to the user
- scrollIntoView(ScrollIntoViewOptions) - Method in class akasha.Element
-
The Element interface's scrollIntoView() method scrolls the element's parent container such that the element on which scrollIntoView() is called is visible to the user
- scrollIntoView() - Method in class akasha.Element
-
The Element interface's scrollIntoView() method scrolls the element's parent container such that the element on which scrollIntoView() is called is visible to the user
- ScrollIntoViewOptions - Interface in akasha
-
- ScrollIntoViewOptions.Builder - Interface in akasha
-
- scrollLeft - Variable in class akasha.Element
-
The Element.scrollLeft property gets or sets the number of pixels that an element's content is scrolled from its left edge.
- ScrollLogicalPosition - Annotation Type in akasha
-
- ScrollLogicalPosition.Util - Class in akasha
-
- ScrollOptions - Interface in akasha
-
- ScrollOptions.Builder - Interface in akasha
-
- scrollPathIntoView() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.scrollPathIntoView() method of the Canvas 2D API scrolls the current or given path into view.
- scrollPathIntoView(Path2D) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.scrollPathIntoView() method of the Canvas 2D API scrolls the current or given path into view.
- scrollRestoration - Variable in class akasha.History
-
The scrollRestoration property of History interface allows web applications to explicitly set default scroll restoration behavior on history navigation.
- ScrollRestoration - Annotation Type in akasha
-
- ScrollRestoration.Util - Class in akasha
-
- ScrollSetting - Annotation Type in akasha
-
- ScrollSetting.Util - Class in akasha
-
- scrollTo(ScrollToOptions) - Method in class akasha.Element
-
The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.
- scrollTo() - Method in class akasha.Element
-
The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.
- scrollTo(double, double) - Method in class akasha.Element
-
The scrollTo() method of the Element interface scrolls to a particular set of coordinates inside a given element.
- scrollTo(ScrollToOptions) - Method in class akasha.Window
-
Window.scrollTo() scrolls to a particular set of coordinates in the document.
- scrollTo() - Method in class akasha.Window
-
Window.scrollTo() scrolls to a particular set of coordinates in the document.
- scrollTo(double, double) - Method in class akasha.Window
-
Window.scrollTo() scrolls to a particular set of coordinates in the document.
- scrollTo(ScrollToOptions) - Static method in class akasha.WindowGlobal
-
Window.scrollTo() scrolls to a particular set of coordinates in the document.
- scrollTo() - Static method in class akasha.WindowGlobal
-
Window.scrollTo() scrolls to a particular set of coordinates in the document.
- scrollTo(double, double) - Static method in class akasha.WindowGlobal
-
Window.scrollTo() scrolls to a particular set of coordinates in the document.
- ScrollToOptions - Interface in akasha
-
The Window.scroll() method scrolls the window to a particular place in the document.
- ScrollToOptions.Builder - Interface in akasha
-
The Window.scroll() method scrolls the window to a particular place in the document.
- scrollTop - Variable in class akasha.Element
-
The Element.scrollTop property gets or sets the number of pixels that an element's content is scrolled vertically.
- scrollWidth() - Method in class akasha.Element
-
The Element.scrollWidth read-only property is a measurement of the width of an element's content, including content not visible on the screen due to overflow.
- scrollX() - Method in class akasha.Window
-
The read-only scrollX property of the Window interface returns the number of pixels that the document is currently scrolled horizontally.
- scrollX() - Static method in class akasha.WindowGlobal
-
The read-only scrollX property of the Window interface returns the number of pixels that the document is currently scrolled horizontally.
- scrollY() - Method in class akasha.Window
-
The read-only scrollY property of the Window interface returns the number of pixels that the document is currently scrolled vertically.
- scrollY() - Static method in class akasha.WindowGlobal
-
The read-only scrollY property of the Window interface returns the number of pixels that the document is currently scrolled vertically.
- sctp() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only sctp property on the RTCPeerConnection interface returns an RTCSctpTransport describing the SCTP transport over which SCTP data is being sent and received.
- sctp_failure - Static variable in annotation type akasha.rtc.RTCErrorDetailType
-
- sctp_transport - Static variable in annotation type akasha.rtc.RTCStatsType
-
- sctpCauseCode() - Method in class akasha.rtc.RTCError
-
- sctpCauseCode(int) - Method in interface akasha.rtc.RTCErrorInit.Builder
-
- sctpCauseCode() - Method in interface akasha.rtc.RTCErrorInit
-
- sdp(String) - Method in interface akasha.rtc.RTCLocalSessionDescriptionInit.Builder
-
- sdp() - Method in interface akasha.rtc.RTCLocalSessionDescriptionInit
-
- sdp() - Method in class akasha.rtc.RTCSessionDescription
-
The property RTCSessionDescription.sdp is a read-only DOMString containing the SDP which describes the session.
- sdp(String) - Method in interface akasha.rtc.RTCSessionDescriptionInit.Builder
-
- sdp() - Method in interface akasha.rtc.RTCSessionDescriptionInit
-
- sdp_syntax_error - Static variable in annotation type akasha.rtc.RTCErrorDetailType
-
- sdpFmtpLine(String) - Method in interface akasha.rtc.RTCCodecStats.Builder
-
- sdpFmtpLine() - Method in interface akasha.rtc.RTCCodecStats
-
- sdpFmtpLine(String) - Method in interface akasha.rtc.RTCRtpCodecCapability.Builder
-
- sdpFmtpLine() - Method in interface akasha.rtc.RTCRtpCodecCapability
-
- sdpFmtpLine(String) - Method in interface akasha.rtc.RTCRtpCodecParameters.Builder
-
- sdpFmtpLine() - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- sdpLineNumber() - Method in class akasha.rtc.RTCError
-
- sdpLineNumber(int) - Method in interface akasha.rtc.RTCErrorInit.Builder
-
- sdpLineNumber() - Method in interface akasha.rtc.RTCErrorInit
-
- sdpMid() - Method in class akasha.rtc.RTCIceCandidate
-
The read-only property sdpMid on the RTCIceCandidate interface returns a DOMString specifying the media stream identification tag of the media component with which the candidate is associated.
- sdpMid(String) - Method in interface akasha.rtc.RTCIceCandidateInit.Builder
-
The optional property sdpMid in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMid property.
- sdpMid() - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property sdpMid in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMid property.
- sdpMLineIndex() - Method in class akasha.rtc.RTCIceCandidate
-
The read-only sdpMLineIndex property on the RTCIceCandidate interface is a zero-based index of the m-line describing the media associated with the candidate.
- sdpMLineIndex(Double) - Method in interface akasha.rtc.RTCIceCandidateInit.Builder
-
The optional property sdpMLineIndex in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMLineIndex property.
- sdpMLineIndex() - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property sdpMLineIndex in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMLineIndex property.
- seal(Object) - Static method in class akasha.core.JsObject
-
The Object.seal() method seals an object, preventing new properties from being added to it and marking all existing properties as non-configurable.
- search(RegExp) - Method in class akasha.core.JsString
-
The search() method executes a search for a match between a regular expression and this String object.
- search(String) - Method in class akasha.core.JsString
-
The search() method executes a search for a match between a regular expression and this String object.
- search() - Static method in interface akasha.core.Symbol
-
The Symbol.search well-known symbol specifies the method that returns the index within a string that matches the regular expression.
- search - Variable in class akasha.HTMLAnchorElement
-
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.
- search - Variable in class akasha.HTMLAreaElement
-
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.
- search - Static variable in annotation type akasha.InputModeType
-
A virtual keyboard optimized for search input.
- search - Static variable in annotation type akasha.InputType
-
A single-line text field for entering search strings.
- search - Variable in class akasha.Location
-
The search property of the Location interface is a search string, also called a query string; that is, a USVString containing a '?' followed by the parameters of the URL.
- search - Variable in class akasha.svg.SVGAElement
-
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.
- search - Variable in class akasha.URL
-
The search property of the URL interface is a search string, also called a query string, that is a USVString containing a '?' followed by the parameters of the URL.
- search() - Method in class akasha.WorkerLocation
-
The URLUtilsReadOnly.search read-only property returns a DOMString containing a '?' followed by the parameters of the URL.
- searchParams() - Method in class akasha.URL
-
The searchParams readonly property of the URL interface returns a URLSearchParams object allowing access to the GET decoded query arguments contained in the URL.
- secret - Static variable in annotation type akasha.crypto.KeyType
-
- sectionRowIndex() - Method in class akasha.HTMLTableRowElement
-
- secureConnectionStart() - Method in class akasha.perf.PerformanceResourceTiming
-
The secureConnectionStart read-only property returns a timestamp immediately before the browser starts the handshake process to secure the current connection.
- secureConnectionStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.secureConnectionStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, where the secure connection handshake starts.
- SECURITY_ERR - Static variable in class akasha.DOMException
-
- SecurityPolicyViolationEvent - Class in akasha
-
The SecurityPolicyViolationEvent interface inherits from Event, and represents the event object of an event sent on a document or worker when its content security policy is violated.
- SecurityPolicyViolationEvent(String, SecurityPolicyViolationEventInit) - Constructor for class akasha.SecurityPolicyViolationEvent
-
The SecurityPolicyViolationEvent constructor creates a new SecurityPolicyViolationEvent object instance.
- SecurityPolicyViolationEvent(String) - Constructor for class akasha.SecurityPolicyViolationEvent
-
The SecurityPolicyViolationEvent constructor creates a new SecurityPolicyViolationEvent object instance.
- SecurityPolicyViolationEventDisposition - Annotation Type in akasha
-
- SecurityPolicyViolationEventDisposition.Util - Class in akasha
-
- SecurityPolicyViolationEventInit - Interface in akasha
-
- SecurityPolicyViolationEventInit.Builder - Interface in akasha
-
- SecurityPolicyViolationEventInit.Step1 - Interface in akasha
-
- SecurityPolicyViolationEventInit.Step2 - Interface in akasha
-
- SecurityPolicyViolationEventInit.Step3 - Interface in akasha
-
- SecurityPolicyViolationEventInit.Step4 - Interface in akasha
-
- SecurityPolicyViolationEventInit.Step5 - Interface in akasha
-
- seed() - Method in class akasha.svg.SVGFETurbulenceElement
-
- seek(int) - Method in class akasha.FileSystemWritableFileStream
-
- seek - Static variable in annotation type akasha.WriteCommandType
-
- seekable() - Method in class akasha.HTMLMediaElement
-
The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that contains the time ranges that the user is able to seek to, if any.
- seeking() - Method in class akasha.HTMLMediaElement
-
- segments - Static variable in annotation type akasha.media.AppendMode
-
- segments() - Method in class akasha.VisualViewport
-
- select() - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.select() method selects all the text in a textarea element or in an input element that includes a text field.
- select() - Method in class akasha.HTMLTextAreaElement
-
- select - Static variable in annotation type akasha.SelectionMode
-
- selectAllChildren(Node) - Method in class akasha.Selection
-
The Selection.selectAllChildren() method adds all the children of the specified node to the selection.
- selectAlternateInterface(short, short) - Method in class akasha.usb.USBDevice
-
- selectConfiguration(short) - Method in class akasha.usb.USBDevice
-
- selected - Variable in class akasha.codecs.ImageTrack
-
- selected - Variable in class akasha.HTMLOptionElement
-
- selected - Variable in class akasha.VideoTrack
-
The VideoTrack property selected controls whether or not a particular video track is active.
- selectedCandidatePairChanges(int) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- selectedCandidatePairChanges() - Method in interface akasha.rtc.RTCTransportStats
-
- selectedCandidatePairId(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- selectedCandidatePairId() - Method in interface akasha.rtc.RTCTransportStats
-
- selectedIndex() - Method in class akasha.codecs.ImageTrackList
-
- selectedIndex - Variable in class akasha.HTMLOptionsCollection
-
- selectedIndex - Variable in class akasha.HTMLSelectElement
-
The HTMLSelectElement.selectedIndex is a long that reflects the index of the first or last selected option element, depending on the value of multiple.
- selectedIndex() - Method in class akasha.VideoTrackList
-
The read-only VideoTrackList property selectedIndex returns the index of the currently selected track, if any, or -1 otherwise.
- selectedOptions() - Method in class akasha.HTMLSelectElement
-
The read-only HTMLSelectElement property selectedOptions contains a list of the option elements contained within the select element that are currently selected.
- selectedTrack() - Method in class akasha.codecs.ImageTrackList
-
- Selection - Class in akasha
-
A Selection object represents the range of text selected by the user or the current position of the caret.
- Selection() - Constructor for class akasha.Selection
-
- selectionDirection - Variable in class akasha.HTMLInputElement
-
- selectionDirection - Variable in class akasha.HTMLTextAreaElement
-
- selectionEnd - Variable in class akasha.HTMLInputElement
-
- selectionEnd - Variable in class akasha.HTMLTextAreaElement
-
- SelectionMode - Annotation Type in akasha
-
- SelectionMode.Util - Class in akasha
-
- selectionStart - Variable in class akasha.HTMLInputElement
-
- selectionStart - Variable in class akasha.HTMLTextAreaElement
-
- selectNode(Node) - Method in class akasha.Range
-
The Range.selectNode() method sets the Range to contain the Node and its contents.
- selectNodeContents(Node) - Method in class akasha.Range
-
The Range.selectNodeContents() method sets the Range to contain the contents of a Node.
- selectorText - Variable in class akasha.CSSPageRule
-
- selectorText - Variable in class akasha.CSSStyleRule
-
The CSSRule.selectorText property gets the textual representation of the selector for the rule set.
- selectSubString(int, int) - Method in class akasha.svg.SVGTextContentElement
-
- self() - Static method in class akasha.DedicatedWorkerGlobal
-
The self read-only property of the WorkerGlobalScope interface returns a reference to the WorkerGlobalScope itself.
- self() - Static method in class akasha.RTCIdentityProviderGlobal
-
The self read-only property of the WorkerGlobalScope interface returns a reference to the WorkerGlobalScope itself.
- self() - Static method in class akasha.ServiceWorkerGlobal
-
The self read-only property of the WorkerGlobalScope interface returns a reference to the WorkerGlobalScope itself.
- self() - Static method in class akasha.SharedWorkerGlobal
-
The self read-only property of the WorkerGlobalScope interface returns a reference to the WorkerGlobalScope itself.
- self() - Method in class akasha.Window
-
The Window.self read-only property returns the window itself, as a WindowProxy.
- self() - Static method in class akasha.WindowGlobal
-
The Window.self read-only property returns the window itself, as a WindowProxy.
- self() - Method in class akasha.WorkerGlobalScope
-
The self read-only property of the WorkerGlobalScope interface returns a reference to the WorkerGlobalScope itself.
- semi_condensed - Static variable in annotation type akasha.CanvasFontStretch
-
- semi_expanded - Static variable in annotation type akasha.CanvasFontStretch
-
- send(JsArray<Double>, double) - Method in class akasha.midi.MIDIOutput
-
- send(double[], double) - Method in class akasha.midi.MIDIOutput
-
- send(JsArray<Double>) - Method in class akasha.midi.MIDIOutput
-
- send(double...) - Method in class akasha.midi.MIDIOutput
-
- send(String) - Method in class akasha.rtc.RTCDataChannel
-
The send() method of the RTCDataChannel interface sends data across the data channel to the remote peer.
- send(Blob) - Method in class akasha.rtc.RTCDataChannel
-
The send() method of the RTCDataChannel interface sends data across the data channel to the remote peer.
- send(ArrayBuffer) - Method in class akasha.rtc.RTCDataChannel
-
The send() method of the RTCDataChannel interface sends data across the data channel to the remote peer.
- send(ArrayBufferView) - Method in class akasha.rtc.RTCDataChannel
-
The send() method of the RTCDataChannel interface sends data across the data channel to the remote peer.
- send(BufferSource) - Method in class akasha.WebSocket
-
The WebSocket.send() method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of bufferedAmount by the number of bytes needed to contain the data.
- send(Blob) - Method in class akasha.WebSocket
-
The WebSocket.send() method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of bufferedAmount by the number of bytes needed to contain the data.
- send(String) - Method in class akasha.WebSocket
-
The WebSocket.send() method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of bufferedAmount by the number of bytes needed to contain the data.
- send(Document) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- send(XMLHttpRequestBodyInit) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- send(Blob) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- send(BufferSource) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- send(FormData) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- send(URLSearchParams) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- send(String) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- send() - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method send() sends the request to the server.
- sendBeacon(String, BodyInit) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String, ReadableStream) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String, XMLHttpRequestBodyInit) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String, Blob) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String, BufferSource) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String, FormData) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String, URLSearchParams) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String, String) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendBeacon(String) - Method in class akasha.Navigator
-
The navigator.sendBeacon() method asynchronously sends a small amount of data over HTTP to a web server.
- sendEncodings(JsArray<RTCRtpEncodingParameters>) - Method in interface akasha.rtc.RTCRtpTransceiverInit.Builder
-
- sendEncodings(RTCRtpEncodingParameters...) - Method in interface akasha.rtc.RTCRtpTransceiverInit.Builder
-
- sendEncodings() - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- sender() - Method in class akasha.rtc.RTCRtpTransceiver
-
The read-only sender property of WebRTC's RTCRtpTransceiver interface indicates the RTCRtpSender responsible for encoding and sending outgoing media data for the transceiver's stream.
- sender - Static variable in annotation type akasha.rtc.RTCStatsType
-
- senderId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- senderId() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- senderId() - Method in interface akasha.rtc.RTCRtpTransceiverStats
-
- senderId(String) - Method in interface akasha.rtc.RTCRtpTransceiverStats.Step3
-
- sendonly - Static variable in annotation type akasha.rtc.RTCRtpTransceiverDirection
-
- sendrecv - Static variable in annotation type akasha.rtc.RTCRtpTransceiverDirection
-
- sentAlert() - Method in class akasha.rtc.RTCError
-
- sentAlert(int) - Method in interface akasha.rtc.RTCErrorInit.Builder
-
- sentAlert() - Method in interface akasha.rtc.RTCErrorInit
-
- sentences - Static variable in annotation type akasha.AutocapitalizeType
-
The first letter of each sentence defaults to a capital letter; all other letters default to lowercase.
- SEPARATE_ATTRIBS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- sequence - Static variable in annotation type akasha.media.AppendMode
-
- serializeToString(Node) - Method in class akasha.XMLSerializer
-
The XMLSerializer method serializeToString() constructs a string representing the specified DOM tree in XML form.
- serialNumber(String) - Method in interface akasha.usb.AllowedUSBDevice.Builder
-
- serialNumber() - Method in interface akasha.usb.AllowedUSBDevice
-
- serialNumber() - Method in class akasha.usb.USBDevice
-
- serialNumber(String) - Method in interface akasha.usb.USBDeviceFilter.Builder
-
- serialNumber() - Method in interface akasha.usb.USBDeviceFilter
-
- service() - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.service read-only property returns the BluetoothGATTService this characteristic belongs to.
- service(BluetoothServiceUUID) - Static method in interface akasha.bluetooth.BluetoothServiceDataFilterInit
-
- service(String) - Static method in interface akasha.bluetooth.BluetoothServiceDataFilterInit
-
- service(int) - Static method in interface akasha.bluetooth.BluetoothServiceDataFilterInit
-
- service() - Method in interface akasha.bluetooth.BluetoothServiceDataFilterInit
-
- service_not_allowed - Static variable in annotation type akasha.speech.SpeechRecognitionErrorCode
-
- serviceData() - Method in class akasha.bluetooth.BluetoothAdvertisingEvent
-
- serviceData(BluetoothServiceDataMap) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- serviceData() - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- serviceData(JsArray<BluetoothServiceDataFilterInit>) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit.Builder
-
- serviceData(BluetoothServiceDataFilterInit...) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit.Builder
-
- serviceData() - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- services(JsArray<BluetoothServiceUUID>) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit.Builder
-
- services(BluetoothServiceUUID...) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit.Builder
-
- services() - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- serviceWorker() - Method in class akasha.Navigator
-
The Navigator.serviceWorker read-only property returns the ServiceWorkerContainer object for the associated document, which provides access to registration, removal, upgrade, and communication with the ServiceWorker.
- ServiceWorker - Class in akasha
-
The ServiceWorker interface of the Service Worker API provides a reference to a service worker.
- ServiceWorker() - Constructor for class akasha.ServiceWorker
-
- serviceWorker() - Static method in class akasha.ServiceWorkerGlobal
-
- serviceWorker() - Method in class akasha.ServiceWorkerGlobalScope
-
- serviceWorker() - Method in class akasha.WorkerNavigator
-
- ServiceWorkerContainer - Class in akasha
-
The ServiceWorkerContainer interface of the Service Worker API provides an object representing the service worker as an overall unit in the network ecosystem, including facilities to register, unregister and update service workers, and access the state of service workers and their registrations.
- ServiceWorkerContainer() - Constructor for class akasha.ServiceWorkerContainer
-
- ServiceWorkerGlobal - Class in akasha
-
The ServiceWorkerGlobalScope interface of the Service Worker API represents the global execution context of a service worker.
- ServiceWorkerGlobalScope - Class in akasha
-
The ServiceWorkerGlobalScope interface of the Service Worker API represents the global execution context of a service worker.
- ServiceWorkerGlobalScope() - Constructor for class akasha.ServiceWorkerGlobalScope
-
- ServiceWorkerRegistration - Class in akasha
-
The ServiceWorkerRegistration interface of the Service Worker API represents the service worker registration.
- ServiceWorkerRegistration() - Constructor for class akasha.ServiceWorkerRegistration
-
- ServiceWorkerRegistrationOrUndefinedUnion - Interface in akasha
-
- ServiceWorkerState - Annotation Type in akasha
-
- ServiceWorkerState.Util - Class in akasha
-
- ServiceWorkerUpdateViaCache - Annotation Type in akasha
-
- ServiceWorkerUpdateViaCache.Util - Class in akasha
-
- session() - Method in class akasha.xr.XRFrame
-
An XRFrame object's read-only session property returns the XRSession object that generated the frame.
- session() - Method in class akasha.xr.XRInputSourcesChangeEvent
-
The XRInputSourcesChangeEvent property session specifies the XRSession to which the input source list change event applies.
- session(XRSession) - Static method in interface akasha.xr.XRInputSourcesChangeEventInit
-
- session() - Method in interface akasha.xr.XRInputSourcesChangeEventInit
-
The XRInputSourcesChangeEventInit property session specifies the XRSession to which the input source list change event applies.
- session() - Method in class akasha.xr.XRSessionEvent
-
The read-only XRSessionEvent interface's session property indicates which XRSession the event is about.
- session(XRSession) - Static method in interface akasha.xr.XRSessionEventInit
-
- session() - Method in interface akasha.xr.XRSessionEventInit
-
The XRSessionEventInit dictionary's session property specifies the XRSession for which the event describes a state change.
- sessionId() - Method in class akasha.MediaKeySession
-
The MediaKeySession.sessionId is a read-only property that contains a unique string generated by the content decryption module (CDM) for the current media object and its associated keys or licenses.
- sessionStorage() - Method in class akasha.Window
-
The read-only sessionStorage property accesses a session Storage object for the current origin.
- sessionStorage() - Static method in class akasha.WindowGlobal
-
The read-only sessionStorage property accesses a session Storage object for the current origin.
- sessionTypes(JsArray<String>) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
- sessionTypes(String...) - Method in interface akasha.MediaKeySystemConfiguration.Builder
-
- sessionTypes() - Method in interface akasha.MediaKeySystemConfiguration
-
- set(Float32Array, int) - Method in class akasha.core.Float32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Float32Array) - Method in class akasha.core.Float32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Float32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Float32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Float32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Float32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Float64Array, int) - Method in class akasha.core.Float64Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Float64Array) - Method in class akasha.core.Float64Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Float64Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Float64Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Float64Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Float64Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Int16Array, int) - Method in class akasha.core.Int16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Int16Array) - Method in class akasha.core.Int16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Int16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Int16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Int16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Int16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Int32Array, int) - Method in class akasha.core.Int32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Int32Array) - Method in class akasha.core.Int32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Int32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Int32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Int32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Int32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Int8Array, int) - Method in class akasha.core.Int8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Int8Array) - Method in class akasha.core.Int8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Int8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Int8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Int8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Int8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(K, V) - Method in class akasha.core.JsMap
-
The set() method adds a new element with a specified key and value to a Map object.
- set(K, V) - Method in class akasha.core.JsWeakMap
-
The set() method adds a new element with a specified key and value to a WeakMap object.
- set(PropertyMutatorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor.Builder
-
- set() - Method in interface akasha.core.ObjectPropertyDescriptor
-
- set(Uint16Array, int) - Method in class akasha.core.Uint16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Uint16Array) - Method in class akasha.core.Uint16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Uint16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Uint16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Uint16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Uint16Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Uint32Array, int) - Method in class akasha.core.Uint32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Uint32Array) - Method in class akasha.core.Uint32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Uint32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Uint32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Uint32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Uint32Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Uint8Array, int) - Method in class akasha.core.Uint8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Uint8Array) - Method in class akasha.core.Uint8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Uint8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Uint8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Uint8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Uint8Array
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Uint8ClampedArray, int) - Method in class akasha.core.Uint8ClampedArray
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(Uint8ClampedArray) - Method in class akasha.core.Uint8ClampedArray
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>, int) - Method in class akasha.core.Uint8ClampedArray
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double[], int) - Method in class akasha.core.Uint8ClampedArray
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(JsArray<Double>) - Method in class akasha.core.Uint8ClampedArray
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(double...) - Method in class akasha.core.Uint8ClampedArray
-
The set() method stores multiple values in the typed array, reading input values from a specified array.
- set(String, int) - Method in class akasha.CSSFontFeatureValuesMap
-
- set(String, JsArray<Double>) - Method in class akasha.CSSFontFeatureValuesMap
-
- set(String, double...) - Method in class akasha.CSSFontFeatureValuesMap
-
- set(String, String) - Method in class akasha.DOMStringMap
-
- set(String, String) - Method in class akasha.FormData
-
The set() method of the FormData interface sets a new value for an existing key inside a FormData object, or adds the key/value if it does not already exist.
- set(String, Blob, String) - Method in class akasha.FormData
-
The set() method of the FormData interface sets a new value for an existing key inside a FormData object, or adds the key/value if it does not already exist.
- set(String, Blob) - Method in class akasha.FormData
-
The set() method of the FormData interface sets a new value for an existing key inside a FormData object, or adds the key/value if it does not already exist.
- set(String, String) - Method in class akasha.Headers
-
The set() method of the Headers interface sets a new value for an existing header inside a Headers object, or adds the header if it does not already exist.
- set(String, String) - Method in class akasha.URLSearchParams
-
The set() method of the URLSearchParams interface sets the value associated with a given search parameter to the given value.
- set(int, Function) - Method in class akasha.wasm.Table
-
The set() prototype method of the WebAssembly.Table object mutates a reference stored at a given index to a different value.
- setA(double) - Method in interface akasha.DOMMatrix2DInit
-
- setA(double) - Method in interface akasha.gpu.GPUColorDict
-
- setAbort(UnderlyingSinkAbortCallback) - Method in interface akasha.UnderlyingSink
-
- setAbsolute(boolean) - Method in interface akasha.DeviceOrientationEventInit
-
- setAcceleration(DeviceMotionEventAccelerationInit) - Method in interface akasha.DeviceMotionEventInit
-
- setAccelerationIncludingGravity(DeviceMotionEventAccelerationInit) - Method in interface akasha.DeviceMotionEventInit
-
- setAcceptAllDevices(boolean) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setAcceptAllDevices(boolean) - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- setAccess(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
-
- setAction(String) - Method in interface akasha.notifications.NotificationAction
-
- setAction(String) - Method in interface akasha.notifications.NotificationEventInit
-
- setActions(JsArray<NotificationAction>) - Method in interface akasha.notifications.NotificationOptions
-
- setActions(NotificationAction...) - Method in interface akasha.notifications.NotificationOptions
-
- setActive(boolean) - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
- setActiveDuration(double) - Method in interface akasha.ComputedEffectTiming
-
- setAdded(JsArray<XRInputSource>) - Method in interface akasha.xr.XRInputSourcesChangeEventInit
-
The XRInputSourcesChangeEventInit property added specifies a list of input sources, each identified using an XRInputSource object, which the represented inputsourceschange event is to indicate are newly available for use.
- setAdditionalData(BufferSource) - Method in interface akasha.crypto.AesGcmParams
-
- setAddress(String) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The address property of the RTCIceCandidateStats dictionary indicates the address of the ICE candidate.
- setAddress(String) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- setAddressModeU(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setAddressModeV(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setAddressModeW(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setAdvanced(JsArray<MediaTrackConstraintSet>) - Method in interface akasha.media.MediaTrackConstraints
-
- setAdvanced(MediaTrackConstraintSet...) - Method in interface akasha.media.MediaTrackConstraints
-
- setAlg(String) - Method in interface akasha.crypto.JsonWebKey
-
- setAlg(int) - Method in interface akasha.PublicKeyCredentialParameters
-
- setAlgorithm(String) - Method in interface akasha.rtc.RTCDtlsFingerprint
-
- setAllowCredentials(JsArray<PublicKeyCredentialDescriptor>) - Method in interface akasha.PublicKeyCredentialRequestOptions
-
allowCredentials is an optional property of the PublicKeyCredentialRequestOptions dictionary which indicates the existing credentials acceptable for retrieval.
- setAllowCredentials(PublicKeyCredentialDescriptor...) - Method in interface akasha.PublicKeyCredentialRequestOptions
-
allowCredentials is an optional property of the PublicKeyCredentialRequestOptions dictionary which indicates the existing credentials acceptable for retrieval.
- setAllowedDevices(JsArray<AllowedBluetoothDevice>) - Method in interface akasha.bluetooth.BluetoothPermissionStorage
-
- setAllowedDevices(AllowedBluetoothDevice...) - Method in interface akasha.bluetooth.BluetoothPermissionStorage
-
- setAllowedDevices(JsArray<AllowedUSBDevice>) - Method in interface akasha.usb.USBPermissionStorage
-
- setAllowedDevices(AllowedUSBDevice...) - Method in interface akasha.usb.USBPermissionStorage
-
- setAllowedManufacturerData(JsArray<Double>) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setAllowedManufacturerData(double...) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setAllowedServices(StringOrUUIDArrayUnion) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setAllowedServices(String) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setAllowedServices(JsArray<String>) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setAllowedServices(String...) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setAllowWithoutGesture(boolean) - Method in interface akasha.clipboard.ClipboardPermissionDescriptor
-
- setAlpha(boolean) - Method in interface akasha.CanvasRenderingContext2DSettings
-
A flag that indicates whether the canvas contains an alpha channel.
- setAlpha(String) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setAlpha(String) - Method in interface akasha.codecs.VideoFrameInit
-
- setAlpha(Double) - Method in interface akasha.DeviceMotionEventRotationRateInit
-
- setAlpha(Double) - Method in interface akasha.DeviceOrientationEventInit
-
- setAlpha(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that that hints that the user agent to reduce the latency by desynchronizing the canvas paint cycle from the event loop.
- setAlpha(GPUBlendComponent) - Method in interface akasha.gpu.GPUBlendState
-
- setAlpha(boolean) - Method in interface akasha.ImageBitmapRenderingContextSettings
-
A flag that indicates whether the canvas contains an alpha channel.
- setAlpha(boolean) - Method in interface akasha.xr.XRWebGLLayerInit
-
The alpha property is a Boolean value which, if present and set to true in the XRWebGLLayerInit dictionary passed into the XRWebGLLayer() constructor, specifies that the new layer's color buffer is to include an alpha channel.
- setAlphaSideData(BufferSource) - Method in interface akasha.codecs.EncodedVideoChunkMetadata
-
- setAlphaToCoverageEnabled(boolean) - Method in interface akasha.gpu.GPUMultisampleState
-
- setAltitudeAngle(double) - Method in interface akasha.TouchInit
-
- setAltKey(boolean) - Method in interface akasha.EventModifierInit
-
- setAnimationName(String) - Method in interface akasha.AnimationEventInit
-
- setAntialias(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates whether or not to perform anti-aliasing.
- setAntialias(boolean) - Method in interface akasha.xr.XRWebGLLayerInit
-
The Boolean antialias property, if present and set to true in the XRWebGLLayerInit object provided as the XRWebGLLayer() constructor's layerInit parameter, requests that the new WebGL rendering layer support anti-aliasing.
- setAppearance(int) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setAppid(String) - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- setAppid(boolean) - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- setAppidExclude(String) - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- setAppidExclude(boolean) - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- setApplicationServerKey(BufferSourceOrStringUnion) - Method in interface akasha.PushSubscriptionOptionsInit
-
- setApplicationServerKey(BufferSource) - Method in interface akasha.PushSubscriptionOptionsInit
-
- setApplicationServerKey(String) - Method in interface akasha.PushSubscriptionOptionsInit
-
- setArrayLayerCount(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- setArrayStride(int) - Method in interface akasha.gpu.GPUVertexBufferLayout
-
- setAspect(String) - Method in interface akasha.gpu.GPUImageCopyTexture
-
- setAspect(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- setAspectRatio(DoubleRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setAspectRatio(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setAspectRatio(double) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setAspectRatio(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setAspectRatio(double) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's aspectRatio property is a double-precision floating-point number indicating the aspect ratio of the MediaStreamTrack as currently configured.
- setAspectRatio(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's aspectRatio property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the aspectRatio constraint.
- setAspectRatio(float) - Method in interface akasha.xr.XRCylinderLayerInit
-
- setAspectRatio(Double) - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- setAssertion(String) - Method in interface akasha.rtc.RTCIdentityAssertionResult
-
- setAt(int, float) - Method in class akasha.core.Float32Array
-
- setAt(int, double) - Method in class akasha.core.Float64Array
-
- setAt(int, short) - Method in class akasha.core.Int16Array
-
- setAt(int, int) - Method in class akasha.core.Int32Array
-
- setAt(int, byte) - Method in class akasha.core.Int8Array
-
- setAt(int, int) - Method in class akasha.core.Uint16Array
-
- setAt(int, int) - Method in class akasha.core.Uint32Array
-
- setAt(int, short) - Method in class akasha.core.Uint8Array
-
- setAt(int, short) - Method in class akasha.core.Uint8ClampedArray
-
- setAt(int, HTMLOptionElement) - Method in class akasha.HTMLOptionsCollection
-
- setAt(int, HTMLOptionElement) - Method in class akasha.HTMLSelectElement
-
- setAt(int, SVGLength) - Method in class akasha.svg.SVGLengthList
-
- setAt(int, SVGNumber) - Method in class akasha.svg.SVGNumberList
-
- setAt(int, DOMPoint) - Method in class akasha.svg.SVGPointList
-
- setAt(int, String) - Method in class akasha.svg.SVGStringList
-
- setAt(int, SVGTransform) - Method in class akasha.svg.SVGTransformList
-
- setAttack(float) - Method in interface akasha.audio.DynamicsCompressorOptions
-
- setAttestation(String) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
attestation is an optional property of the PublicKeyCredentialCreationOptions dictionary.
- setAttribute(String, String) - Method in class akasha.Element
-
Sets the value of an attribute on the specified element.
- setAttributeFilter(JsArray<String>) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional attributeFilter property is an array of strings specifying the names of the attributes whose values are to be monitored for changes.
- setAttributeFilter(String...) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional attributeFilter property is an array of strings specifying the names of the attributes whose values are to be monitored for changes.
- setAttributeNode(Attr) - Method in class akasha.Element
-
The setAttributeNode() method adds a new Attr node to the specified element.
- setAttributeNodeNS(Attr) - Method in class akasha.Element
-
setAttributeNodeNS adds a new namespaced attribute node to an element.
- setAttributeNS(String, String, String) - Method in class akasha.Element
-
setAttributeNS adds a new attribute or changes the value of an attribute with the given namespace and name.
- setAttributeOldValue(boolean) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional attributeOldValue property is used to specify whether or not to record the prior value of the altered attribute in MutationRecord objects denoting attribute value changes.
- setAttributes(JsArray<GPUVertexAttribute>) - Method in interface akasha.gpu.GPUVertexBufferLayout
-
- setAttributes(GPUVertexAttribute...) - Method in interface akasha.gpu.GPUVertexBufferLayout
-
- setAttributes(boolean) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional attributes property is used to specify whether or not to watch for attribute value changes on the node or nodes being observed.
- setAudio(BooleanOrMediaTrackConstraintsUnion) - Method in interface akasha.media.DisplayMediaStreamConstraints
-
The DisplayMediaStreamConstraints dictionary's audio property is used to specify whether or not to request that the MediaStream containing screen display contents also include an audio track.
- setAudio(boolean) - Method in interface akasha.media.DisplayMediaStreamConstraints
-
The DisplayMediaStreamConstraints dictionary's audio property is used to specify whether or not to request that the MediaStream containing screen display contents also include an audio track.
- setAudio(MediaTrackConstraints) - Method in interface akasha.media.DisplayMediaStreamConstraints
-
The DisplayMediaStreamConstraints dictionary's audio property is used to specify whether or not to request that the MediaStream containing screen display contents also include an audio track.
- setAudio(BooleanOrMediaTrackConstraintsUnion) - Method in interface akasha.media.MediaStreamConstraints
-
- setAudio(boolean) - Method in interface akasha.media.MediaStreamConstraints
-
- setAudio(MediaTrackConstraints) - Method in interface akasha.media.MediaStreamConstraints
-
- setAudioBitrateMode(String) - Method in interface akasha.media.MediaRecorderOptions
-
- setAudioBitsPerSecond(int) - Method in interface akasha.media.MediaRecorderOptions
-
- setAudioCapabilities(JsArray<MediaKeySystemMediaCapability>) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of supported audio type and capability pairs.
- setAudioCapabilities(MediaKeySystemMediaCapability...) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.audioCapabilities read-only property returns an array of supported audio type and capability pairs.
- setAudioLevel(double) - Method in interface akasha.rtc.RTCAudioHandlerStats
-
- setAudioLevel(double) - Method in interface akasha.rtc.RTCAudioSourceStats
-
- setAudioLevel(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setAudioLevel(double) - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only audioLevel property of the RTCRtpContributingSource interface indicates the audio level contained in the last RTP packet played from the described source.
- setAudioLevel(double) - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- setAuthenticatorAttachment(String) - Method in interface akasha.AuthenticatorSelectionCriteria
-
- setAuthenticatorSelection(AuthenticatorSelectionCriteria) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
authenticatorSelection, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an object giving criteria to filter out the authenticators to be used for the creation operation.
- setAutoAllocateChunkSize(int) - Method in interface akasha.UnderlyingSource
-
- setAutoGainControl(JsArray<Boolean>) - Method in interface akasha.media.MediaTrackCapabilities
-
- setAutoGainControl(Boolean...) - Method in interface akasha.media.MediaTrackCapabilities
-
- setAutoGainControl(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setAutoGainControl(boolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setAutoGainControl(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setAutoGainControl(boolean) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's autoGainControl property is a Boolean value whose value indicates whether or not automatic gain control (AGC) is enabled on an audio track.
- setAutoGainControl(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's autoGainControl property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the autoGainControl constraint.
- setAutoIncrement(boolean) - Method in interface akasha.idb.IDBObjectStoreParameters
-
- setAutomationRate(String) - Method in interface akasha.audio.AudioParamDescriptor
-
- setAvailableIncomingBitrate(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property availableIncomingBitrate returns a value indicative of the available inbound capacity of the network connection represented by the candidate pair.
- setAvailableOutgoingBitrate(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property availableOutgoingBitrate returns a value indicative of the available outbound capacity of the network connection represented by the candidate pair.
- setAverageRtcpInterval(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The averageRtcpInterval property of the RTCInboundRtpStreamStats dictionary is a floating-point value indicating the average RTCP transmission interval, in seconds.
- setAverageRtcpInterval(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The averageRtcpInterval property of the RTCOutboundRtpStreamStats dictionary is a floating-point value indicating the average time that should pass between transmissions of RTCP packets on this stream.
- setAverageRTCPInterval(double) - Method in interface akasha.rtc.RTCRtpStreamStats
-
- setAzimuthAngle(double) - Method in interface akasha.TouchInit
-
- setB(double) - Method in interface akasha.DOMMatrix2DInit
-
- setB(double) - Method in interface akasha.gpu.GPUColorDict
-
- setBadge(String) - Method in interface akasha.notifications.NotificationOptions
-
- setBadInput(boolean) - Method in interface akasha.ValidityStateFlags
-
- setBase64Certificate(String) - Method in interface akasha.rtc.RTCCertificateStats
-
- setBaseAndExtent(Node, int, Node, int) - Method in class akasha.Selection
-
The setBaseAndExtent() method of the Selection interface sets the selection to be a range including all or parts of two specified DOM nodes, and any content located between them.
- setBaseArrayLayer(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- setBaseLayer(XRWebGLLayer) - Method in interface akasha.xr.XRRenderStateInit
-
- setBaseMipLevel(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- setBaseURL(String) - Method in interface akasha.CSSStyleSheetInit
-
- setBehavior(String) - Method in interface akasha.ScrollOptions
-
- setBeta(Double) - Method in interface akasha.DeviceMotionEventRotationRateInit
-
- setBeta(Double) - Method in interface akasha.DeviceOrientationEventInit
-
- setBindGroup(int, GPUBindGroup, JsArray<Double>) - Method in class akasha.gpu.GPUComputePassEncoder
-
- setBindGroup(int, GPUBindGroup, double...) - Method in class akasha.gpu.GPUComputePassEncoder
-
- setBindGroup(int, GPUBindGroup) - Method in class akasha.gpu.GPUComputePassEncoder
-
- setBindGroup(int, GPUBindGroup, Uint32Array, int, int) - Method in class akasha.gpu.GPUComputePassEncoder
-
- setBindGroup(int, GPUBindGroup, JsArray<Double>) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setBindGroup(int, GPUBindGroup, double...) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setBindGroup(int, GPUBindGroup) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setBindGroup(int, GPUBindGroup, Uint32Array, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setBindGroup(int, GPUBindGroup, JsArray<Double>) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBindGroup(int, GPUBindGroup, double...) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBindGroup(int, GPUBindGroup) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBindGroup(int, GPUBindGroup, Uint32Array, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBindGroupLayouts(JsArray<GPUBindGroupLayout>) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor
-
- setBindGroupLayouts(GPUBindGroupLayout...) - Method in interface akasha.gpu.GPUPipelineLayoutDescriptor
-
- setBinding(int) - Method in interface akasha.gpu.GPUBindGroupEntry
-
- setBinding(int) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- setBitDepth(int) - Method in interface akasha.rtc.RTCVideoSourceStats
-
- setBitrate(int) - Method in interface akasha.codecs.AudioEncoderConfig
-
- setBitrate(int) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setBitrateMode(String) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setBitsPerSecond(int) - Method in interface akasha.media.MediaRecorderOptions
-
- setBlend(GPUBlendState) - Method in interface akasha.gpu.GPUColorTargetState
-
- setBlendConstant(GPUColor) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBlendConstant(JsArray<Double>) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBlendConstant(GPUColorDict) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBlendConstant(double...) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setBlob(ArrayBuffer) - Method in interface akasha.AuthenticationExtensionsLargeBlobOutputs
-
- setBlock(String) - Method in interface akasha.ScrollIntoViewOptions
-
- setBlockedURI(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setBody(String) - Method in interface akasha.notifications.NotificationOptions
-
- setBody(BodyInit) - Method in interface akasha.RequestInit
-
- setBody(ReadableStream) - Method in interface akasha.RequestInit
-
- setBody(XMLHttpRequestBodyInit) - Method in interface akasha.RequestInit
-
- setBody(Blob) - Method in interface akasha.RequestInit
-
- setBody(BufferSource) - Method in interface akasha.RequestInit
-
- setBody(FormData) - Method in interface akasha.RequestInit
-
- setBody(URLSearchParams) - Method in interface akasha.RequestInit
-
- setBody(String) - Method in interface akasha.RequestInit
-
- setBoundingClientRect(DOMRectInit) - Method in interface akasha.IntersectionObserverEntryInit
-
- setBox(String) - Method in interface akasha.ResizeObserverOptions
-
- setBubbles(boolean) - Method in interface akasha.EventInit
-
- setBuffer(AudioBuffer) - Method in interface akasha.audio.AudioBufferSourceOptions
-
- setBuffer(AudioBuffer) - Method in interface akasha.audio.ConvolverOptions
-
- setBuffer(GPUBufferBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- setBuffer(GPUBuffer) - Method in interface akasha.gpu.GPUBufferBinding
-
- setBuffer(GPUBuffer) - Method in interface akasha.gpu.GPUImageCopyBuffer
-
- setBuffered(boolean) - Method in interface akasha.perf.PerformanceObserverInit
-
- setBuffered(boolean) - Method in interface akasha.ReportingObserverOptions
-
- setBuffers(JsArray<GPUVertexBufferLayout>) - Method in interface akasha.gpu.GPUVertexState
-
- setBuffers(GPUVertexBufferLayout...) - Method in interface akasha.gpu.GPUVertexState
-
- setBundlePolicy(String) - Method in interface akasha.rtc.RTCConfiguration
-
The RTCConfiguration dictionary's bundlePolicy property is a string value indicating which SDP bundling policy, if any, to use for the underlying RTP streams used by an RTCPeerConnection.
- setBurstDiscardCount(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setBurstDiscardRate(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setBurstLossCount(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setBurstLossRate(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setBurstPacketsDiscarded(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setBurstPacketsLost(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setButton(short) - Method in interface akasha.MouseEventInit
-
- setButtons(int) - Method in interface akasha.MouseEventInit
-
- setBytesDiscardedOnSend(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setBytesDiscardedOnSend(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setBytesPerRow(int) - Method in interface akasha.gpu.GPUImageDataLayout
-
- setBytesReceived(int) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setBytesReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property bytesReceived indicates the total number of payload bytes—that is, bytes which aren't overhead such as headers or padding—that hve been received to date on the connection described by the candidate pair.
- setBytesReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The RTCInboundRtpStreamStats dictionary's bytesReceived property is an integer value which indicates the total number of bytes received so far from this synchronization source (SSRC).
- setBytesReceived(int) - Method in interface akasha.rtc.RTCTransportStats
-
- setBytesSent(int) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setBytesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property bytesSent indicates the total number of payload bytes—that is, bytes which aren't overhead such as headers or padding—that hve been sent so far on the connection described by the candidate pair.
- setBytesSent(int) - Method in interface akasha.rtc.RTCSentRtpStreamStats
-
- setBytesSent(int) - Method in interface akasha.rtc.RTCTransportStats
-
- setC(double) - Method in interface akasha.DOMMatrix2DInit
-
- setCache(String) - Method in interface akasha.RequestInit
-
- setCacheName(String) - Method in interface akasha.MultiCacheQueryOptions
-
- setCancel(UnderlyingSourceCancelCallback) - Method in interface akasha.UnderlyingSource
-
- setCancelable(boolean) - Method in interface akasha.EventInit
-
- setCandidate(String) - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property candidate in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's candidate property.
- setCandidate(RTCIceCandidate) - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit
-
- setCandidateType(String) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats interface's candidateType property is a string which indicates the type of ICE candidate the object represents.
- setCapture(boolean) - Method in interface akasha.EventListenerOptions
-
- setCentralAngle(float) - Method in interface akasha.xr.XRCylinderLayerInit
-
- setCentralAngle(float) - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- setCentralHorizontalAngle(float) - Method in interface akasha.xr.XREquirectLayerInit
-
- setCentralHorizontalAngle(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- setCertificates(JsArray<RTCCertificate>) - Method in interface akasha.rtc.RTCConfiguration
-
The RTCConfiguration dictionary's optional certificates property is an array of RTCCertificate objects providing the security certificates available for use when authenticating duing the connection process.
- setCertificates(RTCCertificate...) - Method in interface akasha.rtc.RTCConfiguration
-
The RTCConfiguration dictionary's optional certificates property is an array of RTCCertificate objects providing the security certificates available for use when authenticating duing the connection process.
- setChallenge(String) - Method in interface akasha.CollectedClientData
-
- setChallenge(BufferSource) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The challenge property of the PublicKeyCredentialCreationOptions dictionary is a BufferSource used as a cryptographic challenge.
- setChallenge(BufferSource) - Method in interface akasha.PublicKeyCredentialRequestOptions
-
The challenge property of the PublicKeyCredentialRequestOptions dictionary is a BufferSource used as a cryptographic challenge.
- setChangedTouches(JsArray<Touch>) - Method in interface akasha.TouchEventInit
-
- setChangedTouches(Touch...) - Method in interface akasha.TouchEventInit
-
- setChannel(RTCDataChannel) - Method in interface akasha.rtc.RTCDataChannelEventInit
-
- setChannelCount(int) - Method in interface akasha.audio.AudioNodeOptions
-
- setChannelCount(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setChannelCount(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setChannelCount(int) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setChannelCount(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setChannelCount(int) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's channelCount property is an integer indicating how many audio channel the MediaStreamTrack is currently configured to have.
- setChannelCount(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's channelCount property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the channelCount constraint.
- setChannelCountMode(String) - Method in interface akasha.audio.AudioNodeOptions
-
- setChannelInterpretation(String) - Method in interface akasha.audio.AudioNodeOptions
-
- setChannels(int) - Method in interface akasha.rtc.RTCCodecStats
-
- setChannels(int) - Method in interface akasha.rtc.RTCRtpCodecCapability
-
- setChannels(int) - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- setCharacterData(boolean) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional characterData property is used to specify whether or not to monitor the node or nodes being observed for changes to their textual contents.
- setCharacterDataOldValue(boolean) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional characterDataOldValue property is used to specify whether or not the MutationRecord.oldValue property for DOM mutations should be set to the previous value of text nodes which changed.
- setCharCode(int) - Method in interface akasha.KeyboardEventInit
-
- setCharIndex(int) - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- setCharLength(int) - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- setChildList(boolean) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional childList property indicates whether or not to monitor the specified node or nodes for the addition or removal of new child nodes.
- setCircuitBreakerTriggerCount(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property circuitBreakerTriggerCount indicates the number of times the circuit-breaker has been triggered to indicate a connection timeout or other unexpected connection abort on this specific connection configuration.
- setClassCode(short) - Method in interface akasha.usb.USBDeviceFilter
-
- setClearValue(GPUColor) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setClearValue(JsArray<Double>) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setClearValue(GPUColorDict) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setClearValue(double...) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setClientId(String) - Method in interface akasha.FetchEventInit
-
- setClientX(double) - Method in interface akasha.MouseEventInit
-
- setClientX(double) - Method in interface akasha.TouchInit
-
- setClientY(double) - Method in interface akasha.MouseEventInit
-
- setClientY(double) - Method in interface akasha.TouchInit
-
- setClipboardData(DataTransfer) - Method in interface akasha.clipboard.ClipboardEventInit
-
- setClipped(boolean) - Method in interface akasha.svg.SVGBoundingBoxOptions
-
- setClockRate(int) - Method in interface akasha.rtc.RTCCodecStats
-
- setClockRate(int) - Method in interface akasha.rtc.RTCRtpCodecCapability
-
- setClockRate(int) - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- setClose(UnderlyingSinkCloseCallback) - Method in interface akasha.UnderlyingSink
-
- setCname(String) - Method in interface akasha.rtc.RTCRtcpParameters
-
- setCode(int) - Method in interface akasha.CloseEventInit
-
- setCode(String) - Method in interface akasha.gpu.GPUShaderModuleDescriptor
-
- setCode(String) - Method in interface akasha.KeyboardEventInit
-
- setCodec(String) - Method in interface akasha.codecs.AudioDecoderConfig
-
- setCodec(String) - Method in interface akasha.codecs.AudioEncoderConfig
-
- setCodec(String) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setCodec(String) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setCodecId(String) - Method in interface akasha.rtc.RTCRtpStreamStats
-
The RTCRtpStreamStats dictionary's codecId property is a string which uniquely identifies the object that was inspected to produce the data in the RTCCodecStats for the RTP stream.
- setCodecPreferences(JsArray<RTCRtpCodecCapability>) - Method in class akasha.rtc.RTCRtpTransceiver
-
The RTCRtpTransceiver method setCodecPreferences() configures the transceiver's codecs given a list of RTCRtpCodecCapability objects specifying the new preferences for each codec.
- setCodecPreferences(RTCRtpCodecCapability...) - Method in class akasha.rtc.RTCRtpTransceiver
-
The RTCRtpTransceiver method setCodecPreferences() configures the transceiver's codecs given a list of RTCRtpCodecCapability objects specifying the new preferences for each codec.
- setCodecs(JsArray<RTCRtpCodecCapability>) - Method in interface akasha.rtc.RTCRtpCapabilities
-
- setCodecs(RTCRtpCodecCapability...) - Method in interface akasha.rtc.RTCRtpCapabilities
-
- setCodecs(JsArray<RTCRtpCodecParameters>) - Method in interface akasha.rtc.RTCRtpParameters
-
- setCodecs(RTCRtpCodecParameters...) - Method in interface akasha.rtc.RTCRtpParameters
-
- setCodecType(String) - Method in interface akasha.rtc.RTCCodecStats
-
- setCodedHeight(int) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setCodedHeight(int) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setCodedWidth(int) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setCodedWidth(int) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setColno(int) - Method in interface akasha.ErrorEventInit
-
- setColor(GPUBlendComponent) - Method in interface akasha.gpu.GPUBlendState
-
- setColorAttachments(JsArray<GPURenderPassColorAttachment>) - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- setColorAttachments(GPURenderPassColorAttachment...) - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- setColorFormat(int) - Method in interface akasha.xr.XRLayerInit
-
- setColorFormat(int) - Method in interface akasha.xr.XRProjectionLayerInit
-
- setColorFormats(JsArray<String>) - Method in interface akasha.gpu.GPURenderPassLayout
-
- setColorFormats(String...) - Method in interface akasha.gpu.GPURenderPassLayout
-
- setColorSpace(String) - Method in interface akasha.CanvasRenderingContext2DSettings
-
- setColorSpace(VideoColorSpaceInit) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setColorSpace(VideoColorSpaceInit) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setColorSpace(String) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setColorSpace(String) - Method in interface akasha.gpu.GPUExternalTextureDescriptor
-
- setColorSpace(String) - Method in interface akasha.gpu.GPUImageCopyTextureTagged
-
- setColorSpace(String) - Method in interface akasha.ImageDataSettings
-
- setColorSpaceConversion(String) - Method in interface akasha.codecs.ImageDecoderInit
-
- setColorSpaceConversion(String) - Method in interface akasha.ImageBitmapOptions
-
- setColumnNumber(int) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setCompanyIdentifier(int) - Method in interface akasha.bluetooth.BluetoothManufacturerDataFilterInit
-
- setCompare(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setCompare(String) - Method in interface akasha.gpu.GPUStencilFaceState
-
- setComplete(boolean) - Method in interface akasha.codecs.ImageDecodeResult
-
- setCompleteFramesOnly(boolean) - Method in interface akasha.codecs.ImageDecodeOptions
-
- setComposed(boolean) - Method in interface akasha.EventInit
-
- setComposed(boolean) - Method in interface akasha.GetRootNodeOptions
-
- setComposite(String) - Method in interface akasha.BaseComputedKeyframe
-
- setComposite(String) - Method in interface akasha.BaseKeyframe
-
- setComposite(CompositeOperationOrAutoOrCompositeOperationOrAutoArrayUnion) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setComposite(String) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setComposite(JsArray<String>) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setComposite(String...) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setComposite(String) - Method in interface akasha.KeyframeEffectOptions
-
- setCompositingAlphaMode(String) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setCompute(GPUProgrammableStage) - Method in interface akasha.gpu.GPUComputePipelineDescriptor
-
- setComputedOffset(double) - Method in interface akasha.BaseComputedKeyframe
-
- setConcealedSamples(int) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setConcealedSamples(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setConcealmentEvents(int) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setConcealmentEvents(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setConeInnerAngle(double) - Method in interface akasha.audio.PannerOptions
-
- setConeOuterAngle(double) - Method in interface akasha.audio.PannerOptions
-
- setConeOuterGain(double) - Method in interface akasha.audio.PannerOptions
-
- setConfig(AudioDecoderConfig) - Method in interface akasha.codecs.AudioDecoderSupport
-
- setConfig(AudioEncoderConfig) - Method in interface akasha.codecs.AudioEncoderSupport
-
- setConfig(VideoDecoderConfig) - Method in interface akasha.codecs.VideoDecoderSupport
-
- setConfig(VideoEncoderConfig) - Method in interface akasha.codecs.VideoEncoderSupport
-
- setConfigurable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor
-
- setConfiguration(RTCConfiguration) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.setConfiguration() method sets the current configuration of the RTCPeerConnection based on the values included in the specified RTCConfiguration object.
- setConfiguration() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.setConfiguration() method sets the current configuration of the RTCPeerConnection based on the values included in the specified RTCConfiguration object.
- setCongestionWindow(int) - Method in interface akasha.rtc.RTCSctpTransportStats
-
- setConsentExpiredTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property consentExpiredTimestamp indicates the time at which the most recent STUN binding response expired.
- setConsentRequestBytesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setConsentRequestsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property consentRequestsSent specifies the number of consent requests that have been sent by this peer to the remote peer on the connection described by the pair of candidates.
- setConstants(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUProgrammableStage
-
- setContents(String) - Method in interface akasha.rtc.RTCIdentityValidationResult
-
- setContentType(String) - Method in interface akasha.MediaKeySystemMediaCapability
-
- setContextTime(double) - Method in interface akasha.audio.AudioTimestamp
-
- setContributorSsrc(int) - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- setCount(int) - Method in interface akasha.gpu.GPUMultisampleState
-
- setCount(int) - Method in interface akasha.gpu.GPUQuerySetDescriptor
-
- setCounter(BufferSource) - Method in interface akasha.crypto.AesCtrParams
-
- setCreate(boolean) - Method in interface akasha.FileSystemGetDirectoryOptions
-
- setCreate(boolean) - Method in interface akasha.FileSystemGetFileOptions
-
- setCredential(String) - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's credential property is a string providing the credential to use when connecting to the described server.
- setCredentials(String) - Method in interface akasha.RequestInit
-
- setCredentials(String) - Method in interface akasha.WorkerOptions
-
- setCredentials(String) - Method in interface akasha.WorkletOptions
-
- setCredentialType(String) - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's credentialType property is a string value from the RTCIceCredentialType enum which indicates what type of credential the RTCIceServer.credential value is.
- setCredProps(boolean) - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- setCredProps(CredentialPropertiesOutput) - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- setCrossOrigin(boolean) - Method in interface akasha.CollectedClientData
-
- setCrv(String) - Method in interface akasha.crypto.JsonWebKey
-
- setCtrlKey(boolean) - Method in interface akasha.EventModifierInit
-
- setCullMode(String) - Method in interface akasha.gpu.GPUPrimitiveState
-
- setCurrentIteration(Double) - Method in interface akasha.ComputedEffectTiming
-
- setCurrentRoundTripTime(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property currentRoundTripTime is a floating-point value indicating the number of seconds it takes for data to be sent by this peer to the remote peer and back over the connection described by this pair of ICE candidates.
- setCurrentRtt(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setCurrentTime(Double) - Method in interface akasha.AnimationPlaybackEventInit
-
- setCursor(JsArray<String>) - Method in interface akasha.media.MediaTrackCapabilities
-
- setCursor(String...) - Method in interface akasha.media.MediaTrackCapabilities
-
- setCursor(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setCursor(String) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setCursor(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setCursor(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setCursor(String...) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setCursor(String) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's cursor property indicates whether or not the cursor should be captured as part of the video track included in the MediaStream returned by getDisplayMedia().
- setCursor(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's cursor property indicates whether or not the cursor constraint is supported by the user agent and the device on which the content is being used.
- setCurve(JsArray<Double>) - Method in interface akasha.audio.WaveShaperOptions
-
- setCurve(double...) - Method in interface akasha.audio.WaveShaperOptions
-
- setCustomError(boolean) - Method in interface akasha.ValidityStateFlags
-
- setCustomValidity(String) - Method in class akasha.HTMLButtonElement
-
- setCustomValidity(String) - Method in class akasha.HTMLFieldSetElement
-
- setCustomValidity(String) - Method in class akasha.HTMLInputElement
-
- setCustomValidity(String) - Method in class akasha.HTMLObjectElement
-
The setCustomValidity() method of the HTMLObjectElement interface sets a custom validity message for the element.
- setCustomValidity(String) - Method in class akasha.HTMLOutputElement
-
- setCustomValidity(String) - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.setCustomValidity() method sets the custom validity message for the selection element to the specified message.
- setCustomValidity(String) - Method in class akasha.HTMLTextAreaElement
-
- setD(String) - Method in interface akasha.crypto.JsonWebKey
-
- setD(String) - Method in interface akasha.crypto.RsaOtherPrimesInfo
-
- setD(double) - Method in interface akasha.DOMMatrix2DInit
-
- setData(BufferSource) - Method in interface akasha.codecs.AudioDataInit
-
- setData(BufferSource) - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- setData(BufferSource) - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- setData(ImageBufferSource) - Method in interface akasha.codecs.ImageDecoderInit
-
- setData(String) - Method in interface akasha.CompositionEventInit
-
- setData(String, String) - Method in class akasha.DataTransfer
-
The DataTransfer.setData() method sets the drag operation's drag data to the specified data and type.
- setData(Object) - Method in interface akasha.ExtendableMessageEventInit
-
- setData(String) - Method in interface akasha.InputEventInit
-
- setData(Blob) - Method in interface akasha.media.BlobEventInit
-
- setData(Object) - Method in interface akasha.MessageEventInit
-
- setData(Uint8Array) - Method in interface akasha.midi.MIDIMessageEventInit
-
- setData(Object) - Method in interface akasha.notifications.NotificationOptions
-
- setData(PushMessageDataInit) - Method in interface akasha.PushEventInit
-
- setData(BufferSource) - Method in interface akasha.PushEventInit
-
- setData(String) - Method in interface akasha.PushEventInit
-
- setData(BufferSourceOrBlobOrStringUnion) - Method in interface akasha.WriteParams
-
- setData(BufferSource) - Method in interface akasha.WriteParams
-
- setData(Blob) - Method in interface akasha.WriteParams
-
- setData(String) - Method in interface akasha.WriteParams
-
- setDataChannelIdentifier(int) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setDataChannelsAccepted(int) - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- setDataChannelsClosed(int) - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- setDataChannelsOpened(int) - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- setDataChannelsRequested(int) - Method in interface akasha.rtc.RTCPeerConnectionStats
-
- setDataFormatPreference(JsArray<String>) - Method in interface akasha.xr.XRDepthStateInit
-
- setDataFormatPreference(String...) - Method in interface akasha.xr.XRDepthStateInit
-
- setDataPrefix(BufferSource) - Method in interface akasha.bluetooth.BluetoothDataFilterInit
-
- setDataTransfer(DataTransfer) - Method in interface akasha.DragEventInit
-
- setDate(int) - Method in class akasha.core.JsDate
-
The setDate() method changes the day of the month of a given Date instance, based on local time.
- setDecoderConfig(AudioDecoderConfig) - Method in interface akasha.codecs.EncodedAudioChunkMetadata
-
- setDecoderConfig(VideoDecoderConfig) - Method in interface akasha.codecs.EncodedVideoChunkMetadata
-
- setDecoderImplementation(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setDefaultValue(float) - Method in interface akasha.audio.AudioParamDescriptor
-
- setDelay(double) - Method in interface akasha.EffectTiming
-
The EffectTiming dictionary's delay property in the Web Animations API represents the number of milliseconds to delay the start of the animation.
- setDelay(double) - Method in interface akasha.OptionalEffectTiming
-
- setDelayTime(double) - Method in interface akasha.audio.DelayOptions
-
- setDelegatesFocus(boolean) - Method in interface akasha.ShadowRootInit
-
- setDeleted(boolean) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's deleted property indicates whether or not the candidate has been deleted or released.
- setDeltaMode(int) - Method in interface akasha.WheelEventInit
-
- setDeltaX(double) - Method in interface akasha.WheelEventInit
-
- setDeltaY(double) - Method in interface akasha.WheelEventInit
-
- setDeltaZ(double) - Method in interface akasha.WheelEventInit
-
- setDepth(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates that the drawing buffer has a depth buffer of at least 16 bits.
- setDepth(boolean) - Method in interface akasha.xr.XRWebGLLayerInit
-
When using the XRWebGLLayer() constructor to create a new WebGL rendering layer for WebXR, providing as the layerInit parameter an object whose depth property is false will request that the new layer be created without a depth buffer.
- setDepthBias(int) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setDepthBiasClamp(float) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setDepthBiasSlopeScale(float) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setDepthClearValue(float) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setDepthCompare(String) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setDepthFailOp(String) - Method in interface akasha.gpu.GPUStencilFaceState
-
- setDepthFar(double) - Method in interface akasha.xr.XRRenderStateInit
-
- setDepthFormat(int) - Method in interface akasha.xr.XRLayerInit
-
- setDepthFormat(int) - Method in interface akasha.xr.XRProjectionLayerInit
-
- setDepthLoadOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setDepthNear(double) - Method in interface akasha.xr.XRRenderStateInit
-
- setDepthOrArrayLayers(int) - Method in interface akasha.gpu.GPUExtent3DDict
-
- setDepthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
-
- setDepthReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setDepthSensing(XRDepthStateInit) - Method in interface akasha.xr.XRSessionInit
-
- setDepthStencil(GPUDepthStencilState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- setDepthStencilAttachment(GPURenderPassDepthStencilAttachment) - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- setDepthStencilFormat(String) - Method in interface akasha.gpu.GPURenderPassLayout
-
- setDepthStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setDepthWriteEnabled(boolean) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setDescription(BufferSource) - Method in interface akasha.codecs.AudioDecoderConfig
-
- setDescription(BufferSource) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setDescriptor(PermissionDescriptor) - Method in interface akasha.PermissionSetParameters
-
- setDesiredHeight(int) - Method in interface akasha.codecs.ImageDecoderInit
-
- setDesiredWidth(int) - Method in interface akasha.codecs.ImageDecoderInit
-
- setDesynchronized(boolean) - Method in interface akasha.CanvasRenderingContext2DSettings
-
A flag that provides a hint to the user agent to reduce the latency by desynchronizing the canvas paint cycle from the event loop.
- setDesynchronized(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates if the canvas contains an alpha buffer.
- setDetail(Object) - Method in interface akasha.CustomEventInit
-
- setDetail(int) - Method in interface akasha.UIEventInit
-
- setDetune(float) - Method in interface akasha.audio.AudioBufferSourceOptions
-
- setDetune(float) - Method in interface akasha.audio.BiquadFilterOptions
-
- setDetune(float) - Method in interface akasha.audio.OscillatorOptions
-
- setDevice(BluetoothDevice) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setDevice(GPUDevice) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setDevice(USBDevice) - Method in interface akasha.usb.USBConnectionEventInit
-
- setDeviceId(String) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setDeviceId(String) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setDeviceId(String) - Method in interface akasha.media.DevicePermissionDescriptor
-
- setDeviceId(String) - Method in interface akasha.media.MediaTrackCapabilities
-
- setDeviceId(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDeviceId(String) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDeviceId(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDeviceId(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDeviceId(String...) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDeviceId(String) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's deviceId property is a DOMString which uniquely identifies the source for the corresponding MediaStreamTrack for the origin corresponding to the browsing session.
- setDeviceId(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's deviceId property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the deviceId constraint.
- setDimension(String) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setDimension(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- setDir(String) - Method in interface akasha.notifications.NotificationOptions
-
- setDirection(String) - Method in interface akasha.EffectTiming
-
The direction property of the Web Animations API dictionary EffectTiming indicates an animation's playback direction along its timeline, as well as its behavior when it reaches the end of an iteration
- setDirection(String) - Method in interface akasha.OptionalEffectTiming
-
- setDirection(String) - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- setDisabled(boolean) - Method in interface akasha.CSSStyleSheetInit
-
- setDisableNormalization(boolean) - Method in interface akasha.audio.ConvolverOptions
-
- setDisableNormalization(boolean) - Method in interface akasha.audio.PeriodicWaveConstraints
-
- setDisplayAspectHeight(int) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setDisplayAspectWidth(int) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setDisplayHeight(int) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setDisplayHeight(int) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setDisplayHeight(int) - Method in interface akasha.codecs.VideoFrameInit
-
- setDisplayName(String) - Method in interface akasha.PublicKeyCredentialUserEntity
-
- setDisplaySurface(String) - Method in interface akasha.media.MediaTrackCapabilities
-
- setDisplaySurface(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDisplaySurface(String) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDisplaySurface(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDisplaySurface(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDisplaySurface(String...) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setDisplaySurface(String) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's displaySurface property indicates the type of display surface being captured.
- setDisplaySurface(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's displaySurface property indicates whether or not the displaySurface constraint is supported by the user agent and the device on which the content is being used.
- setDisplayWidth(int) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setDisplayWidth(int) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setDisplayWidth(int) - Method in interface akasha.codecs.VideoFrameInit
-
- setDisposition(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setDistanceModel(String) - Method in interface akasha.audio.PannerOptions
-
- setDistinctiveIdentifier(String) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.distinctiveIdentifier read-only property indicates whether a persistent distinctive identifier is required.
- setDocumentURI(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setDomain(String) - Method in interface akasha.rtc.RTCIdentityProviderDetails
-
- setDomOverlay(XRDOMOverlayInit) - Method in interface akasha.xr.XRSessionInit
-
- setDone(boolean) - Method in interface akasha.ReadableStreamBYOBReadResult
-
- setDone(boolean) - Method in interface akasha.ReadableStreamDefaultReadResult
-
- setDp(String) - Method in interface akasha.crypto.JsonWebKey
-
- setDq(String) - Method in interface akasha.crypto.JsonWebKey
-
- setDragImage(Element, int, int) - Method in class akasha.DataTransfer
-
When a drag occurs, a translucent image is generated from the drag target (the element the dragstart event is fired at), and follows the mouse pointer during the drag.
- setDroppedEntriesCount(int) - Method in interface akasha.perf.PerformanceObserverCallbackOptions
-
- setDstFactor(String) - Method in interface akasha.gpu.GPUBlendComponent
-
- setDtlsCipher(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setDtlsState(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setDurability(String) - Method in interface akasha.idb.IDBTransactionOptions
-
- setDuration(int) - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- setDuration(int) - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- setDuration(int) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setDuration(int) - Method in interface akasha.codecs.VideoFrameInit
-
- setDuration(UnrestrictedDoubleOrStringUnion) - Method in interface akasha.EffectTiming
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- setDuration(double) - Method in interface akasha.EffectTiming
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- setDuration(String) - Method in interface akasha.EffectTiming
-
The duration property of the dictionary EffectTiming in the Web Animations API specifies the duration in milliseconds that a single iteration (from beginning to end) the animation should take to complete.
- setDuration(UnrestrictedDoubleOrStringUnion) - Method in interface akasha.OptionalEffectTiming
-
- setDuration(double) - Method in interface akasha.OptionalEffectTiming
-
- setDuration(String) - Method in interface akasha.OptionalEffectTiming
-
- setE(String) - Method in interface akasha.crypto.JsonWebKey
-
- setE(double) - Method in interface akasha.DOMMatrix2DInit
-
- setEasing(String) - Method in interface akasha.BaseComputedKeyframe
-
- setEasing(String) - Method in interface akasha.BaseKeyframe
-
- setEasing(StringOrStringArrayUnion) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setEasing(String) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setEasing(JsArray<String>) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setEasing(String...) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setEasing(String) - Method in interface akasha.EffectTiming
-
The EffectTiming dictionary's easing property in the Web Animations API specifies the timing function used to scale the time to produce easing effects, where easing is the rate of the animation's change over time.
- setEasing(String) - Method in interface akasha.OptionalEffectTiming
-
- setEchoCancellation(JsArray<Boolean>) - Method in interface akasha.media.MediaTrackCapabilities
-
- setEchoCancellation(Boolean...) - Method in interface akasha.media.MediaTrackCapabilities
-
- setEchoCancellation(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setEchoCancellation(boolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setEchoCancellation(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setEchoCancellation(boolean) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's echoCancellation property is a Boolean value whose value indicates whether or not echo cancellation is enabled on an audio track.
- setEchoCancellation(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's echoCancellation property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the echoCancellation constraint.
- setEchoReturnLoss(double) - Method in interface akasha.rtc.RTCAudioSenderStats
-
- setEchoReturnLoss(double) - Method in interface akasha.rtc.RTCAudioSourceStats
-
- setEchoReturnLossEnhancement(double) - Method in interface akasha.rtc.RTCAudioSenderStats
-
- setEchoReturnLossEnhancement(double) - Method in interface akasha.rtc.RTCAudioSourceStats
-
- setEffectiveDirective(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setElapsedTime(double) - Method in interface akasha.AnimationEventInit
-
- setElapsedTime(float) - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- setElapsedTime(double) - Method in interface akasha.TransitionEventInit
-
- setElement(String) - Method in interface akasha.wasm.TableDescriptor
-
- setEnabled(boolean) - Method in interface akasha.NavigationPreloadState
-
- setEnableHighAccuracy(boolean) - Method in interface akasha.PositionOptions
-
The PositionOptions.enableHighAccuracy property is a Boolean that indicates the application would like to receive the best possible results.
- setEncoderImplementation(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setEncodings(JsArray<RTCRtpEncodingParameters>) - Method in interface akasha.rtc.RTCRtpSendParameters
-
- setEncodings(RTCRtpEncodingParameters...) - Method in interface akasha.rtc.RTCRtpSendParameters
-
- setEncrypted(boolean) - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters
-
- setEnd(Node, int) - Method in class akasha.Range
-
The Range.setEnd() method sets the end position of a Range to be located at the given offset into the specified node x.Setting the end point above (higher in the document) than the start point will result in a collapsed range with the start and end points both set to the specified end position.
- setEndAfter(Node) - Method in class akasha.Range
-
The Range.setEndAfter() method sets the end position of a Range relative to another Node.
- setEndBefore(Node) - Method in class akasha.Range
-
The Range.setEndBefore() method sets the end position of a Range relative to another Node.
- setEndContainer(Node) - Method in interface akasha.StaticRangeInit
-
- setEndDelay(double) - Method in interface akasha.EffectTiming
-
The endDelay property of the EffectTiming dictionary (part of the Web Animations API) indicates the number of milliseconds to delay after the active period of an animation sequence.
- setEndDelay(double) - Method in interface akasha.OptionalEffectTiming
-
- setEnded(boolean) - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- setEndings(String) - Method in interface akasha.BlobPropertyBag
-
- setEndOffset(int) - Method in interface akasha.StaticRangeInit
-
- setEndpoint(String) - Method in interface akasha.PushSubscriptionJSON
-
- setEndTime(double) - Method in interface akasha.ComputedEffectTiming
-
- setEntityTypes(JsArray<String>) - Method in interface akasha.xr.XRHitTestOptionsInit
-
- setEntityTypes(JsArray<String>) - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit
-
- setEntries(JsArray<GPUBindGroupEntry>) - Method in interface akasha.gpu.GPUBindGroupDescriptor
-
- setEntries(GPUBindGroupEntry...) - Method in interface akasha.gpu.GPUBindGroupDescriptor
-
- setEntries(JsArray<GPUBindGroupLayoutEntry>) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
-
- setEntries(GPUBindGroupLayoutEntry...) - Method in interface akasha.gpu.GPUBindGroupLayoutDescriptor
-
- setEntryPoint(String) - Method in interface akasha.gpu.GPUProgrammableStage
-
- setEntryTypes(JsArray<String>) - Method in interface akasha.perf.PerformanceObserverInit
-
- setEntryTypes(String...) - Method in interface akasha.perf.PerformanceObserverInit
-
- setEnumerable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor
-
- setError(WebCodecsErrorCallback) - Method in interface akasha.codecs.AudioDecoderInit
-
- setError(WebCodecsErrorCallback) - Method in interface akasha.codecs.AudioEncoderInit
-
- setError(WebCodecsErrorCallback) - Method in interface akasha.codecs.VideoDecoderInit
-
- setError(WebCodecsErrorCallback) - Method in interface akasha.codecs.VideoEncoderInit
-
- setError(Object) - Method in interface akasha.ErrorEventInit
-
- setError(GPUError) - Method in interface akasha.gpu.GPUUncapturedErrorEventInit
-
- setError(DOMException) - Method in interface akasha.media.MediaRecorderErrorEventInit
-
- setError(RTCError) - Method in interface akasha.rtc.RTCErrorEventInit
-
- setError(String) - Method in interface akasha.speech.SpeechRecognitionErrorEventInit
-
- setError(String) - Method in interface akasha.speech.SpeechSynthesisErrorEventInit
-
- setErrorCode(int) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- setErrorDetail(String) - Method in interface akasha.rtc.RTCErrorInit
-
- setErrorText(String) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- setEstimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setEstimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setEstimatedPlayoutTimestamp(double) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setExact(boolean) - Method in interface akasha.media.ConstrainBooleanParameters
-
- setExact(StringOrStringArrayUnion) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setExact(String) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setExact(JsArray<String>) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setExact(String...) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setExact(double) - Method in interface akasha.media.ConstrainDoubleRange
-
- setExact(int) - Method in interface akasha.media.ConstrainULongRange
-
- setExcludeCredentials(JsArray<PublicKeyCredentialDescriptor>) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
excludeCredentials, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an Array whose elements are descriptors for the public keys already existing for a given user.
- setExcludeCredentials(PublicKeyCredentialDescriptor...) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
excludeCredentials, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an Array whose elements are descriptors for the public keys already existing for a given user.
- setExpirationTime(int) - Method in interface akasha.PushSubscriptionJSON
-
- setExpires(int) - Method in interface akasha.rtc.RTCCertificateExpiration
-
- setExt(boolean) - Method in interface akasha.crypto.JsonWebKey
-
- setExtends(String) - Method in interface akasha.ElementDefinitionOptions
-
- setExtensions(AuthenticationExtensionsClientInputs) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
extensions, an optional property of the PublicKeyCredentialCreationOptions dictionary, is an object providing the client extensions and their input values.
- setExtensions(AuthenticationExtensionsClientInputs) - Method in interface akasha.PublicKeyCredentialRequestOptions
-
extensions, an optional property of the PublicKeyCredentialRequestOptions dictionary, is an object providing the client extensions and their input values.
- setExternalTexture(GPUExternalTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- setF(double) - Method in interface akasha.DOMMatrix2DInit
-
- setFacingMode(JsArray<String>) - Method in interface akasha.media.MediaTrackCapabilities
-
- setFacingMode(String...) - Method in interface akasha.media.MediaTrackCapabilities
-
- setFacingMode(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFacingMode(String) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFacingMode(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFacingMode(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFacingMode(String...) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFacingMode(String) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's facingMode property is a DOMString indicating the direction in which the camera producing the video track represented by the MediaStreamTrack is currently facing.
- setFacingMode(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's facingMode property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the facingMode constraint.
- setFailIfMajorPerformanceCaveat(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates if a context will be created if the system performance is low or if no hardware GPU is available.
- setFailOp(String) - Method in interface akasha.gpu.GPUStencilFaceState
-
- setFatal(boolean) - Method in interface akasha.TextDecoderOptions
-
- setFecPacketsDiscarded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The fecPacketsDiscarded property of the RTCInboundRtpStreamStats dictionary is a numeric value indicating the number of RTP Forward Error Correction (FEC) packets that have been discarded.
- setFecPacketsReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The fecPacketsReceived property of the RTCInboundRtpStreamStats dictionary indicates how many Forward Error Correction (FEC) packets have been received by this RTP receiver from the remote peer.
- setFecPacketsSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setFederated(FederatedCredentialInit) - Method in interface akasha.CredentialCreationOptions
-
- setFederated(FederatedCredentialRequestOptions) - Method in interface akasha.CredentialRequestOptions
-
- setFeedback(JsArray<Double>) - Method in interface akasha.audio.IIRFilterOptions
-
- setFeedback(double...) - Method in interface akasha.audio.IIRFilterOptions
-
- setFeedforward(JsArray<Double>) - Method in interface akasha.audio.IIRFilterOptions
-
- setFeedforward(double...) - Method in interface akasha.audio.IIRFilterOptions
-
- setFftSize(int) - Method in interface akasha.audio.AnalyserOptions
-
- setFilename(String) - Method in interface akasha.ErrorEventInit
-
- setFiles(JsArray<File>) - Method in interface akasha.ShareData
-
- setFiles(File...) - Method in interface akasha.ShareData
-
- setFill(String) - Method in interface akasha.EffectTiming
-
The Web Animations API's EffectTiming dictionary's fill property specifies a fill mode, which defines how the element to which the animation is applied should look when the animation sequence is not actively running, such as before the time specified by iterationStart or after animation's end time.
- setFill(String) - Method in interface akasha.OptionalEffectTiming
-
- setFill(boolean) - Method in interface akasha.svg.SVGBoundingBoxOptions
-
- setFilters(JsArray<BluetoothLEScanFilterInit>) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setFilters(BluetoothLEScanFilterInit...) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setFilters(JsArray<BluetoothLEScanFilterInit>) - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- setFilters(BluetoothLEScanFilterInit...) - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- setFilters(JsArray<USBDeviceFilter>) - Method in interface akasha.usb.USBDeviceRequestOptions
-
- setFilters(USBDeviceFilter...) - Method in interface akasha.usb.USBDeviceRequestOptions
-
- setFilters(JsArray<USBDeviceFilter>) - Method in interface akasha.usb.USBPermissionDescriptor
-
- setFilters(USBDeviceFilter...) - Method in interface akasha.usb.USBPermissionDescriptor
-
- setFingerprint(String) - Method in interface akasha.rtc.RTCCertificateStats
-
- setFingerprintAlgorithm(String) - Method in interface akasha.rtc.RTCCertificateStats
-
- setFirCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The firCount property of the RTCInboundRtpStreamStats dictionary indicates the number of Full Intra Request (FIR) packets have been sent by the receiver to the sender.
- setFirCount(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The firCount property of the RTCOutboundRtpStreamStats dictionary indicates the number of Full Intra Request (FIR) that the remote RTCRtpReceiver has sent to this RTCRtpSender.
- setFirstRequestTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property firstRequestTimestamp specifies the time at which the first STUN request was sent on the described candidate pair.
- setFlatten(boolean) - Method in interface akasha.AssignedNodesOptions
-
- setFlipY(boolean) - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- setFloat32(int, float, boolean) - Method in class akasha.core.DataView
-
The setFloat32() method stores a signed 32-bit float (float) value at the specified byte offset from the start of the DataView.
- setFloat32(int, float) - Method in class akasha.core.DataView
-
The setFloat32() method stores a signed 32-bit float (float) value at the specified byte offset from the start of the DataView.
- setFloat64(int, double, boolean) - Method in class akasha.core.DataView
-
The setFloat64() method stores a signed 64-bit float (double) value at the specified byte offset from the start of the DataView.
- setFloat64(int, double) - Method in class akasha.core.DataView
-
The setFloat64() method stores a signed 64-bit float (double) value at the specified byte offset from the start of the DataView.
- setFlush(TransformerFlushCallback) - Method in interface akasha.Transformer
-
- setForce(float) - Method in interface akasha.TouchInit
-
- setForceFallbackAdapter(boolean) - Method in interface akasha.gpu.GPURequestAdapterOptions
-
- setFormat(String) - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- setFormat(String) - Method in interface akasha.codecs.AudioDataInit
-
- setFormat(String) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setFormat(String) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setFormat(String) - Method in interface akasha.gpu.GPUColorTargetState
-
- setFormat(String) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setFormat(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
-
- setFormat(String) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setFormat(String) - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- setFormat(String) - Method in interface akasha.gpu.GPUVertexAttribute
-
- setFormData(FormData) - Method in interface akasha.FormDataEventInit
-
- setFormValue(File, File) - Method in class akasha.ElementInternals
-
- setFormValue(String, File) - Method in class akasha.ElementInternals
-
- setFormValue(FormData, File) - Method in class akasha.ElementInternals
-
- setFormValue(File, String) - Method in class akasha.ElementInternals
-
- setFormValue(String, String) - Method in class akasha.ElementInternals
-
- setFormValue(FormData, String) - Method in class akasha.ElementInternals
-
- setFormValue(File, FormData) - Method in class akasha.ElementInternals
-
- setFormValue(String, FormData) - Method in class akasha.ElementInternals
-
- setFormValue(FormData, FormData) - Method in class akasha.ElementInternals
-
- setFormValue(File) - Method in class akasha.ElementInternals
-
- setFormValue(String) - Method in class akasha.ElementInternals
-
- setFormValue(FormData) - Method in class akasha.ElementInternals
-
- setFractionLost(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setFractionLost(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- setFragment(GPUFragmentState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- setFrame(XRFrame) - Method in interface akasha.xr.XRInputSourceEventInit
-
The XRInputSourceEventInit dictionary's property frame specifies an XRFrame providing information about the timestamp at which the new input source event took place, as well as access to the XRFrame method getPose() which can be used to map the coordinates of any XRReferenceSpace to the space in which the event took place.
- setFrameBitDepth(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setFrameBitDepth(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setFramebufferScaleFactor(double) - Method in interface akasha.xr.XRWebGLLayerInit
-
The XRWebGLLayerInit dictionary's framebufferScaleFactor property, when specified upon instantiating a new XRWebGLLayer using its constructor, XRWebGLLayer(), specifies the scaling factor to use when determining the size of the frame buffer to use when rendering the scene, relative to the default XR device display resolution.
- setFrameCount(int) - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- setFrameHeight(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setFrameHeight(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setFrameHeight(int) - Method in interface akasha.rtc.RTCVideoHandlerStats
-
- setFrameIndex(int) - Method in interface akasha.codecs.ImageDecodeOptions
-
- setFrameOffset(int) - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- setFramerate(double) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setFrameRate(DoubleRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setFrameRate(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFrameRate(double) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFrameRate(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setFrameRate(double) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's frameRate property is a double-precision floating-point number indicating the frame rate, in frames per second, of the MediaStreamTrack as currently configured.
- setFrameRate(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's frameRate property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the frameRate constraint.
- setFrames(int) - Method in interface akasha.rtc.RTCVideoSourceStats
-
- setFramesCaptured(int) - Method in interface akasha.rtc.RTCVideoSenderStats
-
- setFramesDecoded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The framesDecoded property of the RTCInboundRtpStreamStats dictionary indicates the total number of frames which have been decoded successfully for this media source.
- setFramesDecoded(int) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setFramesDiscardedOnSend(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setFramesDropped(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setFramesDropped(int) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setFramesEncoded(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The framesEncoded property of the RTCOutboundRtpStreamStats dictionary indicates the total number of frames that have been encoded by this RTCRtpSender for this media source.
- setFramesPerSecond(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setFramesPerSecond(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setFramesPerSecond(double) - Method in interface akasha.rtc.RTCVideoHandlerStats
-
- setFramesPerSecond(double) - Method in interface akasha.rtc.RTCVideoSourceStats
-
- setFramesReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setFramesReceived(int) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setFramesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setFramesSent(int) - Method in interface akasha.rtc.RTCVideoSenderStats
-
- setFrameWidth(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setFrameWidth(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setFrameWidth(int) - Method in interface akasha.rtc.RTCVideoHandlerStats
-
- setFrequency(float) - Method in interface akasha.audio.BiquadFilterOptions
-
- setFrequency(float) - Method in interface akasha.audio.OscillatorOptions
-
- setFrontFace(String) - Method in interface akasha.gpu.GPUPrimitiveState
-
- setFullFramesLost(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setFullFramesLost(int) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setFullRange(boolean) - Method in interface akasha.codecs.VideoColorSpaceInit
-
- setFullYear(int, int, int) - Method in class akasha.core.JsDate
-
The setFullYear() method sets the full year for a specified date according to local time.
- setFullYear(int, int) - Method in class akasha.core.JsDate
-
The setFullYear() method sets the full year for a specified date according to local time.
- setFullYear(int) - Method in class akasha.core.JsDate
-
The setFullYear() method sets the full year for a specified date according to local time.
- setG(double) - Method in interface akasha.gpu.GPUColorDict
-
- setGain(float) - Method in interface akasha.audio.BiquadFilterOptions
-
- setGain(float) - Method in interface akasha.audio.GainOptions
-
- setGamepad(Gamepad) - Method in interface akasha.GamepadEventInit
-
- setGamma(Double) - Method in interface akasha.DeviceMotionEventRotationRateInit
-
- setGamma(Double) - Method in interface akasha.DeviceOrientationEventInit
-
- setGapDiscardRate(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setGapLossRate(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setGenerateAssertion(GenerateAssertionCallback) - Method in interface akasha.rtc.RTCIdentityProvider
-
- setGet(PropertyAccessorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor
-
- setGroup(String) - Method in interface akasha.GenerateTestReportParameters
-
- setGroupId(String) - Method in interface akasha.media.MediaTrackCapabilities
-
- setGroupId(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setGroupId(String) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setGroupId(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setGroupId(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setGroupId(String...) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setGroupId(String) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's groupId property is a browsing-session unique DOMString which identifies the group of devices which includes the source for the MediaStreamTrack.
- setGroupId(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's groupId property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the groupId constraint.
- setHandled(Promise<Void>) - Method in interface akasha.FetchEventInit
-
- setHardwareAcceleration(String) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setHardwareAcceleration(String) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setHasDynamicOffset(boolean) - Method in interface akasha.gpu.GPUBufferBindingLayout
-
- setHash(AlgorithmIdentifier) - Method in interface akasha.crypto.EcdsaParams
-
- setHash(JsObject) - Method in interface akasha.crypto.EcdsaParams
-
- setHash(String) - Method in interface akasha.crypto.EcdsaParams
-
- setHash(AlgorithmIdentifier) - Method in interface akasha.crypto.HkdfParams
-
- setHash(JsObject) - Method in interface akasha.crypto.HkdfParams
-
- setHash(String) - Method in interface akasha.crypto.HkdfParams
-
- setHash(AlgorithmIdentifier) - Method in interface akasha.crypto.HmacImportParams
-
- setHash(JsObject) - Method in interface akasha.crypto.HmacImportParams
-
- setHash(String) - Method in interface akasha.crypto.HmacImportParams
-
- setHash(KeyAlgorithm) - Method in interface akasha.crypto.HmacKeyAlgorithm
-
- setHash(AlgorithmIdentifier) - Method in interface akasha.crypto.HmacKeyGenParams
-
- setHash(JsObject) - Method in interface akasha.crypto.HmacKeyGenParams
-
- setHash(String) - Method in interface akasha.crypto.HmacKeyGenParams
-
- setHash(AlgorithmIdentifier) - Method in interface akasha.crypto.Pbkdf2Params
-
- setHash(JsObject) - Method in interface akasha.crypto.Pbkdf2Params
-
- setHash(String) - Method in interface akasha.crypto.Pbkdf2Params
-
- setHash(AlgorithmIdentifier) - Method in interface akasha.crypto.RsaHashedImportParams
-
- setHash(JsObject) - Method in interface akasha.crypto.RsaHashedImportParams
-
- setHash(String) - Method in interface akasha.crypto.RsaHashedImportParams
-
- setHash(KeyAlgorithm) - Method in interface akasha.crypto.RsaHashedKeyAlgorithm
-
- setHash(AlgorithmIdentifier) - Method in interface akasha.crypto.RsaHashedKeyGenParams
-
- setHash(JsObject) - Method in interface akasha.crypto.RsaHashedKeyGenParams
-
- setHash(String) - Method in interface akasha.crypto.RsaHashedKeyGenParams
-
- setHeaderBytesReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setHeaderBytesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setHeaderExtensions(JsArray<RTCRtpHeaderExtensionCapability>) - Method in interface akasha.rtc.RTCRtpCapabilities
-
- setHeaderExtensions(RTCRtpHeaderExtensionCapability...) - Method in interface akasha.rtc.RTCRtpCapabilities
-
- setHeaderExtensions(JsArray<RTCRtpHeaderExtensionParameters>) - Method in interface akasha.rtc.RTCRtpParameters
-
- setHeaderExtensions(RTCRtpHeaderExtensionParameters...) - Method in interface akasha.rtc.RTCRtpParameters
-
- setHeaders(HeadersInit) - Method in interface akasha.RequestInit
-
- setHeaders(JsArray<JsArray<String>>) - Method in interface akasha.RequestInit
-
- setHeaders(JsPropertyMap<String>) - Method in interface akasha.RequestInit
-
- setHeaders(JsArray<String>...) - Method in interface akasha.RequestInit
-
- setHeaders(HeadersInit) - Method in interface akasha.ResponseInit
-
- setHeaders(JsArray<JsArray<String>>) - Method in interface akasha.ResponseInit
-
- setHeaders(JsPropertyMap<String>) - Method in interface akasha.ResponseInit
-
- setHeaders(JsArray<String>...) - Method in interface akasha.ResponseInit
-
- setHeaderValue(String) - Method in class akasha.NavigationPreloadManager
-
- setHeaderValue(String) - Method in interface akasha.NavigationPreloadState
-
- setHeight(int) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setHeight(double) - Method in interface akasha.DOMRectInit
-
- setHeight(int) - Method in interface akasha.gpu.GPUExtent3DDict
-
- setHeight(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setHeight(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setHeight(int) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setHeight(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setHeight(int) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's height property is an integer indicating the number of pixels tall MediaStreamTrack is currently configured to be.
- setHeight(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's height property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the height constraint.
- setHeight(double) - Method in interface akasha.PointerEventInit
-
- setHeight(int) - Method in interface akasha.rtc.RTCVideoSourceStats
-
- setHeight(Double) - Method in interface akasha.xr.XRMediaQuadLayerInit
-
- setHeight(float) - Method in interface akasha.xr.XRQuadLayerInit
-
- setHighWaterMark(double) - Method in interface akasha.QueuingStrategy
-
- setHighWaterMark(double) - Method in interface akasha.QueuingStrategyInit
-
- setHints(JsPropertyMap<GPUShaderModuleCompilationHint>) - Method in interface akasha.gpu.GPUShaderModuleDescriptor
-
- setHours(int, int, int, int) - Method in class akasha.core.JsDate
-
The setHours() method sets the hours for a specified date according to local time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setHours(int, int, int) - Method in class akasha.core.JsDate
-
The setHours() method sets the hours for a specified date according to local time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setHours(int, int) - Method in class akasha.core.JsDate
-
The setHours() method sets the hours for a specified date according to local time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setHours(int) - Method in class akasha.core.JsDate
-
The setHours() method sets the hours for a specified date according to local time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setHttpRequestStatusCode(int) - Method in interface akasha.rtc.RTCErrorInit
-
- setHugeFramesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setHugeFramesSent(int) - Method in interface akasha.rtc.RTCVideoSenderStats
-
- setIceCandidatePoolSize(short) - Method in interface akasha.rtc.RTCConfiguration
-
- setIceLocalUsernameFragment(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setIceRestart(boolean) - Method in interface akasha.rtc.RTCOfferOptions
-
The iceRestart property of the RTCOfferOptions dictionary is a Boolean value which, when true, tells the RTCPeerConnection to start ICE renegotiation.
- setIceRole(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setIceServers(JsArray<RTCIceServer>) - Method in interface akasha.rtc.RTCConfiguration
-
- setIceServers(RTCIceServer...) - Method in interface akasha.rtc.RTCConfiguration
-
- setIceState(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setIceTransportPolicy(String) - Method in interface akasha.rtc.RTCConfiguration
-
The WebRTC Device API dictionary RTCConfiguration's iceTransportPolicy property is a string indicating the transport selection policy the ICE agent should use during negotiation of connections.
- setIcon(String) - Method in interface akasha.notifications.NotificationAction
-
- setIcon(String) - Method in interface akasha.notifications.NotificationOptions
-
- setIconURL(String) - Method in interface akasha.FederatedCredentialInit
-
- setIconURL(String) - Method in interface akasha.PasswordCredentialData
-
- setId(String) - Method in interface akasha.CredentialData
-
- setId(String) - Method in interface akasha.KeyframeAnimationOptions
-
- setId(BufferSource) - Method in interface akasha.PublicKeyCredentialDescriptor
-
- setId(String) - Method in interface akasha.PublicKeyCredentialRpEntity
-
- setId(BufferSource) - Method in interface akasha.PublicKeyCredentialUserEntity
-
- setId(int) - Method in interface akasha.rtc.RTCDataChannelInit
-
- setId(int) - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters
-
- setId(String) - Method in interface akasha.rtc.RTCStats
-
The id property of the RTCStats dictionary is a string which uniquely identifies the object for which this RTCStats object provides statistics.
- setId(String) - Method in interface akasha.TokenBinding
-
- setIdeal(boolean) - Method in interface akasha.media.ConstrainBooleanParameters
-
- setIdeal(StringOrStringArrayUnion) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setIdeal(String) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setIdeal(JsArray<String>) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setIdeal(String...) - Method in interface akasha.media.ConstrainDOMStringParameters
-
- setIdeal(double) - Method in interface akasha.media.ConstrainDoubleRange
-
- setIdeal(int) - Method in interface akasha.media.ConstrainULongRange
-
- setIdentifier(int) - Method in interface akasha.TouchInit
-
- setIdentity(String) - Method in interface akasha.rtc.RTCIdentityValidationResult
-
- setIdentityProvider(String, RTCIdentityProviderOptions) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.setIdentityProvider() method sets the Identity Provider (IdP) to the triplet given in parameter: its name, the protocol used to communicate with it (optional) and an optional username.
- setIdentityProvider(String) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection.setIdentityProvider() method sets the Identity Provider (IdP) to the triplet given in parameter: its name, the protocol used to communicate with it (optional) and an optional username.
- setIdp(RTCIdentityProviderDetails) - Method in interface akasha.rtc.RTCIdentityAssertionResult
-
- setIgnoreBOM(boolean) - Method in interface akasha.TextDecoderOptions
-
- setIgnoreDepthValues(boolean) - Method in interface akasha.xr.XRWebGLLayerInit
-
The XRWebGLLayerInit dictionary's Boolean ignoreDepthValues property can be provided in the options passed into the XRWebGLLayer() constructor to indicate that the depth buffer, if it exists, should be ignored while composing the scene.
- setIgnoreMethod(boolean) - Method in interface akasha.CacheQueryOptions
-
- setIgnoreSearch(boolean) - Method in interface akasha.CacheQueryOptions
-
- setIgnoreVary(boolean) - Method in interface akasha.CacheQueryOptions
-
- setImag(JsArray<Double>) - Method in interface akasha.audio.PeriodicWaveOptions
-
- setImag(double...) - Method in interface akasha.audio.PeriodicWaveOptions
-
- setImage(VideoFrame) - Method in interface akasha.codecs.ImageDecodeResult
-
- setImage(String) - Method in interface akasha.notifications.NotificationOptions
-
- setImageOrientation(String) - Method in interface akasha.ImageBitmapOptions
-
- setImplementation(String) - Method in interface akasha.rtc.RTCCodecStats
-
- setInboundRtpStreamId(String) - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- setIncludeUncontrolled(boolean) - Method in interface akasha.ClientQueryOptions
-
- setIndex(int) - Method in interface akasha.usb.USBControlTransferParameters
-
- setIndexBuffer(GPUBuffer, String, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setIndexBuffer(GPUBuffer, String, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setIndexBuffer(GPUBuffer, String) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setIndexBuffer(GPUBuffer, String, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setIndexBuffer(GPUBuffer, String, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setIndexBuffer(GPUBuffer, String) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setInfo(BufferSource) - Method in interface akasha.crypto.HkdfParams
-
- setInitData(ArrayBuffer) - Method in interface akasha.MediaEncryptedEventInit
-
- setInitDataType(String) - Method in interface akasha.MediaEncryptedEventInit
-
- setInitDataTypes(JsArray<String>) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported initialization data type names.
- setInitDataTypes(String...) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported initialization data type names.
- setInitial(int) - Method in interface akasha.wasm.MemoryDescriptor
-
- setInitial(int) - Method in interface akasha.wasm.TableDescriptor
-
- setInline(String) - Method in interface akasha.ScrollIntoViewOptions
-
- setInlineVerticalFieldOfView(double) - Method in interface akasha.xr.XRRenderStateInit
-
- setInputBuffer(AudioBuffer) - Method in interface akasha.audio.AudioProcessingEventInit
-
- setInputSource(XRInputSource) - Method in interface akasha.xr.XRInputSourceEventInit
-
The XRInputSourceEventInit dictionary's inputSource property is used when calling the XRInputSourceEvent() constructor to specify the XRInputSource from which the newly-created event is being sent.
- setInputType(String) - Method in interface akasha.InputEventInit
-
- setInsertedSamplesForDeceleration(int) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setInsertedSamplesForDeceleration(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setInstance(Instance) - Method in interface akasha.wasm.WebAssemblyInstantiatedSource
-
- setInt16(int, int, boolean) - Method in class akasha.core.DataView
-
The setInt16() method stores a signed 16-bit integer (short) value at the specified byte offset from the start of the DataView.
- setInt16(int, int) - Method in class akasha.core.DataView
-
The setInt16() method stores a signed 16-bit integer (short) value at the specified byte offset from the start of the DataView.
- setInt32(int, int, boolean) - Method in class akasha.core.DataView
-
The setInt32() method stores a signed 32-bit integer (long) value at the specified byte offset from the start of the DataView.
- setInt32(int, int) - Method in class akasha.core.DataView
-
The setInt32() method stores a signed 32-bit integer (long) value at the specified byte offset from the start of the DataView.
- setInt8(int, byte) - Method in class akasha.core.DataView
-
The setInt8() method stores a signed 8-bit integer (byte) value at the specified byte offset from the start of the DataView.
- setIntegrity(String) - Method in interface akasha.RequestInit
-
- setIntersectionRatio(double) - Method in interface akasha.IntersectionObserverEntryInit
-
- setIntersectionRect(DOMRectInit) - Method in interface akasha.IntersectionObserverEntryInit
-
- setInterval(TimerHandler, int) - Static method in class akasha.DedicatedWorkerGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler) - Static method in class akasha.DedicatedWorkerGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(double) - Method in interface akasha.DeviceMotionEventInit
-
- setInterval(TimerHandler, int) - Static method in class akasha.RTCIdentityProviderGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler) - Static method in class akasha.RTCIdentityProviderGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler, int) - Static method in class akasha.ServiceWorkerGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler) - Static method in class akasha.ServiceWorkerGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler, int) - Static method in class akasha.SharedWorkerGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler) - Static method in class akasha.SharedWorkerGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler, int) - Method in class akasha.Window
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler) - Method in class akasha.Window
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler, int) - Static method in class akasha.WindowGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler) - Static method in class akasha.WindowGlobal
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler, int) - Method in class akasha.WorkerGlobalScope
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInterval(TimerHandler) - Method in class akasha.WorkerGlobalScope
-
The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call.
- setInvertStereo(boolean) - Method in interface akasha.xr.XRMediaLayerInit
-
- setIs(String) - Method in interface akasha.ElementCreationOptions
-
- setIs2D(boolean) - Method in interface akasha.DOMMatrixInit
-
- setIsComposing(boolean) - Method in interface akasha.InputEventInit
-
- setIsComposing(boolean) - Method in interface akasha.KeyboardEventInit
-
- setIsIntersecting(boolean) - Method in interface akasha.IntersectionObserverEntryInit
-
- setIsPrimary(boolean) - Method in interface akasha.PointerEventInit
-
- setIsRemote(boolean) - Method in interface akasha.rtc.RTCIceCandidateStats
-
- setIsStatic(boolean) - Method in interface akasha.xr.XRLayerInit
-
- setIssuerCertificateId(String) - Method in interface akasha.rtc.RTCCertificateStats
-
- setItem(String, String) - Method in class akasha.Storage
-
The setItem() method of the Storage interface, when passed a key name and value, will add that key to the given Storage object, or update that key's value if it already exists.
- setIterations(int) - Method in interface akasha.crypto.Pbkdf2Params
-
- setIterations(double) - Method in interface akasha.EffectTiming
-
The Web Animations API dictionary EffectTiming's iterations property specifies the number of times the animation should repeat.
- setIterations(double) - Method in interface akasha.OptionalEffectTiming
-
- setIterationStart(double) - Method in interface akasha.EffectTiming
-
Web Animations API's EffectTiming dictionary's iterationStart property specifies the repetition number which repetition the animation begins at and its progress through it.
- setIterationStart(double) - Method in interface akasha.OptionalEffectTiming
-
- setIv(BufferSource) - Method in interface akasha.crypto.AesCbcParams
-
- setIv(BufferSource) - Method in interface akasha.crypto.AesGcmParams
-
- setJitter(double) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setJitterBufferDelay(double) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setJitterBufferDelay(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setJitterBufferDelay(double) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setJitterBufferEmittedCount(int) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setJitterBufferEmittedCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setJitterBufferEmittedCount(int) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setK(String) - Method in interface akasha.crypto.JsonWebKey
-
- setKeepalive(boolean) - Method in interface akasha.RequestInit
-
- setKeepExistingData(boolean) - Method in interface akasha.FileSystemCreateWritableOptions
-
- setKey(String) - Method in interface akasha.KeyboardEventInit
-
- setKey(String) - Method in interface akasha.StorageEventInit
-
- setKey_ops(JsArray<String>) - Method in interface akasha.crypto.JsonWebKey
-
- setKey_ops(String...) - Method in interface akasha.crypto.JsonWebKey
-
- setKeyCode(int) - Method in interface akasha.KeyboardEventInit
-
- setKeyFrame(boolean) - Method in interface akasha.codecs.VideoEncoderEncodeOptions
-
- setKeyframes(JsObject) - Method in class akasha.KeyframeEffect
-
The setKeyframes() method of the KeyframeEffect interface replaces the keyframes that make up the affected KeyframeEffect with a new set of keyframes.
- setKeyFramesDecoded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setKeyFramesEncoded(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setKeyFramesReceived(int) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setKeyFramesSent(int) - Method in interface akasha.rtc.RTCVideoSenderStats
-
- setKeyPath(StringOrStringArrayUnion) - Method in interface akasha.idb.IDBObjectStoreParameters
-
- setKeyPath(String) - Method in interface akasha.idb.IDBObjectStoreParameters
-
- setKeyPath(JsArray<String>) - Method in interface akasha.idb.IDBObjectStoreParameters
-
- setKeyPath(String...) - Method in interface akasha.idb.IDBObjectStoreParameters
-
- setKeys(JsPropertyMap<String>) - Method in interface akasha.PushSubscriptionJSON
-
- setKind(String) - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- setKind(String) - Method in interface akasha.rtc.RTCMediaSourceStats
-
- setKind(String) - Method in interface akasha.rtc.RTCRtpStreamStats
-
The kind property of the RTCRtpStreamStats dictionary is a string indicating whether the described RTP stream contains audio or video media.
- setKind(String) - Method in interface akasha.wasm.ModuleExportDescriptor
-
- setKind(String) - Method in interface akasha.wasm.ModuleImportDescriptor
-
- setKnee(float) - Method in interface akasha.audio.DynamicsCompressorOptions
-
- setKty(String) - Method in interface akasha.crypto.JsonWebKey
-
- setLabel(BufferSource) - Method in interface akasha.crypto.RsaOaepParams
-
- setLabel(String) - Method in interface akasha.gpu.GPUObjectDescriptorBase
-
- setLabel(String) - Method in interface akasha.MediaKeySystemConfiguration
-
- setLabel(String) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setLang(String) - Method in interface akasha.notifications.NotificationOptions
-
- setLargeBlob(AuthenticationExtensionsLargeBlobInputs) - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- setLargeBlob(AuthenticationExtensionsLargeBlobOutputs) - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- setLastChance(boolean) - Method in interface akasha.SyncEventInit
-
- setLastEventId(String) - Method in interface akasha.ExtendableMessageEventInit
-
- setLastEventId(String) - Method in interface akasha.MessageEventInit
-
- setLastModified(int) - Method in interface akasha.FilePropertyBag
-
- setLastPacketReceivedTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastPacketReceivedTimestamp indicates the time at which the connection described by the candidate pair last received a packet.
- setLastPacketReceivedTimestamp(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The lastPacketReceivedTimestamp property of the RTCInboundRtpStreamStats dictionary indicates the time at which the most recently received packet arrived from this source.
- setLastPacketSentTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastPacketSentTimestamp indicates the time at which the connection described by the candidate pair last sent a packet, not including STUN packets.
- setLastPacketSentTimestamp(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The lastPacketSentTimestamp property of the RTCOutboundRtpStreamStats dictionary indicates the time at which the RTCRtpSender described by this RTCOutboundRtpStreamStats object last transmitted a packet to the remote receiver.
- setLastRequestTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastRequestTimestamp indicates the time at which the most recent STUN request was sent on the described candidate pair.
- setLastResponseTimestamp(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property lastResponseTimestamp indicates the time at which the last STUN response was received on the described candidate pair.
- setLatency(DoubleRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setLatency(ConstrainDouble) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setLatency(double) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setLatency(ConstrainDoubleRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setLatency(double) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's latency property is a double-precision floating-point number indicating the estimated latency (specified in seconds) of the MediaStreamTrack as currently configured.
- setLatency(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's latency property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the latency constraint.
- setLatencyHint(AudioContextLatencyCategoryOrDoubleUnion) - Method in interface akasha.audio.AudioContextOptions
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named latencyHint, which indicates the preferred maximum latency in seconds for the audio context.
- setLatencyHint(String) - Method in interface akasha.audio.AudioContextOptions
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named latencyHint, which indicates the preferred maximum latency in seconds for the audio context.
- setLatencyHint(double) - Method in interface akasha.audio.AudioContextOptions
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named latencyHint, which indicates the preferred maximum latency in seconds for the audio context.
- setLatencyMode(String) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setLayer(XRLayer) - Method in interface akasha.xr.XRLayerEventInit
-
- setLayers(JsArray<XRLayer>) - Method in interface akasha.xr.XRRenderStateInit
-
- setLayers(XRLayer...) - Method in interface akasha.xr.XRRenderStateInit
-
- setLayout(JsArray<PlaneLayout>) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setLayout(PlaneLayout...) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setLayout(JsArray<PlaneLayout>) - Method in interface akasha.codecs.VideoFrameCopyToOptions
-
- setLayout(PlaneLayout...) - Method in interface akasha.codecs.VideoFrameCopyToOptions
-
- setLayout(GPUBindGroupLayout) - Method in interface akasha.gpu.GPUBindGroupDescriptor
-
- setLayout(GPUPipelineLayout) - Method in interface akasha.gpu.GPUPipelineDescriptorBase
-
- setLayout(GPUPipelineLayout) - Method in interface akasha.gpu.GPUShaderModuleCompilationHint
-
- setLayout(String) - Method in interface akasha.xr.XRLayerInit
-
- setLayout(String) - Method in interface akasha.xr.XRMediaLayerInit
-
- setLeft(double) - Method in interface akasha.ScrollToOptions
-
A double.
- setLength(int) - Method in interface akasha.audio.AudioBufferOptions
-
- setLength(int) - Method in interface akasha.audio.OfflineAudioContextOptions
-
- setLength(short) - Method in interface akasha.crypto.AesCtrParams
-
- setLength(int) - Method in interface akasha.crypto.AesDerivedKeyParams
-
- setLength(int) - Method in interface akasha.crypto.AesKeyAlgorithm
-
- setLength(int) - Method in interface akasha.crypto.AesKeyGenParams
-
- setLength(int) - Method in interface akasha.crypto.HmacImportParams
-
- setLength(int) - Method in interface akasha.crypto.HmacKeyAlgorithm
-
- setLength(int) - Method in interface akasha.crypto.HmacKeyGenParams
-
- setLengthComputable(boolean) - Method in interface akasha.ProgressEventInit
-
- setLineDash(JsArray<Double>) - Method in class akasha.CanvasRenderingContext2D
-
The setLineDash() method of the Canvas 2D API's CanvasRenderingContext2D interface sets the line dash pattern used when stroking lines.
- setLineDash(double...) - Method in class akasha.CanvasRenderingContext2D
-
The setLineDash() method of the Canvas 2D API's CanvasRenderingContext2D interface sets the line dash pattern used when stroking lines.
- setLineDash(JsArray<Double>) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- setLineDash(double...) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- setLineno(int) - Method in interface akasha.ErrorEventInit
-
- setLineNumber(int) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setLiveSeekableRange(double, double) - Method in class akasha.media.MediaSource
-
The setLiveSeekableRange() method of the MediaSource interface sets the range that the user can seek to in the media element.
- setLoaded(int) - Method in interface akasha.ProgressEventInit
-
- setLoadOp(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setLocal(RTCIceCandidate) - Method in interface akasha.rtc.RTCIceCandidatePair
-
The local property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate which describes the configuration of the local end of a viable WebRTC connection.
- setLocalCandidateId(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property localCandidateId is a string that uniquely identifies the local ICE candidate which was analyzed to generate the RTCIceCandidateStats used to compute the statistics for this pair of candidates.
- setLocalCertificateId(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setLocalDescription(RTCLocalSessionDescriptionInit) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method setLocalDescription() changes the local description associated with the connection.
- setLocalDescription() - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method setLocalDescription() changes the local description associated with the connection.
- setLocalDescription(RTCLocalSessionDescriptionInit, VoidFunction, RTCPeerConnectionErrorCallback) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method setLocalDescription() changes the local description associated with the connection.
- setLocalId(String) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- setLocalId(String) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
The RTCRemoteOutboundRtpStreamStats dictionary's localId property is a string which can be used to identify the RTCInboundRtpStreamStats object whose remoteId matches this value.
- setLocalTime(Double) - Method in interface akasha.ComputedEffectTiming
-
- setLocation(String) - Method in interface akasha.gpu.GPUComputePassTimestampWrite
-
- setLocation(String) - Method in interface akasha.gpu.GPURenderPassTimestampWrite
-
- setLocation(int) - Method in interface akasha.KeyboardEventInit
-
- setLodMaxClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setLodMinClamp(float) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setLogicalSurface(boolean) - Method in interface akasha.media.MediaTrackCapabilities
-
- setLogicalSurface(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setLogicalSurface(boolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setLogicalSurface(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setLogicalSurface(boolean) - Method in interface akasha.media.MediaTrackSettings
-
- setLogicalSurface(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- setLoop(boolean) - Method in interface akasha.audio.AudioBufferSourceOptions
-
- setLoopEnd(double) - Method in interface akasha.audio.AudioBufferSourceOptions
-
- setLoopStart(double) - Method in interface akasha.audio.AudioBufferSourceOptions
-
- setLowerVerticalAngle(float) - Method in interface akasha.xr.XREquirectLayerInit
-
- setLowerVerticalAngle(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- setM11(double) - Method in interface akasha.DOMMatrix2DInit
-
- setM12(double) - Method in interface akasha.DOMMatrix2DInit
-
- setM13(double) - Method in interface akasha.DOMMatrixInit
-
- setM14(double) - Method in interface akasha.DOMMatrixInit
-
- setM21(double) - Method in interface akasha.DOMMatrix2DInit
-
- setM22(double) - Method in interface akasha.DOMMatrix2DInit
-
- setM23(double) - Method in interface akasha.DOMMatrixInit
-
- setM24(double) - Method in interface akasha.DOMMatrixInit
-
- setM31(double) - Method in interface akasha.DOMMatrixInit
-
- setM32(double) - Method in interface akasha.DOMMatrixInit
-
- setM33(double) - Method in interface akasha.DOMMatrixInit
-
- setM34(double) - Method in interface akasha.DOMMatrixInit
-
- setM41(double) - Method in interface akasha.DOMMatrix2DInit
-
- setM42(double) - Method in interface akasha.DOMMatrix2DInit
-
- setM43(double) - Method in interface akasha.DOMMatrixInit
-
- setM44(double) - Method in interface akasha.DOMMatrixInit
-
- setMagFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setManufacturerData(BluetoothManufacturerDataMap) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setManufacturerData(JsArray<BluetoothManufacturerDataFilterInit>) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setManufacturerData(BluetoothManufacturerDataFilterInit...) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setMappedAtCreation(boolean) - Method in interface akasha.gpu.GPUBufferDescriptor
-
- setMarkers(boolean) - Method in interface akasha.svg.SVGBoundingBoxOptions
-
- setMask(BufferSource) - Method in interface akasha.bluetooth.BluetoothDataFilterInit
-
- setMask(int) - Method in interface akasha.gpu.GPUMultisampleState
-
- setMatches(boolean) - Method in interface akasha.MediaQueryListEventInit
-
- setMatrix(String) - Method in interface akasha.codecs.VideoColorSpaceInit
-
- setMatrix(DOMMatrixReadOnly) - Method in class akasha.svg.SVGTransform
-
- setMatrixValue(String) - Method in class akasha.DOMMatrix
-
- setMax(double) - Method in interface akasha.media.DoubleRange
-
- setMax(int) - Method in interface akasha.media.ULongRange
-
- setMaxAnisotropy(int) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setMaxBitrate(int) - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
The RTCRtpEncodingParameters dictionary's maxBitrate property specifies the maximum number of bits per second to allow a track encoded with this encoding to use.
- setMaxDecibels(double) - Method in interface akasha.audio.AnalyserOptions
-
- setMaxDelayTime(double) - Method in interface akasha.audio.DelayOptions
-
- setMaxDistance(double) - Method in interface akasha.audio.PannerOptions
-
- setMaximum(int) - Method in interface akasha.wasm.MemoryDescriptor
-
- setMaximum(int) - Method in interface akasha.wasm.TableDescriptor
-
- setMaximumAge(int) - Method in interface akasha.PositionOptions
-
The PositionOptions.maximumAge property is a positive long value indicating the maximum age in milliseconds of a possible cached position that is acceptable to return.
- setMaxPacketLifeTime(int) - Method in interface akasha.rtc.RTCDataChannelInit
-
- setMaxRetransmits(int) - Method in interface akasha.rtc.RTCDataChannelInit
-
- setMaxValue(float) - Method in interface akasha.audio.AudioParamDescriptor
-
- setMayUseGATT(boolean) - Method in interface akasha.bluetooth.AllowedBluetoothDevice
-
- setMedia(MediaListOrStringUnion) - Method in interface akasha.CSSStyleSheetInit
-
- setMedia(MediaList) - Method in interface akasha.CSSStyleSheetInit
-
- setMedia(String) - Method in interface akasha.CSSStyleSheetInit
-
- setMedia(String) - Method in interface akasha.MediaQueryListEventInit
-
- setMediaElement(HTMLMediaElement) - Method in interface akasha.audio.MediaElementAudioSourceOptions
-
- setMediaKeys(MediaKeys) - Method in class akasha.HTMLMediaElement
-
The setMediaKeys() property of the HTMLMediaElement interface returns a Promise that resolves to the passed MediaKeys, which are those used to decrypt media during playback.
- setMediaSourceId(String) - Method in interface akasha.rtc.RTCAudioSenderStats
-
- setMediaSourceId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setMediaSourceId(String) - Method in interface akasha.rtc.RTCVideoSenderStats
-
- setMediaStream(MediaStream) - Method in interface akasha.audio.MediaStreamAudioSourceOptions
-
The MediaStreamAudioSourceOptions dictionary's mediaStream property must specify the MediaStream from which to retrieve audio data when instantiating a MediaStreamAudioSourceNode using the MediaStreamAudioSourceNode() constructor.
- setMediaStreamTrack(MediaStreamTrack) - Method in interface akasha.audio.MediaStreamTrackAudioSourceOptions
-
The MediaStreamTrackAudioSourceOptions dictionary's mediaStreamTrack property must contain a reference to the MediaStreamTrack from which the MediaStreamTrackAudioSourceNode being created using the MediaStreamTrackAudioSourceNode() constructor.
- setMediation(String) - Method in interface akasha.CredentialRequestOptions
-
- setMediaType(String) - Method in interface akasha.rtc.RTCRtpStreamStats
-
- setMessage(String) - Method in interface akasha.ErrorEventInit
-
- setMessage(String) - Method in interface akasha.GenerateTestReportParameters
-
- setMessage(ArrayBuffer) - Method in interface akasha.MediaKeyMessageEventInit
-
- setMessage(String) - Method in interface akasha.speech.SpeechRecognitionErrorEventInit
-
- setMessagesReceived(int) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setMessagesSent(int) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setMessageType(String) - Method in interface akasha.MediaKeyMessageEventInit
-
- setMetaKey(boolean) - Method in interface akasha.EventModifierInit
-
- setMethod(String) - Method in interface akasha.RequestInit
-
- setMid(String) - Method in interface akasha.rtc.RTCRtpTransceiverStats
-
- setMilliseconds(int) - Method in class akasha.core.JsDate
-
The setMilliseconds() method sets the milliseconds for a specified date according to local time.
- setMimeType(String) - Method in interface akasha.media.MediaRecorderOptions
-
- setMimeType(String) - Method in interface akasha.rtc.RTCCodecStats
-
- setMimeType(String) - Method in interface akasha.rtc.RTCRtpCodecCapability
-
- setMimeType(String) - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- setMin(double) - Method in interface akasha.media.DoubleRange
-
- setMin(int) - Method in interface akasha.media.ULongRange
-
- setMinBindingSize(int) - Method in interface akasha.gpu.GPUBufferBindingLayout
-
- setMinDecibels(double) - Method in interface akasha.audio.AnalyserOptions
-
- setMinFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setMinutes(int, int, int) - Method in class akasha.core.JsDate
-
The setMinutes() method sets the minutes for a specified date according to local time.
- setMinutes(int, int) - Method in class akasha.core.JsDate
-
The setMinutes() method sets the minutes for a specified date according to local time.
- setMinutes(int) - Method in class akasha.core.JsDate
-
The setMinutes() method sets the minutes for a specified date according to local time.
- setMinValue(float) - Method in interface akasha.audio.AudioParamDescriptor
-
- setMipLevel(int) - Method in interface akasha.gpu.GPUImageCopyTexture
-
- setMipLevelCount(int) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setMipLevelCount(int) - Method in interface akasha.gpu.GPUTextureViewDescriptor
-
- setMipLevels(int) - Method in interface akasha.xr.XRLayerInit
-
- setMipmapFilter(String) - Method in interface akasha.gpu.GPUSamplerDescriptor
-
- setMode(String) - Method in interface akasha.ReadableStreamGetReaderOptions
-
- setMode(String) - Method in interface akasha.RequestInit
-
- setMode(String) - Method in interface akasha.ShadowRootInit
-
- setMode(String) - Method in interface akasha.xr.XRPermissionDescriptor
-
The mode property of the XRPermissionDescriptor dictionary is a string taken from the XRSessionMode enumerated type, specifying which Web XR session mode (inline, immersive-vr, or immersive-ar) the described permissions will be used for.
- setMode(String) - Method in interface akasha.xr.XRSessionSupportedPermissionDescriptor
-
- setModifierAltGraph(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierCapsLock(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierFn(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierFnLock(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierHyper(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierNumLock(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierScrollLock(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierSuper(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierSymbol(boolean) - Method in interface akasha.EventModifierInit
-
- setModifierSymbolLock(boolean) - Method in interface akasha.EventModifierInit
-
- setModule(GPUShaderModule) - Method in interface akasha.gpu.GPUProgrammableStage
-
- setModule(String) - Method in interface akasha.wasm.ModuleImportDescriptor
-
- setModule(Module) - Method in interface akasha.wasm.WebAssemblyInstantiatedSource
-
- setModulusLength(int) - Method in interface akasha.crypto.RsaKeyAlgorithm
-
- setModulusLength(int) - Method in interface akasha.crypto.RsaKeyGenParams
-
- setMonth(int, int) - Method in class akasha.core.JsDate
-
The setMonth() method sets the month for a specified date according to the currently set year.
- setMonth(int) - Method in class akasha.core.JsDate
-
The setMonth() method sets the month for a specified date according to the currently set year.
- setMovementX(double) - Method in interface akasha.MouseEventInit
-
- setMovementY(double) - Method in interface akasha.MouseEventInit
-
- setMtu(int) - Method in interface akasha.rtc.RTCSctpTransportStats
-
- setMultiEntry(boolean) - Method in interface akasha.idb.IDBIndexParameters
-
- setMultisample(GPUMultisampleState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- setMultisampled(boolean) - Method in interface akasha.gpu.GPUTextureBindingLayout
-
- setMutable(boolean) - Method in interface akasha.wasm.GlobalDescriptor
-
- setN(String) - Method in interface akasha.crypto.JsonWebKey
-
- setNackCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The nackCount property of the RTCInboundRtpStreamStats dictionary is a numeric value indicating the number of times the receiver sent a NACK packet to the sender.
- setNackCount(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The nackCount property of the RTCOutboundRtpStreamStats dictionary is a numeric value indicating the number of times the RTCRtpSender described by this object received a NACK packet from the remote receiver.
- setName(String) - Method in interface akasha.audio.AudioParamDescriptor
-
- setName(String) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setName(String) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setName(String) - Method in interface akasha.crypto.Algorithm
-
- setName(String) - Method in interface akasha.crypto.KeyAlgorithm
-
- setName(String) - Method in interface akasha.FederatedCredentialInit
-
- setName(String) - Method in interface akasha.idb.IDBDatabaseInfo
-
- setName(String) - Method in interface akasha.PasswordCredentialData
-
- setName(String) - Method in interface akasha.PermissionDescriptor
-
- setName(String) - Method in interface akasha.PublicKeyCredentialEntity
-
- setName(String) - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- setName(String) - Method in interface akasha.wasm.ModuleExportDescriptor
-
- setName(String) - Method in interface akasha.wasm.ModuleImportDescriptor
-
- setName(String) - Method in interface akasha.WorkerOptions
-
- setNamedCurve(String) - Method in interface akasha.crypto.EcKeyAlgorithm
-
- setNamedCurve(String) - Method in interface akasha.crypto.EcKeyGenParams
-
- setNamedCurve(String) - Method in interface akasha.crypto.EcKeyImportParams
-
- setNamedItem(Attr) - Method in class akasha.NamedNodeMap
-
- setNamedItemNS(Attr) - Method in class akasha.NamedNodeMap
-
- setNamePrefix(String) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setNavigationUI(String) - Method in interface akasha.FullscreenOptions
-
The FullscreenOptions dictionary's navigationUI property is used when calling requestFullscreen() to specify to what extent the user agent should include its standard user interface while the element is presented in full-screen mode.
- setNegotiated(boolean) - Method in interface akasha.rtc.RTCDataChannelInit
-
- setNetworkPriority(String) - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
- setNewSubscription(PushSubscription) - Method in interface akasha.PushSubscriptionChangeEventInit
-
- setNewURL(String) - Method in interface akasha.HashChangeEventInit
-
- setNewValue(String) - Method in interface akasha.StorageEventInit
-
- setNewVersion(Double) - Method in interface akasha.idb.IDBVersionChangeEventInit
-
- setNoiseSuppression(JsArray<Boolean>) - Method in interface akasha.media.MediaTrackCapabilities
-
- setNoiseSuppression(Boolean...) - Method in interface akasha.media.MediaTrackCapabilities
-
- setNoiseSuppression(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setNoiseSuppression(boolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setNoiseSuppression(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setNoiseSuppression(boolean) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's noiseSuppression property is a Boolean value whose value indicates whether or not noise suppression technology is enabled on an audio track.
- setNoiseSuppression(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's noiseSuppression property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the noiseSuppression constraint.
- setNominated(boolean) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property nominated specifies whether or not the candidate pair described by the underlying RTCIceCandidatePair has been nominated to be used as the configuration for the WebRTC connection.
- setNotification(Notification) - Method in interface akasha.notifications.NotificationEventInit
-
- setNumberOfChannels(int) - Method in interface akasha.audio.AudioBufferOptions
-
- setNumberOfChannels(int) - Method in interface akasha.audio.OfflineAudioContextOptions
-
- setNumberOfChannels(int) - Method in interface akasha.codecs.AudioDataInit
-
- setNumberOfChannels(int) - Method in interface akasha.codecs.AudioDecoderConfig
-
- setNumberOfChannels(int) - Method in interface akasha.codecs.AudioEncoderConfig
-
- setNumberOfFrames(int) - Method in interface akasha.codecs.AudioDataInit
-
- setNumberOfInputs(int) - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- setNumberOfInputs(int) - Method in interface akasha.audio.ChannelMergerOptions
-
- setNumberOfOutputs(int) - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- setNumberOfOutputs(int) - Method in interface akasha.audio.ChannelSplitterOptions
-
- setOcclusionQuerySet(GPUQuerySet) - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- setOfferToReceiveAudio(boolean) - Method in interface akasha.rtc.RTCOfferOptions
-
- setOfferToReceiveVideo(boolean) - Method in interface akasha.rtc.RTCOfferOptions
-
- setOffset(float) - Method in interface akasha.audio.ConstantSourceOptions
-
- setOffset(Double) - Method in interface akasha.BaseComputedKeyframe
-
- setOffset(Double) - Method in interface akasha.BaseKeyframe
-
- setOffset(DoubleOrDoubleArrayUnion) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setOffset(double) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setOffset(JsArray<Double>) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setOffset(double...) - Method in interface akasha.BasePropertyIndexedKeyframe
-
- setOffset(int) - Method in interface akasha.codecs.PlaneLayout
-
- setOffset(int) - Method in interface akasha.gpu.GPUBufferBinding
-
- setOffset(int) - Method in interface akasha.gpu.GPUImageDataLayout
-
- setOffset(int) - Method in interface akasha.gpu.GPUVertexAttribute
-
- setOffsetRay(XRRay) - Method in interface akasha.xr.XRHitTestOptionsInit
-
- setOffsetRay(XRRay) - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit
-
- setOldSubscription(PushSubscription) - Method in interface akasha.PushSubscriptionChangeEventInit
-
- setOldURL(String) - Method in interface akasha.HashChangeEventInit
-
- setOldValue(String) - Method in interface akasha.StorageEventInit
-
- setOldVersion(int) - Method in interface akasha.idb.IDBVersionChangeEventInit
-
- setOnce(boolean) - Method in interface akasha.AddEventListenerOptions
-
- setOneRealm(boolean) - Method in interface akasha.PermissionSetParameters
-
- setOperation(String) - Method in interface akasha.gpu.GPUBlendComponent
-
- setOptimizeForLatency(boolean) - Method in interface akasha.codecs.VideoDecoderConfig
-
- setOptionalFeatures(JsArray<Any>) - Method in interface akasha.xr.XRPermissionDescriptor
-
The XRPermissionDescriptor dictionary's optionalFeatures property is used to specify a list of WebXR features which your app or site would like to use but can operate without if permission isn't granted to use them.
- setOptionalFeatures(Any...) - Method in interface akasha.xr.XRPermissionDescriptor
-
The XRPermissionDescriptor dictionary's optionalFeatures property is used to specify a list of WebXR features which your app or site would like to use but can operate without if permission isn't granted to use them.
- setOptionalFeatures(JsArray<Any>) - Method in interface akasha.xr.XRSessionInit
-
- setOptionalFeatures(Any...) - Method in interface akasha.xr.XRSessionInit
-
- setOptionalManufacturerData(JsArray<Double>) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setOptionalManufacturerData(double...) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setOptionalManufacturerData(JsArray<Double>) - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- setOptionalManufacturerData(double...) - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- setOptionalServices(JsArray<BluetoothServiceUUID>) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setOptionalServices(BluetoothServiceUUID...) - Method in interface akasha.bluetooth.BluetoothPermissionDescriptor
-
- setOptionalServices(JsArray<BluetoothServiceUUID>) - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- setOptionalServices(BluetoothServiceUUID...) - Method in interface akasha.bluetooth.RequestDeviceOptions
-
- setOrdered(boolean) - Method in interface akasha.rtc.RTCDataChannelInit
-
- setOrientation(float, float, float, float, float, float) - Method in class akasha.audio.AudioListener
-
Void.
- setOrientation(float, float, float) - Method in class akasha.audio.PannerNode
-
Void.
- setOrientation(DOMPointReadOnly) - Method in interface akasha.xr.XRCubeLayerInit
-
- setOrientationX(float) - Method in interface akasha.audio.PannerOptions
-
- setOrientationY(float) - Method in interface akasha.audio.PannerOptions
-
- setOrientationZ(float) - Method in interface akasha.audio.PannerOptions
-
- setOrientToAngle(SVGAngle) - Method in class akasha.svg.SVGMarkerElement
-
- setOrientToAuto() - Method in class akasha.svg.SVGMarkerElement
-
- setOrigin(String) - Method in interface akasha.CollectedClientData
-
- setOrigin(String) - Method in interface akasha.ExtendableMessageEventInit
-
- setOrigin(String) - Method in interface akasha.FederatedCredentialInit
-
- setOrigin(GPUOrigin2D) - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- setOrigin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- setOrigin(GPUOrigin2DDict) - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- setOrigin(double...) - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- setOrigin(GPUOrigin3D) - Method in interface akasha.gpu.GPUImageCopyTexture
-
- setOrigin(JsArray<Double>) - Method in interface akasha.gpu.GPUImageCopyTexture
-
- setOrigin(GPUOrigin3DDict) - Method in interface akasha.gpu.GPUImageCopyTexture
-
- setOrigin(double...) - Method in interface akasha.gpu.GPUImageCopyTexture
-
- setOrigin(String) - Method in interface akasha.MessageEventInit
-
- setOrigin(String) - Method in interface akasha.PasswordCredentialData
-
- setOriginalPolicy(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setOriginTime(double) - Method in interface akasha.DocumentTimelineOptions
-
- setOth(JsArray<RsaOtherPrimesInfo>) - Method in interface akasha.crypto.JsonWebKey
-
- setOth(RsaOtherPrimesInfo...) - Method in interface akasha.crypto.JsonWebKey
-
- setOutput(AudioDataOutputCallback) - Method in interface akasha.codecs.AudioDecoderInit
-
- setOutput(EncodedAudioChunkOutputCallback) - Method in interface akasha.codecs.AudioEncoderInit
-
- setOutput(VideoFrameOutputCallback) - Method in interface akasha.codecs.VideoDecoderInit
-
- setOutput(EncodedVideoChunkOutputCallback) - Method in interface akasha.codecs.VideoEncoderInit
-
- setOutputBuffer(AudioBuffer) - Method in interface akasha.audio.AudioProcessingEventInit
-
- setOutputChannelCount(JsArray<Double>) - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- setOutputChannelCount(double...) - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- setOversample(String) - Method in interface akasha.audio.WaveShaperOptions
-
- setP(String) - Method in interface akasha.crypto.JsonWebKey
-
- setP1(DOMPointInit) - Method in interface akasha.DOMQuadInit
-
- setP2(DOMPointInit) - Method in interface akasha.DOMQuadInit
-
- setP3(DOMPointInit) - Method in interface akasha.DOMQuadInit
-
- setP4(DOMPointInit) - Method in interface akasha.DOMQuadInit
-
- setPacketsContributedTo(int) - Method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- setPacketsDiscarded(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setPacketsDiscardedOnSend(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setPacketsDiscardedOnSend(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setPacketsDuplicated(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The packetsDuplicated property of the RTCInboundRtpStreamStats dictionary indicates the total number of packets discarded because they were duplicates of previously-received packets.
- setPacketsFailedDecryption(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The packetsFailedDecryption property of the RTCInboundRtpStreamStats dictionary indicates the total number of RTP packets which failed to be decrypted successfully after being received by the local end of the connection during this session.
- setPacketsLost(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setPacketsReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's packetsReceived property indicates the total number of packets of any kind that have been received on the connection described by the pair of candidates.
- setPacketsReceived(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setPacketsReceived(int) - Method in interface akasha.rtc.RTCTransportStats
-
- setPacketsRepaired(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setPacketsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's packetsSent property indicates the total number of packets which have been sent on the connection described by the pair of candidates.
- setPacketsSent(int) - Method in interface akasha.rtc.RTCSentRtpStreamStats
-
- setPacketsSent(int) - Method in interface akasha.rtc.RTCTransportStats
-
- setPageX(double) - Method in interface akasha.TouchInit
-
- setPageY(double) - Method in interface akasha.TouchInit
-
- setPan(float) - Method in interface akasha.audio.StereoPannerOptions
-
- setPanningModel(String) - Method in interface akasha.audio.PannerOptions
-
- setPanTiltZoom(boolean) - Method in interface akasha.media.CameraDevicePermissionDescriptor
-
- setParameter(String, String, Object) - Method in class akasha.XSLTProcessor
-
- setParameterData(JsPropertyMap<Double>) - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- setParameters(RTCRtpSendParameters) - Method in class akasha.rtc.RTCRtpSender
-
The setParameters() method of the RTCRtpSender interface applies changes the configuration of sender's track, which is the MediaStreamTrack for which the RTCRtpSender is responsible.
- setPartialFramesLost(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- setPartialFramesLost(int) - Method in interface akasha.rtc.RTCVideoReceiverStats
-
- setPassive(boolean) - Method in interface akasha.AddEventListenerOptions
-
- setPassOp(String) - Method in interface akasha.gpu.GPUStencilFaceState
-
- setPassword(PasswordCredentialInit) - Method in interface akasha.CredentialCreationOptions
-
- setPassword(boolean) - Method in interface akasha.CredentialRequestOptions
-
- setPassword(String) - Method in interface akasha.PasswordCredentialData
-
- setPassword(String) - Method in interface akasha.rtc.RTCIceParameters
-
The RTCIceParameters dictionary's password property specifies the ICE password that, in tandem with the usernameFragment, uniquely identifies an ICE session for its entire duration.
- setPatternMismatch(boolean) - Method in interface akasha.ValidityStateFlags
-
- setPayloadType(int) - Method in interface akasha.rtc.RTCCodecStats
-
- setPayloadType(short) - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- setPeerIdentity(String) - Method in interface akasha.media.MediaStreamConstraints
-
- setPeerIdentity(String) - Method in interface akasha.rtc.RTCConfiguration
-
- setPeerIdentity(String) - Method in interface akasha.rtc.RTCIdentityProviderOptions
-
- setPerDscpPacketsReceived(JsPropertyMap<Double>) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The perDscpPacketsReceived property of the RTCInboundRtpStreamStats dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets received for that DCSP.
- setPerDscpPacketsSent(JsPropertyMap<Double>) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The perDscpPacketsSent property of the RTCOutboundRtpStreamStats dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets sent for that DCSP.
- setPerformanceTime(double) - Method in interface akasha.audio.AudioTimestamp
-
- setPeriodicWave(PeriodicWave) - Method in class akasha.audio.OscillatorNode
-
The setPeriodicWave() method of the OscillatorNode interface is used to point to a PeriodicWave defining a periodic waveform that can be used to shape the oscillator's output, when type is custom.
- setPeriodicWave(PeriodicWave) - Method in interface akasha.audio.OscillatorOptions
-
- setPersisted(boolean) - Method in interface akasha.PageTransitionEventInit
-
- setPersistentState(String) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.persistentState read-only property indicates whether the ability to persist state is required.
- setPipeline(GPUComputePipeline) - Method in class akasha.gpu.GPUComputePassEncoder
-
- setPipeline(GPURenderPipeline) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setPipeline(GPURenderPipeline) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setPlaneIndex(int) - Method in interface akasha.codecs.AudioDataCopyToOptions
-
- setPlaybackRate(float) - Method in interface akasha.audio.AudioBufferSourceOptions
-
- setPlaybackTime(double) - Method in interface akasha.audio.AudioProcessingEventInit
-
- setPliCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The pliCount property of the RTCInboundRtpStreamStats dictionary states the number of times the RTCRtpReceiver described by these statistics sent a Picture Loss Indication (PLI) packet to the sender.
- setPliCount(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The pliCount property of the RTCOutboundRtpStreamStats dictionary states the number of times the remote peer's RTCRtpReceiver sent a Picture Loss Indication (PLI) packet to the RTCRtpSender for which this object provides statistics.
- setPointerCapture(int) - Method in class akasha.Element
-
The setPointerCapture() method of the Element interface is used to designate a specific element as the capture target of future pointer events.
- setPointerId(int) - Method in interface akasha.PointerEventInit
-
- setPointerType(String) - Method in interface akasha.PointerEventInit
-
- setPort(MIDIPort) - Method in interface akasha.midi.MIDIConnectionEventInit
-
- setPort(int) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's port property specifies the network port used by the candidate.
- setPort(int) - Method in interface akasha.rtc.RTCIceServerStats
-
- setPort(Double) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- setPorts(JsArray<MessagePort>) - Method in interface akasha.ExtendableMessageEventInit
-
- setPorts(MessagePort...) - Method in interface akasha.ExtendableMessageEventInit
-
- setPorts(JsArray<MessagePort>) - Method in interface akasha.MessageEventInit
-
- setPorts(MessagePort...) - Method in interface akasha.MessageEventInit
-
- setPosition(float, float, float) - Method in class akasha.audio.AudioListener
-
Void.
- setPosition(float, float, float) - Method in class akasha.audio.PannerNode
-
Void.
- setPosition(Node, int) - Method in class akasha.Selection
-
The Selection.collapse() method collapses the current selection to a single point.
- setPosition(Node) - Method in class akasha.Selection
-
The Selection.collapse() method collapses the current selection to a single point.
- setPosition(Double) - Method in interface akasha.WriteParams
-
- setPositionX(float) - Method in interface akasha.audio.PannerOptions
-
- setPositionY(float) - Method in interface akasha.audio.PannerOptions
-
- setPositionZ(float) - Method in interface akasha.audio.PannerOptions
-
- setPowerPreference(String) - Method in interface akasha.gl.WebGLContextAttributes
-
A hint to the user agent indicating what configuration of GPU is suitable for the WebGL context.
- setPowerPreference(String) - Method in interface akasha.gpu.GPURequestAdapterOptions
-
- setPreferAnimation(boolean) - Method in interface akasha.codecs.ImageDecoderInit
-
- setPreloadResponse(Promise<Any>) - Method in interface akasha.FetchEventInit
-
- setPremultipliedAlpha(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates that the page compositor will assume the drawing buffer contains colors with pre-multiplied alpha.
- setPremultipliedAlpha(boolean) - Method in interface akasha.gpu.GPUImageCopyTextureTagged
-
- setPremultiplyAlpha(String) - Method in interface akasha.codecs.ImageDecoderInit
-
- setPremultiplyAlpha(String) - Method in interface akasha.ImageBitmapOptions
-
- setPresentationStyle(String) - Method in interface akasha.clipboard.ClipboardItemOptions
-
- setPreserveDrawingBuffer(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that controls whether the buffers will not be cleared and will preserve their values until cleared or overwritten by the author.
- setPressure(float) - Method in interface akasha.PointerEventInit
-
- setPreventAbort(boolean) - Method in interface akasha.StreamPipeOptions
-
- setPreventCancel(boolean) - Method in interface akasha.ReadableStreamIteratorOptions
-
- setPreventCancel(boolean) - Method in interface akasha.StreamPipeOptions
-
- setPreventClose(boolean) - Method in interface akasha.StreamPipeOptions
-
- setPreventScroll(boolean) - Method in interface akasha.FocusOptions
-
- setPrimaries(String) - Method in interface akasha.codecs.VideoColorSpaceInit
-
- setPrimitive(GPUPrimitiveState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- setPriority(String) - Method in interface akasha.rtc.RTCDataChannelInit
-
- setPriority(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setPriority(int) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's priority property is a positive integer value indicating the priority (or desirability) of the described candidate.
- setPriority(String) - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- setPriority(String) - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
- setPrivateKey(CryptoKey) - Method in interface akasha.crypto.CryptoKeyPair
-
- setProcessorOptions(JsObject) - Method in interface akasha.audio.AudioWorkletNodeOptions
-
- setProductId(short) - Method in interface akasha.usb.AllowedUSBDevice
-
- setProductId(int) - Method in interface akasha.usb.USBDeviceFilter
-
- setProfile(String) - Method in interface akasha.xr.XRTransientInputHitTestOptionsInit
-
- setProgress(Double) - Method in interface akasha.ComputedEffectTiming
-
- setPromise(Promise<Any>) - Method in interface akasha.PromiseRejectionEventInit
-
- setProperty(String, String, String) - Method in class akasha.CSSStyleDeclaration
-
The CSSStyleDeclaration.setProperty() method interface sets a new value for a property on a CSS style declaration object.
- setProperty(String, String) - Method in class akasha.CSSStyleDeclaration
-
The CSSStyleDeclaration.setProperty() method interface sets a new value for a property on a CSS style declaration object.
- setPropertyName(String) - Method in interface akasha.TransitionEventInit
-
- setProtocol(String) - Method in interface akasha.FederatedCredentialInit
-
- setProtocol(String) - Method in interface akasha.rtc.RTCDataChannelInit
-
- setProtocol(String) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setProtocol(String) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's protocol property specifies the protocol the specified candidate would use for communication with the remote peer.
- setProtocol(String) - Method in interface akasha.rtc.RTCIdentityProviderDetails
-
- setProtocol(String) - Method in interface akasha.rtc.RTCIdentityProviderOptions
-
- setProtocolCode(short) - Method in interface akasha.usb.USBDeviceFilter
-
- setProtocols(JsArray<String>) - Method in interface akasha.FederatedCredentialRequestOptions
-
- setProtocols(String...) - Method in interface akasha.FederatedCredentialRequestOptions
-
- setPrototypeOf(Object, Object) - Static method in class akasha.core.JsObject
-
The Object.setPrototypeOf() method sets the prototype (i.e., the internal [[Prototype]] property) of a specified object to another object or null.
- setProvider(String) - Method in interface akasha.FederatedCredentialInit
-
- setProviders(JsArray<String>) - Method in interface akasha.FederatedCredentialRequestOptions
-
- setProviders(String...) - Method in interface akasha.FederatedCredentialRequestOptions
-
- setPseudoElement(String) - Method in interface akasha.AnimationEventInit
-
- setPseudoElement(String) - Method in interface akasha.KeyframeEffectOptions
-
- setPseudoElement(String) - Method in interface akasha.TransitionEventInit
-
- setPubKeyCredParams(JsArray<PublicKeyCredentialParameters>) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The pubKeyCredParams property of the PublicKeyCredentialCreationOptions dictionary is an Array whose elements are objects describing the desired features of the credential to be created.
- setPubKeyCredParams(PublicKeyCredentialParameters...) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The pubKeyCredParams property of the PublicKeyCredentialCreationOptions dictionary is an Array whose elements are objects describing the desired features of the credential to be created.
- setPublic(CryptoKey) - Method in interface akasha.crypto.EcdhKeyDeriveParams
-
- setPublicExponent(Uint8Array) - Method in interface akasha.crypto.RsaKeyAlgorithm
-
- setPublicExponent(Uint8Array) - Method in interface akasha.crypto.RsaKeyGenParams
-
- setPublicKey(PublicKeyCredentialCreationOptions) - Method in interface akasha.CredentialCreationOptions
-
- setPublicKey(PublicKeyCredentialRequestOptions) - Method in interface akasha.CredentialRequestOptions
-
- setPublicKey(CryptoKey) - Method in interface akasha.crypto.CryptoKeyPair
-
- setPull(UnderlyingSourcePullCallback) - Method in interface akasha.UnderlyingSource
-
- setQ(float) - Method in interface akasha.audio.BiquadFilterOptions
-
- setQ(String) - Method in interface akasha.crypto.JsonWebKey
-
- setQi(String) - Method in interface akasha.crypto.JsonWebKey
-
- setQpSum(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The qpSum property of the RTCInboundRtpStreamStats dictionary is a value generated by adding the Quantization Parameter (QP) values for every frame sent or received to date on the video track corresponding to this RTCInboundRtpStreamStats object.
- setQpSum(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The qpSum property of the RTCOutboundRtpStreamStats dictionary is a value generated by adding the Quantization Parameter (QP) values for every frame this sender has produced to date on the video track corresponding to this RTCOutboundRtpStreamStats object.
- setQuality(double) - Method in interface akasha.ImageEncodeOptions
-
- setQualityLimitationDurations(JsPropertyMap<Double>) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setQualityLimitationReason(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The qualityLimitationReason property of the RTCOutboundRtpStreamStats dictionary is a string indicating the reason why the media quality in the stream is currently being reduced by the codec during encoding, or none if no quality reduction is being performed.
- setQualityLimitationResolutionChanges(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setQueryIndex(int) - Method in interface akasha.gpu.GPUComputePassTimestampWrite
-
- setQueryIndex(int) - Method in interface akasha.gpu.GPURenderPassTimestampWrite
-
- setQuerySet(GPUQuerySet) - Method in interface akasha.gpu.GPUComputePassTimestampWrite
-
- setQuerySet(GPUQuerySet) - Method in interface akasha.gpu.GPURenderPassTimestampWrite
-
- setQuota(int) - Method in interface akasha.StorageEstimate
-
The StorageEstimate dictionary's quota property is a conservative approximation of how much storage is allotted to the origin or Web app that called StorageManager.estimate(); there may be more space available, but there will not be less.
- setR(String) - Method in interface akasha.crypto.RsaOtherPrimesInfo
-
- setR(double) - Method in interface akasha.gpu.GPUColorDict
-
- setRadius(float) - Method in interface akasha.xr.XRCylinderLayerInit
-
- setRadius(float) - Method in interface akasha.xr.XREquirectLayerInit
-
- setRadius(float) - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- setRadius(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- setRadiusX(float) - Method in interface akasha.TouchInit
-
- setRadiusY(float) - Method in interface akasha.TouchInit
-
- setRangeOverflow(boolean) - Method in interface akasha.ValidityStateFlags
-
- setRangeText(String) - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.setRangeText() method replaces a range of text in an input or textarea element with a new string.
- setRangeText(String, int, int, String) - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.setRangeText() method replaces a range of text in an input or textarea element with a new string.
- setRangeText(String, int, int) - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.setRangeText() method replaces a range of text in an input or textarea element with a new string.
- setRangeText(String) - Method in class akasha.HTMLTextAreaElement
-
- setRangeText(String, int, int, String) - Method in class akasha.HTMLTextAreaElement
-
- setRangeText(String, int, int) - Method in class akasha.HTMLTextAreaElement
-
- setRangeUnderflow(boolean) - Method in interface akasha.ValidityStateFlags
-
- setRatio(float) - Method in interface akasha.audio.DynamicsCompressorOptions
-
- setRead(boolean) - Method in interface akasha.AuthenticationExtensionsLargeBlobInputs
-
- setRead(int) - Method in interface akasha.TextEncoderEncodeIntoResult
-
- setReadable(ReadableStream) - Method in interface akasha.ReadableWritablePair
-
- setReadableType(Object) - Method in interface akasha.Transformer
-
- setReal(JsArray<Double>) - Method in interface akasha.audio.PeriodicWaveOptions
-
- setReal(double...) - Method in interface akasha.audio.PeriodicWaveOptions
-
- setReason(String) - Method in interface akasha.CloseEventInit
-
- setReason(Object) - Method in interface akasha.PromiseRejectionEventInit
-
- setReceivedAlert(int) - Method in interface akasha.rtc.RTCErrorInit
-
- setReceiver(RTCRtpReceiver) - Method in interface akasha.rtc.RTCTrackEventInit
-
The RTCTrackEventInit dictionary's receiver property specifies the RTCRtpReceiver associated with the event.
- setReceiverId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The receiverId property of the RTCInboundRtpStreamStats dictionary specifies the id of the RTCAudioReceiverStats or RTCVideoReceiverStats object representing the RTCRtpReceiver receiving the stream.
- setReceiverId(String) - Method in interface akasha.rtc.RTCRtpTransceiverStats
-
- setReceiverWindow(int) - Method in interface akasha.rtc.RTCSctpTransportStats
-
- setRecipient(String) - Method in interface akasha.usb.USBControlTransferParameters
-
- setRect(DOMRectInit) - Method in interface akasha.codecs.VideoFrameCopyToOptions
-
- setRecursive(boolean) - Method in interface akasha.FileSystemRemoveOptions
-
- setRedirect(String) - Method in interface akasha.RequestInit
-
- setReducedSize(boolean) - Method in interface akasha.rtc.RTCRtcpParameters
-
- setRefDistance(double) - Method in interface akasha.audio.PannerOptions
-
- setReferenceSpace(XRReferenceSpace) - Method in interface akasha.xr.XRReferenceSpaceEventInit
-
The XRReferenceSpaceEventInit property referenceSpace is used to establish the value of a newly-constructed XRReferenceSpaceEvent object when calling the XRReferenceSpaceEvent() constructor.
- setReferrer(String) - Method in interface akasha.RequestInit
-
- setReferrer(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setReferrerPolicy(String) - Method in interface akasha.RequestInit
-
- setReflectionFormat(String) - Method in interface akasha.xr.XRLightProbeInit
-
- setRelatedTarget(EventTarget) - Method in interface akasha.FocusEventInit
-
- setRelatedTarget(EventTarget) - Method in interface akasha.MouseEventInit
-
- setRelayedSource(boolean) - Method in interface akasha.rtc.RTCMediaSourceStats
-
- setRelayProtocol(String) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's relayProtocol property specifies the protocol being used by a local ICE candidate to communicate with the TURN server.
- setRelayProtocol(String) - Method in interface akasha.rtc.RTCIceServerStats
-
- setRelease(float) - Method in interface akasha.audio.DynamicsCompressorOptions
-
- setRemote(RTCIceCandidate) - Method in interface akasha.rtc.RTCIceCandidatePair
-
The remote property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate describing the configuration of the remote end of a viable WebRTC connection.
- setRemoteCandidateId(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats property remoteCandidateId is a string that uniquely identifies the remote ICE candidate which was analyzed to generate the RTCIceCandidateStats used to compute the statistics for this pair of candidates.
- setRemoteCertificateId(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setRemoteDescription(RTCSessionDescriptionInit) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method setRemoteDescription() sets the specified session description as the remote peer's current offer or answer.
- setRemoteDescription(RTCSessionDescriptionInit, VoidFunction, RTCPeerConnectionErrorCallback) - Method in class akasha.rtc.RTCPeerConnection
-
The RTCPeerConnection method setRemoteDescription() sets the specified session description as the remote peer's current offer or answer.
- setRemoteId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The remoteId property of the RTCInboundRtpStreamStats dictionary specifies the id of the RTCRemoteOutboundRtpStreamStats object representing the remote peer's RTCRtpSender which is sending the media to the local peer.
- setRemoteId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The remoteId property of the RTCOutboundRtpStreamStats dictionary specifies the id of the RTCRemoteInboundRtpStreamStats object representing the remote peer's RTCRtpReceiver which is sending the media to the local peer for this SSRC.
- setRemoteSource(boolean) - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- setRemoteTimestamp(double) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
The RTCRemoteOutboundRtpStreamStats property remoteTimestamp indicates the timestamp on the remote peer at which these statistics were sent.
- setRemoved(JsArray<XRInputSource>) - Method in interface akasha.xr.XRInputSourcesChangeEventInit
-
The XRInputSourcesChangeEventInit property removed is an array of zero or more XRInputSource objects, each representing one input source which has been removed from the XRSession.
- setRemovedSamplesForAcceleration(int) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setRemovedSamplesForAcceleration(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setRenderedBuffer(AudioBuffer) - Method in interface akasha.audio.OfflineAudioCompletionEventInit
-
- setRenotify(boolean) - Method in interface akasha.notifications.NotificationOptions
-
- setRepeat(boolean) - Method in interface akasha.KeyboardEventInit
-
- setReplacesClientId(String) - Method in interface akasha.FetchEventInit
-
- setReportsReceived(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- setReportsSent(int) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
The RTCRemoteOutboundRtpStreamStats dictionary's reportsSent property provides the number of Sender Reports (SRs) the remote peer has transmitted to the local peer.
- setRequest(Request) - Method in interface akasha.FetchEventInit
-
- setRequest(short) - Method in interface akasha.usb.USBControlTransferParameters
-
- setRequestBytesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setRequestHeader(String, String) - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest method setRequestHeader() sets the value of an HTTP request header.
- setRequestsReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's requestsReceived property indicates the total number of STUN connectivity check requests that have been received so far on the connection described by this pairing of candidates.
- setRequestsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's requestsSent property indicates the total number of STUN connectivity check requests that have been sent so far on the connection described by this pair of candidates.
- setRequestType(String) - Method in interface akasha.usb.USBControlTransferParameters
-
- setRequiredFeatures(JsArray<String>) - Method in interface akasha.gpu.GPUDeviceDescriptor
-
- setRequiredFeatures(String...) - Method in interface akasha.gpu.GPUDeviceDescriptor
-
- setRequiredFeatures(JsArray<Any>) - Method in interface akasha.xr.XRPermissionDescriptor
-
The XRPermissionDescriptor dictionary's requiredFeatures property should be set prior to calling navigator.permissions.query() to a list of WebXR features which must be supported for the app to work.
- setRequiredFeatures(Any...) - Method in interface akasha.xr.XRPermissionDescriptor
-
The XRPermissionDescriptor dictionary's requiredFeatures property should be set prior to calling navigator.permissions.query() to a list of WebXR features which must be supported for the app to work.
- setRequiredFeatures(JsArray<Any>) - Method in interface akasha.xr.XRSessionInit
-
- setRequiredFeatures(Any...) - Method in interface akasha.xr.XRSessionInit
-
- setRequiredLimits(JsPropertyMap<Double>) - Method in interface akasha.gpu.GPUDeviceDescriptor
-
- setRequireInteraction(boolean) - Method in interface akasha.notifications.NotificationOptions
-
- setRequireResidentKey(boolean) - Method in interface akasha.AuthenticatorSelectionCriteria
-
- setResidentKey(String) - Method in interface akasha.AuthenticatorSelectionCriteria
-
- setResizeHeight(int) - Method in interface akasha.ImageBitmapOptions
-
- setResizeMode(JsArray<String>) - Method in interface akasha.media.MediaTrackCapabilities
-
- setResizeMode(String...) - Method in interface akasha.media.MediaTrackCapabilities
-
- setResizeMode(ConstrainDOMString) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setResizeMode(String) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setResizeMode(JsArray<String>) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setResizeMode(ConstrainDOMStringParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setResizeMode(String...) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setResizeMode(String) - Method in interface akasha.media.MediaTrackSettings
-
- setResizeMode(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- setResizeQuality(String) - Method in interface akasha.ImageBitmapOptions
-
- setResizeWidth(int) - Method in interface akasha.ImageBitmapOptions
-
- setResolveTarget(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setResource(GPUBindingResource) - Method in interface akasha.gpu.GPUBindGroupEntry
-
- setResourceTimingBufferSize(int) - Method in class akasha.Performance
-
The setResourceTimingBufferSize() method sets the browser's resource timing buffer size to the specified number of "resource" performance entry type objects.
- setResponseBytesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setResponsesReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The responsesReceived property in the RTCIceCandidatePairStats dictionary indicates the total number of STUN connectivity check responses that have been received on the connection described by this pair of candidates.
- setResponsesSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's responsesSent property indicates the total number of STUN connectivity check responses that have been sent so far on the connection described by this pair of candidates.
- setRestrictOwnAudio(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setRestrictOwnAudio(boolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setRestrictOwnAudio(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setRestrictOwnAudio(boolean) - Method in interface akasha.media.MediaTrackSettings
-
- setRestrictOwnAudio(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- setResultIndex(int) - Method in interface akasha.speech.SpeechRecognitionEventInit
-
- setResultingClientId(String) - Method in interface akasha.FetchEventInit
-
- setResults(SpeechRecognitionResultList) - Method in interface akasha.speech.SpeechRecognitionEventInit
-
- setRetransmissionsReceived(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's retransmissionsReceived property indicates the total number of STUN connectivity check request retransmissions that have been received so far on the pair of candidates.
- setRetransmissionsSent(int) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's retransmissionsSent property indicates the total number of STUN connectivity check request retransmissions that have been sent so far on the pair of candidates.
- setRetransmittedBytesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setRetransmittedPacketsSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setRid(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setRid(String) - Method in interface akasha.rtc.RTCRtpCodingParameters
-
- setRk(boolean) - Method in interface akasha.CredentialPropertiesOutput
-
- setRobustness(String) - Method in interface akasha.MediaKeySystemMediaCapability
-
- setRolloffFactor(double) - Method in interface akasha.audio.PannerOptions
-
- setRoot(IntersectionRoot) - Method in interface akasha.IntersectionObserverInit
-
- setRoot(Element) - Method in interface akasha.xr.XRDOMOverlayInit
-
- setRootBounds(DOMRectInit) - Method in interface akasha.IntersectionObserverEntryInit
-
- setRootMargin(String) - Method in interface akasha.IntersectionObserverInit
-
- setRotate(float, float, float) - Method in class akasha.svg.SVGTransform
-
- setRotationAngle(float) - Method in interface akasha.TouchInit
-
- setRotationRate(DeviceMotionEventRotationRateInit) - Method in interface akasha.DeviceMotionEventInit
-
- setRoundTripTime(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- setRoundTripTime(double) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
- setRoundTripTimeMeasurements(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- setRoundTripTimeMeasurements(int) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
- setRowsPerImage(int) - Method in interface akasha.gpu.GPUImageDataLayout
-
- setRp(PublicKeyCredentialRpEntity) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The rp property of the PublicKeyCredentialCreationOptions dictionary is an object describing the relying party which requested the credential creation (via navigator.credentials.create()).
- setRpId(String) - Method in interface akasha.PublicKeyCredentialRequestOptions
-
The rpId property, of the PublicKeyCredentialRequestOptions dictionary, is an optional property which indicates the relying party's identifier as a USVString.
- setRssi(byte) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setRtcp(RTCRtcpParameters) - Method in interface akasha.rtc.RTCRtpParameters
-
- setRtcpMuxPolicy(String) - Method in interface akasha.rtc.RTCConfiguration
-
- setRtcpTransportStatsId(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setRtpTimestamp(int) - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only rtpTimestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the source-generated time at which the media contained int he packet was first sampled or obtained.
- setRtxSsrc(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setSalt(BufferSource) - Method in interface akasha.crypto.HkdfParams
-
- setSalt(BufferSource) - Method in interface akasha.crypto.Pbkdf2Params
-
- setSaltLength(int) - Method in interface akasha.crypto.RsaPssParams
-
- setSample(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setSampleCount(int) - Method in interface akasha.gpu.GPURenderPassLayout
-
- setSampleCount(int) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setSampler(GPUSamplerBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- setSampleRate(float) - Method in interface akasha.audio.AudioBufferOptions
-
- setSampleRate(float) - Method in interface akasha.audio.AudioContextOptions
-
The AudioContextOptions dictionary (used when instantiating an AudioContext) may contain a property named sampleRate, which indicates the sample rate to use for the new context.
- setSampleRate(float) - Method in interface akasha.audio.OfflineAudioContextOptions
-
- setSampleRate(float) - Method in interface akasha.codecs.AudioDataInit
-
- setSampleRate(int) - Method in interface akasha.codecs.AudioDecoderConfig
-
- setSampleRate(int) - Method in interface akasha.codecs.AudioEncoderConfig
-
- setSampleRate(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setSampleRate(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSampleRate(int) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSampleRate(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSampleRate(int) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's sampleRate property is an integer indicating how many audio samples per second the MediaStreamTrack is currently configured for.
- setSampleRate(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's sampleRate property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the sampleRate constraint.
- setSamplesDecodedWithCelt(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setSamplesDecodedWithSilk(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setSamplesEncodedWithCelt(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setSamplesEncodedWithSilk(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setSampleSize(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setSampleSize(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSampleSize(int) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSampleSize(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSampleSize(int) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's sampleSize property is an integer indicating the linear sample size (in bits per sample) the MediaStreamTrack is currently configured for.
- setSampleSize(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's sampleSize property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the sampleSize constraint.
- setSampleType(String) - Method in interface akasha.gpu.GPUTextureBindingLayout
-
- setScalabilityMode(String) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setScale(float, float) - Method in class akasha.svg.SVGTransform
-
- setScaleFactor(double) - Method in interface akasha.xr.XRProjectionLayerInit
-
- setScaleResolutionDownBy(double) - Method in interface akasha.rtc.RTCRtpEncodingParameters
-
The RTCRtpEncodingParameters dictionary's scaleResolutionDownBy property can be used to specify a factor by which to reduce the size of a video track during encoding.
- setScissorRect(int, int, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setScope(String) - Method in interface akasha.RegistrationOptions
-
- setScreenX(double) - Method in interface akasha.MouseEventInit
-
- setScreenX(double) - Method in interface akasha.TouchInit
-
- setScreenY(double) - Method in interface akasha.MouseEventInit
-
- setScreenY(double) - Method in interface akasha.TouchInit
-
- setSctpCauseCode(int) - Method in interface akasha.rtc.RTCErrorInit
-
- setSdp(String) - Method in interface akasha.rtc.RTCLocalSessionDescriptionInit
-
- setSdp(String) - Method in interface akasha.rtc.RTCSessionDescriptionInit
-
- setSdpFmtpLine(String) - Method in interface akasha.rtc.RTCCodecStats
-
- setSdpFmtpLine(String) - Method in interface akasha.rtc.RTCRtpCodecCapability
-
- setSdpFmtpLine(String) - Method in interface akasha.rtc.RTCRtpCodecParameters
-
- setSdpLineNumber(int) - Method in interface akasha.rtc.RTCErrorInit
-
- setSdpMid(String) - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property sdpMid in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMid property.
- setSdpMLineIndex(Double) - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property sdpMLineIndex in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's sdpMLineIndex property.
- setSeconds(int, int) - Method in class akasha.core.JsDate
-
The setSeconds() method sets the seconds for a specified date according to local time.
- setSeconds(int) - Method in class akasha.core.JsDate
-
The setSeconds() method sets the seconds for a specified date according to local time.
- setSelectedCandidatePairChanges(int) - Method in interface akasha.rtc.RTCTransportStats
-
- setSelectedCandidatePairId(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setSelectionRange(int, int, String) - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.setSelectionRange() method sets the start and end positions of the current text selection in an input or textarea element.
- setSelectionRange(int, int) - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.setSelectionRange() method sets the start and end positions of the current text selection in an input or textarea element.
- setSelectionRange(int, int, String) - Method in class akasha.HTMLTextAreaElement
-
- setSelectionRange(int, int) - Method in class akasha.HTMLTextAreaElement
-
- setSendEncodings(JsArray<RTCRtpEncodingParameters>) - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- setSendEncodings(RTCRtpEncodingParameters...) - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- setSenderId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setSenderId(String) - Method in interface akasha.rtc.RTCRtpTransceiverStats
-
- setSentAlert(int) - Method in interface akasha.rtc.RTCErrorInit
-
- setSerialNumber(String) - Method in interface akasha.usb.AllowedUSBDevice
-
- setSerialNumber(String) - Method in interface akasha.usb.USBDeviceFilter
-
- setServerCertificate(BufferSource) - Method in class akasha.MediaKeys
-
The MediaKeys.setServerCertificate() method provides a server certificate to be used to encrypt messages to the license server.
- setService(BluetoothServiceUUID) - Method in interface akasha.bluetooth.BluetoothServiceDataFilterInit
-
- setService(String) - Method in interface akasha.bluetooth.BluetoothServiceDataFilterInit
-
- setService(int) - Method in interface akasha.bluetooth.BluetoothServiceDataFilterInit
-
- setServiceData(BluetoothServiceDataMap) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setServiceData(JsArray<BluetoothServiceDataFilterInit>) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setServiceData(BluetoothServiceDataFilterInit...) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setServices(JsArray<BluetoothServiceUUID>) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setServices(BluetoothServiceUUID...) - Method in interface akasha.bluetooth.BluetoothLEScanFilterInit
-
- setSession(XRSession) - Method in interface akasha.xr.XRInputSourcesChangeEventInit
-
The XRInputSourcesChangeEventInit property session specifies the XRSession to which the input source list change event applies.
- setSession(XRSession) - Method in interface akasha.xr.XRSessionEventInit
-
The XRSessionEventInit dictionary's session property specifies the XRSession for which the event describes a state change.
- setSessionTypes(JsArray<String>) - Method in interface akasha.MediaKeySystemConfiguration
-
- setSessionTypes(String...) - Method in interface akasha.MediaKeySystemConfiguration
-
- setSet(PropertyMutatorFunction) - Method in interface akasha.core.ObjectPropertyDescriptor
-
- setShaderLocation(int) - Method in interface akasha.gpu.GPUVertexAttribute
-
- setShiftKey(boolean) - Method in interface akasha.EventModifierInit
-
- setSignal(AbortSignal) - Method in interface akasha.AddEventListenerOptions
-
- setSignal(AbortSignal) - Method in interface akasha.bluetooth.WatchAdvertisementsOptions
-
- setSignal(AbortSignal) - Method in interface akasha.CredentialCreationOptions
-
- setSignal(AbortSignal) - Method in interface akasha.CredentialRequestOptions
-
- setSignal(AbortSignal) - Method in interface akasha.RequestInit
-
- setSignal(AbortSignal) - Method in interface akasha.StreamPipeOptions
-
- setSilent(boolean) - Method in interface akasha.notifications.NotificationOptions
-
- setSilentConcealedSamples(int) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setSilentConcealedSamples(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setSize(int) - Method in interface akasha.gpu.GPUBufferBinding
-
- setSize(int) - Method in interface akasha.gpu.GPUBufferDescriptor
-
- setSize(GPUExtent3D) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setSize(JsArray<Double>) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setSize(GPUExtent3DDict) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setSize(double...) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setSize(GPUExtent3D) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setSize(JsArray<Double>) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setSize(GPUExtent3DDict) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setSize(double...) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setSize(QueuingStrategySize) - Method in interface akasha.QueuingStrategy
-
- setSize(Double) - Method in interface akasha.WriteParams
-
- setSkewX(float) - Method in class akasha.svg.SVGTransform
-
- setSkewY(float) - Method in class akasha.svg.SVGTransform
-
- setSliCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The sliCount property of the RTCInboundRtpStreamStats dictionary indicates how many Slice Loss Indication (SLI) packets the RTCRtpReceiver for which this object provdes statistics sent to the remote RTCRtpSender.
- setSliCount(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The sliCount property of the RTCOutboundRtpStreamStats dictionary indicates how many Slice Loss Indication (SLI) packets the RTCRtpSender received from the remote RTCRtpReceiver for the RTP stream described by this object.
- setSlotAssignment(String) - Method in interface akasha.ShadowRootInit
-
- setSmoothedRoundTripTime(double) - Method in interface akasha.rtc.RTCSctpTransportStats
-
- setSmoothingTimeConstant(double) - Method in interface akasha.audio.AnalyserOptions
-
- setSoftware(boolean) - Method in interface akasha.midi.MIDIOptions
-
- setSource(ExtendableMessageEventSource) - Method in interface akasha.ExtendableMessageEventInit
-
- setSource(HTMLVideoElement) - Method in interface akasha.gpu.GPUExternalTextureDescriptor
-
- setSource(GPUImageCopyExternalImageSource) - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- setSource(MessageEventSource) - Method in interface akasha.MessageEventInit
-
- setSource(int) - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only source property of the RTCRtpContributingSource interface returns the source identifier of a particular stream of RTP packets.
- setSourceFile(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setSourceMap(JsObject) - Method in interface akasha.gpu.GPUShaderModuleDescriptor
-
- setSpace(XRSpace) - Method in interface akasha.xr.XRHitTestOptionsInit
-
- setSpace(XRSpace) - Method in interface akasha.xr.XRLayerInit
-
- setSpace(XRSpace) - Method in interface akasha.xr.XRMediaLayerInit
-
- setSrcFactor(String) - Method in interface akasha.gpu.GPUBlendComponent
-
- setSrtpCipher(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setSsrc(int) - Method in interface akasha.rtc.RTCRtpStreamStats
-
The RTCRtpStreamStats dictionary's ssrc property provides the Synchronization Source (SSRC), an integer which uniquely identifies the source of the RTP packets whose statistics are covered by the RTCStatsReport that includes this RTCRtpStreamStats dictionary.
- setStart(Node, int) - Method in class akasha.Range
-
The Range.setStart() method sets the start position of a Range.
- setStart(TransformerStartCallback) - Method in interface akasha.Transformer
-
- setStart(UnderlyingSinkStartCallback) - Method in interface akasha.UnderlyingSink
-
- setStart(UnderlyingSourceStartCallback) - Method in interface akasha.UnderlyingSource
-
- setStartAfter(Node) - Method in class akasha.Range
-
The Range.setStartAfter() method sets the start position of a Range relative to a Node.
- setStartBefore(Node) - Method in class akasha.Range
-
The Range.setStartBefore() method sets the start position of a Range relative to another Node.
- setStartContainer(Node) - Method in interface akasha.StaticRangeInit
-
- setStartOffset(int) - Method in interface akasha.StaticRangeInit
-
- setState(String) - Method in interface akasha.PermissionSetParameters
-
- setState(Object) - Method in interface akasha.PopStateEventInit
-
- setState(String) - Method in interface akasha.rtc.RTCDataChannelStats
-
- setState(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The state property in an RTCIceCandidatePairStats object indicates the state of the check list of which the candidate pair is a member.
- setStatus(int) - Method in interface akasha.ResponseInit
-
- setStatus(String) - Method in interface akasha.TokenBinding
-
- setStatusCode(int) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setStatusMessage(String) - Method in interface akasha.gl.WebGLContextEventInit
-
- setStatusText(String) - Method in interface akasha.ResponseInit
-
- setStdDeviation(float, float) - Method in class akasha.svg.SVGFEDropShadowElement
-
- setStdDeviation(float, float) - Method in class akasha.svg.SVGFEGaussianBlurElement
-
- setStencil(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates that the drawing buffer has a stencil buffer of at least 8 bits.
- setStencil(boolean) - Method in interface akasha.xr.XRWebGLLayerInit
-
When using the XRWebGLLayer() constructor to create a new WebGL rendering layer for WebXR, providing as the layerInit parameter an object whose stencil property is false requests that the new layer be created without a stencil buffer.
- setStencilBack(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setStencilClearValue(int) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setStencilFront(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setStencilLoadOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setStencilReadMask(int) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setStencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
-
- setStencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setStencilReference(int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setStencilStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setStencilWriteMask(int) - Method in interface akasha.gpu.GPUDepthStencilState
-
- setStepMismatch(boolean) - Method in interface akasha.ValidityStateFlags
-
- setStepMode(String) - Method in interface akasha.gpu.GPUVertexBufferLayout
-
- setStorageArea(Storage) - Method in interface akasha.StorageEventInit
-
- setStorageTexture(GPUStorageTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- setStoreOp(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setStream(boolean) - Method in interface akasha.TextDecodeOptions
-
- setStreamIdentifier(String) - Method in interface akasha.rtc.RTCMediaStreamStats
-
- setStreams(MediaStream...) - Method in class akasha.rtc.RTCRtpSender
-
The RTCRtpSender method setStreams() associates the sender's track with the specified MediaStream or array of MediaStream objects.
- setStreams(JsArray<MediaStream>) - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- setStreams(MediaStream...) - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- setStreams(JsArray<MediaStream>) - Method in interface akasha.rtc.RTCTrackEventInit
-
The RTCTrackEventInit dictionary's optional streams property provides an array containing a MediaStream object for each of the streams associated with the event's track.
- setStreams(MediaStream...) - Method in interface akasha.rtc.RTCTrackEventInit
-
The RTCTrackEventInit dictionary's optional streams property provides an array containing a MediaStream object for each of the streams associated with the event's track.
- setStride(int) - Method in interface akasha.codecs.PlaneLayout
-
- setStripIndexFormat(String) - Method in interface akasha.gpu.GPUPrimitiveState
-
- setStroke(boolean) - Method in interface akasha.svg.SVGBoundingBoxOptions
-
- setSubclassCode(short) - Method in interface akasha.usb.USBDeviceFilter
-
- setSubmitter(HTMLElement) - Method in interface akasha.SubmitEventInit
-
- setSubtree(boolean) - Method in interface akasha.GetAnimationsOptions
-
- setSubtree(boolean) - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional subtree property can be set to true to monitor the targeted node and all of its descendants.
- setSupport(String) - Method in interface akasha.AuthenticationExtensionsLargeBlobInputs
-
- setSupported(boolean) - Method in interface akasha.AuthenticationExtensionsLargeBlobOutputs
-
- setSupported(boolean) - Method in interface akasha.codecs.AudioDecoderSupport
-
- setSupported(boolean) - Method in interface akasha.codecs.AudioEncoderSupport
-
- setSupported(boolean) - Method in interface akasha.codecs.VideoDecoderSupport
-
- setSupported(boolean) - Method in interface akasha.codecs.VideoEncoderSupport
-
- setSuppressLocalAudioPlayback(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSuppressLocalAudioPlayback(boolean) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSuppressLocalAudioPlayback(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setSuppressLocalAudioPlayback(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- setSvc(SvcOutputMetadata) - Method in interface akasha.codecs.EncodedVideoChunkMetadata
-
- setSysex(boolean) - Method in interface akasha.midi.MIDIOptions
-
- setSysex(boolean) - Method in interface akasha.midi.MidiPermissionDescriptor
-
- setT(String) - Method in interface akasha.crypto.RsaOtherPrimesInfo
-
- setTag(String) - Method in interface akasha.notifications.GetNotificationOptions
-
- setTag(String) - Method in interface akasha.notifications.NotificationOptions
-
- setTag(String) - Method in interface akasha.SyncEventInit
-
- setTagLength(short) - Method in interface akasha.crypto.AesGcmParams
-
- setTangentialPressure(float) - Method in interface akasha.PointerEventInit
-
- setTarget(Element) - Method in interface akasha.IntersectionObserverEntryInit
-
- setTarget(EventTarget) - Method in interface akasha.TouchInit
-
- setTargetAtTime(float, double, float) - Method in class akasha.audio.AudioParam
-
The setTargetAtTime() method of the AudioParam interface schedules the start of a gradual change to the AudioParam value.
- setTargetBitrate(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setTargetOrigin(String) - Method in interface akasha.WindowPostMessageOptions
-
- setTargets(JsArray<GPUColorTargetState>) - Method in interface akasha.gpu.GPUFragmentState
-
- setTargets(GPUColorTargetState...) - Method in interface akasha.gpu.GPUFragmentState
-
- setTargetTouches(JsArray<Touch>) - Method in interface akasha.TouchEventInit
-
- setTargetTouches(Touch...) - Method in interface akasha.TouchEventInit
-
- setTemporalLayerId(int) - Method in interface akasha.codecs.SvcOutputMetadata
-
- setText(String) - Method in interface akasha.ShareData
-
- setTexture(GPUTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- setTexture(GPUTexture) - Method in interface akasha.gpu.GPUImageCopyTexture
-
- setTextureType(String) - Method in interface akasha.xr.XRCylinderLayerInit
-
- setTextureType(String) - Method in interface akasha.xr.XREquirectLayerInit
-
- setTextureType(String) - Method in interface akasha.xr.XRProjectionLayerInit
-
- setTextureType(String) - Method in interface akasha.xr.XRQuadLayerInit
-
- setThreshold(float) - Method in interface akasha.audio.DynamicsCompressorOptions
-
- setThreshold(DoubleOrDoubleArrayUnion) - Method in interface akasha.IntersectionObserverInit
-
- setThreshold(double) - Method in interface akasha.IntersectionObserverInit
-
- setThreshold(JsArray<Double>) - Method in interface akasha.IntersectionObserverInit
-
- setThreshold(double...) - Method in interface akasha.IntersectionObserverInit
-
- setTiltX(int) - Method in interface akasha.PointerEventInit
-
- setTiltY(int) - Method in interface akasha.PointerEventInit
-
- setTime(double) - Method in class akasha.core.JsDate
-
The setTime() method sets the Date object to the time represented by a number of milliseconds since January 1, 1970, 00:00:00 UTC.
- setTime(double) - Method in interface akasha.IntersectionObserverEntryInit
-
- setTimecode(double) - Method in interface akasha.media.BlobEventInit
-
- setTimeline(AnimationTimeline) - Method in interface akasha.KeyframeAnimationOptions
-
- setTimelineTime(Double) - Method in interface akasha.AnimationPlaybackEventInit
-
- setTimeout(TimerHandler, int) - Static method in class akasha.DedicatedWorkerGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler) - Static method in class akasha.DedicatedWorkerGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(int) - Method in interface akasha.IdleRequestOptions
-
- setTimeout(int) - Method in interface akasha.PositionOptions
-
The PositionOptions.timeout property is a positive long value representing the maximum length of time (in milliseconds) the device is allowed to take in order to return a position.
- setTimeout(int) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The timeout property, of the PublicKeyCredentialCreationOptions dictionary, represents an hint, given in milliseconds, for the time the script is willing to wait for the completion of the creation operation.
- setTimeout(int) - Method in interface akasha.PublicKeyCredentialRequestOptions
-
The timeout property, of the PublicKeyCredentialRequestOptions dictionary, represents an hint, given in milliseconds, for the time the script is willing to wait for the completion of the retrieval operation.
- setTimeout(TimerHandler, int) - Static method in class akasha.RTCIdentityProviderGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler) - Static method in class akasha.RTCIdentityProviderGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler, int) - Static method in class akasha.ServiceWorkerGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler) - Static method in class akasha.ServiceWorkerGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler, int) - Static method in class akasha.SharedWorkerGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler) - Static method in class akasha.SharedWorkerGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler, int) - Method in class akasha.Window
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler) - Method in class akasha.Window
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler, int) - Static method in class akasha.WindowGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler) - Static method in class akasha.WindowGlobal
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler, int) - Method in class akasha.WorkerGlobalScope
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeout(TimerHandler) - Method in class akasha.WorkerGlobalScope
-
The setTimeout() method of the WindowOrWorkerGlobalScope mixin (and successor to Window.setTimeout()) sets a timer which executes a function or specified piece of code once the timer expires.
- setTimestamp(int) - Method in interface akasha.codecs.AudioDataInit
-
- setTimestamp(int) - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- setTimestamp(int) - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- setTimestamp(int) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setTimestamp(int) - Method in interface akasha.codecs.VideoFrameInit
-
- setTimestamp(int) - Method in interface akasha.notifications.NotificationOptions
-
- setTimestamp(double) - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only timestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the most recent time of playout of an RTP packet from the source.
- setTimestamp(double) - Method in interface akasha.rtc.RTCStats
-
The timestamp property of the RTCStats dictionary is a DOMHighResTimeStamp object specifying the time at which the data in the object was sampled.
- setTimestampWrites(JsArray<GPUComputePassTimestampWrite>) - Method in interface akasha.gpu.GPUComputePassDescriptor
-
- setTimestampWrites(GPUComputePassTimestampWrite...) - Method in interface akasha.gpu.GPUComputePassDescriptor
-
- setTimestampWrites(JsArray<GPURenderPassTimestampWrite>) - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- setTimestampWrites(GPURenderPassTimestampWrite...) - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- setTitle(String) - Method in interface akasha.notifications.NotificationAction
-
- setTitle(String) - Method in interface akasha.ShareData
-
- setTlsGroup(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setTlsVersion(String) - Method in interface akasha.rtc.RTCTransportStats
-
- setTokenBinding(TokenBinding) - Method in interface akasha.CollectedClientData
-
- setTone(String) - Method in interface akasha.rtc.RTCDTMFToneChangeEventInit
-
- setTooLong(boolean) - Method in interface akasha.ValidityStateFlags
-
- setTooShort(boolean) - Method in interface akasha.ValidityStateFlags
-
- setTop(double) - Method in interface akasha.ScrollToOptions
-
A double.
- setTopology(String) - Method in interface akasha.gpu.GPUPrimitiveState
-
- setTotal(int) - Method in interface akasha.ProgressEventInit
-
- setTotalAudioEnergy(double) - Method in interface akasha.rtc.RTCAudioHandlerStats
-
- setTotalAudioEnergy(double) - Method in interface akasha.rtc.RTCAudioSourceStats
-
- setTotalAudioEnergy(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTotalDecodeTime(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTotalEncodedBytesTarget(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setTotalEncodeTime(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setTotalInterFrameDelay(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTotalPacketSendDelay(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setTotalProcessingDelay(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTotalRequestsSent(int) - Method in interface akasha.rtc.RTCIceServerStats
-
- setTotalResponsesReceived(int) - Method in interface akasha.rtc.RTCIceServerStats
-
- setTotalRoundTripTime(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's totalRoundTripTime property is the total time that has elapsed between sending STUN requests and receiving the responses, for all such requests that have been made so far on the pair of candidates described by this RTCIceCandidatePairStats object.
- setTotalRoundTripTime(double) - Method in interface akasha.rtc.RTCIceServerStats
-
- setTotalRoundTripTime(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- setTotalRoundTripTime(double) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
- setTotalRtt(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- setTotalSamplesDecoded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTotalSamplesDuration(double) - Method in interface akasha.rtc.RTCAudioHandlerStats
-
- setTotalSamplesDuration(double) - Method in interface akasha.rtc.RTCAudioSourceStats
-
- setTotalSamplesDuration(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTotalSamplesReceived(int) - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- setTotalSamplesReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTotalSamplesSent(int) - Method in interface akasha.rtc.RTCAudioSenderStats
-
- setTotalSamplesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setTotalSquaredInterFrameDelay(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setTouches(JsArray<Touch>) - Method in interface akasha.TouchEventInit
-
- setTouches(Touch...) - Method in interface akasha.TouchEventInit
-
- setTouchType(String) - Method in interface akasha.TouchInit
-
- setTrack(MediaStreamTrack) - Method in interface akasha.media.MediaStreamTrackEventInit
-
- setTrack(MediaStreamTrack) - Method in interface akasha.rtc.RTCTrackEventInit
-
The RTCTrackEventInit dictionary's track property specifies the MediaStreamTrack associated with the track event.
- setTrack(Track) - Method in interface akasha.TrackEventInit
-
- setTrackId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The trackId property of the RTCInboundRtpStreamStats dictionary indicates the id of the RTCReceiverAudioTrackAttachmentStats or RTCReceiverVideoTrackAttachmentStats object representing the MediaStreamTrack which is receiving the incoming media.
- setTrackId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The trackId property of the RTCOutboundRtpStreamStats dictionary indicates the id of the RTCSenderAudioTrackAttachmentStats or RTCSenderVideoTrackAttachmentStats object representing the MediaStreamTrack which is being sent on this stream.
- setTrackIdentifier(String) - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- setTrackIdentifier(String) - Method in interface akasha.rtc.RTCMediaSourceStats
-
- setTrackIds(JsArray<String>) - Method in interface akasha.rtc.RTCMediaStreamStats
-
- setTrackIds(String...) - Method in interface akasha.rtc.RTCMediaStreamStats
-
- setTransactionId(String) - Method in interface akasha.rtc.RTCRtpSendParameters
-
- setTransceiver(RTCRtpTransceiver) - Method in interface akasha.rtc.RTCTrackEventInit
-
- setTransfer(String) - Method in interface akasha.codecs.VideoColorSpaceInit
-
- setTransfer(JsArray<Transferable>) - Method in interface akasha.StructuredSerializeOptions
-
- setTransfer(Transferable...) - Method in interface akasha.StructuredSerializeOptions
-
- setTransform(DOMMatrix2DInit) - Method in class akasha.CanvasPattern
-
The CanvasPattern.setTransform() method uses an SVGMatrix or DOMMatrix object as the pattern's transformation matrix and invokes it on the pattern.
- setTransform() - Method in class akasha.CanvasPattern
-
The CanvasPattern.setTransform() method uses an SVGMatrix or DOMMatrix object as the pattern's transformation matrix and invokes it on the pattern.
- setTransform(double, double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the current transformation to the identity matrix, and then invokes a transformation described by the arguments of this method.
- setTransform(DOMMatrix2DInit) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the current transformation to the identity matrix, and then invokes a transformation described by the arguments of this method.
- setTransform() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the current transformation to the identity matrix, and then invokes a transformation described by the arguments of this method.
- setTransform(double, double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- setTransform(DOMMatrix2DInit) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- setTransform() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- setTransform(TransformerTransformCallback) - Method in interface akasha.Transformer
-
- setTransform(XRRigidTransform) - Method in interface akasha.xr.XRCylinderLayerInit
-
- setTransform(XRRigidTransform) - Method in interface akasha.xr.XREquirectLayerInit
-
- setTransform(XRRigidTransform) - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- setTransform(XRRigidTransform) - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- setTransform(XRRigidTransform) - Method in interface akasha.xr.XRMediaQuadLayerInit
-
- setTransform(XRRigidTransform) - Method in interface akasha.xr.XRQuadLayerInit
-
- setTransform(XRRigidTransform) - Method in interface akasha.xr.XRReferenceSpaceEventInit
-
The XRReferenceSpaceEventInit property transform indicates the position and orientation of the affected reference space's native origin after the changes the event represents are applied.
- setTranslate(float, float) - Method in class akasha.svg.SVGTransform
-
- setTransportId(String) - Method in interface akasha.rtc.RTCCodecStats
-
- setTransportId(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The transportId property uniquely identifies the RTCIceTransport that was inspected to obtain the transport-related statistics contained in the RTCIceCandidatePairStats object.
- setTransportId(String) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's transportId property is a string that uniquely identifies the transport that produced the RTCTransportStats from which information about this candidate was taken.
- setTransportId(String) - Method in interface akasha.rtc.RTCRtpStreamStats
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- setTransportId(String) - Method in interface akasha.rtc.RTCSctpTransportStats
-
- setTransports(JsArray<String>) - Method in interface akasha.PublicKeyCredentialDescriptor
-
- setTransports(String...) - Method in interface akasha.PublicKeyCredentialDescriptor
-
- setTwist(int) - Method in interface akasha.PointerEventInit
-
- setTxPower(byte) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setType(String) - Method in interface akasha.audio.BiquadFilterOptions
-
- setType(String) - Method in interface akasha.audio.OscillatorOptions
-
- setType(String) - Method in interface akasha.BlobPropertyBag
-
- setType(String) - Method in interface akasha.ClientQueryOptions
-
- setType(String) - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- setType(String) - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- setType(String) - Method in interface akasha.codecs.ImageDecoderInit
-
- setType(String) - Method in interface akasha.CollectedClientData
-
- setType(String) - Method in interface akasha.gpu.GPUBufferBindingLayout
-
- setType(String) - Method in interface akasha.gpu.GPUQuerySetDescriptor
-
- setType(String) - Method in interface akasha.gpu.GPUSamplerBindingLayout
-
- setType(String) - Method in interface akasha.ImageEncodeOptions
-
- setType(String) - Method in interface akasha.perf.PerformanceObserverInit
-
- setType(String) - Method in interface akasha.PublicKeyCredentialDescriptor
-
- setType(String) - Method in interface akasha.PublicKeyCredentialParameters
-
- setType(String) - Method in interface akasha.RegistrationOptions
-
- setType(String) - Method in interface akasha.rtc.RTCLocalSessionDescriptionInit
-
- setType(String) - Method in interface akasha.rtc.RTCSessionDescriptionInit
-
- setType(String) - Method in interface akasha.rtc.RTCStats
-
The RTCStats dictionary's property type is a string which specifies the type of statistic represented by the object, where the permitted values are drawn from the enum type RTCStatsType.
- setType(Object) - Method in interface akasha.UnderlyingSink
-
- setType(String) - Method in interface akasha.UnderlyingSource
-
- setType(String) - Method in interface akasha.WorkerOptions
-
- setType(String) - Method in interface akasha.WriteParams
-
- setType(String) - Method in interface akasha.xr.XRDOMOverlayState
-
- setTypeMismatch(boolean) - Method in interface akasha.ValidityStateFlags
-
- setTypes(JsArray<String>) - Method in interface akasha.ReportingObserverOptions
-
- setTypes(String...) - Method in interface akasha.ReportingObserverOptions
-
- setUint16(int, int, boolean) - Method in class akasha.core.DataView
-
The setUint16() method stores an unsigned 16-bit integer (unsigned short) value at the specified byte offset from the start of the DataView.
- setUint16(int, int) - Method in class akasha.core.DataView
-
The setUint16() method stores an unsigned 16-bit integer (unsigned short) value at the specified byte offset from the start of the DataView.
- setUint32(int, int, boolean) - Method in class akasha.core.DataView
-
The setUint32() method stores an unsigned 32-bit integer (unsigned long) value at the specified byte offset from the start of the DataView.
- setUint32(int, int) - Method in class akasha.core.DataView
-
The setUint32() method stores an unsigned 32-bit integer (unsigned long) value at the specified byte offset from the start of the DataView.
- setUint8(int, int) - Method in class akasha.core.DataView
-
The setUint8() method stores an unsigned 8-bit integer (byte) value at the specified byte offset from the start of the DataView.
- setUnackData(int) - Method in interface akasha.rtc.RTCSctpTransportStats
-
- setUnclippedDepth(boolean) - Method in interface akasha.gpu.GPUPrimitiveState
-
- setUnique(boolean) - Method in interface akasha.idb.IDBIndexParameters
-
- setUpdateViaCache(String) - Method in interface akasha.RegistrationOptions
-
- setUpperVerticalAngle(float) - Method in interface akasha.xr.XREquirectLayerInit
-
- setUpperVerticalAngle(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- setUri(String) - Method in interface akasha.rtc.RTCRtpHeaderExtensionCapability
-
- setUri(String) - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters
-
- setUrl(String) - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's url property specifies the URL of the ICE server from which the described candidate was obtained.
- setUrl(String) - Method in interface akasha.rtc.RTCIceServerStats
-
- setUrl(String) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- setUrl(String) - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit
-
- setUrl(String) - Method in interface akasha.ShareData
-
- setUrl(String) - Method in interface akasha.StorageEventInit
-
- setUrls(StringOrStringArrayUnion) - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's urls property specifies the URL or URLs of the servers to be used for ICE negotiations.
- setUrls(String) - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's urls property specifies the URL or URLs of the servers to be used for ICE negotiations.
- setUrls(JsArray<String>) - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's urls property specifies the URL or URLs of the servers to be used for ICE negotiations.
- setUrls(String...) - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's urls property specifies the URL or URLs of the servers to be used for ICE negotiations.
- setUsage(int) - Method in interface akasha.gpu.GPUBufferDescriptor
-
- setUsage(int) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setUsage(int) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setUsage(int) - Method in interface akasha.StorageEstimate
-
The StorageEstimate dictionary's usage property is a conservative approximation of how much storage is allotted to the origin or Web app that called StorageManager.estimate(); there may be more space available, but there will not be less.
- setUsagePreference(JsArray<String>) - Method in interface akasha.xr.XRDepthStateInit
-
- setUsagePreference(String...) - Method in interface akasha.xr.XRDepthStateInit
-
- setUse(String) - Method in interface akasha.crypto.JsonWebKey
-
- setUser(PublicKeyCredentialUserEntity) - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The user property of the PublicKeyCredentialCreationOptions dictionary is an object describing the user account for which the credentials are generated (via navigator.credentials.create()).
- setUsername(String) - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's username property is a string which specifies the username to use when authenticating with the ICE server being described.
- setUsernameFragment(String) - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property usernameFragment in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's usernameFragment property.
- setUsernameFragment(String) - Method in interface akasha.rtc.RTCIceParameters
-
The RTCIceParameters dictionary's usernameFragment property specifies the username fragment ("ufrag") that uniquely identifies the corresponding ICE session for the duration of the current ICE session.
- setUsernameHint(String) - Method in interface akasha.rtc.RTCIdentityProviderOptions
-
- setUserVerification(String) - Method in interface akasha.AuthenticatorSelectionCriteria
-
- setUserVerification(String) - Method in interface akasha.PublicKeyCredentialRequestOptions
-
userVerification is an optional property of the PublicKeyCredentialRequestOptions.
- setUserVisibleOnly(boolean) - Method in interface akasha.PushPermissionDescriptor
-
- setUserVisibleOnly(boolean) - Method in interface akasha.PushSubscriptionOptionsInit
-
- setUTCDate(int) - Method in class akasha.core.JsDate
-
The setUTCDate() method changes the day of the month of a given Date instance, based on UTC time.
- setUTCFullYear(int, int, int) - Method in class akasha.core.JsDate
-
The setUTCFullYear() method sets the full year for a specified date according to universal time.
- setUTCFullYear(int, int) - Method in class akasha.core.JsDate
-
The setUTCFullYear() method sets the full year for a specified date according to universal time.
- setUTCFullYear(int) - Method in class akasha.core.JsDate
-
The setUTCFullYear() method sets the full year for a specified date according to universal time.
- setUTCHours(int, int, int, int) - Method in class akasha.core.JsDate
-
The setUTCHours() method sets the hour for a specified date according to universal time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setUTCHours(int, int, int) - Method in class akasha.core.JsDate
-
The setUTCHours() method sets the hour for a specified date according to universal time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setUTCHours(int, int) - Method in class akasha.core.JsDate
-
The setUTCHours() method sets the hour for a specified date according to universal time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setUTCHours(int) - Method in class akasha.core.JsDate
-
The setUTCHours() method sets the hour for a specified date according to universal time, and returns the number of milliseconds since January 1, 1970 00:00:00 UTC until the time represented by the updated Date instance.
- setUTCMilliseconds(int) - Method in class akasha.core.JsDate
-
The setUTCMilliseconds() method sets the milliseconds for a specified date according to universal time.
- setUTCMinutes(int, int, int) - Method in class akasha.core.JsDate
-
The setUTCMinutes() method sets the minutes for a specified date according to universal time.
- setUTCMinutes(int, int) - Method in class akasha.core.JsDate
-
The setUTCMinutes() method sets the minutes for a specified date according to universal time.
- setUTCMinutes(int) - Method in class akasha.core.JsDate
-
The setUTCMinutes() method sets the minutes for a specified date according to universal time.
- setUTCMonth(int, int) - Method in class akasha.core.JsDate
-
The setUTCMonth() method sets the month for a specified date according to universal time.
- setUTCMonth(int) - Method in class akasha.core.JsDate
-
The setUTCMonth() method sets the month for a specified date according to universal time.
- setUTCSeconds(int, int) - Method in class akasha.core.JsDate
-
The setUTCSeconds() method sets the seconds for a specified date according to universal time.
- setUTCSeconds(int) - Method in class akasha.core.JsDate
-
The setUTCSeconds() method sets the seconds for a specified date according to universal time.
- setUtterance(SpeechSynthesisUtterance) - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- setUuids(JsArray<StringOrUnsignedLongUnion>) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setUuids(StringOrUnsignedLongUnion...) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- setUvm(boolean) - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- setUvm(JsArray<JsArray<Double>>) - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- setUvm(JsArray<Double>...) - Method in interface akasha.AuthenticationExtensionsClientOutputs
-
- setValidateAssertion(ValidateAssertionCallback) - Method in interface akasha.rtc.RTCIdentityProvider
-
- setValidity(ValidityStateFlags, String, HTMLElement) - Method in class akasha.ElementInternals
-
- setValidity(ValidityStateFlags, String) - Method in class akasha.ElementInternals
-
- setValidity(ValidityStateFlags) - Method in class akasha.ElementInternals
-
- setValidity() - Method in class akasha.ElementInternals
-
- setValue(Object) - Method in interface akasha.bluetooth.ValueEventInit
-
- setValue(Object) - Method in interface akasha.core.ObjectPropertyDescriptor
-
- setValue(ArrayBufferViewOrUndefinedUnion) - Method in interface akasha.ReadableStreamBYOBReadResult
-
- setValue(ArrayBufferView) - Method in interface akasha.ReadableStreamBYOBReadResult
-
- setValue(Object) - Method in interface akasha.ReadableStreamDefaultReadResult
-
- setValue(String) - Method in interface akasha.rtc.RTCDtlsFingerprint
-
- setValue(int) - Method in interface akasha.usb.USBControlTransferParameters
-
- setValue(String) - Method in interface akasha.wasm.GlobalDescriptor
-
- setValueAtTime(float, double) - Method in class akasha.audio.AudioParam
-
The setValueAtTime() method of the AudioParam interface schedules an instant change to the AudioParam value at a precise time, as measured against AudioContext.currentTime.
- setValueCurveAtTime(JsArray<Double>, double, double) - Method in class akasha.audio.AudioParam
-
The setValueCurveAtTime() method of the AudioParam interface schedules the parameter's value to change following a curve defined by a list of values.
- setValueCurveAtTime(double[], double, double) - Method in class akasha.audio.AudioParam
-
The setValueCurveAtTime() method of the AudioParam interface schedules the parameter's value to change following a curve defined by a list of values.
- setValueMissing(boolean) - Method in interface akasha.ValidityStateFlags
-
- setVendorId(short) - Method in interface akasha.usb.AllowedUSBDevice
-
- setVendorId(int) - Method in interface akasha.usb.USBDeviceFilter
-
- setVersion(int) - Method in interface akasha.idb.IDBDatabaseInfo
-
- setVertex(GPUVertexState) - Method in interface akasha.gpu.GPURenderPipelineDescriptor
-
- setVertexBuffer(int, GPUBuffer, int, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setVertexBuffer(int, GPUBuffer, int) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setVertexBuffer(int, GPUBuffer) - Method in class akasha.gpu.GPURenderBundleEncoder
-
- setVertexBuffer(int, GPUBuffer, int, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setVertexBuffer(int, GPUBuffer, int) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setVertexBuffer(int, GPUBuffer) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setVibrate(VibratePattern) - Method in interface akasha.notifications.NotificationOptions
-
- setVibrate(int) - Method in interface akasha.notifications.NotificationOptions
-
- setVibrate(JsArray<Double>) - Method in interface akasha.notifications.NotificationOptions
-
- setVibrate(double...) - Method in interface akasha.notifications.NotificationOptions
-
- setVideo(BooleanOrMediaTrackConstraintsUnion) - Method in interface akasha.media.DisplayMediaStreamConstraints
-
The DisplayMediaStreamConstraints dictionary's video property is used to configure the video track in the stream returned by getDisplayMedia().
- setVideo(boolean) - Method in interface akasha.media.DisplayMediaStreamConstraints
-
The DisplayMediaStreamConstraints dictionary's video property is used to configure the video track in the stream returned by getDisplayMedia().
- setVideo(MediaTrackConstraints) - Method in interface akasha.media.DisplayMediaStreamConstraints
-
The DisplayMediaStreamConstraints dictionary's video property is used to configure the video track in the stream returned by getDisplayMedia().
- setVideo(BooleanOrMediaTrackConstraintsUnion) - Method in interface akasha.media.MediaStreamConstraints
-
- setVideo(boolean) - Method in interface akasha.media.MediaStreamConstraints
-
- setVideo(MediaTrackConstraints) - Method in interface akasha.media.MediaStreamConstraints
-
- setVideoBitsPerSecond(int) - Method in interface akasha.media.MediaRecorderOptions
-
- setVideoCapabilities(JsArray<MediaKeySystemMediaCapability>) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.videoCapabilities read-only property returns an array of supported video type and capability pairs.
- setVideoCapabilities(MediaKeySystemMediaCapability...) - Method in interface akasha.MediaKeySystemConfiguration
-
The MediaKeySystemConfiguration.videoCapabilities read-only property returns an array of supported video type and capability pairs.
- setView(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- setView(GPUTextureView) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- setView(Window) - Method in interface akasha.UIEventInit
-
- setViewDimension(String) - Method in interface akasha.gpu.GPUStorageTextureBindingLayout
-
- setViewDimension(String) - Method in interface akasha.gpu.GPUTextureBindingLayout
-
- setViewFormats(JsArray<String>) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setViewFormats(String...) - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- setViewFormats(JsArray<String>) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setViewFormats(String...) - Method in interface akasha.gpu.GPUTextureDescriptor
-
- setViewPixelHeight(int) - Method in interface akasha.xr.XRLayerInit
-
- setViewPixelWidth(int) - Method in interface akasha.xr.XRLayerInit
-
- setViewport(float, float, float, float, float, float) - Method in class akasha.gpu.GPURenderPassEncoder
-
- setViolatedDirective(String) - Method in interface akasha.SecurityPolicyViolationEventInit
-
- setVisibility(int) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- setVisibleRect(DOMRectInit) - Method in interface akasha.codecs.VideoFrameBufferInit
-
- setVisibleRect(DOMRectInit) - Method in interface akasha.codecs.VideoFrameInit
-
- setVoiceActivityFlag(boolean) - Method in interface akasha.rtc.RTCAudioHandlerStats
-
- setVoiceActivityFlag(boolean) - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- setVoiceActivityFlag(boolean) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- setW(double) - Method in interface akasha.DOMPointInit
-
The DOMPointInit dictionary's w property is used to specify the w perspective value of a point in space when either creating or serializing to JSON a DOMPoint or DOMPointReadOnly object.
- setW(double) - Method in interface akasha.xr.XRRayDirectionInit
-
- setWasClean(boolean) - Method in interface akasha.CloseEventInit
-
- setWhich(int) - Method in interface akasha.UIEventInit
-
- setWidth(int) - Method in interface akasha.codecs.VideoEncoderConfig
-
- setWidth(double) - Method in interface akasha.DOMRectInit
-
- setWidth(int) - Method in interface akasha.gpu.GPUExtent3DDict
-
- setWidth(ULongRange) - Method in interface akasha.media.MediaTrackCapabilities
-
- setWidth(ConstrainULong) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setWidth(int) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setWidth(ConstrainULongRange) - Method in interface akasha.media.MediaTrackConstraintSet
-
- setWidth(int) - Method in interface akasha.media.MediaTrackSettings
-
The MediaTrackSettings dictionary's width property is an integer indicating the number of pixels wide MediaStreamTrack is currently configured to be.
- setWidth(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints
-
The MediaTrackSupportedConstraints dictionary's width property is a read-only Boolean value which is present (and set to true) in the object returned by MediaDevices.getSupportedConstraints() if and only if the user agent supports the width constraint.
- setWidth(double) - Method in interface akasha.PointerEventInit
-
- setWidth(int) - Method in interface akasha.rtc.RTCVideoSourceStats
-
- setWidth(Double) - Method in interface akasha.xr.XRMediaQuadLayerInit
-
- setWidth(float) - Method in interface akasha.xr.XRQuadLayerInit
-
- setWillReadFrequently(boolean) - Method in interface akasha.CanvasRenderingContext2DSettings
-
- setWindow(Object) - Method in interface akasha.RequestInit
-
- setWithCredentials(boolean) - Method in interface akasha.EventSourceInit
-
- setWritable(boolean) - Method in interface akasha.core.ObjectPropertyDescriptor
-
- setWritable(WritableStream) - Method in interface akasha.ReadableWritablePair
-
- setWritableType(Object) - Method in interface akasha.Transformer
-
- setWrite(BufferSource) - Method in interface akasha.AuthenticationExtensionsLargeBlobInputs
-
- setWrite(UnderlyingSinkWriteCallback) - Method in interface akasha.UnderlyingSink
-
- setWriteMask(int) - Method in interface akasha.gpu.GPUColorTargetState
-
- setWritten(boolean) - Method in interface akasha.AuthenticationExtensionsLargeBlobOutputs
-
- setWritten(int) - Method in interface akasha.TextEncoderEncodeIntoResult
-
- setX(String) - Method in interface akasha.crypto.JsonWebKey
-
- setX(Double) - Method in interface akasha.DeviceMotionEventAccelerationInit
-
- setX(double) - Method in interface akasha.DOMPointInit
-
The DOMPointInit dictionary's x property is used to specify the x component of a point in 2D or 3D space when either creating or serializing a DOMPoint or DOMPointReadOnly.
- setX(double) - Method in interface akasha.DOMRectInit
-
- setX(int) - Method in interface akasha.gpu.GPUOrigin2DDict
-
- setX(int) - Method in interface akasha.gpu.GPUOrigin3DDict
-
- setX(double) - Method in interface akasha.xr.XRRayDirectionInit
-
- setXrCompatible(boolean) - Method in interface akasha.gl.WebGLContextAttributes
-
- setY(String) - Method in interface akasha.crypto.JsonWebKey
-
- setY(Double) - Method in interface akasha.DeviceMotionEventAccelerationInit
-
- setY(double) - Method in interface akasha.DOMPointInit
-
The DOMPointInit dictionary's y property is used to specify the y-coordinate of a point in 2D or 3D space when either creating or serializing to JSON a DOMPoint or DOMPointReadOnly object.
- setY(double) - Method in interface akasha.DOMRectInit
-
- setY(int) - Method in interface akasha.gpu.GPUOrigin2DDict
-
- setY(int) - Method in interface akasha.gpu.GPUOrigin3DDict
-
- setY(double) - Method in interface akasha.xr.XRRayDirectionInit
-
- setZ(Double) - Method in interface akasha.DeviceMotionEventAccelerationInit
-
- setZ(double) - Method in interface akasha.DOMPointInit
-
The DOMPointInit dictionary's z property is used to specify the z-coordinate of a point in 2D or 3D space when either creating or serializing to JSON a DOMPoint or DOMPointReadOnly object.
- setZ(int) - Method in interface akasha.gpu.GPUOrigin3DDict
-
- setZ(double) - Method in interface akasha.xr.XRRayDirectionInit
-
- sex - Static variable in annotation type akasha.AutocompleteType
-
A gender identity (such as "Female", "Fa'afafine", "Male"), as freeform text without newlines.
- SHADER_TYPE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SHADER_TYPE - Static variable in class akasha.gl.WebGLRenderingContext
-
- shaderLocation() - Method in interface akasha.gpu.GPUVertexAttribute
-
- shaderLocation(int) - Method in interface akasha.gpu.GPUVertexAttribute.Step2
-
- ShaderParameterType - Annotation Type in akasha.gl
-
- ShaderParameterType.Util - Class in akasha.gl
-
- shaderSource(WebGLShader, String) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.shaderSource() method of the WebGL API sets the source code of a WebGLShader.
- shaderSource(WebGLShader, String) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.shaderSource() method of the WebGL API sets the source code of a WebGLShader.
- ShaderType - Annotation Type in akasha.gl
-
- ShaderType.Util - Class in akasha.gl
-
- SHADING_LANGUAGE_VERSION - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SHADING_LANGUAGE_VERSION - Static variable in class akasha.gl.WebGLRenderingContext
-
- ShadowAnimation - Class in akasha.svg
-
- ShadowAnimation(Animation, CSSPseudoElement) - Constructor for class akasha.svg.ShadowAnimation
-
- ShadowAnimation(Animation, Element) - Constructor for class akasha.svg.ShadowAnimation
-
- shadowBlur - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.shadowBlur property of the Canvas 2D API specifies the amount of blur applied to shadows.
- shadowBlur - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- shadowColor - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.shadowColor property of the Canvas 2D API specifies the color of shadows.
- shadowColor - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- shadowOffsetX - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.shadowOffsetX property of the Canvas 2D API specifies the distance that shadows will be offset horizontally.
- shadowOffsetX - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- shadowOffsetY - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.shadowOffsetY property of the Canvas 2D API specifies the distance that shadows will be offset vertically.
- shadowOffsetY - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- shadowRoot() - Method in class akasha.Element
-
The Element.shadowRoot read-only property represents the shadow root hosted by the element.
- shadowRoot() - Method in class akasha.ElementInternals
-
- ShadowRoot - Class in akasha
-
The ShadowRoot interface of the Shadow DOM API is the root node of a DOM subtree that is rendered separately from a document's main DOM tree.
- ShadowRoot() - Constructor for class akasha.ShadowRoot
-
- ShadowRootInit - Interface in akasha
-
- ShadowRootInit.Builder - Interface in akasha
-
- ShadowRootMode - Annotation Type in akasha
-
- ShadowRootMode.Util - Class in akasha
-
- shape - Variable in class akasha.HTMLAnchorElement
-
- shape - Variable in class akasha.HTMLAreaElement
-
- share(ShareData) - Method in class akasha.Navigator
-
The navigator.share() method of the Web Share API invokes the native sharing mechanism of the device.
- share() - Method in class akasha.Navigator
-
The navigator.share() method of the Web Share API invokes the native sharing mechanism of the device.
- SharedArrayBuffer - Class in akasha.core
-
The SharedArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer, similar to the ArrayBuffer object, but in a way that they can be used to create views on shared memory.
- SharedArrayBuffer(int) - Constructor for class akasha.core.SharedArrayBuffer
-
The SharedArrayBuffer() constructor is used to create a SharedArrayBuffer object representing a generic, fixed-length raw binary data buffer, similar to the ArrayBuffer object.
- ShareData - Interface in akasha
-
- ShareData.Builder - Interface in akasha
-
- sharedworker - Static variable in annotation type akasha.ClientType
-
- sharedworker - Static variable in annotation type akasha.RequestDestination
-
- SharedWorker - Class in akasha
-
The SharedWorker interface represents a specific kind of worker that can be accessed from several browsing contexts, such as several windows, iframes or even workers.
- SharedWorker(String, String) - Constructor for class akasha.SharedWorker
-
The SharedWorker() constructor creates a SharedWorker object that executes the script at the specified URL.
- SharedWorker(String, WorkerOptions) - Constructor for class akasha.SharedWorker
-
The SharedWorker() constructor creates a SharedWorker object that executes the script at the specified URL.
- SharedWorker(String) - Constructor for class akasha.SharedWorker
-
The SharedWorker() constructor creates a SharedWorker object that executes the script at the specified URL.
- SharedWorkerGlobal - Class in akasha
-
The SharedWorkerGlobalScope object (the SharedWorker global scope) is accessible through the self keyword.
- SharedWorkerGlobalScope - Class in akasha
-
The SharedWorkerGlobalScope object (the SharedWorker global scope) is accessible through the self keyword.
- SharedWorkerGlobalScope() - Constructor for class akasha.SharedWorkerGlobalScope
-
- sheet() - Method in class akasha.HTMLLinkElement
-
- sheet() - Method in class akasha.HTMLStyleElement
-
- sheet() - Method in class akasha.ProcessingInstruction
-
- sheet() - Method in class akasha.svg.SVGStyleElement
-
- shift() - Method in class akasha.lang.JsArray
-
The shift() method removes the first element from an array and returns that removed element.
- shiftKey(boolean) - Method in interface akasha.DragEventInit.Builder
-
- shiftKey(boolean) - Method in interface akasha.EventModifierInit.Builder
-
- shiftKey() - Method in interface akasha.EventModifierInit
-
- shiftKey() - Method in class akasha.KeyboardEvent
-
The KeyboardEvent.shiftKey read-only property is a Boolean that indicates if the shift key was pressed (true) or not (false) when the event occurred.
- shiftKey(boolean) - Method in interface akasha.KeyboardEventInit.Builder
-
- shiftKey() - Method in class akasha.MouseEvent
-
The MouseEvent.shiftKey read-only property is a Boolean that indicates whether the shift key was pressed or not when a given mouse event occurs.
- shiftKey(boolean) - Method in interface akasha.MouseEventInit.Builder
-
- shiftKey(boolean) - Method in interface akasha.PointerEventInit.Builder
-
- shiftKey() - Method in class akasha.TouchEvent
-
A Boolean value indicating whether or not the shift key is enabled when the touch event is created.
- shiftKey(boolean) - Method in interface akasha.TouchEventInit.Builder
-
- shiftKey(boolean) - Method in interface akasha.WheelEventInit.Builder
-
- SHORT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SHORT - Static variable in class akasha.gl.WebGLRenderingContext
-
- show - Static variable in annotation type akasha.FullscreenNavigationUI
-
- show() - Method in class akasha.HTMLDialogElement
-
The show() method of the HTMLDialogElement interface displays the dialog modelessly, i.e.
- SHOW_ALL - Static variable in interface akasha.NodeFilter
-
- SHOW_ATTRIBUTE - Static variable in interface akasha.NodeFilter
-
- SHOW_CDATA_SECTION - Static variable in interface akasha.NodeFilter
-
- SHOW_COMMENT - Static variable in interface akasha.NodeFilter
-
- SHOW_DOCUMENT - Static variable in interface akasha.NodeFilter
-
- SHOW_DOCUMENT_FRAGMENT - Static variable in interface akasha.NodeFilter
-
- SHOW_DOCUMENT_TYPE - Static variable in interface akasha.NodeFilter
-
- SHOW_ELEMENT - Static variable in interface akasha.NodeFilter
-
- SHOW_ENTITY - Static variable in interface akasha.NodeFilter
-
- SHOW_ENTITY_REFERENCE - Static variable in interface akasha.NodeFilter
-
- SHOW_NOTATION - Static variable in interface akasha.NodeFilter
-
- SHOW_PROCESSING_INSTRUCTION - Static variable in interface akasha.NodeFilter
-
- SHOW_TEXT - Static variable in interface akasha.NodeFilter
-
- showing - Static variable in annotation type akasha.TextTrackMode
-
- showModal() - Method in class akasha.HTMLDialogElement
-
The showModal() method of the HTMLDialogElement interface displays the dialog as a modal, over the top of any other dialogs that might be present.
- showNotification(String, NotificationOptions) - Method in class akasha.ServiceWorkerRegistration
-
The showNotification() method of the ServiceWorkerRegistration interface creates a notification on an active service worker.
- showNotification(String) - Method in class akasha.ServiceWorkerRegistration
-
The showNotification() method of the ServiceWorkerRegistration interface creates a notification on an active service worker.
- showPicker() - Method in class akasha.HTMLInputElement
-
- sign(double) - Static method in class akasha.core.JsMath
-
The Math.sign() function returns either a positive or negative +/- 1, indicating the sign of a number passed into the argument.
- sign - Static variable in annotation type akasha.crypto.KeyUsage
-
- sign(AlgorithmIdentifier, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The sign() method of the SubtleCrypto interface generates a digital signature.
- sign(JsObject, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The sign() method of the SubtleCrypto interface generates a digital signature.
- sign(String, CryptoKey, BufferSource) - Method in class akasha.crypto.SubtleCrypto
-
The sign() method of the SubtleCrypto interface generates a digital signature.
- signal() - Method in class akasha.AbortController
-
The signal read-only property of the AbortController interface returns an AbortSignal object instance, which can be used to communicate with/abort a DOM request as desired.
- signal(AbortSignal) - Method in interface akasha.AddEventListenerOptions.Builder
-
- signal() - Method in interface akasha.AddEventListenerOptions
-
- signal(AbortSignal) - Method in interface akasha.bluetooth.WatchAdvertisementsOptions.Builder
-
- signal() - Method in interface akasha.bluetooth.WatchAdvertisementsOptions
-
- signal(AbortSignal) - Method in interface akasha.CredentialCreationOptions.Builder
-
- signal() - Method in interface akasha.CredentialCreationOptions
-
- signal(AbortSignal) - Method in interface akasha.CredentialRequestOptions.Builder
-
- signal() - Method in interface akasha.CredentialRequestOptions
-
- signal() - Method in class akasha.Request
-
- signal(AbortSignal) - Method in interface akasha.RequestInit.Builder
-
- signal() - Method in interface akasha.RequestInit
-
- signal(AbortSignal) - Method in interface akasha.StreamPipeOptions.Builder
-
- signal() - Method in interface akasha.StreamPipeOptions
-
- signal() - Method in class akasha.WritableStreamDefaultController
-
- SIGNALED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- signalingState() - Method in class akasha.rtc.RTCPeerConnection
-
The read-only signalingState property on the RTCPeerConnection interface returns one of the string values specified by the RTCSignalingState enum; these values describe the state of the signaling process on the local end of the connection while connecting or reconnecting to another peer.
- signature() - Method in class akasha.AuthenticatorAssertionResponse
-
The signature read-only property of the AuthenticatorAssertionResponse interface is an ArrayBuffer object which is the signature of the authenticator for both AuthenticatorAssertionResponse.authenticatorData and a SHA-256 hash of the client data (AuthenticatorAssertionResponse.clientDataJSON).
- SIGNED_NORMALIZED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- silent - Static variable in annotation type akasha.CredentialMediationRequirement
-
- silent() - Method in class akasha.notifications.Notification
-
The silent read-only property of the Notification interface specifies whether the notification should be silent, i.e., no sounds or vibrations should be issued, regardless of the device settings.
- silent(boolean) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- silent() - Method in interface akasha.notifications.NotificationOptions
-
- silentConcealedSamples(int) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- silentConcealedSamples() - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- silentConcealedSamples(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- silentConcealedSamples() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- silentConcealedSamples(int) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- sin(double) - Static method in class akasha.core.JsMath
-
The Math.sin() function returns the sine of a number.
- sine - Static variable in annotation type akasha.audio.OscillatorType
-
- singleNodeValue() - Method in class akasha.XPathResult
-
The read-only singleNodeValue property of the XPathResult interface returns a Node value or null in case no node was matched of a result with XPathResult.resultType being ANY_UNORDERED_NODE_TYPE or FIRST_ORDERED_NODE_TYPE.
- sinh(double) - Static method in class akasha.core.JsMath
-
The Math.sinh() function returns the hyperbolic sine of a number, that can be expressed using the constant e:
- sint - Static variable in annotation type akasha.gpu.GPUTextureSampleType
-
- sint16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- sint16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- sint32 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- sint32x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- sint32x3 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- sint32x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- sint8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- sint8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- size() - Method in class akasha.audio.AudioParamMap
-
- size() - Method in class akasha.Blob
-
The Blob interface's size property returns the size of the Blob or File in bytes.
- size() - Method in class akasha.bluetooth.BluetoothManufacturerDataMap
-
- size() - Method in class akasha.bluetooth.BluetoothServiceDataMap
-
- size() - Method in class akasha.ByteLengthQueuingStrategy
-
- size() - Method in class akasha.core.JsMap
-
The size accessor property returns the number of elements in a Map object.
- size() - Method in class akasha.core.JsSet
-
The size accessor property returns the number of (unique) elements in a Set object.
- size() - Method in class akasha.core.RegExpGroups
-
- size() - Method in class akasha.CountQueuingStrategy
-
- size() - Method in class akasha.CSSFontFeatureValuesMap
-
- size() - Method in class akasha.gl.WebGLActiveInfo
-
The read-only WebGLActiveInfo.size property is a Number representing the size of the requested data returned by calling the getActiveAttrib() or getActiveUniform() methods.
- size(int) - Method in interface akasha.gpu.GPUBufferBinding.Builder
-
- size() - Method in interface akasha.gpu.GPUBufferBinding
-
- size(int) - Static method in interface akasha.gpu.GPUBufferDescriptor
-
- size() - Method in interface akasha.gpu.GPUBufferDescriptor
-
- size(GPUExtent3D) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
-
- size(JsArray<Double>) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
-
- size(GPUExtent3DDict) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
-
- size(double...) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
-
- size() - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- size() - Method in class akasha.gpu.GPUSupportedFeatures
-
- size(GPUExtent3D) - Static method in interface akasha.gpu.GPUTextureDescriptor
-
- size(JsArray<Double>) - Static method in interface akasha.gpu.GPUTextureDescriptor
-
- size(GPUExtent3DDict) - Static method in interface akasha.gpu.GPUTextureDescriptor
-
- size(double...) - Static method in interface akasha.gpu.GPUTextureDescriptor
-
- size() - Method in interface akasha.gpu.GPUTextureDescriptor
-
- size - Variable in class akasha.HTMLFontElement
-
The obsolete HTMLFontElement.size property is a DOMString that reflects the size HTML attribute.
- size - Variable in class akasha.HTMLHRElement
-
- size - Variable in class akasha.HTMLInputElement
-
- size - Variable in class akasha.HTMLSelectElement
-
- size() - Method in class akasha.MediaKeyStatusMap
-
The size read-only property of the MediaKeyStatusMap interface returns the number of key/value paIrs in the status map.
- size() - Method in class akasha.midi.MIDIInputMap
-
- size() - Method in class akasha.midi.MIDIOutputMap
-
- size(QueuingStrategySize) - Method in interface akasha.QueuingStrategy.Builder
-
- size() - Method in interface akasha.QueuingStrategy
-
- size() - Method in class akasha.rtc.RTCStatsReport
-
- size - Variable in class akasha.VTTCue
-
- size(Double) - Method in interface akasha.WriteParams.Builder
-
- size() - Method in interface akasha.WriteParams
-
- size() - Method in class akasha.xr.XRAnchorSet
-
- size() - Method in class akasha.xr.XRHand
-
- sizes - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement property sizes allows you to specify the layout width of the image for each of a list of media conditions.
- sizes() - Method in class akasha.HTMLLinkElement
-
- sizes - Variable in class akasha.HTMLSourceElement
-
- skewX(double) - Method in class akasha.DOMMatrixReadOnly
-
- skewX() - Method in class akasha.DOMMatrixReadOnly
-
- skewXSelf(double) - Method in class akasha.DOMMatrix
-
- skewXSelf() - Method in class akasha.DOMMatrix
-
- skewY(double) - Method in class akasha.DOMMatrixReadOnly
-
- skewY() - Method in class akasha.DOMMatrixReadOnly
-
- skewYSelf(double) - Method in class akasha.DOMMatrix
-
- skewYSelf() - Method in class akasha.DOMMatrix
-
- skipWaiting() - Static method in class akasha.ServiceWorkerGlobal
-
The ServiceWorkerGlobalScope.skipWaiting() method of the ServiceWorkerGlobalScope forces the waiting service worker to become the active service worker.
- skipWaiting() - Method in class akasha.ServiceWorkerGlobalScope
-
The ServiceWorkerGlobalScope.skipWaiting() method of the ServiceWorkerGlobalScope forces the waiting service worker to become the active service worker.
- slice(int, int, String) - Method in class akasha.Blob
-
The Blob interface's slice() method creates and returns a new Blob object which contains data from a subset of the blob on which it's called.
- slice(int, int) - Method in class akasha.Blob
-
The Blob interface's slice() method creates and returns a new Blob object which contains data from a subset of the blob on which it's called.
- slice(int) - Method in class akasha.Blob
-
The Blob interface's slice() method creates and returns a new Blob object which contains data from a subset of the blob on which it's called.
- slice() - Method in class akasha.Blob
-
The Blob interface's slice() method creates and returns a new Blob object which contains data from a subset of the blob on which it's called.
- slice(int, int) - Method in class akasha.core.ArrayBuffer
-
The slice() method returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes from begin, inclusive, up to end, exclusive.
- slice(int) - Method in class akasha.core.ArrayBuffer
-
The slice() method returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes from begin, inclusive, up to end, exclusive.
- slice(int, int) - Method in class akasha.core.JsString
-
The slice() method extracts a section of a string and returns it as a new string, without modifying the original string.
- slice(int) - Method in class akasha.core.JsString
-
The slice() method extracts a section of a string and returns it as a new string, without modifying the original string.
- slice(int, int) - Method in class akasha.core.SharedArrayBuffer
-
The SharedArrayBuffer.prototype.slice() method returns a new SharedArrayBuffer whose contents are a copy of this SharedArrayBuffer's bytes from begin, inclusive, up to end, exclusive.
- slice(int) - Method in class akasha.core.SharedArrayBuffer
-
The SharedArrayBuffer.prototype.slice() method returns a new SharedArrayBuffer whose contents are a copy of this SharedArrayBuffer's bytes from begin, inclusive, up to end, exclusive.
- slice(int, int) - Method in class akasha.lang.JsArray
-
The slice() method returns a shallow copy of a portion of an array into a new array object selected from start to end (end not included) where start and end represent the index of items in that array.
- slice(int) - Method in class akasha.lang.JsArray
-
The slice() method returns a shallow copy of a portion of an array into a new array object selected from start to end (end not included) where start and end represent the index of items in that array.
- slice() - Method in class akasha.lang.JsArray
-
The slice() method returns a shallow copy of the array.
- sliCount(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The sliCount property of the RTCInboundRtpStreamStats dictionary indicates how many Slice Loss Indication (SLI) packets the RTCRtpReceiver for which this object provdes statistics sent to the remote RTCRtpSender.
- sliCount() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The sliCount property of the RTCInboundRtpStreamStats dictionary indicates how many Slice Loss Indication (SLI) packets the RTCRtpReceiver for which this object provdes statistics sent to the remote RTCRtpSender.
- sliCount(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The sliCount property of the RTCOutboundRtpStreamStats dictionary indicates how many Slice Loss Indication (SLI) packets the RTCRtpSender received from the remote RTCRtpReceiver for the RTP stream described by this object.
- sliCount() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The sliCount property of the RTCOutboundRtpStreamStats dictionary indicates how many Slice Loss Indication (SLI) packets the RTCRtpSender received from the remote RTCRtpReceiver for the RTP stream described by this object.
- slope() - Method in class akasha.svg.SVGComponentTransferFunctionElement
-
- slot - Variable in class akasha.Element
-
The slot property of the Element interface returns the name of the shadow DOM slot the element is inserted in.
- slotAssignment() - Method in class akasha.ShadowRoot
-
- slotAssignment(String) - Method in interface akasha.ShadowRootInit.Builder
-
- slotAssignment() - Method in interface akasha.ShadowRootInit
-
- SlotAssignmentMode - Annotation Type in akasha
-
- SlotAssignmentMode.Util - Class in akasha
-
- small_caps - Static variable in annotation type akasha.CanvasFontVariantCaps
-
- smooth - Static variable in annotation type akasha.ScrollBehavior
-
- smoothedRoundTripTime(double) - Method in interface akasha.rtc.RTCSctpTransportStats.Builder
-
- smoothedRoundTripTime() - Method in interface akasha.rtc.RTCSctpTransportStats
-
- smoothingTimeConstant - Variable in class akasha.audio.AnalyserNode
-
The smoothingTimeConstant property of the AnalyserNode interface is a double value representing the averaging constant with the last analysis frame.
- smoothingTimeConstant(double) - Method in interface akasha.audio.AnalyserOptions.Builder
-
- smoothingTimeConstant() - Method in interface akasha.audio.AnalyserOptions
-
- smpte170m - Static variable in annotation type akasha.codecs.VideoColorPrimaries
-
- smpte170m - Static variable in annotation type akasha.codecs.VideoMatrixCoefficients
-
- smpte170m - Static variable in annotation type akasha.codecs.VideoTransferCharacteristics
-
- snapshotItem(int) - Method in class akasha.XPathResult
-
The snapshotItem() method of the XPathResult interface returns an item of the snapshot collection or null in case the index is not within the range of nodes.
- snapshotLength() - Method in class akasha.XPathResult
-
The read-only snapshotLength property of the XPathResult interface represents the number of nodes in the result snapshot.
- snapToLines - Variable in class akasha.VTTCue
-
- snorm16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- snorm16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- snorm8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- snorm8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- so - Static variable in annotation type akasha.rtc.RTCIceTcpCandidateType
-
- soft - Static variable in annotation type akasha.WrapType
-
The browser ensures that all line breaks in the value consist of a CR+LF pair, but does
not insert any additional line breaks.
- software(boolean) - Method in interface akasha.midi.MIDIOptions.Builder
-
- software() - Method in interface akasha.midi.MIDIOptions
-
- some(JsArray.Predicate<T>) - Method in class akasha.lang.JsArray
-
The some() method tests whether at least one element in the array passes the test implemented by the provided function.
- some(JsArray.Predicate2<T>) - Method in class akasha.lang.JsArray
-
The some() method tests whether at least one element in the array passes the test implemented by the provided function.
- some(JsArray.Predicate3<T>) - Method in class akasha.lang.JsArray
-
The some() method tests whether at least one element in the array passes the test implemented by the provided function.
- sort(JsArray.Comparator<? super T>) - Method in class akasha.lang.JsArray
-
The sort() method sorts the elements of an array in place and returns the sorted array.
- sort() - Method in class akasha.lang.JsArray
-
The sort() method sorts the elements of an array in place and returns the sorted array.
- sort() - Method in class akasha.URLSearchParams
-
The URLSearchParams.sort() method sorts all key/value pairs contained in this object in place and returns undefined.
- source() - Method in class akasha.core.RegExp
-
The source property returns a String containing the source text of the regexp object, and it doesn't contain the two forward slashes on both sides and any flags.
- source() - Method in class akasha.ExtendableMessageEvent
-
The source read-only property of the ExtendableMessageEvent interface returns a reference to the Client object from which the message was sent.
- source(ExtendableMessageEventSource) - Method in interface akasha.ExtendableMessageEventInit.Builder
-
- source() - Method in interface akasha.ExtendableMessageEventInit
-
- source(HTMLVideoElement) - Static method in interface akasha.gpu.GPUExternalTextureDescriptor
-
- source() - Method in interface akasha.gpu.GPUExternalTextureDescriptor
-
- source(GPUImageCopyExternalImageSource) - Static method in interface akasha.gpu.GPUImageCopyExternalImage
-
- source() - Method in interface akasha.gpu.GPUImageCopyExternalImage
-
- source() - Method in class akasha.idb.IDBCursor
-
The IDBObjectStore or IDBIndex that the cursor is iterating over.
- source() - Method in class akasha.idb.IDBRequest
-
An object representing the source of the request, such as an IDBIndex, IDBObjectStore or IDBCursor.
- source() - Method in class akasha.MessageEvent
-
The source read-only property of the MessageEvent interface is a MessageEventSource (which can be a WindowProxy, MessagePort, or ServiceWorker object) representing the message emitter.
- source(MessageEventSource) - Method in interface akasha.MessageEventInit.Builder
-
- source() - Method in interface akasha.MessageEventInit
-
- source() - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only source property of the RTCRtpContributingSource interface returns the source identifier of a particular stream of RTP packets.
- source(int) - Method in interface akasha.rtc.RTCRtpContributingSource.Step1
-
- source(int) - Method in interface akasha.rtc.RTCRtpSynchronizationSource.Step1
-
- sourceAnimation() - Method in class akasha.svg.ShadowAnimation
-
- sourceBuffer() - Method in class akasha.AudioTrack
-
The read-only AudioTrack property sourceBuffer returns the SourceBuffer that created the track, or null if the track was not created by a SourceBuffer or the SourceBuffer has been removed from the MediaSource.sourceBuffers attribute of its parent media source.
- SourceBuffer - Class in akasha.media
-
The SourceBuffer interface represents a chunk of media to be passed into an HTMLMediaElement and played, via a MediaSource object.
- SourceBuffer() - Constructor for class akasha.media.SourceBuffer
-
- sourceBuffer() - Method in class akasha.TextTrack
-
- sourceBuffer() - Method in class akasha.VideoTrack
-
The read-only VideoTrack property sourceBuffer returns the SourceBuffer that created the track, or null if the track was not created by a SourceBuffer or the SourceBuffer has been removed from the MediaSource.sourceBuffers attribute of its parent media source.
- SourceBufferList - Class in akasha.media
-
The SourceBufferList interface represents a simple container list for multiple SourceBuffer objects.
- SourceBufferList() - Constructor for class akasha.media.SourceBufferList
-
- sourceBuffers() - Method in class akasha.media.MediaSource
-
The sourceBuffers read-only property of the MediaSource interface returns a SourceBufferList object containing the list of SourceBuffer objects associated with this MediaSource.
- sourceFile() - Method in class akasha.CSPViolationReportBody
-
- sourceFile() - Method in class akasha.SecurityPolicyViolationEvent
-
The sourceFile read-only property of the SecurityPolicyViolationEvent interface is a USVString representing the URI of the document or worker in which the violation was found.
- sourceFile(String) - Method in interface akasha.SecurityPolicyViolationEventInit.Builder
-
- sourceFile() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- sourceMap(JsObject) - Method in interface akasha.gpu.GPUShaderModuleDescriptor.Builder
-
- sourceMap() - Method in interface akasha.gpu.GPUShaderModuleDescriptor
-
- space - Variable in class akasha.xr.XRCubeLayer
-
- space(XRSpace) - Static method in interface akasha.xr.XRCubeLayerInit
-
- space - Variable in class akasha.xr.XRCylinderLayer
-
- space(XRSpace) - Static method in interface akasha.xr.XRCylinderLayerInit
-
- space - Variable in class akasha.xr.XREquirectLayer
-
- space(XRSpace) - Static method in interface akasha.xr.XREquirectLayerInit
-
- space(XRSpace) - Static method in interface akasha.xr.XRHitTestOptionsInit
-
- space() - Method in interface akasha.xr.XRHitTestOptionsInit
-
- space(XRSpace) - Static method in interface akasha.xr.XRLayerInit
-
- space() - Method in interface akasha.xr.XRLayerInit
-
- space(XRSpace) - Static method in interface akasha.xr.XRMediaCylinderLayerInit
-
- space(XRSpace) - Static method in interface akasha.xr.XRMediaEquirectLayerInit
-
- space(XRSpace) - Static method in interface akasha.xr.XRMediaLayerInit
-
- space() - Method in interface akasha.xr.XRMediaLayerInit
-
- space(XRSpace) - Static method in interface akasha.xr.XRMediaQuadLayerInit
-
- space - Variable in class akasha.xr.XRQuadLayer
-
- space(XRSpace) - Static method in interface akasha.xr.XRQuadLayerInit
-
- spacing() - Method in class akasha.svg.SVGTextPathElement
-
- span - Variable in class akasha.HTMLTableColElement
-
- speak(SpeechSynthesisUtterance) - Method in class akasha.speech.SpeechSynthesis
-
The speak() method of the SpeechSynthesis interface adds an utterance to the utterance queue; it will be spoken when any other utterances queued before it have been spoken.
- speakAs - Variable in class akasha.CSSCounterStyleRule
-
- speakers - Static variable in annotation type akasha.audio.ChannelInterpretation
-
- speaking() - Method in class akasha.speech.SpeechSynthesis
-
The speaking read-only property of the SpeechSynthesis interface is a Boolean that returns true if an utterance is currently in the process of being spoken — even if SpeechSynthesis is in a paused state.
- species() - Static method in interface akasha.core.Symbol
-
The well-known symbol Symbol.species specifies a function-valued property that the constructor function uses to create derived objects.
- specified() - Method in class akasha.Attr
-
- specularConstant() - Method in class akasha.svg.SVGFESpecularLightingElement
-
- specularExponent() - Method in class akasha.svg.SVGFESpecularLightingElement
-
- specularExponent() - Method in class akasha.svg.SVGFESpotLightElement
-
- SpeechGrammar - Class in akasha.speech
-
The SpeechGrammar interface of the Web Speech API represents a set of words or patterns of words that we want the recognition service to recognize.
- SpeechGrammar() - Constructor for class akasha.speech.SpeechGrammar
-
- SpeechGrammarList - Class in akasha.speech
-
The SpeechGrammarList interface of the Web Speech API represents a list of SpeechGrammar objects containing words or patterns of words that we want the recognition service to recognize.
- SpeechGrammarList() - Constructor for class akasha.speech.SpeechGrammarList
-
The SpeechGrammarList() constructor creates a new SpeechGrammarList object instance.
- SpeechRecognition - Class in akasha.speech
-
The SpeechRecognition interface of the Web Speech API is the controller interface for the recognition service; this also handles the SpeechRecognitionEvent sent from the recognition service.
- SpeechRecognition() - Constructor for class akasha.speech.SpeechRecognition
-
The SpeechRecognition() constructor creates a new SpeechRecognition object instance.
- SpeechRecognitionAlternative - Class in akasha.speech
-
The SpeechRecognitionAlternative interface of the Web Speech API represents a single word that has been recognized by the speech recognition service.
- SpeechRecognitionAlternative() - Constructor for class akasha.speech.SpeechRecognitionAlternative
-
- SpeechRecognitionErrorCode - Annotation Type in akasha.speech
-
- SpeechRecognitionErrorCode.Util - Class in akasha.speech
-
- SpeechRecognitionErrorEvent - Class in akasha.speech
-
The SpeechRecognitionErrorEvent interface of the Web Speech API represents error messages from the recognition service.
- SpeechRecognitionErrorEvent(String, SpeechRecognitionErrorEventInit) - Constructor for class akasha.speech.SpeechRecognitionErrorEvent
-
- SpeechRecognitionErrorEventHandler - Interface in akasha.speech
-
Handle events of type SpeechRecognitionErrorEvent
- SpeechRecognitionErrorEventInit - Interface in akasha.speech
-
- SpeechRecognitionErrorEventInit.Builder - Interface in akasha.speech
-
- SpeechRecognitionErrorEventListener - Interface in akasha.speech
-
Listener for events of type SpeechRecognitionErrorEvent
- SpeechRecognitionEvent - Class in akasha.speech
-
The SpeechRecognitionEvent interface of the Web Speech API represents the event object for the result and nomatch events, and contains all the data associated with an interim or final speech recognition result.
- SpeechRecognitionEvent(String, SpeechRecognitionEventInit) - Constructor for class akasha.speech.SpeechRecognitionEvent
-
- SpeechRecognitionEventHandler - Interface in akasha.speech
-
Handle events of type SpeechRecognitionEvent
- SpeechRecognitionEventInit - Interface in akasha.speech
-
- SpeechRecognitionEventInit.Builder - Interface in akasha.speech
-
- SpeechRecognitionEventListener - Interface in akasha.speech
-
Listener for events of type SpeechRecognitionEvent
- SpeechRecognitionResult - Class in akasha.speech
-
The SpeechRecognitionResult interface of the Web Speech API represents a single recognition match, which may contain multiple SpeechRecognitionAlternative objects.
- SpeechRecognitionResult() - Constructor for class akasha.speech.SpeechRecognitionResult
-
- SpeechRecognitionResultList - Class in akasha.speech
-
The SpeechRecognitionResultList interface of the Web Speech API represents a list of SpeechRecognitionResult objects, or a single one if results are being captured in continuous mode.
- SpeechRecognitionResultList() - Constructor for class akasha.speech.SpeechRecognitionResultList
-
- SpeechSynthesis - Class in akasha.speech
-
The SpeechSynthesis interface of the Web Speech API is the controller interface for the speech service; this can be used to retrieve information about the synthesis voices available on the device, start and pause speech, and other commands besides.
- SpeechSynthesis() - Constructor for class akasha.speech.SpeechSynthesis
-
- speechSynthesis() - Method in class akasha.Window
-
The speechSynthesis read-only property of the Window object returns a SpeechSynthesis object, which is the entry point into using Web Speech API speech synthesis functionality.
- speechSynthesis() - Static method in class akasha.WindowGlobal
-
The speechSynthesis read-only property of the Window object returns a SpeechSynthesis object, which is the entry point into using Web Speech API speech synthesis functionality.
- SpeechSynthesisErrorCode - Annotation Type in akasha.speech
-
- SpeechSynthesisErrorCode.Util - Class in akasha.speech
-
- SpeechSynthesisErrorEvent - Class in akasha.speech
-
The SpeechSynthesisErrorEvent interface of the Web Speech API contains information about any errors that occur while processing SpeechSynthesisUtterance objects in the speech service.
- SpeechSynthesisErrorEvent(String, SpeechSynthesisErrorEventInit) - Constructor for class akasha.speech.SpeechSynthesisErrorEvent
-
- SpeechSynthesisErrorEventHandler - Interface in akasha.speech
-
Handle events of type SpeechSynthesisErrorEvent
- SpeechSynthesisErrorEventInit - Interface in akasha.speech
-
- SpeechSynthesisErrorEventInit.Builder - Interface in akasha.speech
-
- SpeechSynthesisErrorEventInit.Step1 - Interface in akasha.speech
-
- SpeechSynthesisErrorEventListener - Interface in akasha.speech
-
Listener for events of type SpeechSynthesisErrorEvent
- SpeechSynthesisEvent - Class in akasha.speech
-
The SpeechSynthesisEvent interface of the Web Speech API contains information about the current state of SpeechSynthesisUtterance objects that have been processed in the speech service.
- SpeechSynthesisEvent(String, SpeechSynthesisEventInit) - Constructor for class akasha.speech.SpeechSynthesisEvent
-
- SpeechSynthesisEventHandler - Interface in akasha.speech
-
Handle events of type SpeechSynthesisEvent
- SpeechSynthesisEventInit - Interface in akasha.speech
-
- SpeechSynthesisEventInit.Builder - Interface in akasha.speech
-
- SpeechSynthesisEventListener - Interface in akasha.speech
-
Listener for events of type SpeechSynthesisEvent
- SpeechSynthesisUtterance - Class in akasha.speech
-
The SpeechSynthesisUtterance interface of the Web Speech API represents a speech request.
- SpeechSynthesisUtterance(String) - Constructor for class akasha.speech.SpeechSynthesisUtterance
-
The SpeechSynthesisUtterance() constructor of the SpeechSynthesisUtterance interface returns a new SpeechSynthesisUtterance object instance.
- SpeechSynthesisUtterance() - Constructor for class akasha.speech.SpeechSynthesisUtterance
-
The SpeechSynthesisUtterance() constructor of the SpeechSynthesisUtterance interface returns a new SpeechSynthesisUtterance object instance.
- SpeechSynthesisVoice - Class in akasha.speech
-
The SpeechSynthesisVoice interface of the Web Speech API represents a voice that the system supports.
- SpeechSynthesisVoice() - Constructor for class akasha.speech.SpeechSynthesisVoice
-
- speed() - Method in class akasha.GeolocationCoordinates
-
- spellcheck - Variable in class akasha.HTMLElement
-
- sphericalHarmonicsCoefficients() - Method in class akasha.xr.XRLightEstimate
-
- spki - Static variable in annotation type akasha.crypto.KeyFormat
-
- splice(int, int, T...) - Method in class akasha.lang.JsArray
-
The splice() method changes the contents of an array by removing or replacing existing elements and/or adding new elements in place.
- splice(int) - Method in class akasha.lang.JsArray
-
The splice() method changes the contents of an array by removing or replacing existing elements and/or adding new elements in place.
- split(RegExp, int) - Method in class akasha.core.JsString
-
The split() method divides a String into an ordered list of substrings, puts these substrings into an array, and returns the array.
- split(String, int) - Method in class akasha.core.JsString
-
The split() method divides a String into an ordered list of substrings, puts these substrings into an array, and returns the array.
- split(RegExp) - Method in class akasha.core.JsString
-
The split() method divides a String into an ordered list of substrings, puts these substrings into an array, and returns the array.
- split(String) - Method in class akasha.core.JsString
-
The split() method divides a String into an ordered list of substrings, puts these substrings into an array, and returns the array.
- split() - Method in class akasha.core.JsString
-
The split() method divides a String into an ordered list of substrings, puts these substrings into an array, and returns the array.
- split() - Static method in interface akasha.core.Symbol
-
The Symbol.split well-known symbol specifies the method that splits a string at the indices that match a regular expression.
- splitText(int) - Method in class akasha.Text
-
The Text.splitText() method breaks the Text node into two nodes at the specified offset, keeping both nodes in the tree as siblings.
- spreadMethod() - Method in class akasha.svg.SVGGradientElement
-
- sqrt(double) - Static method in class akasha.core.JsMath
-
The Math.sqrt() function returns the square root of a number, that is
- SQRT1_2 - Static variable in class akasha.core.JsMath
-
The Math.SQRT1_2 property represents the square root of 1/2 which is approximately 0.707:
- SQRT2 - Static variable in class akasha.core.JsMath
-
The Math.SQRT2 property represents the square root of 2, approximately 1.414:
- square - Static variable in annotation type akasha.audio.OscillatorType
-
- square - Static variable in annotation type akasha.CanvasLineCap
-
- src - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- src - Variable in class akasha.HTMLEmbedElement
-
- src - Variable in class akasha.HTMLFrameElement
-
- src - Variable in class akasha.HTMLIFrameElement
-
The HTMLIFrameElement.src property reflects the HTML referrerpolicy attribute of the iframe element defining which referrer is sent when fetching the resource.
- src - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement property src, which reflects the HTML src attribute, specifies the image to display in the img element.
- src - Variable in class akasha.HTMLInputElement
-
- src - Variable in class akasha.HTMLMediaElement
-
The HTMLMediaElement.src property reflects the value of the HTML media element's src attribute, which indicates the URL of a media resource to use in the element.
- src - Variable in class akasha.HTMLScriptElement
-
- src - Variable in class akasha.HTMLSourceElement
-
- src - Variable in class akasha.HTMLTrackElement
-
The HTMLTrackElement.src property reflects the value of the track element's src attribute, which indicates the URL of the text track's data.
- src - Variable in class akasha.speech.SpeechGrammar
-
The src property of the SpeechGrammar interface sets and returns a string containing the grammar from within in the SpeechGrammar object.
- SRC_ALPHA - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SRC_ALPHA - Static variable in class akasha.gl.WebGLRenderingContext
-
- src_alpha - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- SRC_ALPHA_SATURATE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SRC_ALPHA_SATURATE - Static variable in class akasha.gl.WebGLRenderingContext
-
- src_alpha_saturated - Static variable in annotation type akasha.gpu.GPUBlendFactor
-
- SRC_COLOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SRC_COLOR - Static variable in class akasha.gl.WebGLRenderingContext
-
- srcdoc - Variable in class akasha.HTMLIFrameElement
-
The srcdoc property of the HTMLIFrameElement specifies the content of the page.
- srcElement() - Method in class akasha.Event
-
Initially implemented in Internet Explorer, Event.srcElement is a now-standard alias (defined in the DOM Standard but flagged as "historical") for the Event.target property.
- srcFactor(String) - Method in interface akasha.gpu.GPUBlendComponent.Builder
-
- srcFactor() - Method in interface akasha.gpu.GPUBlendComponent
-
- srclang - Variable in class akasha.HTMLTrackElement
-
- srcObject - Variable in class akasha.HTMLMediaElement
-
The srcObject property of the HTMLMediaElement interface sets or returns the object which serves as the source of the media associated with the HTMLMediaElement.
- srcset - Variable in class akasha.HTMLImageElement
-
The HTMLImageElement property srcset is a string which identifies one or more image candidate strings, separated using commas (,) each specifying image resources to use under given circumstances.
- srcset - Variable in class akasha.HTMLSourceElement
-
- srflx - Static variable in annotation type akasha.rtc.RTCIceCandidateType
-
- SRGB - Static variable in class akasha.gl.WebGL2RenderingContext
-
- srgb - Static variable in annotation type akasha.gpu.GPUPredefinedColorSpace
-
- srgb - Static variable in annotation type akasha.PredefinedColorSpace
-
- SRGB8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SRGB8_ALPHA8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SRGB8_ALPHA8_EXT - Static variable in class akasha.gl.EXT_sRGB
-
- SRGB_ALPHA_EXT - Static variable in class akasha.gl.EXT_sRGB
-
- SRGB_EXT - Static variable in class akasha.gl.EXT_sRGB
-
- srgba8 - Static variable in annotation type akasha.xr.XRReflectionFormat
-
- srtpCipher(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- srtpCipher() - Method in interface akasha.rtc.RTCTransportStats
-
- ssrc(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Step3
-
- ssrc(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Step3
-
- ssrc(int) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Step3
-
- ssrc(int) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Step3
-
- ssrc(int) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Step3
-
- ssrc() - Method in interface akasha.rtc.RTCRtpStreamStats
-
The RTCRtpStreamStats dictionary's ssrc property provides the Synchronization Source (SSRC), an integer which uniquely identifies the source of the RTP packets whose statistics are covered by the RTCStatsReport that includes this RTCRtpStreamStats dictionary.
- ssrc(int) - Method in interface akasha.rtc.RTCRtpStreamStats.Step3
-
- ssrc(int) - Method in interface akasha.rtc.RTCSentRtpStreamStats.Step3
-
- stable - Static variable in annotation type akasha.rtc.RTCSignalingState
-
- stack() - Method in class akasha.core.JsError
-
The non-standard stack property of Error objects offer a trace of which functions were called, in what order, from which line and file, and with what arguments.
- stall - Static variable in annotation type akasha.usb.USBTransferStatus
-
- standard - Static variable in annotation type akasha.GamepadMappingType
-
- standard - Static variable in annotation type akasha.usb.USBRequestType
-
- standby - Variable in class akasha.HTMLObjectElement
-
- start - Static variable in annotation type akasha.AlignSetting
-
- start(double, double, double) - Method in class akasha.audio.AudioBufferSourceNode
-
undefined.
- start(double, double) - Method in class akasha.audio.AudioBufferSourceNode
-
undefined.
- start(double) - Method in class akasha.audio.AudioBufferSourceNode
-
undefined.
- start() - Method in class akasha.audio.AudioBufferSourceNode
-
undefined.
- start(double) - Method in class akasha.audio.AudioScheduledSourceNode
-
The start() method on AudioScheduledSourceNode schedules a sound to begin playback at the specified time.
- start() - Method in class akasha.audio.AudioScheduledSourceNode
-
The start() method on AudioScheduledSourceNode schedules a sound to begin playback at the specified time.
- start - Static variable in annotation type akasha.CanvasTextAlign
-
- start() - Method in class akasha.HTMLMarqueeElement
-
- start - Variable in class akasha.HTMLOListElement
-
- start - Static variable in annotation type akasha.LineAlignSetting
-
- start(int) - Method in class akasha.media.MediaRecorder
-
The MediaRecorder method start(), which is part of the MediaStream Recording API, begins recording media into one or more Blob objects.
- start() - Method in class akasha.media.MediaRecorder
-
The MediaRecorder method start(), which is part of the MediaStream Recording API, begins recording media into one or more Blob objects.
- start() - Method in class akasha.MessagePort
-
The start() method of the MessagePort interface starts the sending of messages queued on the port.
- start - Static variable in annotation type akasha.ScrollLogicalPosition
-
- start - Static variable in annotation type akasha.SelectionMode
-
- start() - Method in class akasha.speech.SpeechRecognition
-
The start() method of the Web Speech API starts the speech recognition service listening to incoming audio with intent to recognize grammars associated with the current SpeechRecognition.
- start(int) - Method in class akasha.TimeRanges
-
Returns the time offset at which a specified time range begins.
- start(TransformerStartCallback) - Method in interface akasha.Transformer.Builder
-
- start() - Method in interface akasha.Transformer
-
- start(UnderlyingSinkStartCallback) - Method in interface akasha.UnderlyingSink.Builder
-
- start() - Method in interface akasha.UnderlyingSink
-
- start(UnderlyingSourceStartCallback) - Method in interface akasha.UnderlyingSource.Builder
-
- start() - Method in interface akasha.UnderlyingSource
-
- START_TO_END - Static variable in class akasha.Range
-
- START_TO_START - Static variable in class akasha.Range
-
- startContainer() - Method in class akasha.AbstractRange
-
The read-only startContainer property of the AbstractRange interface returns the start Node for the range.
- startContainer(Node) - Static method in interface akasha.StaticRangeInit
-
- startContainer() - Method in interface akasha.StaticRangeInit
-
- startMessages() - Method in class akasha.ServiceWorkerContainer
-
The startMessages() method of the ServiceWorkerContainer interface explicitly starts the flow of messages being dispatched from a service worker to pages under its control (e.g.
- startNotifications() - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.startNotifications() method returns a Promise to the BluetoothRemoteGATTCharacteristic instance when there is an active notification on it.
- startOffset() - Method in class akasha.AbstractRange
-
The read-only startOffset property of the AbstractRange interface returns the offset into the start node of the range's start position.
- startOffset() - Method in interface akasha.StaticRangeInit
-
- startOffset(int) - Method in interface akasha.StaticRangeInit.Step1
-
- startOffset() - Method in class akasha.svg.SVGTextPathElement
-
- startRendering() - Method in class akasha.audio.OfflineAudioContext
-
The startRendering() method of the OfflineAudioContext Interface starts rendering the audio graph, taking into account the current connections and the current scheduled changes.
- startsWith(String, int) - Method in class akasha.core.JsString
-
The startsWith() method determines whether a string begins with the characters of a specified string, returning true or false as appropriate.
- startsWith(String) - Method in class akasha.core.JsString
-
The startsWith() method determines whether a string begins with the characters of a specified string, returning true or false as appropriate.
- startTime - Variable in class akasha.Animation
-
The Animation.startTime property of the Animation interface is a double-precision floating-point value which indicates the scheduled time when an animation's playback should begin.
- startTime() - Method in class akasha.perf.PerformanceEntry
-
The startTime property returns the first recorded timestamp of the performance entry.
- startTime - Variable in class akasha.TextTrackCue
-
- state() - Method in class akasha.audio.BaseAudioContext
-
A DOMString.
- state() - Method in class akasha.codecs.AudioDecoder
-
- state() - Method in class akasha.codecs.AudioEncoder
-
- state() - Method in class akasha.codecs.VideoDecoder
-
- state() - Method in class akasha.codecs.VideoEncoder
-
- state() - Method in class akasha.History
-
The History.state property returns a value representing the state at the top of the history stack.
- state() - Method in class akasha.media.MediaRecorder
-
The MediaRecorder.state read-only property returns the current state of the current MediaRecorder object.
- state() - Method in class akasha.midi.MIDIPort
-
- state() - Method in interface akasha.PermissionSetParameters
-
- state(String) - Method in interface akasha.PermissionSetParameters.Step1
-
- state() - Method in class akasha.PermissionStatus
-
The state read-only property of the PermissionStatus interface returns the state of a requested permission.
- state() - Method in class akasha.PopStateEvent
-
- state(Object) - Method in interface akasha.PopStateEventInit.Builder
-
- state() - Method in interface akasha.PopStateEventInit
-
- state() - Method in interface akasha.rtc.RTCDataChannelStats
-
- state(String) - Method in interface akasha.rtc.RTCDataChannelStats.Step3
-
- state() - Method in class akasha.rtc.RTCDtlsTransport
-
The state read-only property of the RTCDtlsTransport interface provides information which describes a Datagram Transport Layer Security (DTLS) transport state.
- state() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The state property in an RTCIceCandidatePairStats object indicates the state of the check list of which the candidate pair is a member.
- state(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Step6
-
- state() - Method in class akasha.rtc.RTCIceTransport
-
The read-only RTCIceTransport property state returns the current state of the ICE transport, so you can determine the state of ICE gathering in which the ICE agent currently is operating.
- state() - Method in class akasha.rtc.RTCSctpTransport
-
The state read-only property of the RTCSctpTransport interface provides information which describes a Stream Control Transmission Protocol (SCTP) transport state.
- state() - Method in class akasha.ServiceWorker
-
The state read-only property of the ServiceWorker interface returns a string representing the current state of the service worker.
- STATIC_COPY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STATIC_DRAW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STATIC_DRAW - Static variable in class akasha.gl.WebGLRenderingContext
-
- STATIC_READ - Static variable in class akasha.gl.WebGL2RenderingContext
-
- StaticRange - Class in akasha
-
The DOM StaticRange interface extends AbstractRange to provide a method to specify a range of content in the DOM whose contents don't update to reflect changes which occur within the DOM tree.
- StaticRange(StaticRangeInit) - Constructor for class akasha.StaticRange
-
The StaticRange() constructor creates a new StaticRange object representing a span of content within the DOM.
- StaticRangeInit - Interface in akasha
-
- StaticRangeInit.Step1 - Interface in akasha
-
- StaticRangeInit.Step2 - Interface in akasha
-
- StaticRangeInit.Step3 - Interface in akasha
-
- status() - Method in class akasha.Response
-
The status read-only property of the Response interface contains the status code of the response (e.g., 200 for a success).
- status(int) - Method in interface akasha.ResponseInit.Builder
-
- status() - Method in interface akasha.ResponseInit
-
- status(String) - Static method in interface akasha.TokenBinding
-
- status() - Method in interface akasha.TokenBinding
-
- status() - Method in class akasha.usb.USBInTransferResult
-
- status() - Method in class akasha.usb.USBIsochronousInTransferPacket
-
- status() - Method in class akasha.usb.USBIsochronousOutTransferPacket
-
- status() - Method in class akasha.usb.USBOutTransferResult
-
- status - Variable in class akasha.Window
-
The status property of the Window interface was originally intended to set the text in the status bar at the bottom of the browser window.
- status - Static variable in class akasha.WindowGlobal
-
The status property of the Window interface was originally intended to set the text in the status bar at the bottom of the browser window.
- status() - Method in class akasha.XMLHttpRequest
-
The read-only XMLHttpRequest.status property returns the numerical HTTP status code of the XMLHttpRequest's response.
- status_pending - Static variable in annotation type akasha.MediaKeyStatus
-
- statusbar() - Method in class akasha.Window
-
The Window.statusbar property returns the statusbar object, whose visibility can be toggled in the window.
- statusbar() - Static method in class akasha.WindowGlobal
-
The Window.statusbar property returns the statusbar object, whose visibility can be toggled in the window.
- statusCode() - Method in class akasha.CSPViolationReportBody
-
- statusCode() - Method in class akasha.SecurityPolicyViolationEvent
-
The statusCode read-only property of the SecurityPolicyViolationEvent interface is a number representing the HTTP status code of the document or worker in which the violation occurred.
- statusCode() - Method in interface akasha.SecurityPolicyViolationEventInit
-
- statusCode(int) - Method in interface akasha.SecurityPolicyViolationEventInit.Step5
-
- statusMessage() - Method in class akasha.gl.WebGLContextEvent
-
The read-only WebGLContextEvent.statusMessage property contains additional event status information, or is an empty string if no additional information is available.
- statusMessage(String) - Method in interface akasha.gl.WebGLContextEventInit.Builder
-
- statusMessage() - Method in interface akasha.gl.WebGLContextEventInit
-
- statusText() - Method in class akasha.Response
-
The statusText read-only property of the Response interface contains the status message corresponding to the status code (e.g., OK for 200).
- statusText(String) - Method in interface akasha.ResponseInit.Builder
-
- statusText() - Method in interface akasha.ResponseInit
-
- statusText() - Method in class akasha.XMLHttpRequest
-
The read-only XMLHttpRequest.statusText property returns a DOMString containing the response's status message as returned by the HTTP server.
- stdDeviationX() - Method in class akasha.svg.SVGFEDropShadowElement
-
- stdDeviationX() - Method in class akasha.svg.SVGFEGaussianBlurElement
-
- stdDeviationY() - Method in class akasha.svg.SVGFEDropShadowElement
-
- stdDeviationY() - Method in class akasha.svg.SVGFEGaussianBlurElement
-
- STENCIL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- stencil(boolean) - Method in interface akasha.gl.WebGLContextAttributes.Builder
-
A flag that indicates that the drawing buffer has a stencil buffer of at least 8 bits.
- stencil() - Method in interface akasha.gl.WebGLContextAttributes
-
A flag that indicates that the drawing buffer has a stencil buffer of at least 8 bits.
- stencil(boolean) - Method in interface akasha.xr.XRWebGLLayerInit.Builder
-
When using the XRWebGLLayer() constructor to create a new WebGL rendering layer for WebXR, providing as the layerInit parameter an object whose stencil property is false requests that the new layer be created without a stencil buffer.
- stencil() - Method in interface akasha.xr.XRWebGLLayerInit
-
When using the XRWebGLLayer() constructor to create a new WebGL rendering layer for WebXR, providing as the layerInit parameter an object whose stencil property is false requests that the new layer be created without a stencil buffer.
- stencil8 - Static variable in annotation type akasha.gpu.GPUTextureFormat
-
- STENCIL_ATTACHMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_ATTACHMENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BACK_FAIL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BACK_FAIL - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BACK_FUNC - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BACK_FUNC - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BACK_PASS_DEPTH_FAIL - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BACK_PASS_DEPTH_PASS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BACK_PASS_DEPTH_PASS - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BACK_REF - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BACK_REF - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BACK_VALUE_MASK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BACK_VALUE_MASK - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BACK_WRITEMASK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BACK_WRITEMASK - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BITS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BITS - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_BUFFER_BIT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_BUFFER_BIT - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_CLEAR_VALUE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_CLEAR_VALUE - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_FAIL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_FAIL - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_FUNC - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_FUNC - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_INDEX8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_INDEX8 - Static variable in class akasha.gl.WebGLRenderingContext
-
- stencil_only - Static variable in annotation type akasha.gpu.GPUTextureAspect
-
- STENCIL_PASS_DEPTH_FAIL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_PASS_DEPTH_FAIL - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_PASS_DEPTH_PASS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_PASS_DEPTH_PASS - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_REF - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_REF - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_TEST - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_TEST - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_VALUE_MASK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_VALUE_MASK - Static variable in class akasha.gl.WebGLRenderingContext
-
- STENCIL_WRITEMASK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STENCIL_WRITEMASK - Static variable in class akasha.gl.WebGLRenderingContext
-
- stencilBack(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- stencilBack() - Method in interface akasha.gpu.GPUDepthStencilState
-
- stencilClearValue(int) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- stencilClearValue() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- stencilFront(GPUStencilFaceState) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- stencilFront() - Method in interface akasha.gpu.GPUDepthStencilState
-
- stencilFunc(int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.stencilFunc() method of the WebGL API sets the front and back function and reference value for stencil testing.
- stencilFunc(int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.stencilFunc() method of the WebGL API sets the front and back function and reference value for stencil testing.
- stencilFuncSeparate(int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.stencilFuncSeparate() method of the WebGL API sets the front and/or back function and reference value for stencil testing.
- stencilFuncSeparate(int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.stencilFuncSeparate() method of the WebGL API sets the front and/or back function and reference value for stencil testing.
- stencilLoadOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- stencilLoadOp() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- stencilMask(int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.stencilMask() method of the WebGL API controls enabling and disabling of both the front and back writing of individual bits in the stencil planes.
- stencilMask(int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.stencilMask() method of the WebGL API controls enabling and disabling of both the front and back writing of individual bits in the stencil planes.
- stencilMaskSeparate(int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.stencilMaskSeparate() method of the WebGL API controls enabling and disabling of front and/or back writing of individual bits in the stencil planes.
- stencilMaskSeparate(int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.stencilMaskSeparate() method of the WebGL API controls enabling and disabling of front and/or back writing of individual bits in the stencil planes.
- stencilOp(int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.stencilOp() method of the WebGL API sets both the front and back-facing stencil test actions.
- stencilOp(int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.stencilOp() method of the WebGL API sets both the front and back-facing stencil test actions.
- stencilOpSeparate(int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.stencilOpSeparate() method of the WebGL API sets the front and/or back-facing stencil test actions.
- stencilOpSeparate(int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.stencilOpSeparate() method of the WebGL API sets the front and/or back-facing stencil test actions.
- stencilReadMask(int) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- stencilReadMask() - Method in interface akasha.gpu.GPUDepthStencilState
-
- stencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor.Builder
-
- stencilReadOnly() - Method in interface akasha.gpu.GPURenderBundleEncoderDescriptor
-
- stencilReadOnly(boolean) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- stencilReadOnly() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- stencilStoreOp(String) - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment.Builder
-
- stencilStoreOp() - Method in interface akasha.gpu.GPURenderPassDepthStencilAttachment
-
- stencilWriteMask(int) - Method in interface akasha.gpu.GPUDepthStencilState.Builder
-
- stencilWriteMask() - Method in interface akasha.gpu.GPUDepthStencilState
-
- step - Variable in class akasha.HTMLInputElement
-
- stepDown(int) - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.stepDown([n]) method decrements the value of a numeric type of input element by the value of the step attribute or up to n multiples of the step attribute if a number is passed as the parameter.
- stepDown() - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.stepDown([n]) method decrements the value of a numeric type of input element by the value of the step attribute or up to n multiples of the step attribute if a number is passed as the parameter.
- stepMismatch() - Method in class akasha.ValidityState
-
The read-only stepMismatch property of a ValidityState object indicates if the value of an input, after having been edited by the user, does not conform to the constraints set by the element's step attribute.
- stepMismatch(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- stepMismatch() - Method in interface akasha.ValidityStateFlags
-
- stepMode(String) - Method in interface akasha.gpu.GPUVertexBufferLayout.Builder
-
- stepMode() - Method in interface akasha.gpu.GPUVertexBufferLayout
-
- stepUp(int) - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.stepUp() method increments the value of a numeric type of input element by the value of the step attribute, or the default step value if the step attribute is not explicitly set.
- stepUp() - Method in class akasha.HTMLInputElement
-
The HTMLInputElement.stepUp() method increments the value of a numeric type of input element by the value of the step attribute, or the default step value if the step attribute is not explicitly set.
- stereo - Static variable in annotation type akasha.xr.XRLayerLayout
-
- stereo_left_right - Static variable in annotation type akasha.xr.XRLayerLayout
-
- stereo_top_bottom - Static variable in annotation type akasha.xr.XRLayerLayout
-
- StereoPannerNode - Class in akasha.audio
-
The StereoPannerNode interface of the Web Audio API represents a simple stereo panner node that can be used to pan an audio stream left or right.
- StereoPannerNode(BaseAudioContext, StereoPannerOptions) - Constructor for class akasha.audio.StereoPannerNode
-
The StereoPannerNode() constructor of the Web Audio API creates a new StereoPannerNode object which is an AudioNode that represents a simple stereo panner node that can be used to pan an audio stream left or right.
- StereoPannerNode(BaseAudioContext) - Constructor for class akasha.audio.StereoPannerNode
-
The StereoPannerNode() constructor of the Web Audio API creates a new StereoPannerNode object which is an AudioNode that represents a simple stereo panner node that can be used to pan an audio stream left or right.
- StereoPannerOptions - Interface in akasha.audio
-
- StereoPannerOptions.Builder - Interface in akasha.audio
-
- sticky() - Method in class akasha.core.RegExp
-
The sticky property reflects whether or not the search is sticky (searches in strings only from the index indicated by the lastIndex property of this regular expression).
- stitchTiles() - Method in class akasha.svg.SVGFETurbulenceElement
-
- stop(double) - Method in class akasha.audio.AudioScheduledSourceNode
-
The stop() method on AudioScheduledSourceNode schedules a sound to cease playback at the specified time.
- stop() - Method in class akasha.audio.AudioScheduledSourceNode
-
The stop() method on AudioScheduledSourceNode schedules a sound to cease playback at the specified time.
- stop() - Method in class akasha.HTMLMarqueeElement
-
- stop() - Method in class akasha.media.MediaRecorder
-
The MediaRecorder.stop() method (part of the MediaRecorder API) is used to stop media capture.
- stop() - Method in class akasha.media.MediaStreamTrack
-
The MediaStreamTrack.stop() method stops the track.
- stop() - Method in class akasha.rtc.RTCRtpTransceiver
-
The stop() method in the RTCRtpTransceiver interface permanently stops the transceiver by stopping both the associated RTCRtpSender and RTCRtpReceiver.
- stop() - Method in class akasha.speech.SpeechRecognition
-
The stop() method of the Web Speech API stops the speech recognition service from listening to incoming audio, and attempts to return a SpeechRecognitionResult using the audio captured so far.
- stop() - Method in class akasha.Window
-
The window.stop() stops further resource loading in the current browsing context, equivalent to the stop button in the browser.
- stop() - Static method in class akasha.WindowGlobal
-
The window.stop() stops further resource loading in the current browsing context, equivalent to the stop button in the browser.
- stopImmediatePropagation() - Method in class akasha.Event
-
The stopImmediatePropagation() method of the Event interface prevents other listeners of the same event from being called.
- stopNotifications() - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.stopNotifications() method returns a Promise to the BluetoothRemoteGATTCharacteristic instance when there is no longer an active notification on it.
- stopped - Static variable in annotation type akasha.rtc.RTCRtpTransceiverDirection
-
- stopPropagation() - Method in class akasha.Event
-
The stopPropagation() method of the Event interface prevents further propagation of the current event in the capturing and bubbling phases.
- storage - Static variable in annotation type akasha.gpu.GPUBufferBindingType
-
- STORAGE - Static variable in class akasha.gpu.GPUBufferUsage
-
- storage() - Method in class akasha.Navigator
-
The NavigatorStorage.storage read-only property returns the singleton StorageManager object used to access the overall storage capabilities of the browser for the current site or app.
- Storage - Class in akasha
-
The Storage interface of the Web Storage API provides access to a particular domain's session or local storage.
- Storage() - Constructor for class akasha.Storage
-
- storage() - Method in class akasha.WorkerNavigator
-
The NavigatorStorage.storage read-only property returns the singleton StorageManager object used to access the overall storage capabilities of the browser for the current site or app.
- STORAGE_BINDING - Static variable in class akasha.gpu.GPUTextureUsage
-
- storageArea() - Method in class akasha.StorageEvent
-
- storageArea(Storage) - Method in interface akasha.StorageEventInit.Builder
-
- storageArea() - Method in interface akasha.StorageEventInit
-
- StorageEstimate - Interface in akasha
-
The estimate() method of the StorageManager interface asks the Storage Manager for how much storage the current origin takes up (usage), and how much space is available (quota).
- StorageEstimate.Builder - Interface in akasha
-
The estimate() method of the StorageManager interface asks the Storage Manager for how much storage the current origin takes up (usage), and how much space is available (quota).
- StorageEvent - Class in akasha
-
The StorageEvent interface is implemented by the storage event, which is sent to a window when a storage area the window has access to is changed within the context of another document.
- StorageEvent(String, StorageEventInit) - Constructor for class akasha.StorageEvent
-
- StorageEvent(String) - Constructor for class akasha.StorageEvent
-
- StorageEventHandler - Interface in akasha
-
Handle events of type StorageEvent
- StorageEventInit - Interface in akasha
-
- StorageEventInit.Builder - Interface in akasha
-
- StorageEventListener - Interface in akasha
-
Listener for events of type StorageEvent
- StorageManager - Class in akasha
-
The StorageManager interface of the Storage API provides an interface for managing persistance permissions and estimating available storage.
- StorageManager() - Constructor for class akasha.StorageManager
-
- storageTexture(GPUStorageTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
-
- storageTexture() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- store(IntegerTypedArray, int, int) - Static method in class akasha.core.Atomics
-
Stores a value at the specified index of the array.
- store(Credential) - Method in class akasha.CredentialsContainer
-
The store() method of the CredentialsContainer stores a set of credentials for the user inside a Credential instance, returning this in a Promise.
- store - Static variable in annotation type akasha.gpu.GPUStoreOp
-
- storeOp(String) - Method in interface akasha.gpu.GPURenderPassColorAttachment.Step2
-
- storeOp() - Method in interface akasha.gpu.GPURenderPassColorAttachment
-
- stream() - Method in class akasha.audio.MediaStreamAudioDestinationNode
-
A MediaStream containing a single audio track.
- stream() - Method in class akasha.Blob
-
The Blob interface's stream() method returns a ReadableStream which upon reading returns the data contained within the Blob.
- stream() - Method in class akasha.media.MediaRecorder
-
The MediaRecorder.stream read-only property returns the stream that was passed into the MediaRecorder() constructor when the MediaRecorder was created.
- stream - Static variable in annotation type akasha.rtc.RTCStatsType
-
- stream(boolean) - Method in interface akasha.TextDecodeOptions.Builder
-
- stream() - Method in interface akasha.TextDecodeOptions
-
- STREAM_COPY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STREAM_DRAW - Static variable in class akasha.gl.WebGL2RenderingContext
-
- STREAM_DRAW - Static variable in class akasha.gl.WebGLRenderingContext
-
- STREAM_READ - Static variable in class akasha.gl.WebGL2RenderingContext
-
- streamIdentifier(String) - Method in interface akasha.rtc.RTCMediaStreamStats.Builder
-
- streamIdentifier() - Method in interface akasha.rtc.RTCMediaStreamStats
-
- StreamPipeOptions - Interface in akasha
-
- StreamPipeOptions.Builder - Interface in akasha
-
- streams(JsArray<MediaStream>) - Method in interface akasha.rtc.RTCRtpTransceiverInit.Builder
-
- streams(MediaStream...) - Method in interface akasha.rtc.RTCRtpTransceiverInit.Builder
-
- streams() - Method in interface akasha.rtc.RTCRtpTransceiverInit
-
- streams() - Method in class akasha.rtc.RTCTrackEvent
-
The WebRTC API interface RTCTrackEvent's read-only streams property specifies an array of MediaStream objects, one for each of the streams that comprise the track being added to the RTCPeerConnection.
- streams(JsArray<MediaStream>) - Method in interface akasha.rtc.RTCTrackEventInit.Builder
-
The RTCTrackEventInit dictionary's optional streams property provides an array containing a MediaStream object for each of the streams associated with the event's track.
- streams(MediaStream...) - Method in interface akasha.rtc.RTCTrackEventInit.Builder
-
The RTCTrackEventInit dictionary's optional streams property provides an array containing a MediaStream object for each of the streams associated with the event's track.
- streams() - Method in interface akasha.rtc.RTCTrackEventInit
-
The RTCTrackEventInit dictionary's optional streams property provides an array containing a MediaStream object for each of the streams associated with the event's track.
- street_address - Static variable in annotation type akasha.AutocompleteType
-
A street address.
- strict - Static variable in annotation type akasha.idb.IDBTransactionDurability
-
- strict_origin - Static variable in annotation type akasha.ReferrerPolicy
-
Only send the origin of the document as the referrer when the protocol security level stays the same (e.g.
- strict_origin_when_cross_origin - Static variable in annotation type akasha.ReferrerPolicy
-
Send a full URL when performing a same-origin request, but only send the origin when the protocol security level stays the same (e.g.HTTPS → HTTPS), and send no header to a less secure destination (e.g.
- stride(int) - Method in interface akasha.codecs.PlaneLayout.Step1
-
- stride() - Method in interface akasha.codecs.PlaneLayout
-
- STRING_TYPE - Static variable in class akasha.XPathResult
-
- stringify(Object, StringifyReplacerFn, StringifySpaceUnionType) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, JsArray<StringOrLongLongUnion>, StringifySpaceUnionType) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, StringifyReplacerFn, String) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, JsArray<StringOrLongLongUnion>, String) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, StringifyReplacerFn, int) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, JsArray<StringOrLongLongUnion>, int) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, StringOrLongLongUnion[], StringifySpaceUnionType) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, StringOrLongLongUnion[], String) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, StringOrLongLongUnion[], int) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, StringifyReplacerFn) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, JsArray<StringOrLongLongUnion>) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object, StringOrLongLongUnion[]) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- stringify(Object) - Static method in class akasha.core.JSON
-
The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
- StringifyReplacerFn - Interface in akasha.core
-
- StringifySpaceUnionType - Interface in akasha.core
-
- StringOrArrayBufferUnion - Interface in akasha
-
- StringOrCanvasFilterUnion - Interface in akasha
-
- StringOrCanvasGradientOrCanvasPatternUnion - Interface in akasha
-
- StringOrLongLongUnion - Interface in akasha.core
-
- StringOrStringArrayUnion - Interface in akasha
-
- StringOrUndefinedUnion - Interface in akasha
-
- StringOrUnsignedLongUnion - Interface in akasha
-
- StringOrUUIDArrayUnion - Interface in akasha.bluetooth
-
- stringValue() - Method in class akasha.XPathResult
-
The read-only stringValue property of the XPathResult interface returns the string value of a result with XPathResult.resultType being STRING_TYPE.
- stripIndexFormat(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
-
- stripIndexFormat() - Method in interface akasha.gpu.GPUPrimitiveState
-
- stroke() - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.stroke() method of the Canvas 2D API strokes (outlines) the current or given path with the current stroke style.
- stroke(Path2D) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.stroke() method of the Canvas 2D API strokes (outlines) the current or given path with the current stroke style.
- stroke() - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- stroke(Path2D) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- stroke(boolean) - Method in interface akasha.svg.SVGBoundingBoxOptions.Builder
-
- stroke() - Method in interface akasha.svg.SVGBoundingBoxOptions
-
- strokeRect(double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.strokeRect() method of the Canvas 2D API draws a rectangle that is stroked (outlined) according to the current strokeStyle and other context settings.
- strokeRect(double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- strokeStyle - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.strokeStyle property of the Canvas 2D API specifies the color, gradient, or pattern to use for the strokes (outlines) around shapes.
- strokeStyle - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- strokeText(String, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D method strokeText(), part of the Canvas 2D API, strokes — that is, draws the outlines of — the characters of a text string at the specified coordinates.
- strokeText(String, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D method strokeText(), part of the Canvas 2D API, strokes — that is, draws the outlines of — the characters of a text string at the specified coordinates.
- strokeText(String, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- strokeText(String, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- structuredClone(Object, StructuredSerializeOptions) - Static method in class akasha.DedicatedWorkerGlobal
-
- structuredClone(Object) - Static method in class akasha.DedicatedWorkerGlobal
-
- structuredClone(Object, StructuredSerializeOptions) - Static method in class akasha.RTCIdentityProviderGlobal
-
- structuredClone(Object) - Static method in class akasha.RTCIdentityProviderGlobal
-
- structuredClone(Object, StructuredSerializeOptions) - Static method in class akasha.ServiceWorkerGlobal
-
- structuredClone(Object) - Static method in class akasha.ServiceWorkerGlobal
-
- structuredClone(Object, StructuredSerializeOptions) - Static method in class akasha.SharedWorkerGlobal
-
- structuredClone(Object) - Static method in class akasha.SharedWorkerGlobal
-
- structuredClone(Object, StructuredSerializeOptions) - Method in class akasha.Window
-
- structuredClone(Object) - Method in class akasha.Window
-
- structuredClone(Object, StructuredSerializeOptions) - Static method in class akasha.WindowGlobal
-
- structuredClone(Object) - Static method in class akasha.WindowGlobal
-
- structuredClone(Object, StructuredSerializeOptions) - Method in class akasha.WorkerGlobalScope
-
- structuredClone(Object) - Method in class akasha.WorkerGlobalScope
-
- StructuredSerializeOptions - Interface in akasha
-
- StructuredSerializeOptions.Builder - Interface in akasha
-
- style() - Method in class akasha.CSSFontFaceRule
-
- style() - Method in class akasha.CSSKeyframeRule
-
- style() - Method in class akasha.CSSMarginRule
-
- style() - Method in class akasha.CSSPageRule
-
- style() - Method in class akasha.CSSStyleRule
-
The CSSRule.style property is the CSSStyleDeclaration interface for the declaration block of the CSSRule.
- style() - Method in class akasha.HTMLElement
-
The style property is used to get as well as set the inline style of an element.
- style - Static variable in annotation type akasha.RequestDestination
-
- style() - Method in class akasha.svg.SVGElement
-
The style property is used to get as well as set the inline style of an element.
- STYLE_RULE - Static variable in class akasha.CSSRule
-
- styleset() - Method in class akasha.CSSFontFeatureValuesRule
-
- styleSheet() - Method in class akasha.CSSImportRule
-
- StyleSheet - Class in akasha
-
An object implementing the StyleSheet interface represents a single style sheet.
- StyleSheet() - Constructor for class akasha.StyleSheet
-
- StyleSheetList - Class in akasha
-
The StyleSheetList interface represents a list of CSSStyleSheet objects.
- StyleSheetList() - Constructor for class akasha.StyleSheetList
-
- StyleSheetOwnerNode - Interface in akasha
-
- styleSheets() - Method in class akasha.Document
-
The styleSheets read-only property of the DocumentOrShadowRoot interface returns a StyleSheetList of CSSStyleSheet objects, for stylesheets explicitly linked into or embedded in a document.
- styleSheets() - Method in class akasha.ShadowRoot
-
The styleSheets read-only property of the DocumentOrShadowRoot interface returns a StyleSheetList of CSSStyleSheet objects, for stylesheets explicitly linked into or embedded in a document.
- stylistic() - Method in class akasha.CSSFontFeatureValuesRule
-
- stylus - Static variable in annotation type akasha.TouchType
-
- sub(IntegerTypedArray, int, int) - Static method in class akasha.core.Atomics
-
Subtracts a value at the specified index of the array.
- subarray(int, int) - Method in class akasha.core.Float32Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Float64Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Int16Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Int32Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Int8Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Uint16Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Uint32Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Uint8Array
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subarray(int, int) - Method in class akasha.core.Uint8ClampedArray
-
The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object.
- subclassCode(short) - Method in interface akasha.usb.USBDeviceFilter.Builder
-
- subclassCode() - Method in interface akasha.usb.USBDeviceFilter
-
- submit - Static variable in annotation type akasha.ButtonType
-
The button submits the form.
- submit(JsArray<GPUCommandBuffer>) - Method in class akasha.gpu.GPUQueue
-
- submit(GPUCommandBuffer...) - Method in class akasha.gpu.GPUQueue
-
- submit() - Method in class akasha.HTMLFormElement
-
The HTMLFormElement.submit() method submits a given form.
- submit - Static variable in annotation type akasha.InputType
-
A button that submits the form.
- SubmitEvent - Class in akasha
-
The SubmitEvent interface defines the object used to represent an HTML form's submit event.
- SubmitEvent(String, SubmitEventInit) - Constructor for class akasha.SubmitEvent
-
The SubmitEvent() constructor creates and returns a new SubmitEvent object, which is used to represent a submit event fired at an HTML form.
- SubmitEvent(String) - Constructor for class akasha.SubmitEvent
-
The SubmitEvent() constructor creates and returns a new SubmitEvent object, which is used to represent a submit event fired at an HTML form.
- SubmitEventInit - Interface in akasha
-
- SubmitEventInit.Builder - Interface in akasha
-
- SubmitEventListener - Interface in akasha
-
Listener for events of type SubmitEvent
- submitter() - Method in class akasha.SubmitEvent
-
The read-only submitter property found on the SubmitEvent interface specifies the submit button or other element that was invoked to cause the form to be submitted.
- submitter(HTMLElement) - Method in interface akasha.SubmitEventInit.Builder
-
- submitter() - Method in interface akasha.SubmitEventInit
-
- SUBPIXEL_BITS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SUBPIXEL_BITS - Static variable in class akasha.gl.WebGLRenderingContext
-
- subscribe(PushSubscriptionOptionsInit) - Method in class akasha.PushManager
-
The subscribe() method of the PushManager interface subscribes to a push service.
- subscribe() - Method in class akasha.PushManager
-
The subscribe() method of the PushManager interface subscribes to a push service.
- substring(int, int) - Method in class akasha.core.JsString
-
The substring() method returns the part of the string between the start and end indexes, or to the end of the string.
- substring(int) - Method in class akasha.core.JsString
-
The substring() method returns the part of the string between the start and end indexes, or to the end of the string.
- substringData(int, int) - Method in class akasha.CharacterData
-
- subtitles - Static variable in annotation type akasha.TextTrackKind
-
- subtitles - Static variable in annotation type akasha.TrackKind
-
Subtitles provide translation of content that cannot be understood by the viewer.
- subtle() - Method in class akasha.crypto.Crypto
-
The Crypto.subtle read-only property returns a SubtleCrypto which can then be used to perform low-level cryptographic operations.
- SubtleCrypto - Class in akasha.crypto
-
The SubtleCrypto interface of the Web Crypto API provides a number of low-level cryptographic functions.
- SubtleCrypto() - Constructor for class akasha.crypto.SubtleCrypto
-
- subtract - Static variable in annotation type akasha.gpu.GPUBlendOperation
-
- subtree(boolean) - Method in interface akasha.GetAnimationsOptions.Builder
-
- subtree() - Method in interface akasha.GetAnimationsOptions
-
- subtree(boolean) - Method in interface akasha.MutationObserverInit.Builder
-
The MutationObserverInit dictionary's optional subtree property can be set to true to monitor the targeted node and all of its descendants.
- subtree() - Method in interface akasha.MutationObserverInit
-
The MutationObserverInit dictionary's optional subtree property can be set to true to monitor the targeted node and all of its descendants.
- succeeded - Static variable in annotation type akasha.rtc.RTCStatsIceCandidatePairState
-
- suffix - Variable in class akasha.CSSCounterStyleRule
-
- suffixes() - Method in class akasha.MimeType
-
- summary - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement.summary property represents the table description.
- support(String) - Method in interface akasha.AuthenticationExtensionsLargeBlobInputs.Builder
-
- support() - Method in interface akasha.AuthenticationExtensionsLargeBlobInputs
-
- supported(boolean) - Method in interface akasha.AuthenticationExtensionsLargeBlobOutputs.Builder
-
- supported() - Method in interface akasha.AuthenticationExtensionsLargeBlobOutputs
-
- supported(boolean) - Method in interface akasha.codecs.AudioDecoderSupport.Builder
-
- supported() - Method in interface akasha.codecs.AudioDecoderSupport
-
- supported(boolean) - Method in interface akasha.codecs.AudioEncoderSupport.Builder
-
- supported() - Method in interface akasha.codecs.AudioEncoderSupport
-
- supported(boolean) - Method in interface akasha.codecs.VideoDecoderSupport.Builder
-
- supported() - Method in interface akasha.codecs.VideoDecoderSupport
-
- supported(boolean) - Method in interface akasha.codecs.VideoEncoderSupport.Builder
-
- supported() - Method in interface akasha.codecs.VideoEncoderSupport
-
- supported - Static variable in annotation type akasha.TokenBindingStatus
-
- supportedContentEncodings() - Static method in class akasha.PushManager
-
The supportedContentEncodings read-only property of the PushManager interface returns an array of supported content codings that can be used to encrypt the payload of a push message.
- supportedEntryTypes() - Static method in class akasha.perf.PerformanceObserver
-
- supportedFrameRates() - Method in class akasha.xr.XRSession
-
- supports(String, String) - Static method in class akasha.CSS
-
The CSS.supports() method returns a Boolean value indicating if the browser supports a given CSS feature, or not.
- supports(String) - Static method in class akasha.CSS
-
The CSS.supports() method returns a Boolean value indicating if the browser supports a given CSS feature, or not.
- supports(String) - Method in class akasha.DOMTokenList
-
The supports() method of the DOMTokenList interface returns true if a given token is in the associated attribute's supported tokens.
- supports(String) - Static method in class akasha.HTMLScriptElement
-
- SUPPORTS_RULE - Static variable in class akasha.CSSRule
-
- suppressLocalAudioPlayback(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- suppressLocalAudioPlayback(boolean) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- suppressLocalAudioPlayback(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraints.Builder
-
- suppressLocalAudioPlayback(ConstrainBoolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- suppressLocalAudioPlayback(boolean) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- suppressLocalAudioPlayback(ConstrainBooleanParameters) - Method in interface akasha.media.MediaTrackConstraintSet.Builder
-
- suppressLocalAudioPlayback() - Method in interface akasha.media.MediaTrackConstraintSet
-
- suppressLocalAudioPlayback(boolean) - Method in interface akasha.media.MediaTrackSupportedConstraints.Builder
-
- suppressLocalAudioPlayback() - Method in interface akasha.media.MediaTrackSupportedConstraints
-
- surfaceDimensions() - Method in class akasha.GamepadTouch
-
- surfaceId() - Method in class akasha.GamepadTouch
-
- surfaceScale() - Method in class akasha.svg.SVGFEDiffuseLightingElement
-
- surfaceScale() - Method in class akasha.svg.SVGFESpecularLightingElement
-
- surroundContents(Node) - Method in class akasha.Range
-
The Range.surroundContents() method moves content of the Range into a new node, placing the new node at the start of the specified range.
- suspend() - Method in class akasha.audio.AudioContext
-
The suspend() method of the AudioContext Interface suspends the progression of time in the audio context, temporarily halting audio hardware access and reducing CPU/battery usage in the process — this is useful if you want an application to power down the audio hardware when it will not be using an audio context for a while.
- suspend(double) - Method in class akasha.audio.OfflineAudioContext
-
The suspend() method of the OfflineAudioContext interface schedules a suspension of the time progression in the audio context at the specified time and returns a promise.
- suspended - Static variable in annotation type akasha.audio.AudioContextState
-
- suspendRedraw(int) - Method in class akasha.svg.SVGSVGElement
-
- svc(SvcOutputMetadata) - Method in interface akasha.codecs.EncodedVideoChunkMetadata.Builder
-
- svc() - Method in interface akasha.codecs.EncodedVideoChunkMetadata
-
- SvcOutputMetadata - Interface in akasha.codecs
-
- SvcOutputMetadata.Builder - Interface in akasha.codecs
-
- SVG_ANGLETYPE_DEG - Static variable in class akasha.svg.SVGAngle
-
- SVG_ANGLETYPE_GRAD - Static variable in class akasha.svg.SVGAngle
-
- SVG_ANGLETYPE_RAD - Static variable in class akasha.svg.SVGAngle
-
- SVG_ANGLETYPE_UNKNOWN - Static variable in class akasha.svg.SVGAngle
-
- SVG_ANGLETYPE_UNSPECIFIED - Static variable in class akasha.svg.SVGAngle
-
- SVG_CHANNEL_A - Static variable in class akasha.svg.SVGFEDisplacementMapElement
-
- SVG_CHANNEL_B - Static variable in class akasha.svg.SVGFEDisplacementMapElement
-
- SVG_CHANNEL_G - Static variable in class akasha.svg.SVGFEDisplacementMapElement
-
- SVG_CHANNEL_R - Static variable in class akasha.svg.SVGFEDisplacementMapElement
-
- SVG_CHANNEL_UNKNOWN - Static variable in class akasha.svg.SVGFEDisplacementMapElement
-
- SVG_EDGEMODE_DUPLICATE - Static variable in class akasha.svg.SVGFEConvolveMatrixElement
-
- SVG_EDGEMODE_DUPLICATE - Static variable in class akasha.svg.SVGFEGaussianBlurElement
-
- SVG_EDGEMODE_NONE - Static variable in class akasha.svg.SVGFEConvolveMatrixElement
-
- SVG_EDGEMODE_NONE - Static variable in class akasha.svg.SVGFEGaussianBlurElement
-
- SVG_EDGEMODE_UNKNOWN - Static variable in class akasha.svg.SVGFEConvolveMatrixElement
-
- SVG_EDGEMODE_UNKNOWN - Static variable in class akasha.svg.SVGFEGaussianBlurElement
-
- SVG_EDGEMODE_WRAP - Static variable in class akasha.svg.SVGFEConvolveMatrixElement
-
- SVG_EDGEMODE_WRAP - Static variable in class akasha.svg.SVGFEGaussianBlurElement
-
- SVG_FEBLEND_MODE_COLOR - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_COLOR_BURN - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_COLOR_DODGE - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_DARKEN - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_DIFFERENCE - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_EXCLUSION - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_HARD_LIGHT - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_HUE - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_LIGHTEN - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_LUMINOSITY - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_MULTIPLY - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_NORMAL - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_OVERLAY - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_SATURATION - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_SCREEN - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_SOFT_LIGHT - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FEBLEND_MODE_UNKNOWN - Static variable in class akasha.svg.SVGFEBlendElement
-
- SVG_FECOLORMATRIX_TYPE_HUEROTATE - Static variable in class akasha.svg.SVGFEColorMatrixElement
-
- SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA - Static variable in class akasha.svg.SVGFEColorMatrixElement
-
- SVG_FECOLORMATRIX_TYPE_MATRIX - Static variable in class akasha.svg.SVGFEColorMatrixElement
-
- SVG_FECOLORMATRIX_TYPE_SATURATE - Static variable in class akasha.svg.SVGFEColorMatrixElement
-
- SVG_FECOLORMATRIX_TYPE_UNKNOWN - Static variable in class akasha.svg.SVGFEColorMatrixElement
-
- SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE - Static variable in class akasha.svg.SVGComponentTransferFunctionElement
-
- SVG_FECOMPONENTTRANSFER_TYPE_GAMMA - Static variable in class akasha.svg.SVGComponentTransferFunctionElement
-
- SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY - Static variable in class akasha.svg.SVGComponentTransferFunctionElement
-
- SVG_FECOMPONENTTRANSFER_TYPE_LINEAR - Static variable in class akasha.svg.SVGComponentTransferFunctionElement
-
- SVG_FECOMPONENTTRANSFER_TYPE_TABLE - Static variable in class akasha.svg.SVGComponentTransferFunctionElement
-
- SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN - Static variable in class akasha.svg.SVGComponentTransferFunctionElement
-
- SVG_FECOMPOSITE_OPERATOR_ARITHMETIC - Static variable in class akasha.svg.SVGFECompositeElement
-
- SVG_FECOMPOSITE_OPERATOR_ATOP - Static variable in class akasha.svg.SVGFECompositeElement
-
- SVG_FECOMPOSITE_OPERATOR_IN - Static variable in class akasha.svg.SVGFECompositeElement
-
- SVG_FECOMPOSITE_OPERATOR_OUT - Static variable in class akasha.svg.SVGFECompositeElement
-
- SVG_FECOMPOSITE_OPERATOR_OVER - Static variable in class akasha.svg.SVGFECompositeElement
-
- SVG_FECOMPOSITE_OPERATOR_UNKNOWN - Static variable in class akasha.svg.SVGFECompositeElement
-
- SVG_FECOMPOSITE_OPERATOR_XOR - Static variable in class akasha.svg.SVGFECompositeElement
-
- SVG_LENGTHTYPE_CM - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_EMS - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_EXS - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_IN - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_MM - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_NUMBER - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_PC - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_PERCENTAGE - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_PT - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_PX - Static variable in class akasha.svg.SVGLength
-
- SVG_LENGTHTYPE_UNKNOWN - Static variable in class akasha.svg.SVGLength
-
- SVG_MARKER_ORIENT_ANGLE - Static variable in class akasha.svg.SVGMarkerElement
-
- SVG_MARKER_ORIENT_AUTO - Static variable in class akasha.svg.SVGMarkerElement
-
- SVG_MARKER_ORIENT_UNKNOWN - Static variable in class akasha.svg.SVGMarkerElement
-
- SVG_MARKERUNITS_STROKEWIDTH - Static variable in class akasha.svg.SVGMarkerElement
-
- SVG_MARKERUNITS_UNKNOWN - Static variable in class akasha.svg.SVGMarkerElement
-
- SVG_MARKERUNITS_USERSPACEONUSE - Static variable in class akasha.svg.SVGMarkerElement
-
- SVG_MEETORSLICE_MEET - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_MEETORSLICE_SLICE - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_MEETORSLICE_UNKNOWN - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_MORPHOLOGY_OPERATOR_DILATE - Static variable in class akasha.svg.SVGFEMorphologyElement
-
- SVG_MORPHOLOGY_OPERATOR_ERODE - Static variable in class akasha.svg.SVGFEMorphologyElement
-
- SVG_MORPHOLOGY_OPERATOR_UNKNOWN - Static variable in class akasha.svg.SVGFEMorphologyElement
-
- SVG_PRESERVEASPECTRATIO_NONE - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_UNKNOWN - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMAXYMAX - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMAXYMID - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMAXYMIN - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMIDYMAX - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMIDYMID - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMIDYMIN - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMINYMAX - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMINYMID - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_PRESERVEASPECTRATIO_XMINYMIN - Static variable in class akasha.svg.SVGPreserveAspectRatio
-
- SVG_SPREADMETHOD_PAD - Static variable in class akasha.svg.SVGGradientElement
-
- SVG_SPREADMETHOD_REFLECT - Static variable in class akasha.svg.SVGGradientElement
-
- SVG_SPREADMETHOD_REPEAT - Static variable in class akasha.svg.SVGGradientElement
-
- SVG_SPREADMETHOD_UNKNOWN - Static variable in class akasha.svg.SVGGradientElement
-
- SVG_STITCHTYPE_NOSTITCH - Static variable in class akasha.svg.SVGFETurbulenceElement
-
- SVG_STITCHTYPE_STITCH - Static variable in class akasha.svg.SVGFETurbulenceElement
-
- SVG_STITCHTYPE_UNKNOWN - Static variable in class akasha.svg.SVGFETurbulenceElement
-
- SVG_TRANSFORM_MATRIX - Static variable in class akasha.svg.SVGTransform
-
- SVG_TRANSFORM_ROTATE - Static variable in class akasha.svg.SVGTransform
-
- SVG_TRANSFORM_SCALE - Static variable in class akasha.svg.SVGTransform
-
- SVG_TRANSFORM_SKEWX - Static variable in class akasha.svg.SVGTransform
-
- SVG_TRANSFORM_SKEWY - Static variable in class akasha.svg.SVGTransform
-
- SVG_TRANSFORM_TRANSLATE - Static variable in class akasha.svg.SVGTransform
-
- SVG_TRANSFORM_UNKNOWN - Static variable in class akasha.svg.SVGTransform
-
- SVG_TURBULENCE_TYPE_FRACTALNOISE - Static variable in class akasha.svg.SVGFETurbulenceElement
-
- SVG_TURBULENCE_TYPE_TURBULENCE - Static variable in class akasha.svg.SVGFETurbulenceElement
-
- SVG_TURBULENCE_TYPE_UNKNOWN - Static variable in class akasha.svg.SVGFETurbulenceElement
-
- SVG_UNIT_TYPE_OBJECTBOUNDINGBOX - Static variable in class akasha.svg.SVGUnitTypes
-
- SVG_UNIT_TYPE_UNKNOWN - Static variable in class akasha.svg.SVGUnitTypes
-
- SVG_UNIT_TYPE_USERSPACEONUSE - Static variable in class akasha.svg.SVGUnitTypes
-
- SVG_ZOOMANDPAN_DISABLE - Static variable in class akasha.svg.SVGSVGElement
-
- SVG_ZOOMANDPAN_DISABLE - Static variable in class akasha.svg.SVGViewElement
-
- SVG_ZOOMANDPAN_MAGNIFY - Static variable in class akasha.svg.SVGSVGElement
-
- SVG_ZOOMANDPAN_MAGNIFY - Static variable in class akasha.svg.SVGViewElement
-
- SVG_ZOOMANDPAN_UNKNOWN - Static variable in class akasha.svg.SVGSVGElement
-
- SVG_ZOOMANDPAN_UNKNOWN - Static variable in class akasha.svg.SVGViewElement
-
- SVGAElement - Class in akasha.svg
-
The SVGAElement interface provides access to the properties of an <a> element, as well as methods to manipulate them.
- SVGAElement() - Constructor for class akasha.svg.SVGAElement
-
- SVGAngle - Class in akasha.svg
-
The SVGAngle interface is used to represent a value that can be an <angle> or <number> value.
- SVGAngle() - Constructor for class akasha.svg.SVGAngle
-
- SVGAnimatedAngle - Class in akasha.svg
-
The SVGAnimatedAngle interface is used for attributes of basic type <angle> which can be animated.
- SVGAnimatedAngle() - Constructor for class akasha.svg.SVGAnimatedAngle
-
- SVGAnimatedBoolean - Class in akasha.svg
-
The SVGAnimatedBoolean interface is used for attributes of type boolean which can be animated.
- SVGAnimatedBoolean() - Constructor for class akasha.svg.SVGAnimatedBoolean
-
- SVGAnimatedEnumeration - Class in akasha.svg
-
The SVGAnimatedEnumeration interface is used for attributes whose value must be a constant from a particular enumeration and which can be animated.
- SVGAnimatedEnumeration() - Constructor for class akasha.svg.SVGAnimatedEnumeration
-
- SVGAnimatedInteger - Class in akasha.svg
-
The SVGAnimatedInteger interface is used for attributes of basic type <integer> which can be animated.
- SVGAnimatedInteger() - Constructor for class akasha.svg.SVGAnimatedInteger
-
- SVGAnimatedLength - Class in akasha.svg
-
The SVGAnimatedLength interface represents attributes of type <length> which can be animated.
- SVGAnimatedLength() - Constructor for class akasha.svg.SVGAnimatedLength
-
- SVGAnimatedLengthList - Class in akasha.svg
-
The SVGAnimatedLengthList interface is used for attributes of type SVGLengthList which can be animated.
- SVGAnimatedLengthList() - Constructor for class akasha.svg.SVGAnimatedLengthList
-
- SVGAnimatedNumber - Class in akasha.svg
-
The SVGAnimatedNumber interface is used for attributes of basic type <Number> which can be animated.
- SVGAnimatedNumber() - Constructor for class akasha.svg.SVGAnimatedNumber
-
- SVGAnimatedNumberList - Class in akasha.svg
-
The SVGAnimatedNumber interface is used for attributes which take a list of numbers and which can be animated.
- SVGAnimatedNumberList() - Constructor for class akasha.svg.SVGAnimatedNumberList
-
- SVGAnimatedPreserveAspectRatio - Class in akasha.svg
-
The SVGAnimatedPreserveAspectRatio interface is used for attributes of type SVGPreserveAspectRatio which can be animated.
- SVGAnimatedPreserveAspectRatio() - Constructor for class akasha.svg.SVGAnimatedPreserveAspectRatio
-
- SVGAnimatedRect - Class in akasha.svg
-
The SVGAnimatedRect interface is used for attributes of basic SVGRect which can be animated.
- SVGAnimatedRect() - Constructor for class akasha.svg.SVGAnimatedRect
-
- SVGAnimatedString - Class in akasha.svg
-
The SVGAnimatedString interface represents string attributes which can be animated from each SVG declaration.
- SVGAnimatedString() - Constructor for class akasha.svg.SVGAnimatedString
-
- SVGAnimatedTransformList - Class in akasha.svg
-
The SVGAnimatedTransformList interface is used for attributes which take a list of numbers and which can be animated.
- SVGAnimatedTransformList() - Constructor for class akasha.svg.SVGAnimatedTransformList
-
- SVGBoundingBoxOptions - Interface in akasha.svg
-
- SVGBoundingBoxOptions.Builder - Interface in akasha.svg
-
- SVGCircleElement - Class in akasha.svg
-
The SVGCircleElement interface is an interface for the <circle> element.
- SVGCircleElement() - Constructor for class akasha.svg.SVGCircleElement
-
- SVGClipPathElement - Class in akasha.svg
-
The SVGClipPathElement interface provides access to the properties of <clipPath> elements, as well as methods to manipulate them.
- SVGClipPathElement() - Constructor for class akasha.svg.SVGClipPathElement
-
- SVGComponentTransferFunctionElement - Class in akasha.svg
-
The SVGComponentTransferFunctionElement interface defines a base interface used by the component transfer function interfaces.
- SVGComponentTransferFunctionElement() - Constructor for class akasha.svg.SVGComponentTransferFunctionElement
-
- SVGDefsElement - Class in akasha.svg
-
The SVGDefsElement interface corresponds to the <defs> element.
- SVGDefsElement() - Constructor for class akasha.svg.SVGDefsElement
-
- SVGDescElement - Class in akasha.svg
-
The SVGDescElement interface corresponds to the <desc> element.
- SVGDescElement() - Constructor for class akasha.svg.SVGDescElement
-
- SVGElement - Class in akasha.svg
-
All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.
- SVGElement() - Constructor for class akasha.svg.SVGElement
-
- SVGEllipseElement - Class in akasha.svg
-
The SVGEllipseElement interface provides access to the properties of <ellipse> elements.
- SVGEllipseElement() - Constructor for class akasha.svg.SVGEllipseElement
-
- SVGFEBlendElement - Class in akasha.svg
-
The SVGFEBlendElement interface corresponds to the <feBlend> element.
- SVGFEBlendElement() - Constructor for class akasha.svg.SVGFEBlendElement
-
- SVGFEColorMatrixElement - Class in akasha.svg
-
The SVGFEColorMatrixElement interface corresponds to the <feColorMatrix> element.
- SVGFEColorMatrixElement() - Constructor for class akasha.svg.SVGFEColorMatrixElement
-
- SVGFEComponentTransferElement - Class in akasha.svg
-
The SVGFEComponentTransferElement interface corresponds to the <feComponentTransfer> element.
- SVGFEComponentTransferElement() - Constructor for class akasha.svg.SVGFEComponentTransferElement
-
- SVGFECompositeElement - Class in akasha.svg
-
The SVGFECompositeElement interface corresponds to the <feComposite> element.
- SVGFECompositeElement() - Constructor for class akasha.svg.SVGFECompositeElement
-
- SVGFEConvolveMatrixElement - Class in akasha.svg
-
The SVGFEConvolveMatrixElement interface corresponds to the <feConvolveMatrix> element.
- SVGFEConvolveMatrixElement() - Constructor for class akasha.svg.SVGFEConvolveMatrixElement
-
- SVGFEDiffuseLightingElement - Class in akasha.svg
-
The SVGFEDiffuseLightingElement interface corresponds to the <feDiffuseLighting> element.
- SVGFEDiffuseLightingElement() - Constructor for class akasha.svg.SVGFEDiffuseLightingElement
-
- SVGFEDisplacementMapElement - Class in akasha.svg
-
The SVGFEDisplacementMapElement interface corresponds to the <feDisplacementMap> element.
- SVGFEDisplacementMapElement() - Constructor for class akasha.svg.SVGFEDisplacementMapElement
-
- SVGFEDistantLightElement - Class in akasha.svg
-
The SVGFEDistantLightElement interface corresponds to the <feDistantLight> element.
- SVGFEDistantLightElement() - Constructor for class akasha.svg.SVGFEDistantLightElement
-
- SVGFEDropShadowElement - Class in akasha.svg
-
The SVGFEDropShadowElement interface corresponds to the <feDropShadow> element.
- SVGFEDropShadowElement() - Constructor for class akasha.svg.SVGFEDropShadowElement
-
- SVGFEFloodElement - Class in akasha.svg
-
The SVGFEFloodElement interface corresponds to the <feFlood> element.
- SVGFEFloodElement() - Constructor for class akasha.svg.SVGFEFloodElement
-
- SVGFEFuncAElement - Class in akasha.svg
-
The SVGFEFuncAElement interface corresponds to the <feFuncA> element.
- SVGFEFuncAElement() - Constructor for class akasha.svg.SVGFEFuncAElement
-
- SVGFEFuncBElement - Class in akasha.svg
-
The SVGFEFuncBElement interface corresponds to the <feFuncB> element.
- SVGFEFuncBElement() - Constructor for class akasha.svg.SVGFEFuncBElement
-
- SVGFEFuncGElement - Class in akasha.svg
-
The SVGFEFuncGElement interface corresponds to the <feFuncG> element.
- SVGFEFuncGElement() - Constructor for class akasha.svg.SVGFEFuncGElement
-
- SVGFEFuncRElement - Class in akasha.svg
-
The SVGFEFuncRElement interface corresponds to the <feFuncR> element.
- SVGFEFuncRElement() - Constructor for class akasha.svg.SVGFEFuncRElement
-
- SVGFEGaussianBlurElement - Class in akasha.svg
-
The SVGFEGaussianBlurElement interface corresponds to the <feGaussianBlur> element.
- SVGFEGaussianBlurElement() - Constructor for class akasha.svg.SVGFEGaussianBlurElement
-
- SVGFEImageElement - Class in akasha.svg
-
The SVGFEImageElement interface corresponds to the <feImage> element.
- SVGFEImageElement() - Constructor for class akasha.svg.SVGFEImageElement
-
- SVGFEMergeElement - Class in akasha.svg
-
The SVGFEMergeElement interface corresponds to the <feMerge> element.
- SVGFEMergeElement() - Constructor for class akasha.svg.SVGFEMergeElement
-
- SVGFEMergeNodeElement - Class in akasha.svg
-
The SVGFEMergeNodeElement interface corresponds to the <feMergeNode> element.
- SVGFEMergeNodeElement() - Constructor for class akasha.svg.SVGFEMergeNodeElement
-
- SVGFEMorphologyElement - Class in akasha.svg
-
The SVGFEMorphologyElement interface corresponds to the <feMorphology> element.
- SVGFEMorphologyElement() - Constructor for class akasha.svg.SVGFEMorphologyElement
-
- SVGFEOffsetElement - Class in akasha.svg
-
The SVGFEOffsetElement interface corresponds to the <feOffset> element.
- SVGFEOffsetElement() - Constructor for class akasha.svg.SVGFEOffsetElement
-
- SVGFEPointLightElement - Class in akasha.svg
-
The SVGFEPointLightElement interface corresponds to the <fePointLight> element.
- SVGFEPointLightElement() - Constructor for class akasha.svg.SVGFEPointLightElement
-
- SVGFESpecularLightingElement - Class in akasha.svg
-
The SVGFESpecularLightingElement interface corresponds to the <feSpecularLighting> element.
- SVGFESpecularLightingElement() - Constructor for class akasha.svg.SVGFESpecularLightingElement
-
- SVGFESpotLightElement - Class in akasha.svg
-
The SVGFESpotLightElement interface corresponds to the <feSpotLight> element.
- SVGFESpotLightElement() - Constructor for class akasha.svg.SVGFESpotLightElement
-
- SVGFETileElement - Class in akasha.svg
-
The SVGFETileElement interface corresponds to the <feTile> element.
- SVGFETileElement() - Constructor for class akasha.svg.SVGFETileElement
-
- SVGFETurbulenceElement - Class in akasha.svg
-
The SVGFETurbulenceElement interface corresponds to the <feTurbulence> element.
- SVGFETurbulenceElement() - Constructor for class akasha.svg.SVGFETurbulenceElement
-
- SVGFilterElement - Class in akasha.svg
-
The SVGFilterElement interface provides access to the properties of <filter> elements, as well as methods to manipulate them.
- SVGFilterElement() - Constructor for class akasha.svg.SVGFilterElement
-
- SVGForeignObjectElement - Class in akasha.svg
-
The SVGForeignObjectElement interface provides access to the properties of <foreignObject> elements, as well as methods to manipulate them.
- SVGForeignObjectElement() - Constructor for class akasha.svg.SVGForeignObjectElement
-
- SVGGElement - Class in akasha.svg
-
The SVGGElement interface corresponds to the <g> element.
- SVGGElement() - Constructor for class akasha.svg.SVGGElement
-
- SVGGeometryElement - Class in akasha.svg
-
The SVGGeometryElement interface represents SVG elements whose rendering is defined by geometry with an equivalent path, and which can be filled and stroked.
- SVGGeometryElement() - Constructor for class akasha.svg.SVGGeometryElement
-
- SVGGradientElement - Class in akasha.svg
-
The SVGGradient interface is a base interface used by SVGLinearGradientElement and SVGRadialGradientElement.
- SVGGradientElement() - Constructor for class akasha.svg.SVGGradientElement
-
- SVGGraphicsElement - Class in akasha.svg
-
The SVGGraphicsElement interface represents SVG elements whose primary purpose is to directly render graphics into a group.
- SVGGraphicsElement() - Constructor for class akasha.svg.SVGGraphicsElement
-
- SVGImageElement - Class in akasha.svg
-
The SVGImageElement interface corresponds to the <image> element.
- SVGImageElement() - Constructor for class akasha.svg.SVGImageElement
-
- SVGLength - Class in akasha.svg
-
The SVGLength interface correspond to the <length> basic data type.
- SVGLength() - Constructor for class akasha.svg.SVGLength
-
- SVGLengthList - Class in akasha.svg
-
The SVGLengthList defines a list of SVGLength objects.
- SVGLengthList() - Constructor for class akasha.svg.SVGLengthList
-
- SVGLinearGradientElement - Class in akasha.svg
-
The SVGLinearGradientElement interface corresponds to the <linearGradient> element.
- SVGLinearGradientElement() - Constructor for class akasha.svg.SVGLinearGradientElement
-
- SVGLineElement - Class in akasha.svg
-
The SVGLineElement interface provides access to the properties of <line> elements, as well as methods to manipulate them.
- SVGLineElement() - Constructor for class akasha.svg.SVGLineElement
-
- SVGMarkerElement - Class in akasha.svg
-
- SVGMarkerElement() - Constructor for class akasha.svg.SVGMarkerElement
-
- SVGMaskElement - Class in akasha.svg
-
The SVGMaskElement interface provides access to the properties of <mask> elements, as well as methods to manipulate them.
- SVGMaskElement() - Constructor for class akasha.svg.SVGMaskElement
-
- SVGMetadataElement - Class in akasha.svg
-
The SVGMetadataElement interface corresponds to the <metadata> element.
- SVGMetadataElement() - Constructor for class akasha.svg.SVGMetadataElement
-
- SVGNumber - Class in akasha.svg
-
The SVGNumber interface corresponds to the <number> basic data type.
- SVGNumber() - Constructor for class akasha.svg.SVGNumber
-
- SVGNumberList - Class in akasha.svg
-
The SVGNumberList defines a list of SVGNumber objects.
- SVGNumberList() - Constructor for class akasha.svg.SVGNumberList
-
- SVGPathElement - Class in akasha.svg
-
The SVGPathElement interface corresponds to the <path> element.
- SVGPathElement() - Constructor for class akasha.svg.SVGPathElement
-
- SVGPatternElement - Class in akasha.svg
-
The SVGPatternElement interface corresponds to the <pattern> element.
- SVGPatternElement() - Constructor for class akasha.svg.SVGPatternElement
-
- SVGPointList - Class in akasha.svg
-
- SVGPointList() - Constructor for class akasha.svg.SVGPointList
-
- SVGPolygonElement - Class in akasha.svg
-
The SVGPolygonElement interface provides access to the properties of <polygon> elements, as well as methods to manipulate them.
- SVGPolygonElement() - Constructor for class akasha.svg.SVGPolygonElement
-
- SVGPolylineElement - Class in akasha.svg
-
The SVGPolylineElement interface provides access to the properties of <polyline> elements, as well as methods to manipulate them.
- SVGPolylineElement() - Constructor for class akasha.svg.SVGPolylineElement
-
- SVGPreserveAspectRatio - Class in akasha.svg
-
The SVGPreserveAspectRatio interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
- SVGPreserveAspectRatio() - Constructor for class akasha.svg.SVGPreserveAspectRatio
-
- SVGRadialGradientElement - Class in akasha.svg
-
The SVGRadialGradientElement interface corresponds to the <RadialGradient> element.
- SVGRadialGradientElement() - Constructor for class akasha.svg.SVGRadialGradientElement
-
- SVGRectElement - Class in akasha.svg
-
The SVGRectElement interface provides access to the properties of <rect> elements, as well as methods to manipulate them.
- SVGRectElement() - Constructor for class akasha.svg.SVGRectElement
-
- SVGScriptElement - Class in akasha.svg
-
The SVGScriptElement interface corresponds to the SVG <script> element.
- SVGScriptElement() - Constructor for class akasha.svg.SVGScriptElement
-
- SVGStopElement - Class in akasha.svg
-
The SVGStopElement interface corresponds to the <stop> element.
- SVGStopElement() - Constructor for class akasha.svg.SVGStopElement
-
- SVGStringList - Class in akasha.svg
-
The SVGStringList defines a list of DOMString objects.
- SVGStringList() - Constructor for class akasha.svg.SVGStringList
-
- SVGStyleElement - Class in akasha.svg
-
The SVGStyleElement interface corresponds to the SVG <style> element.
- SVGStyleElement() - Constructor for class akasha.svg.SVGStyleElement
-
- SVGSVGElement - Class in akasha.svg
-
The SVGSVGElement interface provides access to the properties of <svg> elements, as well as methods to manipulate them.
- SVGSVGElement() - Constructor for class akasha.svg.SVGSVGElement
-
- SVGSwitchElement - Class in akasha.svg
-
The SVGSwitchElement interface corresponds to the <switch> element.
- SVGSwitchElement() - Constructor for class akasha.svg.SVGSwitchElement
-
- SVGSymbolElement - Class in akasha.svg
-
The SVGSymbolElement interface corresponds to the <symbol> element.
- SVGSymbolElement() - Constructor for class akasha.svg.SVGSymbolElement
-
- SVGTextContentElement - Class in akasha.svg
-
The SVGTextContentElement interface is implemented by elements that support rendering child text content.
- SVGTextContentElement() - Constructor for class akasha.svg.SVGTextContentElement
-
- SVGTextElement - Class in akasha.svg
-
The SVGTextElement interface corresponds to the <text> elements.
- SVGTextElement() - Constructor for class akasha.svg.SVGTextElement
-
- SVGTextPathElement - Class in akasha.svg
-
The SVGTextPathElement interface corresponds to the <textPath> element.
- SVGTextPathElement() - Constructor for class akasha.svg.SVGTextPathElement
-
- SVGTextPositioningElement - Class in akasha.svg
-
The SVGTextPositioningElement interface is implemented by elements that support attributes that position individual text glyphs.
- SVGTextPositioningElement() - Constructor for class akasha.svg.SVGTextPositioningElement
-
- SVGTitleElement - Class in akasha.svg
-
The SVGTitleElement interface corresponds to the <title> element.
- SVGTitleElement() - Constructor for class akasha.svg.SVGTitleElement
-
- SVGTransform - Class in akasha.svg
-
SVGTransform is the interface for one of the component transformations within an SVGTransformList; thus, an SVGTransform object corresponds to a single component (e.g., scale(…) or matrix(…)) within a transform attribute.
- SVGTransform() - Constructor for class akasha.svg.SVGTransform
-
- SVGTransformList - Class in akasha.svg
-
The SVGTransformList defines a list of SVGTransform objects.
- SVGTransformList() - Constructor for class akasha.svg.SVGTransformList
-
- SVGTSpanElement - Class in akasha.svg
-
The SVGTSpanElement interface represents a <tspan> element.
- SVGTSpanElement() - Constructor for class akasha.svg.SVGTSpanElement
-
- SVGUnitTypes - Class in akasha.svg
-
The SVGUnitTypes interface defines a commonly used set of constants used for reflecting gradientUnits, patternContentUnits and other similar attributes.
- SVGUnitTypes() - Constructor for class akasha.svg.SVGUnitTypes
-
- SVGUnknownElement - Class in akasha.svg
-
- SVGUnknownElement() - Constructor for class akasha.svg.SVGUnknownElement
-
- SVGUseElement - Class in akasha.svg
-
The SVGUseElement interface corresponds to the <use> element.
- SVGUseElement() - Constructor for class akasha.svg.SVGUseElement
-
- SVGUseElementShadowRoot - Class in akasha.svg
-
- SVGUseElementShadowRoot() - Constructor for class akasha.svg.SVGUseElementShadowRoot
-
- SVGViewElement - Class in akasha.svg
-
The SVGViewElement interface provides access to the properties of <view> elements, as well as methods to manipulate them.
- SVGViewElement() - Constructor for class akasha.svg.SVGViewElement
-
- swash() - Method in class akasha.CSSFontFeatureValuesRule
-
- Symbol - Interface in akasha.core
-
The data type symbol is a primitive data type.
- symbols - Variable in class akasha.CSSCounterStyleRule
-
- sync() - Method in class akasha.ServiceWorkerRegistration
-
The sync property of the ServiceWorkerRegistration interface returns a reference to the SyncManager interface, which manages background synchronization processes.
- SYNC_CONDITION - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SYNC_FENCE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SYNC_FLAGS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SYNC_FLUSH_COMMANDS_BIT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SYNC_GPU_COMMANDS_COMPLETE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SYNC_STATUS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- SyncEvent - Class in akasha
-
The SyncEvent interface represents a sync action that is dispatched on the ServiceWorkerGlobalScope of a ServiceWorker.
- SyncEvent(String, SyncEventInit) - Constructor for class akasha.SyncEvent
-
The SyncEvent() constructor creates a new SyncEvent object.
- SyncEventHandler - Interface in akasha
-
Handle events of type SyncEvent
- SyncEventInit - Interface in akasha
-
- SyncEventInit.Builder - Interface in akasha
-
- SyncEventListener - Interface in akasha
-
Listener for events of type SyncEvent
- SyncManager - Class in akasha
-
The SyncManager interface of the ServiceWorker API provides an interface for registering and listing sync registrations.
- SyncManager() - Constructor for class akasha.SyncManager
-
- SYNTAX_ERR - Static variable in class akasha.DOMException
-
- SyntaxError - Class in akasha.core
-
The SyntaxError object represents an error when trying to interpret syntactically invalid code.
- SyntaxError(String) - Constructor for class akasha.core.SyntaxError
-
The SyntaxError constructor creates a new error object that represents an error when trying to interpret syntactically invalid code.
- SyntaxError() - Constructor for class akasha.core.SyntaxError
-
The SyntaxError constructor creates a new error object that represents an error when trying to interpret syntactically invalid code.
- synthesis_failed - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- synthesis_unavailable - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- sysex(boolean) - Method in interface akasha.midi.MIDIOptions.Builder
-
- sysex() - Method in interface akasha.midi.MIDIOptions
-
- sysex(boolean) - Method in interface akasha.midi.MidiPermissionDescriptor.Builder
-
- sysex() - Method in interface akasha.midi.MidiPermissionDescriptor
-
- sysexEnabled() - Method in class akasha.midi.MIDIAccess
-
- system - Variable in class akasha.CSSCounterStyleRule
-
- systemId() - Method in class akasha.DocumentType
-
- systemLanguage() - Method in class akasha.svg.SVGGraphicsElement
-
- t(String) - Method in interface akasha.crypto.RsaOtherPrimesInfo.Builder
-
- t() - Method in interface akasha.crypto.RsaOtherPrimesInfo
-
- tabIndex - Variable in class akasha.HTMLElement
-
- tabIndex - Variable in class akasha.svg.SVGElement
-
- table(Object, JsArray<String>) - Static method in class akasha.Console
-
Displays tabular data as a table.
- table(Object, String...) - Static method in class akasha.Console
-
Displays tabular data as a table.
- table(Object) - Static method in class akasha.Console
-
Displays tabular data as a table.
- table() - Static method in class akasha.Console
-
Displays tabular data as a table.
- table - Static variable in annotation type akasha.wasm.ImportExportKind
-
- Table - Class in akasha.wasm
-
The WebAssembly.Table() object is a JavaScript wrapper object — an array-like structure representing a WebAssembly Table, which stores function references.
- Table(TableDescriptor) - Constructor for class akasha.wasm.Table
-
- TableDescriptor - Interface in akasha.wasm
-
- TableDescriptor.Builder - Interface in akasha.wasm
-
- TableDescriptor.Step1 - Interface in akasha.wasm
-
- TableKind - Annotation Type in akasha.wasm
-
- TableKind.Util - Class in akasha.wasm
-
- tableValues() - Method in class akasha.svg.SVGComponentTransferFunctionElement
-
- tag(String) - Method in interface akasha.notifications.GetNotificationOptions.Builder
-
- tag() - Method in interface akasha.notifications.GetNotificationOptions
-
- tag() - Method in class akasha.notifications.Notification
-
The tag read-only property of the Notification interface signifies an identifying tag for the notification, as specified in the tag option of the Notification() constructor.
- tag(String) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- tag() - Method in interface akasha.notifications.NotificationOptions
-
- tag() - Method in class akasha.SyncEvent
-
The SyncEvent.tag read-only property of the SyncEvent interface returns the developer-defined identifier for this SyncEvent.
- tag(String) - Static method in interface akasha.SyncEventInit
-
- tag() - Method in interface akasha.SyncEventInit
-
- tagLength(short) - Method in interface akasha.crypto.AesGcmParams.Builder
-
- tagLength() - Method in interface akasha.crypto.AesGcmParams
-
- tagName() - Method in class akasha.Element
-
The tagName read-only property of the Element interface returns the tag name of the element on which it's called.
- taintEnabled() - Method in class akasha.Navigator
-
The NavigatorID.taintEnabled() method always returns false.
- taintEnabled() - Method in class akasha.WorkerNavigator
-
The NavigatorID.taintEnabled() method always returns false.
- takeRecords() - Method in class akasha.IntersectionObserver
-
The IntersectionObserver method takeRecords() returns an array of IntersectionObserverEntry objects, one for each targeted element which has experienced an intersection change since the last time the intersections were checked, either explicitly through a call to this method or implicitly by an automatic call to the observer's callback.
- takeRecords() - Method in class akasha.MutationObserver
-
The MutationObserver method takeRecords() returns a list of all matching DOM changes that have been detected but not yet processed by the observer's callback function, leaving the mutation queue empty.
- takeRecords() - Method in class akasha.perf.PerformanceObserver
-
The takeRecords() method of the PerformanceObserver interface returns the current list of performance entries stored in the performance observer, emptying it out.
- takeRecords() - Method in class akasha.ReportingObserver
-
The takeRecords() method of the ReportingObserver interface returns the current list of reports contained in the observer's report queue, and empties the queue.
- tan(double) - Static method in class akasha.core.JsMath
-
The Math.tan() function returns the tangent of a number.
- tangentialPressure() - Method in class akasha.PointerEvent
-
The tangentialPressure read-only property of the PointerEvent interface represents the normalized tangential pressure of the pointer input (also known as barrel pressure or cylinder stress).
- tangentialPressure(float) - Method in interface akasha.PointerEventInit.Builder
-
- tangentialPressure() - Method in interface akasha.PointerEventInit
-
- tanh(double) - Static method in class akasha.core.JsMath
-
The Math.tanh() function returns the hyperbolic tangent of a number, that is
- target() - Method in class akasha.Event
-
The target property of the Event interface is a reference to the object onto which the event was dispatched.
- target - Variable in class akasha.HTMLAnchorElement
-
- target - Variable in class akasha.HTMLAreaElement
-
- target - Variable in class akasha.HTMLBaseElement
-
- target - Variable in class akasha.HTMLFormElement
-
The target property of the HTMLFormElement interface represents the target of the form's action (i.e., the frame in which to render its output).
- target - Variable in class akasha.HTMLLinkElement
-
- target() - Method in class akasha.IntersectionObserverEntry
-
The IntersectionObserverEntry interface's read-only target property indicates which targeted Element has changed its amount of intersection with the intersection root.
- target(Element) - Method in interface akasha.IntersectionObserverEntryInit.Step5
-
- target() - Method in interface akasha.IntersectionObserverEntryInit
-
- target - Variable in class akasha.KeyframeEffect
-
The target property of a KeyframeEffect interface represents the element or pseudo-element being animated.
- target() - Method in class akasha.MutationRecord
-
- target() - Method in class akasha.ProcessingInstruction
-
- target() - Method in class akasha.ResizeObservation
-
- target() - Method in class akasha.ResizeObserverEntry
-
- target() - Method in class akasha.svg.SVGAElement
-
The SVGAElement.target read-only property of SVGAElement returns an SVGAnimatedString object that specifies the portion of a target window, frame, pane into which a document is to be opened when a link is activated.
- target() - Method in class akasha.Touch
-
Returns the Element (EventTarget) on which the touch contact started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
- target(EventTarget) - Method in interface akasha.TouchInit.Step1
-
- target() - Method in interface akasha.TouchInit
-
- targetBitrate(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- targetBitrate() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- targetOrigin(String) - Method in interface akasha.WindowPostMessageOptions.Builder
-
- targetOrigin() - Method in interface akasha.WindowPostMessageOptions
-
- targetRayMode() - Method in class akasha.xr.XRInputSource
-
The read-only XRInputSource property targetRayMode indicates the method by which the target ray for the input source should be generated and how it should be presented to the user.
- targetRaySpace() - Method in class akasha.xr.XRInputSource
-
The read-only XRInputSource property targetRaySpace returns an XRSpace (typically an XRReferenceSpace) representing the position and orientation of the target ray in the virtual space.
- targets(JsArray<GPUColorTargetState>) - Method in interface akasha.gpu.GPUFragmentState.Step2
-
- targets(GPUColorTargetState...) - Method in interface akasha.gpu.GPUFragmentState.Step2
-
- targets() - Method in interface akasha.gpu.GPUFragmentState
-
- targetTouches() - Method in class akasha.TouchEvent
-
The targetTouches read-only property is a TouchList listing all the Touch objects for touch points that are still in contact with the touch surface and whose touchstart event occurred inside the same target element as the current target element.
- targetTouches(JsArray<Touch>) - Method in interface akasha.TouchEventInit.Builder
-
- targetTouches(Touch...) - Method in interface akasha.TouchEventInit.Builder
-
- targetTouches() - Method in interface akasha.TouchEventInit
-
- targetX() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- targetY() - Method in class akasha.svg.SVGFEConvolveMatrixElement
-
- tBodies() - Method in class akasha.HTMLTableElement
-
The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the bodies in a table.
- tcp - Static variable in annotation type akasha.rtc.RTCIceProtocol
-
- tcpType() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only tcpType property is included on TCP candidates to provide additional details about the candidate type.
- tee() - Method in class akasha.ReadableStream
-
The tee() method of the ReadableStream interface tees the current readable stream, returning a two-element array containing the two resulting branches as new ReadableStream instances.
- tel - Static variable in annotation type akasha.AutocompleteType
-
A full telephone number, including the country code.
- tel - Static variable in annotation type akasha.InputModeType
-
A telephone keypad input, including the digits 0–9, the asterisk (*), and the pound (#) key.
- tel - Static variable in annotation type akasha.InputType
-
A control for entering a telephone number.
- tel_area_code - Static variable in annotation type akasha.AutocompleteType
-
The area code, with any country-internal prefix applied if appropriate.
- tel_country_code - Static variable in annotation type akasha.AutocompleteType
-
The country code, such as "1" for the United States, Canada, and other areas in North America and parts of the Caribbean.
- tel_extension - Static variable in annotation type akasha.AutocompleteType
-
A telephone extension code within the phone number, such as a room or suite number in a hotel or an office extension in a company.
- tel_local - Static variable in annotation type akasha.AutocompleteType
-
The phone number without the country or area code.
- tel_national - Static variable in annotation type akasha.AutocompleteType
-
The entire phone number without the country code component, including a country-internal prefix.
- temporalLayerId(int) - Method in interface akasha.codecs.SvcOutputMetadata.Builder
-
- temporalLayerId() - Method in interface akasha.codecs.SvcOutputMetadata
-
- temporary - Static variable in annotation type akasha.MediaKeySessionType
-
- terminate() - Method in class akasha.TransformStreamDefaultController
-
- terminate() - Method in class akasha.Worker
-
The terminate() method of the Worker interface immediately terminates the Worker.
- test(String) - Method in class akasha.core.RegExp
-
The test() method executes a search for a match between a regular expression and a specified string.
- test(T) - Method in interface akasha.lang.JsArray.Predicate
-
- test(T, int) - Method in interface akasha.lang.JsArray.Predicate2
-
- test(T, int, JsArray<T>) - Method in interface akasha.lang.JsArray.Predicate3
-
- TexelDataType - Annotation Type in akasha.gl
-
- TexelDataType.Util - Class in akasha.gl
-
- texImage2D(int, int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
- texImage2D(int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
- texImage2D(int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
- texImage2D(int, int, int, int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
- texImage2D(int, int, int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
- texImage2D(int, int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
- texImage2D(int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
- texImage3D(int, int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage3D() method of the WebGL API specifies a three-dimensional texture image.
- texImage3D(int, int, int, int, int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage3D() method of the WebGL API specifies a three-dimensional texture image.
- texImage3D(int, int, int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage3D() method of the WebGL API specifies a three-dimensional texture image.
- texImage3D(int, int, int, int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texImage3D() method of the WebGL API specifies a three-dimensional texture image.
- TexImageSource - Interface in akasha.gl
-
- texParameterf(int, int, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texParameter[fi]() methods of the WebGL API set texture parameters.
- texParameterf(int, int, float) - Method in class akasha.gl.WebGLRenderingContext
-
- texParameteri(int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texParameter[fi]() methods of the WebGL API set texture parameters.
- texParameteri(int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
- texStorage2D(int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.texStorage2D() method of the WebGL API specifies all levels of two-dimensional texture storage.
- texStorage3D(int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.texStorage3D() method of the WebGL API specifies all levels of a three-dimensional texture or two-dimensional array texture.
- texSubImage2D(int, int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage2D(int, int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage2D(int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage2D(int, int, int, int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage2D(int, int, int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage2D(int, int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage2D(int, int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage3D(int, int, int, int, int, int, int, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.texSubImage3D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage3D(int, int, int, int, int, int, int, int, int, int, TexImageSource) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.texSubImage3D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage3D(int, int, int, int, int, int, int, int, int, int, ArrayBufferView, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.texSubImage3D() method of the WebGL API specifies a sub-rectangle of the current texture.
- texSubImage3D(int, int, int, int, int, int, int, int, int, int, ArrayBufferView) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.texSubImage3D() method of the WebGL API specifies a sub-rectangle of the current texture.
- text() - Method in class akasha.Blob
-
The text() method in the Blob interface returns a Promise that resolves with a string containing the contents of the blob, interpreted as UTF-8.
- text - Variable in class akasha.HTMLAnchorElement
-
- text - Variable in class akasha.HTMLBodyElement
-
- text - Variable in class akasha.HTMLOptionElement
-
- text - Variable in class akasha.HTMLScriptElement
-
- text - Variable in class akasha.HTMLTitleElement
-
- text - Static variable in annotation type akasha.InputModeType
-
Standard input keyboard for the user's current locale.
- text - Static variable in annotation type akasha.InputType
-
The default value.
- text() - Method in class akasha.PushMessageData
-
The text()method of the PushMessageData interface extracts push message data as a plain text string.
- text() - Method in class akasha.Request
-
The text() method of the Body mixin takes a Response stream and reads it to completion.
- text() - Method in class akasha.Response
-
The text() method of the Body mixin takes a Response stream and reads it to completion.
- text(String) - Method in interface akasha.ShareData.Builder
-
- text() - Method in interface akasha.ShareData
-
- text - Variable in class akasha.speech.SpeechSynthesisUtterance
-
The text property of the SpeechSynthesisUtterance interface gets and sets the text that will be synthesised when the utterance is spoken.
- text - Variable in class akasha.svg.SVGAElement
-
- Text - Class in akasha
-
The Text interface represents a text node in a DOM tree.
- Text(String) - Constructor for class akasha.Text
-
The Text() constructor returns a newly created Text object with the optional DOMString given in parameter as its textual content.
- Text() - Constructor for class akasha.Text
-
The Text() constructor returns a newly created Text object with the optional DOMString given in parameter as its textual content.
- text - Variable in class akasha.VTTCue
-
- text - Static variable in annotation type akasha.XMLHttpRequestResponseType
-
- text_html - Static variable in annotation type akasha.DOMParserSupportedType
-
- TEXT_NODE - Static variable in class akasha.Node
-
- text_plain - Static variable in annotation type akasha.FormEncodingType
-
Introduced by HTML5 for debugging purposes.
- text_too_long - Static variable in annotation type akasha.speech.SpeechSynthesisErrorCode
-
- text_xml - Static variable in annotation type akasha.DOMParserSupportedType
-
- textAlign - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.textAlign property of the Canvas 2D API specifies the current text alignment used when drawing text.
- textAlign - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- textBaseline - Variable in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.textBaseline property of the Canvas 2D API specifies the current text baseline used when drawing text.
- textBaseline - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- textContent - Variable in class akasha.Node
-
The textContent property of the Node interface represents the text content of the node and its descendants.
- TextDecodeOptions - Interface in akasha
-
- TextDecodeOptions.Builder - Interface in akasha
-
- TextDecoder - Class in akasha
-
The TextDecoder interface represents a decoder for a specific text encoding, such as UTF-8, ISO-8859-2, KOI8-R, GBK, etc.
- TextDecoder(String, TextDecoderOptions) - Constructor for class akasha.TextDecoder
-
The TextDecoder() constructor returns a newly created TextDecoder object for the encoding specified in parameter.
- TextDecoder(String) - Constructor for class akasha.TextDecoder
-
The TextDecoder() constructor returns a newly created TextDecoder object for the encoding specified in parameter.
- TextDecoder() - Constructor for class akasha.TextDecoder
-
The TextDecoder() constructor returns a newly created TextDecoder object for the encoding specified in parameter.
- TextDecoderOptions - Interface in akasha
-
- TextDecoderOptions.Builder - Interface in akasha
-
- TextDecoderStream - Class in akasha
-
The TextDecoderStream interface of the Encoding API converts a stream of strings into bytes in the UTF-8 encoding.
- TextDecoderStream(String, TextDecoderOptions) - Constructor for class akasha.TextDecoderStream
-
- TextDecoderStream(String) - Constructor for class akasha.TextDecoderStream
-
- TextDecoderStream() - Constructor for class akasha.TextDecoderStream
-
- TextEncoder - Class in akasha
-
The TextEncoder interface takes a stream of code points as input and emits a stream of UTF-8 bytes.
- TextEncoder() - Constructor for class akasha.TextEncoder
-
The TextEncoder() constructor returns a newly created utf-8 TextEncoder object.
- TextEncoderEncodeIntoResult - Interface in akasha
-
- TextEncoderEncodeIntoResult.Builder - Interface in akasha
-
- TextEncoderStream - Class in akasha
-
The TextEncoderStream interface of the Encoding API converts a stream of strings into bytes in the UTF-8 encoding.
- TextEncoderStream() - Constructor for class akasha.TextEncoderStream
-
- textLength() - Method in class akasha.HTMLTextAreaElement
-
- textLength() - Method in class akasha.svg.SVGTextContentElement
-
- TextMetrics - Class in akasha
-
The TextMetrics interface represents the dimensions of a piece of text in the canvas; a TextMetrics instance can be retrieved using the CanvasRenderingContext2D.measureText() method.
- TextMetrics() - Constructor for class akasha.TextMetrics
-
- TEXTPATH_METHODTYPE_ALIGN - Static variable in class akasha.svg.SVGTextPathElement
-
- TEXTPATH_METHODTYPE_STRETCH - Static variable in class akasha.svg.SVGTextPathElement
-
- TEXTPATH_METHODTYPE_UNKNOWN - Static variable in class akasha.svg.SVGTextPathElement
-
- TEXTPATH_SPACINGTYPE_AUTO - Static variable in class akasha.svg.SVGTextPathElement
-
- TEXTPATH_SPACINGTYPE_EXACT - Static variable in class akasha.svg.SVGTextPathElement
-
- TEXTPATH_SPACINGTYPE_UNKNOWN - Static variable in class akasha.svg.SVGTextPathElement
-
- textRendering - Variable in class akasha.CanvasRenderingContext2D
-
- textRendering - Variable in class akasha.OffscreenCanvasRenderingContext2D
-
- TextTrack - Class in akasha
-
The TextTrack interface—part of the API for handling WebVTT (text tracks on media presentations)—describes and controls the text track associated with a particular <track> element.
- TextTrack() - Constructor for class akasha.TextTrack
-
- TextTrackCue - Class in akasha
-
TextTrackCue is an abstract class which is used as the basis for the various derived cue types, such as VTTCue; you will instead work with those derived types.
- TextTrackCue() - Constructor for class akasha.TextTrackCue
-
- TextTrackCueList - Class in akasha
-
The TextTrackCueList array-like object represents a dynamically updating list of TextTrackCue objects.
- TextTrackCueList() - Constructor for class akasha.TextTrackCueList
-
- TextTrackKind - Annotation Type in akasha
-
- TextTrackKind.Util - Class in akasha
-
- TextTrackList - Class in akasha
-
The TextTrackList interface is used to represent a list of the text tracks defined by the <track> element, with each track represented by a separate textTrack object in the list.
- TextTrackList() - Constructor for class akasha.TextTrackList
-
- TextTrackMode - Annotation Type in akasha
-
- TextTrackMode.Util - Class in akasha
-
- textTracks() - Method in class akasha.HTMLMediaElement
-
The read-only textTracks property on HTMLMediaElement objects returns a TextTrackList object listing all of the TextTrack objects representing the media element's text tracks
- textTracks() - Method in class akasha.media.SourceBuffer
-
The textTracks read-only property of the SourceBuffer interface returns a list of the text tracks currently contained inside the SourceBuffer.
- TEXTURE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE - Static variable in class akasha.gl.WebGLRenderingContext
-
- texture(GPUTextureBindingLayout) - Method in interface akasha.gpu.GPUBindGroupLayoutEntry.Builder
-
- texture() - Method in interface akasha.gpu.GPUBindGroupLayoutEntry
-
- texture(GPUTexture) - Static method in interface akasha.gpu.GPUImageCopyTexture
-
- texture() - Method in interface akasha.gpu.GPUImageCopyTexture
-
- texture(GPUTexture) - Static method in interface akasha.gpu.GPUImageCopyTextureTagged
-
- texture - Static variable in annotation type akasha.xr.XRTextureType
-
- texture() - Method in class akasha.xr.XRWebGLDepthInformation
-
- TEXTURE0 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE0 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE1 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE1 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE10 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE10 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE11 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE11 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE12 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE12 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE13 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE13 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE14 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE14 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE15 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE15 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE16 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE16 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE17 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE17 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE18 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE18 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE19 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE19 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE2 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE20 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE20 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE21 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE21 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE22 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE22 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE23 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE23 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE24 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE24 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE25 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE25 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE26 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE26 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE27 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE27 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE28 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE28 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE29 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE29 - Static variable in class akasha.gl.WebGLRenderingContext
-
- Texture2DSurfaceTargetType - Annotation Type in akasha.gl
-
- Texture2DSurfaceTargetType.Util - Class in akasha.gl
-
- Texture2DTargetType - Annotation Type in akasha.gl
-
- Texture2DTargetType.Util - Class in akasha.gl
-
- TEXTURE3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE3 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE30 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE30 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE31 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE31 - Static variable in class akasha.gl.WebGLRenderingContext
-
- Texture3DTargetType - Annotation Type in akasha.gl
-
- Texture3DTargetType.Util - Class in akasha.gl
-
- TEXTURE4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE4 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE5 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE5 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE6 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE6 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE7 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE7 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE8 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE9 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE9 - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_2D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_2D - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_2D_ARRAY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_3D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- texture_array - Static variable in annotation type akasha.xr.XRTextureType
-
- TEXTURE_BASE_LEVEL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_BINDING - Static variable in class akasha.gpu.GPUTextureUsage
-
- TEXTURE_BINDING_2D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_BINDING_2D - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_BINDING_2D_ARRAY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_BINDING_3D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_BINDING_CUBE_MAP - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_BINDING_CUBE_MAP - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_COMPARE_FUNC - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_COMPARE_MODE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- texture_compression_astc - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- texture_compression_bc - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- texture_compression_etc2 - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- TEXTURE_CUBE_MAP - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_CUBE_MAP - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_CUBE_MAP_NEGATIVE_X - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_CUBE_MAP_NEGATIVE_Y - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_CUBE_MAP_NEGATIVE_Z - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_CUBE_MAP_POSITIVE_X - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_CUBE_MAP_POSITIVE_Y - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_CUBE_MAP_POSITIVE_Z - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_IMMUTABLE_FORMAT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_IMMUTABLE_LEVELS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_MAG_FILTER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_MAG_FILTER - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_MAX_ANISOTROPY_EXT - Static variable in class akasha.gl.EXT_texture_filter_anisotropic
-
- TEXTURE_MAX_LEVEL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_MAX_LOD - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_MIN_FILTER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_MIN_FILTER - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_MIN_LOD - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_WRAP_R - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_WRAP_S - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_WRAP_S - Static variable in class akasha.gl.WebGLRenderingContext
-
- TEXTURE_WRAP_T - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TEXTURE_WRAP_T - Static variable in class akasha.gl.WebGLRenderingContext
-
- textureArrayLength() - Method in class akasha.xr.XRProjectionLayer
-
- TextureComparisonFunction - Annotation Type in akasha.gl
-
- TextureComparisonFunction.Util - Class in akasha.gl
-
- TextureComparisonMode - Annotation Type in akasha.gl
-
- TextureComparisonMode.Util - Class in akasha.gl
-
- TextureFormat - Annotation Type in akasha.gl
-
- TextureFormat.Util - Class in akasha.gl
-
- textureHeight() - Method in class akasha.xr.XRProjectionLayer
-
- textureHeight() - Method in class akasha.xr.XRWebGLSubImage
-
- TextureInternalFormat - Annotation Type in akasha.gl
-
- TextureInternalFormat.Util - Class in akasha.gl
-
- TextureParameter - Annotation Type in akasha.gl
-
- TextureParameter.Util - Class in akasha.gl
-
- TextureTargetType - Annotation Type in akasha.gl
-
- TextureTargetType.Util - Class in akasha.gl
-
- textureType(String) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- textureType() - Method in interface akasha.xr.XRCylinderLayerInit
-
- textureType(String) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- textureType() - Method in interface akasha.xr.XREquirectLayerInit
-
- textureType(String) - Method in interface akasha.xr.XRProjectionLayerInit.Builder
-
- textureType() - Method in interface akasha.xr.XRProjectionLayerInit
-
- textureType(String) - Method in interface akasha.xr.XRQuadLayerInit.Builder
-
- textureType() - Method in interface akasha.xr.XRQuadLayerInit
-
- textureWidth() - Method in class akasha.xr.XRProjectionLayer
-
- textureWidth() - Method in class akasha.xr.XRWebGLSubImage
-
- tFoot - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement.tFoot property represents the tfoot element of a table.
- tHead - Variable in class akasha.HTMLTableElement
-
The HTMLTableElement.tHead represents the thead element of a table.
- then(OnFulfilledCallback<? super T, ? extends V>) - Method in class akasha.promise.Promise
-
Appends the fulfillment handler to the promise, and returns a new promise resolving to the
return value of the called handler.
- then(OnFulfilledCallback<? super T, ? extends V>, OnRejectedCallback<? extends V>) - Method in class akasha.promise.Promise
-
Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to the
return value of the called handler, or to its original settled value if the promise was not handled
(i.e.
- thenAccept(AcceptCallback<? super T>) - Method in class akasha.promise.Promise
-
Appends the fulfillment handler to the promise, and returns a new promise resolving to a void value.
- threshold() - Method in class akasha.audio.DynamicsCompressorNode
-
An AudioParam.
- threshold(float) - Method in interface akasha.audio.DynamicsCompressorOptions.Builder
-
- threshold() - Method in interface akasha.audio.DynamicsCompressorOptions
-
- threshold(DoubleOrDoubleArrayUnion) - Method in interface akasha.IntersectionObserverInit.Builder
-
- threshold(double) - Method in interface akasha.IntersectionObserverInit.Builder
-
- threshold(JsArray<Double>) - Method in interface akasha.IntersectionObserverInit.Builder
-
- threshold(double...) - Method in interface akasha.IntersectionObserverInit.Builder
-
- threshold() - Method in interface akasha.IntersectionObserverInit
-
- thresholds() - Method in class akasha.IntersectionObserver
-
The IntersectionObserver interface's read-only thresholds property returns the list of intersection thresholds that was specified when the observer was instantiated with IntersectionObserver().
- throwIfAborted() - Method in class akasha.AbortSignal
-
- thumb_metacarpal - Static variable in annotation type akasha.xr.XRHandJoint
-
- thumb_phalanx_distal - Static variable in annotation type akasha.xr.XRHandJoint
-
- thumb_phalanx_proximal - Static variable in annotation type akasha.xr.XRHandJoint
-
- thumb_tip - Static variable in annotation type akasha.xr.XRHandJoint
-
- tiltX() - Method in class akasha.PointerEvent
-
The tiltX read-only property of the PointerEvent interface is the angle (in degrees) between the Y-Z plane of the pointer and the screen.
- tiltX(int) - Method in interface akasha.PointerEventInit.Builder
-
- tiltX() - Method in interface akasha.PointerEventInit
-
- tiltY() - Method in class akasha.PointerEvent
-
The tiltY read-only property of the PointerEvent interface is the angle (in degrees) between the X-Z plane of the pointer and the screen.
- tiltY(int) - Method in interface akasha.PointerEventInit.Builder
-
- tiltY() - Method in interface akasha.PointerEventInit
-
- time(String) - Static method in class akasha.Console
-
Starts a timer you can use to track how long an operation takes.
- time() - Static method in class akasha.Console
-
Starts a timer you can use to track how long an operation takes.
- time - Static variable in annotation type akasha.InputType
-
A control for entering a time value with no time zone.
- time() - Method in class akasha.IntersectionObserverEntry
-
The IntersectionObserverEntry interface's read-only time property is a DOMHighResTimeStamp that indicates the time at which the intersection change occurred relative to the time at which the document was created.
- time(double) - Method in interface akasha.IntersectionObserverEntryInit.Step6
-
- time() - Method in interface akasha.IntersectionObserverEntryInit
-
- TIME_ELAPSED_EXT - Static variable in class akasha.gl.EXT_disjoint_timer_query
-
- TIME_ELAPSED_EXT - Static variable in class akasha.gl.EXT_disjoint_timer_query_webgl2
-
- timecode() - Method in class akasha.media.BlobEvent
-
The timecode readonlyinline property of the BlobEvent interface a DOMHighResTimeStamp indicating the difference between the timestamp of the first chunk in data, and the timestamp of the first chunk in the first BlobEvent produced by this recorder.
- timecode(double) - Method in interface akasha.media.BlobEventInit.Builder
-
- timecode() - Method in interface akasha.media.BlobEventInit
-
- timed_out - Static variable in annotation type akasha.core.AtomicWaitResult
-
- timeEnd(String) - Static method in class akasha.Console
-
Stops a timer that was previously started by calling console.time().
- timeEnd() - Static method in class akasha.Console
-
Stops a timer that was previously started by calling console.time().
- timeline - Variable in class akasha.Animation
-
The Animation.timeline property of the Animation interface returns or sets the timeline associated with this animation.
- timeline() - Method in class akasha.Document
-
The timeline readonly property of the Document interface represents the default timeline of the current document.
- timeline(AnimationTimeline) - Method in interface akasha.KeyframeAnimationOptions.Builder
-
- timeline() - Method in interface akasha.KeyframeAnimationOptions
-
- TimelinePhase - Annotation Type in akasha
-
- TimelinePhase.Util - Class in akasha
-
- timelineTime() - Method in class akasha.AnimationPlaybackEvent
-
The timelineTime read-only property of the AnimationPlaybackEvent interface represents the time value of the animation's timeline at the moment the event is queued.
- timelineTime(Double) - Method in interface akasha.AnimationPlaybackEventInit.Builder
-
- timelineTime() - Method in interface akasha.AnimationPlaybackEventInit
-
- timeLog(String, Object...) - Static method in class akasha.Console
-
Logs the current value of a timer that was previously started by calling console.time() to the console.
- timeLog(String) - Static method in class akasha.Console
-
Logs the current value of a timer that was previously started by calling console.time() to the console.
- timeOrigin() - Method in class akasha.Performance
-
The timeOrigin read-only property of the Performance interface returns the high resolution timestamp of the start time of the performance measurement.
- timeout(int) - Static method in class akasha.AbortSignal
-
- TIMEOUT - Static variable in class akasha.GeolocationPositionError
-
- timeout(int) - Method in interface akasha.IdleRequestOptions.Builder
-
- timeout() - Method in interface akasha.IdleRequestOptions
-
- timeout(int) - Method in interface akasha.PositionOptions.Builder
-
The PositionOptions.timeout property is a positive long value representing the maximum length of time (in milliseconds) the device is allowed to take in order to return a position.
- timeout() - Method in interface akasha.PositionOptions
-
The PositionOptions.timeout property is a positive long value representing the maximum length of time (in milliseconds) the device is allowed to take in order to return a position.
- timeout(int) - Method in interface akasha.PublicKeyCredentialCreationOptions.Builder
-
The timeout property, of the PublicKeyCredentialCreationOptions dictionary, represents an hint, given in milliseconds, for the time the script is willing to wait for the completion of the creation operation.
- timeout() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The timeout property, of the PublicKeyCredentialCreationOptions dictionary, represents an hint, given in milliseconds, for the time the script is willing to wait for the completion of the creation operation.
- timeout(int) - Method in interface akasha.PublicKeyCredentialRequestOptions.Builder
-
The timeout property, of the PublicKeyCredentialRequestOptions dictionary, represents an hint, given in milliseconds, for the time the script is willing to wait for the completion of the retrieval operation.
- timeout() - Method in interface akasha.PublicKeyCredentialRequestOptions
-
The timeout property, of the PublicKeyCredentialRequestOptions dictionary, represents an hint, given in milliseconds, for the time the script is willing to wait for the completion of the retrieval operation.
- timeout - Variable in class akasha.XMLHttpRequest
-
The XMLHttpRequest.timeout property is an unsigned long representing the number of milliseconds a request can take before automatically being terminated.
- TIMEOUT_ERR - Static variable in class akasha.DOMException
-
- TIMEOUT_EXPIRED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TIMEOUT_IGNORED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TimeRanges - Class in akasha
-
When loading a media resource for use by an <audio> or <video> element, the TimeRanges interface is used for representing the time ranges of the media resource that have been buffered, the time ranges that have been played, and the time ranges that are seekable.
- TimeRanges() - Constructor for class akasha.TimeRanges
-
- timeRemaining() - Method in class akasha.IdleDeadline
-
- TimerHandler - Interface in akasha
-
- timestamp() - Method in class akasha.codecs.AudioData
-
- timestamp(int) - Method in interface akasha.codecs.AudioDataInit.Step4
-
- timestamp() - Method in interface akasha.codecs.AudioDataInit
-
- timestamp() - Method in class akasha.codecs.EncodedAudioChunk
-
- timestamp(int) - Method in interface akasha.codecs.EncodedAudioChunkInit.Step1
-
- timestamp() - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- timestamp() - Method in class akasha.codecs.EncodedVideoChunk
-
- timestamp(int) - Method in interface akasha.codecs.EncodedVideoChunkInit.Step1
-
- timestamp() - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- timestamp() - Method in class akasha.codecs.VideoFrame
-
- timestamp(int) - Method in interface akasha.codecs.VideoFrameBufferInit.Step3
-
- timestamp() - Method in interface akasha.codecs.VideoFrameBufferInit
-
- timestamp(int) - Method in interface akasha.codecs.VideoFrameInit.Builder
-
- timestamp() - Method in interface akasha.codecs.VideoFrameInit
-
- timeStamp() - Method in class akasha.Event
-
The timeStamp read-only property of the Event interface returns the time (in milliseconds) at which the event was created.
- timestamp() - Method in class akasha.Gamepad
-
The Gamepad.timestamp property of the Gamepad interface returns a DOMHighResTimeStamp representing the last time the data for this gamepad was updated.
- timestamp() - Method in class akasha.GeolocationPosition
-
- timestamp - Static variable in annotation type akasha.gpu.GPUQueryType
-
- timestamp() - Method in class akasha.notifications.Notification
-
The timestamp read-only property of the Notification interface returns a DOMTimeStamp, as specified in the timestamp option of the Notification() constructor.
- timestamp(int) - Method in interface akasha.notifications.NotificationOptions.Builder
-
- timestamp() - Method in interface akasha.notifications.NotificationOptions
-
- timestamp(double) - Static method in interface akasha.rtc.RTCAudioHandlerStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCAudioReceiverStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCAudioSenderStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCAudioSourceStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCCertificateStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCCodecStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCDataChannelStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCIceCandidatePairStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCIceCandidateStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCIceServerStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCMediaHandlerStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCMediaSourceStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCMediaStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCPeerConnectionStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCReceivedRtpStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCRtpContributingSource
-
- timestamp() - Method in interface akasha.rtc.RTCRtpContributingSource
-
The read-only timestamp property of the RTCRtpContributingSource interface returns a DOMHighResTimeStamp indicating the most recent time of playout of an RTP packet from the source.
- timestamp(double) - Static method in interface akasha.rtc.RTCRtpContributingSourceStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCRtpStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCRtpSynchronizationSource
-
- timestamp(double) - Static method in interface akasha.rtc.RTCRtpTransceiverStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCSctpTransportStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCSentRtpStreamStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCStats
-
- timestamp() - Method in interface akasha.rtc.RTCStats
-
The timestamp property of the RTCStats dictionary is a DOMHighResTimeStamp object specifying the time at which the data in the object was sampled.
- timestamp(double) - Static method in interface akasha.rtc.RTCTransportStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCVideoHandlerStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCVideoReceiverStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCVideoSenderStats
-
- timestamp(double) - Static method in interface akasha.rtc.RTCVideoSourceStats
-
- TIMESTAMP_EXT - Static variable in class akasha.gl.EXT_disjoint_timer_query
-
- TIMESTAMP_EXT - Static variable in class akasha.gl.EXT_disjoint_timer_query_webgl2
-
- timestamp_query - Static variable in annotation type akasha.gpu.GPUFeatureName
-
- timestampOffset - Variable in class akasha.media.SourceBuffer
-
The timestampOffset property of the SourceBuffer interface controls the offset applied to timestamps inside media segments that are appended to the SourceBuffer.
- timestampWrites(JsArray<GPUComputePassTimestampWrite>) - Method in interface akasha.gpu.GPUComputePassDescriptor.Builder
-
- timestampWrites(GPUComputePassTimestampWrite...) - Method in interface akasha.gpu.GPUComputePassDescriptor.Builder
-
- timestampWrites() - Method in interface akasha.gpu.GPUComputePassDescriptor
-
- timestampWrites(JsArray<GPURenderPassTimestampWrite>) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
-
- timestampWrites(GPURenderPassTimestampWrite...) - Method in interface akasha.gpu.GPURenderPassDescriptor.Builder
-
- timestampWrites() - Method in interface akasha.gpu.GPURenderPassDescriptor
-
- timing() - Method in class akasha.Performance
-
The legacy Performance.timing read-only property returns a PerformanceTiming object containing latency-related performance information.
- title - Variable in class akasha.Document
-
The document.title property gets or sets the current title of the document.
- title - Variable in class akasha.HTMLElement
-
The HTMLElement.title property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node.
- title() - Method in class akasha.notifications.Notification
-
The title read-only property of the Notification interface indicates the title of the notification, as specified in the title parameter of the Notification() constructor.
- title(String) - Method in interface akasha.notifications.NotificationAction.Step1
-
- title() - Method in interface akasha.notifications.NotificationAction
-
- title(String) - Method in interface akasha.ShareData.Builder
-
- title() - Method in interface akasha.ShareData
-
- title() - Method in class akasha.StyleSheet
-
The title property of the StyleSheet interface returns the advisory title of the current style sheet.
- title - Variable in class akasha.svg.SVGStyleElement
-
- titling_caps - Static variable in annotation type akasha.CanvasFontVariantCaps
-
- tlsGroup(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- tlsGroup() - Method in interface akasha.rtc.RTCTransportStats
-
- tlsVersion(String) - Method in interface akasha.rtc.RTCTransportStats.Builder
-
- tlsVersion() - Method in interface akasha.rtc.RTCTransportStats
-
- toBlob(BlobCallback, String, Object) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.toBlob() method creates a Blob object representing the image contained in the canvas; this file may be cached on the disk or stored in memory at the discretion of the user agent.
- toBlob(BlobCallback, String) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.toBlob() method creates a Blob object representing the image contained in the canvas; this file may be cached on the disk or stored in memory at the discretion of the user agent.
- toBlob(BlobCallback) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.toBlob() method creates a Blob object representing the image contained in the canvas; this file may be cached on the disk or stored in memory at the discretion of the user agent.
- toDataURL(String, Object) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.toDataURL() method returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG).
- toDataURL(String) - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.toDataURL() method returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG).
- toDataURL() - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.toDataURL() method returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG).
- toDateString() - Method in class akasha.core.JsDate
-
The toDateString() method returns the date portion of a Date object in English in the following format separated by spaces:
- toExponential(int) - Method in class akasha.core.JsNumber
-
The toExponential() method returns a string representing the Number object in exponential notation.
- toExponential() - Method in class akasha.core.JsNumber
-
The toExponential() method returns a string representing the Number object in exponential notation.
- toFixed(int) - Method in class akasha.core.JsNumber
-
The toFixed() method formats a number using fixed-point notation.
- toFixed() - Method in class akasha.core.JsNumber
-
The toFixed() method formats a number using fixed-point notation.
- toFloat32Array() - Method in class akasha.DOMMatrixReadOnly
-
- toFloat64Array() - Method in class akasha.DOMMatrixReadOnly
-
- toggle(String, boolean) - Method in class akasha.DOMTokenList
-
The toggle() method of the DOMTokenList interface removes a given token from the list and returns false.
- toggle(String) - Method in class akasha.DOMTokenList
-
The toggle() method of the DOMTokenList interface removes a given token from the list and returns false.
- toggleAttribute(String, boolean) - Method in class akasha.Element
-
The toggleAttribute() method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.
- toggleAttribute(String) - Method in class akasha.Element
-
The toggleAttribute() method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.
- toISOString() - Method in class akasha.core.JsDate
-
The toISOString() method returns a string in simplified extended ISO format (ISO 8601), which is always 24 or 27 characters long (YYYY-MM-DDTHH:mm:ss.sssZ or ±YYYYYY-MM-DDTHH:mm:ss.sssZ, respectively).
- toJSON() - Method in class akasha.codecs.VideoColorSpace
-
- toJSON() - Method in class akasha.core.JsDate
-
The toJSON() method returns a string representation of the Date object.
- toJSON() - Method in class akasha.DOMMatrixReadOnly
-
- toJSON() - Method in class akasha.DOMPointReadOnly
-
The DOMPointReadOnly method toJSON() returns a DOMPointInit object giving the JSON form of the point object.
- toJSON() - Method in class akasha.DOMQuad
-
- toJSON() - Method in class akasha.DOMRectReadOnly
-
- toJSON() - Method in class akasha.media.MediaDeviceInfo
-
- toJSON() - Method in class akasha.perf.PerformanceEntry
-
The toJSON() method is a serializer; it returns a JSON representation of the performance entry object.
- toJSON() - Method in class akasha.perf.PerformanceNavigation
-
- toJSON() - Method in class akasha.perf.PerformanceNavigationTiming
-
The toJSON() method is a serializer - it returns a JSON representation of the PerformanceNavigationTiming object.
- toJSON() - Method in class akasha.perf.PerformanceResourceTiming
-
The toJSON() method is a serializer that returns a JSON representation of the PerformanceResourceTiming object.
- toJSON() - Method in class akasha.perf.PerformanceTiming
-
- toJSON() - Method in class akasha.Performance
-
The toJSON() method of the Performance interface is a standard serializer: it returns a JSON representation of the performance object's properties.
- toJSON() - Method in class akasha.PushSubscription
-
The toJSON() method of the PushSubscription interface is a standard serializer: it returns a JSON representation of the subscription properties, providing a useful shortcut.
- toJSON() - Method in class akasha.Report
-
- toJSON() - Method in class akasha.ReportBody
-
- toJSON() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate method toJSON() converts the RTCIceCandidate on which it's called into JSON in the form of an RTCIceCandidateInit object.
- toJSON() - Method in class akasha.rtc.RTCSessionDescription
-
The RTCSessionDescription.toJSON() method generates a JSON description of the object.
- toJSON() - Method in class akasha.URL
-
The toJSON() method of the URL interface returns a USVString containing a serialized version of the URL, although in practice it seems to have the same effect as URL.toString().
- tokenBinding(TokenBinding) - Method in interface akasha.CollectedClientData.Builder
-
- tokenBinding() - Method in interface akasha.CollectedClientData
-
- TokenBinding - Interface in akasha
-
- TokenBinding.Builder - Interface in akasha
-
- TokenBindingStatus - Annotation Type in akasha
-
- TokenBindingStatus.Util - Class in akasha
-
- toLocaleLowerCase(JsArray<String>) - Method in class akasha.core.JsString
-
The toLocaleLowerCase() method returns the calling string value converted to lower case, according to any locale-specific case mappings.
- toLocaleLowerCase(String...) - Method in class akasha.core.JsString
-
The toLocaleLowerCase() method returns the calling string value converted to lower case, according to any locale-specific case mappings.
- toLocaleLowerCase() - Method in class akasha.core.JsString
-
The toLocaleLowerCase() method returns the calling string value converted to lower case, according to any locale-specific case mappings.
- toLocaleUpperCase(JsArray<String>) - Method in class akasha.core.JsString
-
The toLocaleUpperCase() method returns the calling string value converted to upper case, according to any locale-specific case mappings.
- toLocaleUpperCase(String...) - Method in class akasha.core.JsString
-
The toLocaleUpperCase() method returns the calling string value converted to upper case, according to any locale-specific case mappings.
- toLocaleUpperCase() - Method in class akasha.core.JsString
-
The toLocaleUpperCase() method returns the calling string value converted to upper case, according to any locale-specific case mappings.
- toLowerCase() - Method in class akasha.core.JsString
-
The toLowerCase() method returns the calling string value converted to lower case.
- tone() - Method in class akasha.rtc.RTCDTMFToneChangeEvent
-
The read-only property RTCDTMFToneChangeEvent.tone returns the DTMF character which has just begun to play, or an empty string ("").
- tone(String) - Method in interface akasha.rtc.RTCDTMFToneChangeEventInit.Builder
-
- tone() - Method in interface akasha.rtc.RTCDTMFToneChangeEventInit
-
- toneBuffer() - Method in class akasha.rtc.RTCDTMFSender
-
The RTCDTMFSender interface's toneBuffer property returns a string containing a list of the DTMF tones currently queued for sending to the remote peer over the RTCPeerConnection.
- toolbar() - Method in class akasha.Window
-
The Window.toolbar property returns the toolbar object, whose visibility can be toggled in the window.
- toolbar() - Static method in class akasha.WindowGlobal
-
The Window.toolbar property returns the toolbar object, whose visibility can be toggled in the window.
- tooLong() - Method in class akasha.ValidityState
-
The read-only tooLong property of a ValidityState object indicates if the value of an input or textarea, after having been edited by the user, exceeds the maximum code-unit length established by the element's maxlength attribute.
- tooLong(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- tooLong() - Method in interface akasha.ValidityStateFlags
-
- tooShort() - Method in class akasha.ValidityState
-
The read-only tooShort property of a ValidityState object indicates if the value of an input, button, select, output, fieldset or textarea, after having been edited by the user, is less than the minimum code-unit length established by the element's minlength attribute.
- tooShort(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- tooShort() - Method in interface akasha.ValidityStateFlags
-
- top - Static variable in annotation type akasha.CanvasTextBaseline
-
- top() - Method in class akasha.DOMRectReadOnly
-
The top read-only property of the DOMRectReadOnly interface returns the top coordinate value of the DOMRect.
- top(double) - Method in interface akasha.ScrollToOptions.Builder
-
A double.
- top() - Method in interface akasha.ScrollToOptions
-
A double.
- top() - Method in class akasha.Window
-
Returns a reference to the topmost window in the window hierarchy.
- top() - Static method in class akasha.WindowGlobal
-
Returns a reference to the topmost window in the window hierarchy.
- top_level - Static variable in annotation type akasha.FrameType
-
- topology(String) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
-
- topology() - Method in interface akasha.gpu.GPUPrimitiveState
-
- toPrecision(int) - Method in class akasha.core.JsNumber
-
The toPrecision() method returns a string representing the Number object to the specified precision.
- toPrecision() - Method in class akasha.core.JsNumber
-
The toPrecision() method returns a string representing the Number object to the specified precision.
- toPrimitive() - Static method in interface akasha.core.Symbol
-
The Symbol.toPrimitive is a symbol that specifies a function valued property that is called to convert an object to a corresponding primitive value.
- toString_() - Static method in class akasha.audio.AudioWorkletGlobal
-
The toString() method returns a string representing the object.
- toString_() - Method in class akasha.core.Float32Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Method in class akasha.core.Float64Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Method in class akasha.core.Int16Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Method in class akasha.core.Int32Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Method in class akasha.core.Int8Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_(int) - Method in class akasha.core.JsNumber
-
The toString() method returns a string representing the specified Number object.
- toString_() - Method in class akasha.core.JsNumber
-
The toString() method returns a string representing the specified Number object.
- toString_() - Method in class akasha.core.JsObject
-
The valueOf() method returns the wrapped primitive value of a Number object.
- toString_() - Method in interface akasha.core.Symbol
-
The toString() method returns a string representing the specified Symbol object.
- toString_() - Method in class akasha.core.Uint16Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Method in class akasha.core.Uint32Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Method in class akasha.core.Uint8Array
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Method in class akasha.core.Uint8ClampedArray
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Static method in class akasha.DedicatedWorkerGlobal
-
The toString() method returns a string representing the object.
- toString_() - Method in class akasha.lang.JsArray
-
The toString() method returns a string representing the specified array and its elements.
- toString_() - Static method in class akasha.RTCIdentityProviderGlobal
-
The toString() method returns a string representing the object.
- toString_() - Static method in class akasha.ServiceWorkerGlobal
-
The toString() method returns a string representing the object.
- toString_() - Static method in class akasha.SharedWorkerGlobal
-
The toString() method returns a string representing the object.
- toString_() - Static method in class akasha.WindowGlobal
-
The toString() method returns a string representing the object.
- toStringTag() - Static method in interface akasha.core.Symbol
-
The Symbol.toStringTag well-known symbol is a string valued property that is used in the creation of the default string description of an object.
- total() - Method in class akasha.ProgressEvent
-
The ProgressEvent.total read-only property is an unsigned 64-bit integer value indicating the total size of the data being processed or transmitted.
- total(int) - Method in interface akasha.ProgressEventInit.Builder
-
- total() - Method in interface akasha.ProgressEventInit
-
- totalAudioEnergy(double) - Method in interface akasha.rtc.RTCAudioHandlerStats.Builder
-
- totalAudioEnergy() - Method in interface akasha.rtc.RTCAudioHandlerStats
-
- totalAudioEnergy(double) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- totalAudioEnergy(double) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- totalAudioEnergy(double) - Method in interface akasha.rtc.RTCAudioSourceStats.Builder
-
- totalAudioEnergy() - Method in interface akasha.rtc.RTCAudioSourceStats
-
- totalAudioEnergy(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalAudioEnergy() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalAudioEnergy(double) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- totalAudioEnergy(double) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- totalDecodeTime(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalDecodeTime() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalEncodedBytesTarget(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- totalEncodedBytesTarget() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- totalEncodeTime(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- totalEncodeTime() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- totalInterFrameDelay(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalInterFrameDelay() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalPacketSendDelay(double) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- totalPacketSendDelay() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- totalProcessingDelay(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalProcessingDelay() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalRequestsSent(int) - Method in interface akasha.rtc.RTCIceServerStats.Builder
-
- totalRequestsSent() - Method in interface akasha.rtc.RTCIceServerStats
-
- totalResponsesReceived(int) - Method in interface akasha.rtc.RTCIceServerStats.Builder
-
- totalResponsesReceived() - Method in interface akasha.rtc.RTCIceServerStats
-
- totalRoundTripTime(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
The RTCIceCandidatePairStats dictionary's totalRoundTripTime property is the total time that has elapsed between sending STUN requests and receiving the responses, for all such requests that have been made so far on the pair of candidates described by this RTCIceCandidatePairStats object.
- totalRoundTripTime() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The RTCIceCandidatePairStats dictionary's totalRoundTripTime property is the total time that has elapsed between sending STUN requests and receiving the responses, for all such requests that have been made so far on the pair of candidates described by this RTCIceCandidatePairStats object.
- totalRoundTripTime(double) - Method in interface akasha.rtc.RTCIceServerStats.Builder
-
- totalRoundTripTime() - Method in interface akasha.rtc.RTCIceServerStats
-
- totalRoundTripTime(double) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
- totalRoundTripTime() - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats
-
- totalRoundTripTime(double) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
- totalRoundTripTime() - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats
-
- totalRtt(double) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Builder
-
- totalRtt() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
- totalSamplesDecoded(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalSamplesDecoded() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalSamplesDuration(double) - Method in interface akasha.rtc.RTCAudioHandlerStats.Builder
-
- totalSamplesDuration() - Method in interface akasha.rtc.RTCAudioHandlerStats
-
- totalSamplesDuration(double) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- totalSamplesDuration(double) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- totalSamplesDuration(double) - Method in interface akasha.rtc.RTCAudioSourceStats.Builder
-
- totalSamplesDuration() - Method in interface akasha.rtc.RTCAudioSourceStats
-
- totalSamplesDuration(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalSamplesDuration() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalSamplesDuration(double) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- totalSamplesDuration(double) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- totalSamplesReceived(int) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- totalSamplesReceived() - Method in interface akasha.rtc.RTCAudioReceiverStats
-
- totalSamplesReceived(int) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalSamplesReceived() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalSamplesReceived(int) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- totalSamplesSent(int) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- totalSamplesSent() - Method in interface akasha.rtc.RTCAudioSenderStats
-
- totalSamplesSent(int) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
- totalSamplesSent() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
- totalSamplesSent(int) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- totalSquaredInterFrameDelay(double) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
- totalSquaredInterFrameDelay() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
- totalVideoFrames() - Method in class akasha.VideoPlaybackQuality
-
The VideoPlaybackQuality interface's totalVideoFrames read-only property returns the total number of video frames that have been displayed or dropped since the media was loaded.
- toTimeString() - Method in class akasha.core.JsDate
-
The toTimeString() method returns the time portion of a Date object in human readable form in English.
- Touch - Class in akasha
-
The Touch interface represents a single contact point on a touch-sensitive device.
- Touch(TouchInit) - Constructor for class akasha.Touch
-
The Touch() constructor creates a new Touch object.
- touched() - Method in class akasha.GamepadButton
-
- touches() - Method in class akasha.TouchEvent
-
touches is a read-only TouchList listing all the Touch objects for touch points that are currently in contact with the touch surface, regardless of whether or not they've changed or what their target element was at touchstart time.
- touches(JsArray<Touch>) - Method in interface akasha.TouchEventInit.Builder
-
- touches(Touch...) - Method in interface akasha.TouchEventInit.Builder
-
- touches() - Method in interface akasha.TouchEventInit
-
- TouchEvent - Class in akasha
-
The TouchEvent interface represents an UIEvent which is sent when the state of contacts with a touch-sensitive surface changes.
- TouchEvent(String, TouchEventInit) - Constructor for class akasha.TouchEvent
-
The TouchEvent() constructor creates a new TouchEvent.
- TouchEvent(String) - Constructor for class akasha.TouchEvent
-
The TouchEvent() constructor creates a new TouchEvent.
- TouchEventHandler - Interface in akasha
-
Handle events of type TouchEvent
- TouchEventInit - Interface in akasha
-
- TouchEventInit.Builder - Interface in akasha
-
- TouchEventListener - Interface in akasha
-
Listener for events of type TouchEvent
- touchEvents() - Method in class akasha.Gamepad
-
- touchId() - Method in class akasha.GamepadTouch
-
- TouchInit - Interface in akasha
-
- TouchInit.Builder - Interface in akasha
-
- TouchInit.Step1 - Interface in akasha
-
- TouchList - Class in akasha
-
The TouchList interface represents a list of contact points on a touch surface.
- TouchList() - Constructor for class akasha.TouchList
-
- touchType() - Method in class akasha.Touch
-
- touchType(String) - Method in interface akasha.TouchInit.Builder
-
- touchType() - Method in interface akasha.TouchInit
-
- TouchType - Annotation Type in akasha
-
- TouchType.Util - Class in akasha
-
- toUpperCase() - Method in class akasha.core.JsString
-
The toUpperCase() method returns the calling string value converted to uppercase (the value will be converted to a string if it isn't one).
- toUTCString() - Method in class akasha.core.JsDate
-
The toUTCString() method converts a date to a string, using the UTC time zone.
- trace(Object...) - Static method in class akasha.Console
-
The console interface's trace() method outputs a stack trace to the Web Console.
- track() - Method in class akasha.HTMLTrackElement
-
- track() - Method in class akasha.media.MediaStreamTrackEvent
-
- track(MediaStreamTrack) - Static method in interface akasha.media.MediaStreamTrackEventInit
-
- track() - Method in interface akasha.media.MediaStreamTrackEventInit
-
- track - Static variable in annotation type akasha.RequestDestination
-
- track() - Method in class akasha.rtc.RTCRtpReceiver
-
The track read-only property of the RTCRtpReceiver interface returns the MediaStreamTrack associated with the current RTCRtpReceiver instance.
- track() - Method in class akasha.rtc.RTCRtpSender
-
The track read-only property of the RTCRtpSender interface returns the MediaStreamTrack which is being handled by the RTCRtpSender.
- track - Static variable in annotation type akasha.rtc.RTCStatsType
-
- track() - Method in class akasha.rtc.RTCTrackEvent
-
The WebRTC API interface RTCTrackEvent's read-only track property specifies the MediaStreamTrack that has been added to the RTCPeerConnection.
- track(MediaStreamTrack) - Method in interface akasha.rtc.RTCTrackEventInit.Step1
-
- track() - Method in interface akasha.rtc.RTCTrackEventInit
-
The RTCTrackEventInit dictionary's track property specifies the MediaStreamTrack associated with the track event.
- track() - Method in class akasha.TextTrackCue
-
- Track - Interface in akasha
-
- track() - Method in class akasha.TrackEvent
-
The read-only track property of the TrackEvent interface specifies the media track object to which the event applies.
- track(Track) - Method in interface akasha.TrackEventInit.Builder
-
- track() - Method in interface akasha.TrackEventInit
-
- tracked_pointer - Static variable in annotation type akasha.xr.XRTargetRayMode
-
- trackedAnchors() - Method in class akasha.xr.XRFrame
-
- TrackEvent - Class in akasha
-
The TrackEvent interface, which is part of the HTML DOM specification, is used for events which represent changes to a set of available tracks on an HTML media element; these events are addtrack and removetrack.
- TrackEvent(String, TrackEventInit) - Constructor for class akasha.TrackEvent
-
The TrackEvent() constructor creates and returns a new TrackEvent object describing an event which occurred on a list of tracks (AudioTrackList, VideoTrackList, or TextTrackList).
- TrackEvent(String) - Constructor for class akasha.TrackEvent
-
The TrackEvent() constructor creates and returns a new TrackEvent object describing an event which occurred on a list of tracks (AudioTrackList, VideoTrackList, or TextTrackList).
- TrackEventHandler - Interface in akasha
-
Handle events of type TrackEvent
- TrackEventInit - Interface in akasha
-
- TrackEventInit.Builder - Interface in akasha
-
- TrackEventListener - Interface in akasha
-
Listener for events of type TrackEvent
- trackId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The trackId property of the RTCInboundRtpStreamStats dictionary indicates the id of the RTCReceiverAudioTrackAttachmentStats or RTCReceiverVideoTrackAttachmentStats object representing the MediaStreamTrack which is receiving the incoming media.
- trackId() - Method in interface akasha.rtc.RTCInboundRtpStreamStats
-
The trackId property of the RTCInboundRtpStreamStats dictionary indicates the id of the RTCReceiverAudioTrackAttachmentStats or RTCReceiverVideoTrackAttachmentStats object representing the MediaStreamTrack which is receiving the incoming media.
- trackId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The trackId property of the RTCOutboundRtpStreamStats dictionary indicates the id of the RTCSenderAudioTrackAttachmentStats or RTCSenderVideoTrackAttachmentStats object representing the MediaStreamTrack which is being sent on this stream.
- trackId() - Method in interface akasha.rtc.RTCOutboundRtpStreamStats
-
The trackId property of the RTCOutboundRtpStreamStats dictionary indicates the id of the RTCSenderAudioTrackAttachmentStats or RTCSenderVideoTrackAttachmentStats object representing the MediaStreamTrack which is being sent on this stream.
- trackIdentifier(String) - Method in interface akasha.rtc.RTCAudioHandlerStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCAudioReceiverStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCAudioSenderStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCAudioSourceStats.Step3
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCMediaHandlerStats.Builder
-
- trackIdentifier() - Method in interface akasha.rtc.RTCMediaHandlerStats
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCMediaSourceStats.Step3
-
- trackIdentifier() - Method in interface akasha.rtc.RTCMediaSourceStats
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCVideoHandlerStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCVideoReceiverStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCVideoSenderStats.Builder
-
- trackIdentifier(String) - Method in interface akasha.rtc.RTCVideoSourceStats.Step3
-
- trackIds(JsArray<String>) - Method in interface akasha.rtc.RTCMediaStreamStats.Builder
-
- trackIds(String...) - Method in interface akasha.rtc.RTCMediaStreamStats.Builder
-
- trackIds() - Method in interface akasha.rtc.RTCMediaStreamStats
-
- TrackKind - Annotation Type in akasha
-
An enumerated value to indicate how the text track is meant to be used.
- TrackKind.Util - Class in akasha
-
- tracks() - Method in class akasha.codecs.ImageDecoder
-
- transaction(String, String, IDBTransactionOptions) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(JsArray<String>, String, IDBTransactionOptions) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(String[], String, IDBTransactionOptions) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(String, String) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(JsArray<String>, String) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(String[], String) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(String) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(JsArray<String>) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction(String...) - Method in class akasha.idb.IDBDatabase
-
An IDBTransaction object.
- transaction() - Method in class akasha.idb.IDBObjectStore
-
An IDBTransaction object.
- transaction() - Method in class akasha.idb.IDBRequest
-
An IDBTransaction.
- transaction_amount - Static variable in annotation type akasha.AutocompleteType
-
The amount, given in the currency specified by "transaction-currency", of the transaction, for a payment form.
- transaction_currency - Static variable in annotation type akasha.AutocompleteType
-
The currency in which the transaction is to take place.
- transactionId(String) - Method in interface akasha.rtc.RTCRtpSendParameters.Step3
-
- transactionId() - Method in interface akasha.rtc.RTCRtpSendParameters
-
- transceiver - Static variable in annotation type akasha.rtc.RTCStatsType
-
- transceiver() - Method in class akasha.rtc.RTCTrackEvent
-
The WebRTC API interface RTCTrackEvent's read-only transceiver property indicates the RTCRtpTransceiver affiliated with the event's track.
- transceiver(RTCRtpTransceiver) - Method in interface akasha.rtc.RTCTrackEventInit.Step2
-
- transceiver() - Method in interface akasha.rtc.RTCTrackEventInit
-
- transcript() - Method in class akasha.speech.SpeechRecognitionAlternative
-
The transcript read-only property of the SpeechRecognitionResult interface returns a string containing the transcript of the recognised word(s).
- transfer() - Method in class akasha.codecs.VideoColorSpace
-
- transfer(String) - Method in interface akasha.codecs.VideoColorSpaceInit.Builder
-
- transfer() - Method in interface akasha.codecs.VideoColorSpaceInit
-
- transfer(JsArray<Transferable>) - Method in interface akasha.StructuredSerializeOptions.Builder
-
- transfer(Transferable...) - Method in interface akasha.StructuredSerializeOptions.Builder
-
- transfer() - Method in interface akasha.StructuredSerializeOptions
-
- transfer(JsArray<Transferable>) - Method in interface akasha.WindowPostMessageOptions.Builder
-
- transfer(Transferable...) - Method in interface akasha.WindowPostMessageOptions.Builder
-
- Transferable - Interface in akasha
-
The Transferable type can be be transferred between contexts.
- transferControlToOffscreen() - Method in class akasha.HTMLCanvasElement
-
The HTMLCanvasElement.transferControlToOffscreen() method transfers control to an OffscreenCanvas object, either on the main thread or on a worker.
- transferFromImageBitmap(ImageBitmap) - Method in class akasha.ImageBitmapRenderingContext
-
The ImageBitmapRenderingContext.transferFromImageBitmap() method displays the given ImageBitmap in the canvas associated with this rendering context.
- transferIn(short, int) - Method in class akasha.usb.USBDevice
-
- transferOut(short, BufferSource) - Method in class akasha.usb.USBDevice
-
- transferSize() - Method in class akasha.perf.PerformanceResourceTiming
-
The transferSize read-only property represents the size (in octets) of the fetched resource.
- transferToImageBitmap() - Method in class akasha.OffscreenCanvas
-
The OffscreenCanvas.transferToImageBitmap() method creates an ImageBitmap object from the most recently rendered image of the OffscreenCanvas.
- transform(double, double, double, double, double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.transform() method of the Canvas 2D API multiplies the current transformation with the matrix described by the arguments of this method.
- transform(double, double, double, double, double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- transform() - Method in class akasha.svg.SVGClipPathElement
-
- transform() - Method in class akasha.svg.SVGGraphicsElement
-
- transform(TransformerTransformCallback) - Method in interface akasha.Transformer.Builder
-
- transform() - Method in interface akasha.Transformer
-
- transform - Variable in class akasha.xr.XRCylinderLayer
-
- transform(XRRigidTransform) - Method in interface akasha.xr.XRCylinderLayerInit.Builder
-
- transform() - Method in interface akasha.xr.XRCylinderLayerInit
-
- transform - Variable in class akasha.xr.XREquirectLayer
-
- transform(XRRigidTransform) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- transform() - Method in interface akasha.xr.XREquirectLayerInit
-
- transform(XRRigidTransform) - Method in interface akasha.xr.XRMediaCylinderLayerInit.Builder
-
- transform() - Method in interface akasha.xr.XRMediaCylinderLayerInit
-
- transform(XRRigidTransform) - Method in interface akasha.xr.XRMediaEquirectLayerInit.Builder
-
- transform() - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- transform(XRRigidTransform) - Method in interface akasha.xr.XRMediaQuadLayerInit.Builder
-
- transform() - Method in interface akasha.xr.XRMediaQuadLayerInit
-
- transform() - Method in class akasha.xr.XRPose
-
The transform read-only attribute of the XRPose interface is a XRRigidTransform object providing the position and orientation of the pose relative to the base XRSpace as specified when the pose was obtained by calling XRFrame.getPose().
- transform - Variable in class akasha.xr.XRQuadLayer
-
- transform(XRRigidTransform) - Method in interface akasha.xr.XRQuadLayerInit.Builder
-
- transform() - Method in interface akasha.xr.XRQuadLayerInit
-
- transform() - Method in class akasha.xr.XRReferenceSpaceEvent
-
The read-only XRReferenceSpaceEvent property transform indicates the position and orientation of the affected referenceSpace's native origin after the changes the event represents are applied.
- transform(XRRigidTransform) - Method in interface akasha.xr.XRReferenceSpaceEventInit.Builder
-
The XRReferenceSpaceEventInit property transform indicates the position and orientation of the affected reference space's native origin after the changes the event represents are applied.
- transform() - Method in interface akasha.xr.XRReferenceSpaceEventInit
-
The XRReferenceSpaceEventInit property transform indicates the position and orientation of the affected reference space's native origin after the changes the event represents are applied.
- transform() - Method in class akasha.xr.XRView
-
The read-only transform property of the XRView interface is an XRRigidTransform object which provides the position and orientation of the viewpoint relative to the XRReferenceSpace specified when the XRFrame.getViewerPose() method was called to obtain the view object.
- TRANSFORM_FEEDBACK - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_ACTIVE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_BUFFER_MODE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_BUFFER_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_BUFFER_START - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_PAUSED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRANSFORM_FEEDBACK_VARYINGS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- Transformer - Interface in akasha
-
- Transformer.Builder - Interface in akasha
-
- TransformerFlushCallback - Interface in akasha
-
- TransformerStartCallback - Interface in akasha
-
- TransformerTransformCallback - Interface in akasha
-
- transformFeedbackVaryings(WebGLProgram, JsArray<String>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.transformFeedbackVaryings() method of the WebGL 2 API specifies values to record in WebGLTransformFeedback buffers.
- transformFeedbackVaryings(WebGLProgram, String[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.transformFeedbackVaryings() method of the WebGL 2 API specifies values to record in WebGLTransformFeedback buffers.
- transformPoint(DOMPointInit) - Method in class akasha.DOMMatrixReadOnly
-
- transformPoint() - Method in class akasha.DOMMatrixReadOnly
-
- TransformStream - Class in akasha
-
The TransformStream interface of the Streams API represents a set of transformable data.
- TransformStream(JsObject, QueuingStrategy, QueuingStrategy) - Constructor for class akasha.TransformStream
-
- TransformStream(JsObject, QueuingStrategy) - Constructor for class akasha.TransformStream
-
- TransformStream(JsObject) - Constructor for class akasha.TransformStream
-
- TransformStream() - Constructor for class akasha.TransformStream
-
- TransformStreamDefaultController - Class in akasha
-
- TransformStreamDefaultController() - Constructor for class akasha.TransformStreamDefaultController
-
- transformToDocument(Node) - Method in class akasha.XSLTProcessor
-
- transformToFragment(Node, Document) - Method in class akasha.XSLTProcessor
-
- TransitionEvent - Class in akasha
-
The TransitionEvent interface represents events providing information related to transitions.
- TransitionEvent(String, TransitionEventInit) - Constructor for class akasha.TransitionEvent
-
The TransitionEvent() constructor returns a newly created TransitionEvent, representing an event in relation with an transition.
- TransitionEvent(String) - Constructor for class akasha.TransitionEvent
-
The TransitionEvent() constructor returns a newly created TransitionEvent, representing an event in relation with an transition.
- TransitionEventHandler - Interface in akasha
-
Handle events of type TransitionEvent
- TransitionEventInit - Interface in akasha
-
- TransitionEventInit.Builder - Interface in akasha
-
- TransitionEventListener - Interface in akasha
-
Listener for events of type TransitionEvent
- translate(double, double) - Method in class akasha.CanvasRenderingContext2D
-
The CanvasRenderingContext2D.translate() method of the Canvas 2D API adds a translation transformation to the current matrix.
- translate(double, double, double) - Method in class akasha.DOMMatrixReadOnly
-
The translate() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix with a translation applied.
- translate(double, double) - Method in class akasha.DOMMatrixReadOnly
-
The translate() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix with a translation applied.
- translate(double) - Method in class akasha.DOMMatrixReadOnly
-
The translate() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix with a translation applied.
- translate() - Method in class akasha.DOMMatrixReadOnly
-
The translate() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix with a translation applied.
- translate - Variable in class akasha.HTMLElement
-
- translate(double, double) - Method in class akasha.OffscreenCanvasRenderingContext2D
-
- translateSelf(double, double, double) - Method in class akasha.DOMMatrix
-
- translateSelf(double, double) - Method in class akasha.DOMMatrix
-
- translateSelf(double) - Method in class akasha.DOMMatrix
-
- translateSelf() - Method in class akasha.DOMMatrix
-
- translation - Static variable in annotation type akasha.AudioTrackKind
-
A translated version of the primary audio track.
- transparent - Static variable in annotation type akasha.EndingType
-
- transport() - Method in class akasha.rtc.RTCRtpReceiver
-
The read-only transport property of an RTCRtpReceiver object provides the RTCDtlsTransport object used to interact with the underlying transport over which the receiver is exchanging Real-time Transport Control Protocol (RTCP) packets.
- transport() - Method in class akasha.rtc.RTCRtpSender
-
The read-only transport property of an RTCRtpSender object provides the RTCDtlsTransport object used to interact with the underlying transport over which the sender is exchanging Real-time Transport Control Protocol (RTCP) packets.
- transport() - Method in class akasha.rtc.RTCSctpTransport
-
- transport - Static variable in annotation type akasha.rtc.RTCStatsType
-
- transportId(String) - Method in interface akasha.rtc.RTCCodecStats.Step4
-
- transportId() - Method in interface akasha.rtc.RTCCodecStats
-
- transportId(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Step3
-
- transportId() - Method in interface akasha.rtc.RTCIceCandidatePairStats
-
The transportId property uniquely identifies the RTCIceTransport that was inspected to obtain the transport-related statistics contained in the RTCIceCandidatePairStats object.
- transportId(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Step3
-
- transportId() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's transportId property is a string that uniquely identifies the transport that produced the RTCTransportStats from which information about this candidate was taken.
- transportId(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transportId(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transportId(String) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transportId(String) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transportId(String) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transportId(String) - Method in interface akasha.rtc.RTCRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transportId() - Method in interface akasha.rtc.RTCRtpStreamStats
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transportId(String) - Method in interface akasha.rtc.RTCSctpTransportStats.Builder
-
- transportId() - Method in interface akasha.rtc.RTCSctpTransportStats
-
- transportId(String) - Method in interface akasha.rtc.RTCSentRtpStreamStats.Builder
-
The RTCRtpStreamStats dictionary's transportId property is a string which uniquely identifies the object from which the statistics contained in the RTCTransportStats properties in the RTCStatsReport.
- transports(JsArray<String>) - Method in interface akasha.PublicKeyCredentialDescriptor.Builder
-
- transports(String...) - Method in interface akasha.PublicKeyCredentialDescriptor.Builder
-
- transports() - Method in interface akasha.PublicKeyCredentialDescriptor
-
- TreeWalker - Class in akasha
-
The TreeWalker object represents the nodes of a document subtree and a position within them.
- TreeWalker() - Constructor for class akasha.TreeWalker
-
- triangle - Static variable in annotation type akasha.audio.OscillatorType
-
- TRIANGLE_FAN - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRIANGLE_FAN - Static variable in class akasha.gl.WebGLRenderingContext
-
- triangle_list - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
-
- TRIANGLE_STRIP - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRIANGLE_STRIP - Static variable in class akasha.gl.WebGLRenderingContext
-
- triangle_strip - Static variable in annotation type akasha.gpu.GPUPrimitiveTopology
-
- TRIANGLES - Static variable in class akasha.gl.WebGL2RenderingContext
-
- TRIANGLES - Static variable in class akasha.gl.WebGLRenderingContext
-
- trim() - Method in class akasha.core.JsString
-
The trim() method removes whitespace from both ends of a string and returns a new string, without modifying the original string.
- trimEnd() - Method in class akasha.core.JsString
-
The trimEnd() method removes whitespace from the end of a string.
- trimLeft() - Method in class akasha.core.JsString
-
- trimRight() - Method in class akasha.core.JsString
-
- trimStart() - Method in class akasha.core.JsString
-
The trimStart() method removes whitespace from the beginning of a string.
- trueSpeed - Variable in class akasha.HTMLMarqueeElement
-
- trunc(double) - Static method in class akasha.core.JsMath
-
The Math.trunc() function returns the integer part of a number by removing any fractional digits.
- truncate(int) - Method in class akasha.FileSystemWritableFileStream
-
- truncate - Static variable in annotation type akasha.WriteCommandType
-
- twist() - Method in class akasha.PointerEvent
-
The twist read-only property of the PointerEvent interface represents the clockwise rotation of the pointer (e.g., pen stylus) around its major axis, in degrees.
- twist(int) - Method in interface akasha.PointerEventInit.Builder
-
- twist() - Method in interface akasha.PointerEventInit
-
- txPower() - Method in class akasha.bluetooth.BluetoothAdvertisingEvent
-
- txPower(byte) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- txPower() - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- type - Variable in class akasha.audio.BiquadFilterNode
-
A string (enum) representing a BiquadFilterType.
- type(String) - Method in interface akasha.audio.BiquadFilterOptions.Builder
-
- type() - Method in interface akasha.audio.BiquadFilterOptions
-
- type - Variable in class akasha.audio.OscillatorNode
-
A DOMString specifying the shape of oscillator wave.
- type(String) - Method in interface akasha.audio.OscillatorOptions.Builder
-
- type() - Method in interface akasha.audio.OscillatorOptions
-
- type() - Method in class akasha.Blob
-
The type property of a Blob object returns the MIME type of the file.
- type(String) - Method in interface akasha.BlobPropertyBag.Builder
-
- type() - Method in interface akasha.BlobPropertyBag
-
- type() - Method in class akasha.Client
-
The type read-only property of the Client interface indicates the type of client the service worker is controlling.
- type(String) - Method in interface akasha.ClientQueryOptions.Builder
-
- type() - Method in interface akasha.ClientQueryOptions
-
- type() - Method in class akasha.codecs.EncodedAudioChunk
-
- type(String) - Static method in interface akasha.codecs.EncodedAudioChunkInit
-
- type() - Method in interface akasha.codecs.EncodedAudioChunkInit
-
- type() - Method in class akasha.codecs.EncodedVideoChunk
-
- type(String) - Static method in interface akasha.codecs.EncodedVideoChunkInit
-
- type() - Method in interface akasha.codecs.EncodedVideoChunkInit
-
- type() - Method in class akasha.codecs.ImageDecoder
-
- type(String) - Static method in interface akasha.codecs.ImageDecoderInit
-
- type() - Method in interface akasha.codecs.ImageDecoderInit
-
- type(String) - Method in interface akasha.CollectedClientData.Step2
-
- type() - Method in interface akasha.CollectedClientData
-
- type() - Method in class akasha.Credential
-
The type property of the Credential interface returns a DOMString containing the credential's type.
- type() - Method in class akasha.crypto.CryptoKey
-
- type() - Method in class akasha.CSSPseudoElement
-
The type read-only property of the CSSPseudoElement interface returns the type of the pseudo-element as a string, represented in the form of a CSS selector.
- type() - Method in class akasha.CSSRule
-
- type() - Method in class akasha.DataTransferItem
-
The read-only DataTransferItem.type property returns the type (format) of the DataTransferItem object representing the drag data item.
- type() - Method in class akasha.Event
-
The type read-only property of the Event interface returns a string containing the event's type.
- type(String) - Method in interface akasha.FilePropertyBag.Builder
-
- type() - Method in class akasha.GamepadHapticActuator
-
The type read-only property of the GamepadHapticActuator interface returns an enum representing the type of the haptic hardware.
- type() - Method in class akasha.gl.WebGLActiveInfo
-
The read-only WebGLActiveInfo.type property represents the type of the requested data returned by calling the getActiveAttrib() or getActiveUniform() methods.
- type(String) - Method in interface akasha.gpu.GPUBufferBindingLayout.Builder
-
- type() - Method in interface akasha.gpu.GPUBufferBindingLayout
-
- type() - Method in class akasha.gpu.GPUCompilationMessage
-
- type(String) - Static method in interface akasha.gpu.GPUQuerySetDescriptor
-
- type() - Method in interface akasha.gpu.GPUQuerySetDescriptor
-
- type(String) - Method in interface akasha.gpu.GPUSamplerBindingLayout.Builder
-
- type() - Method in interface akasha.gpu.GPUSamplerBindingLayout
-
- type - Variable in class akasha.HTMLAnchorElement
-
- type - Variable in class akasha.HTMLButtonElement
-
- type - Variable in class akasha.HTMLEmbedElement
-
- type() - Method in class akasha.HTMLFieldSetElement
-
- type - Variable in class akasha.HTMLInputElement
-
- type - Variable in class akasha.HTMLLIElement
-
- type - Variable in class akasha.HTMLLinkElement
-
- type - Variable in class akasha.HTMLObjectElement
-
The type property of the HTMLObjectElement interface returns a DOMString that reflects the type HTML attribute, specifying the MIME type of the resource.
- type - Variable in class akasha.HTMLOListElement
-
- type() - Method in class akasha.HTMLOutputElement
-
- type - Variable in class akasha.HTMLParamElement
-
- type - Variable in class akasha.HTMLScriptElement
-
- type() - Method in class akasha.HTMLSelectElement
-
The HTMLSelectElement.type read-only property returns the form control's type.
- type - Variable in class akasha.HTMLSourceElement
-
- type - Variable in class akasha.HTMLStyleElement
-
The HTMLStyleElement.type read-only property returns the type of the current style.
- type() - Method in class akasha.HTMLTextAreaElement
-
- type - Variable in class akasha.HTMLUListElement
-
- type(String) - Method in interface akasha.ImageEncodeOptions.Builder
-
- type() - Method in interface akasha.ImageEncodeOptions
-
- type() - Method in class akasha.midi.MIDIPort
-
- type() - Method in class akasha.MimeType
-
- type() - Method in class akasha.MutationRecord
-
- type() - Method in class akasha.perf.PerformanceNavigation
-
The legacy PerformanceNavigation.type read-only property returns an unsigned short containing a constant describing how the navigation to this page was done.
- type() - Method in class akasha.perf.PerformanceNavigationTiming
-
The type read-only property returns a string representing the type of navigation.
- type(String) - Method in interface akasha.perf.PerformanceObserverInit.Builder
-
- type() - Method in interface akasha.perf.PerformanceObserverInit
-
- type(String) - Method in interface akasha.PublicKeyCredentialDescriptor.Step1
-
- type() - Method in interface akasha.PublicKeyCredentialDescriptor
-
- type(String) - Method in interface akasha.PublicKeyCredentialParameters.Step1
-
- type() - Method in interface akasha.PublicKeyCredentialParameters
-
- type(String) - Method in interface akasha.RegistrationOptions.Builder
-
- type() - Method in interface akasha.RegistrationOptions
-
- type() - Method in class akasha.Report
-
The type read-only property of the Report interface returns the type of report generated, e.g.
- type() - Method in class akasha.Response
-
The type read-only property of the Response interface contains the type of the response.
- type(String) - Method in interface akasha.rtc.RTCAudioHandlerStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCAudioReceiverStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCAudioSenderStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCAudioSourceStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCCertificateStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCCodecStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCDataChannelStats.Step1
-
- type() - Method in class akasha.rtc.RTCIceCandidate
-
The RTCIceCandidate interface's read-only type specifies the type of candidate the object represents.
- type(String) - Method in interface akasha.rtc.RTCIceCandidatePairStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCIceServerStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCInboundRtpStreamStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCLocalSessionDescriptionInit.Builder
-
- type() - Method in interface akasha.rtc.RTCLocalSessionDescriptionInit
-
- type(String) - Method in interface akasha.rtc.RTCMediaHandlerStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCMediaSourceStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCMediaStreamStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCOutboundRtpStreamStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCPeerConnectionStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCReceivedRtpStreamStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCReceiverAudioTrackAttachmentStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCReceiverVideoTrackAttachmentStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCRemoteInboundRtpStreamStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCRemoteOutboundRtpStreamStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCRtpContributingSourceStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCRtpStreamStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCRtpTransceiverStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCSctpTransportStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCSenderAudioTrackAttachmentStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCSenderVideoTrackAttachmentStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCSentRtpStreamStats.Step1
-
- type() - Method in class akasha.rtc.RTCSessionDescription
-
The property RTCSessionDescription.type is a read-only value of type RTCSdpType which describes the description's type.
- type(String) - Static method in interface akasha.rtc.RTCSessionDescriptionInit
-
- type() - Method in interface akasha.rtc.RTCSessionDescriptionInit
-
- type(String) - Method in interface akasha.rtc.RTCStats.Step1
-
- type() - Method in interface akasha.rtc.RTCStats
-
The RTCStats dictionary's property type is a string which specifies the type of statistic represented by the object, where the permitted values are drawn from the enum type RTCStatsType.
- type(String) - Method in interface akasha.rtc.RTCTransportStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCVideoHandlerStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCVideoReceiverStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCVideoSenderStats.Step1
-
- type(String) - Method in interface akasha.rtc.RTCVideoSourceStats.Step1
-
- type() - Method in class akasha.ScreenOrientation
-
The type read-only property of the ScreenOrientation interface returns the document's current orientation type, one of "portrait-primary", "portrait-secondary", "landscape-primary", or "landscape-secondary".
- type() - Method in class akasha.Selection
-
The type read-only property of the Selection interface returns a DOMString describing the type of the current selection.
- type() - Method in class akasha.StyleSheet
-
The type property of the StyleSheet interface specifies the style sheet language for the given style sheet.
- type - Variable in class akasha.svg.SVGAElement
-
- type() - Method in class akasha.svg.SVGComponentTransferFunctionElement
-
- type() - Method in class akasha.svg.SVGFEColorMatrixElement
-
- type() - Method in class akasha.svg.SVGFETurbulenceElement
-
- type - Variable in class akasha.svg.SVGScriptElement
-
- type - Variable in class akasha.svg.SVGStyleElement
-
- type() - Method in class akasha.svg.SVGTransform
-
- type(Object) - Method in interface akasha.UnderlyingSink.Builder
-
- type() - Method in interface akasha.UnderlyingSink
-
- type(String) - Method in interface akasha.UnderlyingSource.Builder
-
- type() - Method in interface akasha.UnderlyingSource
-
- type() - Method in class akasha.usb.USBEndpoint
-
- type() - Method in class akasha.WakeLockSentinel
-
The read-only type property of the WakeLockSentinel interface returns a String representation of the currently acquired WakeLockSentinel type.
- type(String) - Method in interface akasha.WorkerOptions.Builder
-
- type() - Method in interface akasha.WorkerOptions
-
- type(String) - Static method in interface akasha.WriteParams
-
- type() - Method in interface akasha.WriteParams
-
- type(String) - Method in interface akasha.xr.XRDOMOverlayState.Builder
-
- type() - Method in interface akasha.xr.XRDOMOverlayState
-
- TYPE_BACK_FORWARD - Static variable in class akasha.perf.PerformanceNavigation
-
- TYPE_MISMATCH_ERR - Static variable in class akasha.DOMException
-
- TYPE_NAVIGATE - Static variable in class akasha.perf.PerformanceNavigation
-
- TYPE_RELOAD - Static variable in class akasha.perf.PerformanceNavigation
-
- TYPE_RESERVED - Static variable in class akasha.perf.PerformanceNavigation
-
- TypedArray - Interface in akasha.core
-
- TypeError - Class in akasha.core
-
The TypeError object represents an error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
- TypeError(String) - Constructor for class akasha.core.TypeError
-
The TypeError() constructor creates a new error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
- TypeError() - Constructor for class akasha.core.TypeError
-
The TypeError() constructor creates a new error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
- typeMismatch() - Method in class akasha.ValidityState
-
If the type attribute expects specific strings, such as the email and url types and the value don't doesn't conform to the constraints set by the type, the typeMismatch property will be true.
- typeMismatch(boolean) - Method in interface akasha.ValidityStateFlags.Builder
-
- typeMismatch() - Method in interface akasha.ValidityStateFlags
-
- types() - Method in class akasha.clipboard.ClipboardItem
-
The read-only types property of the ClipboardItem interface returns an Array of MIME types available within the ClipboardItem
- types() - Method in class akasha.DataTransfer
-
The DataTransfer.types read-only property returns an array of the drag data formats (as strings) that were set in the dragstart event.
- types(JsArray<String>) - Method in interface akasha.ReportingObserverOptions.Builder
-
- types(String...) - Method in interface akasha.ReportingObserverOptions.Builder
-
- types() - Method in interface akasha.ReportingObserverOptions
-
- u8 - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- u8_planar - Static variable in annotation type akasha.codecs.AudioSampleFormat
-
- udp - Static variable in annotation type akasha.rtc.RTCIceProtocol
-
- UIEvent - Class in akasha
-
The UIEvent interface represents simple user interface events.
- UIEvent(String, UIEventInit) - Constructor for class akasha.UIEvent
-
The UIEvent() constructor creates a new UIEvent.
- UIEvent(String) - Constructor for class akasha.UIEvent
-
The UIEvent() constructor creates a new UIEvent.
- UIEventHandler - Interface in akasha
-
Handle events of type UIEvent
- UIEventInit - Interface in akasha
-
- UIEventInit.Builder - Interface in akasha
-
- UIEventListener - Interface in akasha
-
Listener for events of type UIEvent
- uint - Static variable in annotation type akasha.gpu.GPUTextureSampleType
-
- uint16 - Static variable in annotation type akasha.gpu.GPUIndexFormat
-
- Uint16Array - Class in akasha.core
-
The Uint16Array typed array represents an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array(int) - Constructor for class akasha.core.Uint16Array
-
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array(Uint16Array) - Constructor for class akasha.core.Uint16Array
-
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array(JsArray<Double>) - Constructor for class akasha.core.Uint16Array
-
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array(double[]) - Constructor for class akasha.core.Uint16Array
-
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint16Array
-
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array(ArrayBuffer, int) - Constructor for class akasha.core.Uint16Array
-
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array(ArrayBuffer) - Constructor for class akasha.core.Uint16Array
-
The Uint16Array() typed array constructor creates an array of 16-bit unsigned integers in the platform byte order.
- Uint16Array.Entry - Class in akasha.core
-
- Uint16Array.ForEachCallback - Interface in akasha.core
-
- Uint16Array.ForEachCallback2 - Interface in akasha.core
-
- Uint16Array.ForEachCallback3 - Interface in akasha.core
-
- uint16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- uint16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- uint32 - Static variable in annotation type akasha.gpu.GPUIndexFormat
-
- uint32 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- Uint32Array - Class in akasha.core
-
The Uint32Array typed array represents an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array(int) - Constructor for class akasha.core.Uint32Array
-
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array(Uint32Array) - Constructor for class akasha.core.Uint32Array
-
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array(JsArray<Double>) - Constructor for class akasha.core.Uint32Array
-
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array(double[]) - Constructor for class akasha.core.Uint32Array
-
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint32Array
-
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array(ArrayBuffer, int) - Constructor for class akasha.core.Uint32Array
-
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array(ArrayBuffer) - Constructor for class akasha.core.Uint32Array
-
The Uint32Array() typed array constructor creates an array of 32-bit unsigned integers in the platform byte order.
- Uint32Array.Entry - Class in akasha.core
-
- Uint32Array.ForEachCallback - Interface in akasha.core
-
- Uint32Array.ForEachCallback2 - Interface in akasha.core
-
- Uint32Array.ForEachCallback3 - Interface in akasha.core
-
- Uint32List - Interface in akasha.gl
-
- uint32x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- uint32x3 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- uint32x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- Uint8Array - Class in akasha.core
-
The Uint8Array typed array represents an array of 8-bit unsigned integers.
- Uint8Array(int) - Constructor for class akasha.core.Uint8Array
-
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
- Uint8Array(Uint8Array) - Constructor for class akasha.core.Uint8Array
-
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
- Uint8Array(JsArray<Double>) - Constructor for class akasha.core.Uint8Array
-
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
- Uint8Array(double[]) - Constructor for class akasha.core.Uint8Array
-
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
- Uint8Array(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint8Array
-
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
- Uint8Array(ArrayBuffer, int) - Constructor for class akasha.core.Uint8Array
-
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
- Uint8Array(ArrayBuffer) - Constructor for class akasha.core.Uint8Array
-
The Uint8Array() constructor creates a typed array of 8-bit unsigned integers.
- Uint8Array.Entry - Class in akasha.core
-
- Uint8Array.ForEachCallback - Interface in akasha.core
-
- Uint8Array.ForEachCallback2 - Interface in akasha.core
-
- Uint8Array.ForEachCallback3 - Interface in akasha.core
-
- Uint8ClampedArray - Class in akasha.core
-
The Uint8ClampedArray typed array represents an array of 8-bit unsigned integers clamped to 0-255; if you
specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer,
the nearest integer will be set.
- Uint8ClampedArray(int) - Constructor for class akasha.core.Uint8ClampedArray
-
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
- Uint8ClampedArray(Uint8ClampedArray) - Constructor for class akasha.core.Uint8ClampedArray
-
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
- Uint8ClampedArray(JsArray<Double>) - Constructor for class akasha.core.Uint8ClampedArray
-
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
- Uint8ClampedArray(double[]) - Constructor for class akasha.core.Uint8ClampedArray
-
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
- Uint8ClampedArray(ArrayBuffer, int, int) - Constructor for class akasha.core.Uint8ClampedArray
-
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
- Uint8ClampedArray(ArrayBuffer, int) - Constructor for class akasha.core.Uint8ClampedArray
-
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
- Uint8ClampedArray(ArrayBuffer) - Constructor for class akasha.core.Uint8ClampedArray
-
The Uint8ClampedArray() constructor creates a typed array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
- Uint8ClampedArray.Entry - Class in akasha.core
-
- Uint8ClampedArray.ForEachCallback - Interface in akasha.core
-
- Uint8ClampedArray.ForEachCallback2 - Interface in akasha.core
-
- Uint8ClampedArray.ForEachCallback3 - Interface in akasha.core
-
- uint8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- uint8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- ULongRange - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- ULongRange.Builder - Interface in akasha.media
-
The MediaTrackConstraints dictionary is used to describe a set of capabilities and the value or values each can take on.
- ultra_condensed - Static variable in annotation type akasha.CanvasFontStretch
-
- ultra_expanded - Static variable in annotation type akasha.CanvasFontStretch
-
- unackData(int) - Method in interface akasha.rtc.RTCSctpTransportStats.Builder
-
- unackData() - Method in interface akasha.rtc.RTCSctpTransportStats
-
- unbounded - Static variable in annotation type akasha.xr.XRReferenceSpaceType
-
- unclippedDepth(boolean) - Method in interface akasha.gpu.GPUPrimitiveState.Builder
-
- unclippedDepth() - Method in interface akasha.gpu.GPUPrimitiveState
-
- unconfigure() - Method in class akasha.gpu.GPUCanvasContext
-
- unconfigured - Static variable in annotation type akasha.codecs.CodecState
-
- UnderlyingSink - Interface in akasha
-
- UnderlyingSink.Builder - Interface in akasha
-
- UnderlyingSinkAbortCallback - Interface in akasha
-
- UnderlyingSinkCloseCallback - Interface in akasha
-
- UnderlyingSinkStartCallback - Interface in akasha
-
- UnderlyingSinkWriteCallback - Interface in akasha
-
- UnderlyingSource - Interface in akasha
-
- UnderlyingSource.Builder - Interface in akasha
-
- UnderlyingSourceCancelCallback - Interface in akasha
-
- UnderlyingSourcePullCallback - Interface in akasha
-
- UnderlyingSourceStartCallback - Interface in akasha
-
- unescape(String) - Static method in class akasha.Global
-
Deprecated.
- unfilterable_float - Static variable in annotation type akasha.gpu.GPUTextureSampleType
-
- unicase - Static variable in annotation type akasha.CanvasFontVariantCaps
-
- unicode() - Method in class akasha.core.RegExp
-
The unicode property indicates whether or not the "u" flag is used with a regular expression.
- uniform - Static variable in annotation type akasha.gpu.GPUBufferBindingType
-
- UNIFORM - Static variable in class akasha.gpu.GPUBufferUsage
-
- uniform1f(WebGLUniformLocation, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1f(WebGLUniformLocation, float) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1fv(WebGLUniformLocation, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1i(WebGLUniformLocation, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1i(WebGLUniformLocation, int) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1iv(WebGLUniformLocation, Int32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, Int32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, Int32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, Int32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform1ui(WebGLUniformLocation, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, Uint32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, Uint32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, Uint32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, Uint32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, Uint32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, Uint32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform1uiv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2f(WebGLUniformLocation, float, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2f(WebGLUniformLocation, float, float) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2fv(WebGLUniformLocation, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2i(WebGLUniformLocation, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2i(WebGLUniformLocation, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2iv(WebGLUniformLocation, Int32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, Int32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, Int32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, Int32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform2ui(WebGLUniformLocation, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, Uint32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, Uint32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, Uint32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, Uint32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, Uint32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, Uint32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform2uiv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3f(WebGLUniformLocation, float, float, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3f(WebGLUniformLocation, float, float, float) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3fv(WebGLUniformLocation, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3i(WebGLUniformLocation, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3i(WebGLUniformLocation, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3iv(WebGLUniformLocation, Int32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, Int32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, Int32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, Int32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform3ui(WebGLUniformLocation, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, Uint32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, Uint32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, Uint32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, Uint32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, Uint32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, Uint32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform3uiv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4f(WebGLUniformLocation, float, float, float, float) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4f(WebGLUniformLocation, float, float, float, float) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4fv(WebGLUniformLocation, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4fv(WebGLUniformLocation, Float32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4fv(WebGLUniformLocation, Float32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4fv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4fv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4i(WebGLUniformLocation, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4i(WebGLUniformLocation, int, int, int, int) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4iv(WebGLUniformLocation, Int32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, Int32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, Int32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, Int32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4iv(WebGLUniformLocation, Int32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4iv(WebGLUniformLocation, Int32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4iv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4iv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniform4ui(WebGLUniformLocation, int, int, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, Uint32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, Uint32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, Uint32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, Uint32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, Uint32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, Uint32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- uniform4uiv(WebGLUniformLocation, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniform[1234][fi][v]() methods of the WebGL API specify values of uniform variables.
- UNIFORM_ARRAY_STRIDE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BLOCK_ACTIVE_UNIFORMS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BLOCK_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BLOCK_DATA_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BLOCK_INDEX - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BUFFER - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BUFFER_BINDING - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BUFFER_OFFSET_ALIGNMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BUFFER_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_BUFFER_START - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_IS_ROW_MAJOR - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_MATRIX_STRIDE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_OFFSET - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_SIZE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNIFORM_TYPE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- uniformBlockBinding(WebGLProgram, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGL2RenderingContext.uniformBlockBinding() method of the WebGL 2 API assigns binding points for active uniform blocks.
- UniformDataType - Annotation Type in akasha.gl
-
- UniformDataType.Util - Class in akasha.gl
-
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix2fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix2fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix2fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x3fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix2x4fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix3fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix3fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix3fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x2fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix3x4fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix4fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix4fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix4fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGLRenderingContext
-
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x2fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, Float32List, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, Float32Array, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, JsArray<Double>, int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, double[], int, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, Float32List, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, Float32Array, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, JsArray<Double>, int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, double[], int) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, Float32List) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, Float32Array) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, JsArray<Double>) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- uniformMatrix4x3fv(WebGLUniformLocation, boolean, double...) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.uniformMatrix[234]fv() methods of the WebGL API specify matrix values for uniform variables.
- unique() - Method in class akasha.idb.IDBIndex
-
A Boolean:
- unique(boolean) - Method in interface akasha.idb.IDBIndexParameters.Builder
-
- unique() - Method in interface akasha.idb.IDBIndexParameters
-
- unitType() - Method in class akasha.svg.SVGAngle
-
- unitType() - Method in class akasha.svg.SVGLength
-
- unknown - Static variable in annotation type akasha.GamepadMappingType
-
- unknown - Static variable in annotation type akasha.rtc.RTCIceRole
-
- unloadEventEnd() - Method in class akasha.perf.PerformanceNavigationTiming
-
The unloadEventEnd read-only property returns a timestamp representing the time value equal to the time immediately after the user agent finishes the unload event of the previous document.
- unloadEventEnd() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.unloadEventEnd read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the unload event handler finishes.
- unloadEventStart() - Method in class akasha.perf.PerformanceNavigationTiming
-
The unloadEventStart read-only property returns a timestamp representing the time value equal to the time immediately before the user agent starts the unload event of the previous document.
- unloadEventStart() - Method in class akasha.perf.PerformanceTiming
-
The legacy PerformanceTiming.unloadEventStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the unload event has been thrown.
- unlock() - Method in class akasha.ScreenOrientation
-
The unlock() property of the ScreenOrientation interface unlocks the orientation of the containing document from its default orientation.
- unmap() - Method in class akasha.gpu.GPUBuffer
-
- UNMASKED_RENDERER_WEBGL - Static variable in class akasha.gl.WEBGL_debug_renderer_info
-
- UNMASKED_VENDOR_WEBGL - Static variable in class akasha.gl.WEBGL_debug_renderer_info
-
- unobserve(Element) - Method in class akasha.IntersectionObserver
-
The IntersectionObserver method unobserve() instructs the IntersectionObserver to stop observing the specified target element.
- unobserve(Element) - Method in class akasha.ResizeObserver
-
- UNORDERED_NODE_ITERATOR_TYPE - Static variable in class akasha.XPathResult
-
- UNORDERED_NODE_SNAPSHOT_TYPE - Static variable in class akasha.XPathResult
-
- unorm16x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- unorm16x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- unorm8x2 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- unorm8x4 - Static variable in annotation type akasha.gpu.GPUVertexFormat
-
- UNPACK_ALIGNMENT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_ALIGNMENT - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNPACK_COLORSPACE_CONVERSION_WEBGL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_COLORSPACE_CONVERSION_WEBGL - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNPACK_FLIP_Y_WEBGL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_FLIP_Y_WEBGL - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNPACK_IMAGE_HEIGHT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_PREMULTIPLY_ALPHA_WEBGL - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_PREMULTIPLY_ALPHA_WEBGL - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNPACK_ROW_LENGTH - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_SKIP_IMAGES - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_SKIP_PIXELS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNPACK_SKIP_ROWS - Static variable in class akasha.gl.WebGL2RenderingContext
-
- unregister() - Method in class akasha.ServiceWorkerRegistration
-
The unregister() method of the ServiceWorkerRegistration interface unregisters the service worker registration and returns a Promise.
- unregisterProtocolHandler(String, String) - Method in class akasha.Navigator
-
- UnrestrictedDoubleOrDOMPointInitUnion - Interface in akasha
-
- UnrestrictedDoubleOrStringUnion - Interface in akasha
-
- unsafe_url - Static variable in annotation type akasha.ReferrerPolicy
-
The referrer will include the origin and the path (but not the fragment, password, or username).
- unscopables() - Static method in interface akasha.core.Symbol
-
The Symbol.unscopables well-known symbol is used to specify an object value of whose own and inherited property names are excluded from the with environment bindings of the associated object.
- UNSENT - Static variable in class akasha.XMLHttpRequest
-
- unshift(T...) - Method in class akasha.lang.JsArray
-
The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array.
- UNSIGNALED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_BYTE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_BYTE - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNSIGNED_INT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNSIGNED_INT_10F_11F_11F_REV - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_24_8 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_24_8_WEBGL - Static variable in class akasha.gl.WEBGL_depth_texture
-
- UNSIGNED_INT_2_10_10_10_REV - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_5_9_9_9_REV - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_SAMPLER_2D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_SAMPLER_2D_ARRAY - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_SAMPLER_3D - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_SAMPLER_CUBE - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_VEC2 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_VEC3 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_INT_VEC4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_NORMALIZED - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_NORMALIZED_EXT - Static variable in class akasha.gl.EXT_color_buffer_half_float
-
- UNSIGNED_NORMALIZED_EXT - Static variable in class akasha.gl.WEBGL_color_buffer_float
-
- UNSIGNED_SHORT - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_SHORT - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNSIGNED_SHORT_4_4_4_4 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_SHORT_4_4_4_4 - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNSIGNED_SHORT_5_5_5_1 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_SHORT_5_5_5_1 - Static variable in class akasha.gl.WebGLRenderingContext
-
- UNSIGNED_SHORT_5_6_5 - Static variable in class akasha.gl.WebGL2RenderingContext
-
- UNSIGNED_SHORT_5_6_5 - Static variable in class akasha.gl.WebGLRenderingContext
-
- unspecified - Static variable in annotation type akasha.AudioTrackKind
-
The track doesn't have an explicit kind, or the kind provided by the track's metadata isn't recognized by the user agent.
- unspecified - Static variable in annotation type akasha.clipboard.PresentationStyle
-
- unsubscribe() - Method in class akasha.PushSubscription
-
The unsubscribe() method of the PushSubscription interface returns a Promise that resolves to a Boolean when the current subscription is successfully unsubscribed.
- unsuspendRedraw(int) - Method in class akasha.svg.SVGSVGElement
-
- unsuspendRedrawAll() - Method in class akasha.svg.SVGSVGElement
-
- unwrapKey - Static variable in annotation type akasha.crypto.KeyUsage
-
- unwrapKey(String, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, JsObject, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, String, AlgorithmIdentifier, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, AlgorithmIdentifier, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, JsObject, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, String, JsObject, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, AlgorithmIdentifier, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, JsObject, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, String, String, boolean, JsArray<String>) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, JsObject, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, String, AlgorithmIdentifier, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, AlgorithmIdentifier, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, JsObject, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, String, JsObject, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, AlgorithmIdentifier, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, JsObject, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- unwrapKey(String, BufferSource, CryptoKey, String, String, boolean, String...) - Method in class akasha.crypto.SubtleCrypto
-
The unwrapKey() method of the SubtleCrypto interface "unwraps" a key.
- up - Static variable in annotation type akasha.ScrollSetting
-
- update(Object) - Method in class akasha.idb.IDBCursor
-
The update() method of the IDBCursor interface returns an IDBRequest object, and, in a separate thread, updates the value at the current position of the cursor in the object store.
- update(BufferSource) - Method in class akasha.MediaKeySession
-
The MediaKeySession.update() method loads messages and licenses to the CDM, and then returns a Promise.
- update() - Method in class akasha.ServiceWorkerRegistration
-
The update() method of the ServiceWorkerRegistration interface attempts to update the service worker.
- updatePlaybackRate(double) - Method in class akasha.Animation
-
The updatePlaybackRate() method of the Web Animations API's Animation Interface sets the speed of an animation after first synchronizing its playback position.
- updateRenderState(XRRenderStateInit) - Method in class akasha.xr.XRSession
-
The updateRenderState() method of the XRSession interface of WebXR API schedules changes to be applied to the active render state prior to rendering of the next frame.
- updateRenderState() - Method in class akasha.xr.XRSession
-
The updateRenderState() method of the XRSession interface of WebXR API schedules changes to be applied to the active render state prior to rendering of the next frame.
- updateTargetFrameRate(float) - Method in class akasha.xr.XRSession
-
- updateTiming(OptionalEffectTiming) - Method in class akasha.AnimationEffect
-
The updateTiming() method of the AnimationEffect interface updates the specified timing properties for an animation effect.
- updateTiming() - Method in class akasha.AnimationEffect
-
The updateTiming() method of the AnimationEffect interface updates the specified timing properties for an animation effect.
- updateViaCache(String) - Method in interface akasha.RegistrationOptions.Builder
-
- updateViaCache() - Method in interface akasha.RegistrationOptions
-
- updateViaCache() - Method in class akasha.ServiceWorkerRegistration
-
- updating() - Method in class akasha.media.SourceBuffer
-
The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer is currently being updated — i.e.
- upgrade(Node) - Method in class akasha.CustomElementRegistry
-
The upgrade() method of the CustomElementRegistry interface upgrades all shadow-containing custom elements in a Node subtree, even before they are connected to the main document.
- upload() - Method in class akasha.XMLHttpRequest
-
The XMLHttpRequest upload property returns an XMLHttpRequestUpload object that can be observed to monitor an upload's progress.
- upper() - Method in class akasha.idb.IDBKeyRange
-
The upper bound of the key range (can be any type.)
- upperBound(Object, boolean) - Static method in class akasha.idb.IDBKeyRange
-
IDBKeyRange: The newly created key range.
- upperBound(Object) - Static method in class akasha.idb.IDBKeyRange
-
IDBKeyRange: The newly created key range.
- upperOpen() - Method in class akasha.idb.IDBKeyRange
-
A boolean:
- upperVerticalAngle - Variable in class akasha.xr.XREquirectLayer
-
- upperVerticalAngle(float) - Method in interface akasha.xr.XREquirectLayerInit.Builder
-
- upperVerticalAngle() - Method in interface akasha.xr.XREquirectLayerInit
-
- upperVerticalAngle(float) - Method in interface akasha.xr.XRMediaEquirectLayerInit.Builder
-
- upperVerticalAngle() - Method in interface akasha.xr.XRMediaEquirectLayerInit
-
- upX() - Method in class akasha.audio.AudioListener
-
The upX read-only property of the AudioListener interface is an AudioParam representing the x value of the direction vector defining the up direction the listener is pointing in.
- upY() - Method in class akasha.audio.AudioListener
-
The upY read-only property of the AudioListener interface is an AudioParam representing the y value of the direction vector defining the up direction the listener is pointing in.
- upZ() - Method in class akasha.audio.AudioListener
-
The upZ read-only property of the AudioListener interface is an AudioParam representing the z value of the direction vector defining the up direction the listener is pointing in.
- uri(String) - Method in interface akasha.rtc.RTCRtpHeaderExtensionCapability.Builder
-
- uri() - Method in interface akasha.rtc.RTCRtpHeaderExtensionCapability
-
- uri(String) - Static method in interface akasha.rtc.RTCRtpHeaderExtensionParameters
-
- uri() - Method in interface akasha.rtc.RTCRtpHeaderExtensionParameters
-
- URIError - Class in akasha.core
-
The URIError object represents an error when a global URI handling function was used in a wrong way.
- URIError(String) - Constructor for class akasha.core.URIError
-
The URIError() constructor creates an error when a global URI handling function was used in a wrong way.
- URIError() - Constructor for class akasha.core.URIError
-
The URIError() constructor creates an error when a global URI handling function was used in a wrong way.
- url - Static variable in annotation type akasha.AutocompleteType
-
A URL, such as a home page or company web site address as appropriate given the context of the other fields in the form.
- url() - Method in class akasha.Client
-
The url read-only property of the Client interface returns the URL of the current service worker client.
- URL() - Method in class akasha.Document
-
The URL read-only property of the Document interface returns the document location as a string.
- url() - Method in class akasha.EventSource
-
The url read-only property of the EventSource interface returns a DOMString representing the URL of the source.
- url - Static variable in annotation type akasha.InputModeType
-
A keypad optimized for entering URLs.
- url - Static variable in annotation type akasha.InputType
-
A field for entering a URL.
- url() - Method in class akasha.Report
-
The url read-only property of the Report interface returns the URL of the document that generated the report.
- url() - Method in class akasha.Request
-
The url read-only property of the Request interface contains the URL of the request.
- url() - Method in class akasha.Response
-
The url read-only property of the Response interface contains the URL of the response.
- url(String) - Method in interface akasha.rtc.RTCIceCandidateStats.Builder
-
The RTCIceCandidateStats dictionary's url property specifies the URL of the ICE server from which the described candidate was obtained.
- url() - Method in interface akasha.rtc.RTCIceCandidateStats
-
The RTCIceCandidateStats dictionary's url property specifies the URL of the ICE server from which the described candidate was obtained.
- url(String) - Method in interface akasha.rtc.RTCIceServerStats.Step3
-
- url() - Method in interface akasha.rtc.RTCIceServerStats
-
- url() - Method in class akasha.rtc.RTCPeerConnectionIceErrorEvent
-
- url(String) - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit.Builder
-
- url() - Method in interface akasha.rtc.RTCPeerConnectionIceErrorEventInit
-
- url() - Method in class akasha.rtc.RTCPeerConnectionIceEvent
-
- url(String) - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit.Builder
-
- url() - Method in interface akasha.rtc.RTCPeerConnectionIceEventInit
-
- url(String) - Method in interface akasha.ShareData.Builder
-
- url() - Method in interface akasha.ShareData
-
- url() - Method in class akasha.StorageEvent
-
- url(String) - Method in interface akasha.StorageEventInit.Builder
-
- url() - Method in interface akasha.StorageEventInit
-
- URL - Class in akasha
-
The URL interface is used to parse, construct, normalize, and encode URLs.
- URL(String, String) - Constructor for class akasha.URL
-
The URL() constructor returns a newly created URL object representing the URL defined by the parameters.
- URL(String) - Constructor for class akasha.URL
-
The URL() constructor returns a newly created URL object representing the URL defined by the parameters.
- url() - Method in class akasha.WebSocket
-
The WebSocket.url read-only property returns the absolute URL of the WebSocket as resolved by the constructor.
- URL_MISMATCH_ERR - Static variable in class akasha.DOMException
-
- urlencoded - Static variable in annotation type akasha.FormEncodingType
-
The default value.
- urls(StringOrStringArrayUnion) - Static method in interface akasha.rtc.RTCIceServer
-
- urls(String) - Static method in interface akasha.rtc.RTCIceServer
-
- urls(JsArray<String>) - Static method in interface akasha.rtc.RTCIceServer
-
- urls(String...) - Static method in interface akasha.rtc.RTCIceServer
-
- urls() - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's urls property specifies the URL or URLs of the servers to be used for ICE negotiations.
- URLSearchParams - Class in akasha
-
The URLSearchParams interface defines utility methods to work with the query string of a URL.
- URLSearchParams(JsArray<JsArray<String>>) - Constructor for class akasha.URLSearchParams
-
The URLSearchParams() constructor creates and returns a new URLSearchParams object.
- URLSearchParams(JsPropertyMap<String>) - Constructor for class akasha.URLSearchParams
-
The URLSearchParams() constructor creates and returns a new URLSearchParams object.
- URLSearchParams(String) - Constructor for class akasha.URLSearchParams
-
The URLSearchParams() constructor creates and returns a new URLSearchParams object.
- URLSearchParams(JsArray<String>[]) - Constructor for class akasha.URLSearchParams
-
The URLSearchParams() constructor creates and returns a new URLSearchParams object.
- URLSearchParams() - Constructor for class akasha.URLSearchParams
-
The URLSearchParams() constructor creates and returns a new URLSearchParams object.
- URLSearchParams.Entry - Class in akasha
-
- URLSearchParams.ForEachCallback - Interface in akasha
-
- URLSearchParams.ForEachCallback2 - Interface in akasha
-
- URLSearchParams.ForEachCallback3 - Interface in akasha
-
- usable - Static variable in annotation type akasha.MediaKeyStatus
-
- usage(int) - Method in interface akasha.gpu.GPUBufferDescriptor.Step1
-
- usage() - Method in interface akasha.gpu.GPUBufferDescriptor
-
- usage(int) - Method in interface akasha.gpu.GPUCanvasConfiguration.Builder
-
- usage() - Method in interface akasha.gpu.GPUCanvasConfiguration
-
- usage(int) - Method in interface akasha.gpu.GPUTextureDescriptor.Step2
-
- usage() - Method in interface akasha.gpu.GPUTextureDescriptor
-
- usage(int) - Method in interface akasha.StorageEstimate.Builder
-
The StorageEstimate dictionary's usage property is a conservative approximation of how much storage is allotted to the origin or Web app that called StorageManager.estimate(); there may be more space available, but there will not be less.
- usage() - Method in interface akasha.StorageEstimate
-
The StorageEstimate dictionary's usage property is a conservative approximation of how much storage is allotted to the origin or Web app that called StorageManager.estimate(); there may be more space available, but there will not be less.
- usagePreference(JsArray<String>) - Static method in interface akasha.xr.XRDepthStateInit
-
- usagePreference(String...) - Static method in interface akasha.xr.XRDepthStateInit
-
- usagePreference() - Method in interface akasha.xr.XRDepthStateInit
-
- usages() - Method in class akasha.crypto.CryptoKey
-
- UsageType - Annotation Type in akasha.gl
-
- UsageType.Util - Class in akasha.gl
-
- usb - Static variable in annotation type akasha.AuthenticatorTransport
-
- usb() - Method in class akasha.Navigator
-
- USB - Class in akasha.usb
-
The USB interface of the WebUSB API provides attributes and methods for finding and connecting USB devices from a web page.
- USB() - Constructor for class akasha.usb.USB
-
- usb() - Method in class akasha.WorkerNavigator
-
- USBAlternateInterface - Class in akasha.usb
-
The USBAlternateInterface interface of the WebUSB API provides information about a particular configuration of an interface provided by the USB device.
- USBAlternateInterface(USBInterface, short) - Constructor for class akasha.usb.USBAlternateInterface
-
- USBConfiguration - Class in akasha.usb
-
The USBConfiguration interface of the WebUSB API provides information about a particular configuration of a USB device and the interfaces that it supports.
- USBConfiguration(USBDevice, short) - Constructor for class akasha.usb.USBConfiguration
-
- USBConnectionEvent - Class in akasha.usb
-
The USBConnectionEvent interface of the WebUSB API is the event type passed to USB.onconnect and USB.ondisconnect when the user agent detects that a new USB device has been connected or disconnected.
- USBConnectionEvent(String, USBConnectionEventInit) - Constructor for class akasha.usb.USBConnectionEvent
-
- USBConnectionEventInit - Interface in akasha.usb
-
- USBConnectionEventInit.Builder - Interface in akasha.usb
-
- USBControlTransferParameters - Interface in akasha.usb
-
- USBControlTransferParameters.Step1 - Interface in akasha.usb
-
- USBControlTransferParameters.Step2 - Interface in akasha.usb
-
- USBControlTransferParameters.Step3 - Interface in akasha.usb
-
- USBControlTransferParameters.Step4 - Interface in akasha.usb
-
- USBDevice - Class in akasha.usb
-
The USBDevice interface of the WebUSB API provides access to metadata about a paired USB device and methods for controlling it.
- USBDevice() - Constructor for class akasha.usb.USBDevice
-
- USBDeviceFilter - Interface in akasha.usb
-
- USBDeviceFilter.Builder - Interface in akasha.usb
-
- USBDeviceRequestOptions - Interface in akasha.usb
-
- USBDirection - Annotation Type in akasha.usb
-
- USBDirection.Util - Class in akasha.usb
-
- USBEndpoint - Class in akasha.usb
-
The USBEndpoint interface of the WebUSB API provides information about an endpoint provided by the USB device.
- USBEndpoint(USBAlternateInterface, short, String) - Constructor for class akasha.usb.USBEndpoint
-
- USBEndpointType - Annotation Type in akasha.usb
-
- USBEndpointType.Util - Class in akasha.usb
-
- USBInterface - Class in akasha.usb
-
The USBInterface interface of the WebUSB API provides information about an interface provided by the USB device.
- USBInterface(USBConfiguration, short) - Constructor for class akasha.usb.USBInterface
-
- USBInTransferResult - Class in akasha.usb
-
The USBInTransferResult interface of the WebUSB API provides the result from a call to the transferIn() and controlTransferIn() methods of the USBDevice interface.
- USBInTransferResult(String, DataView) - Constructor for class akasha.usb.USBInTransferResult
-
- USBInTransferResult(String) - Constructor for class akasha.usb.USBInTransferResult
-
- USBIsochronousInTransferPacket - Class in akasha.usb
-
The USBIsochronousInTransferPacket interface of the WebUSB API is part of the response from a call to the isochronousTransferIn() method of the USBDevice interface.
- USBIsochronousInTransferPacket(String, DataView) - Constructor for class akasha.usb.USBIsochronousInTransferPacket
-
- USBIsochronousInTransferPacket(String) - Constructor for class akasha.usb.USBIsochronousInTransferPacket
-
- USBIsochronousInTransferResult - Class in akasha.usb
-
The USBIsochronousInTransferResult interface of the WebUSB API provides the result from a call to the isochronousTransferIn() method of the USBDevice interface.
- USBIsochronousInTransferResult(JsArray<USBIsochronousInTransferPacket>, DataView) - Constructor for class akasha.usb.USBIsochronousInTransferResult
-
- USBIsochronousInTransferResult(USBIsochronousInTransferPacket[], DataView) - Constructor for class akasha.usb.USBIsochronousInTransferResult
-
- USBIsochronousInTransferResult(JsArray<USBIsochronousInTransferPacket>) - Constructor for class akasha.usb.USBIsochronousInTransferResult
-
- USBIsochronousInTransferResult(USBIsochronousInTransferPacket[]) - Constructor for class akasha.usb.USBIsochronousInTransferResult
-
- USBIsochronousOutTransferPacket - Class in akasha.usb
-
The USBIsochronousOutTransferPacket interface of the WebUSB API is part of the response from a call to the isochronousTransferOut() method of the USBDevice interface.
- USBIsochronousOutTransferPacket(String, int) - Constructor for class akasha.usb.USBIsochronousOutTransferPacket
-
- USBIsochronousOutTransferPacket(String) - Constructor for class akasha.usb.USBIsochronousOutTransferPacket
-
- USBIsochronousOutTransferResult - Class in akasha.usb
-
The USBIsochronousOutTransferResult interface of the WebUSB API provides the result from a call to the isochronousTransferOut() method of the USBDevice interface.
- USBIsochronousOutTransferResult(JsArray<USBIsochronousOutTransferPacket>) - Constructor for class akasha.usb.USBIsochronousOutTransferResult
-
- USBIsochronousOutTransferResult(USBIsochronousOutTransferPacket[]) - Constructor for class akasha.usb.USBIsochronousOutTransferResult
-
- USBOutTransferResult - Class in akasha.usb
-
The USBOutTransferResult interface of the WebUSB API provides the result from a call to the transferOut() and controlTransferOut() methods of the USBDevice interface.
- USBOutTransferResult(String, int) - Constructor for class akasha.usb.USBOutTransferResult
-
- USBOutTransferResult(String) - Constructor for class akasha.usb.USBOutTransferResult
-
- USBPermissionDescriptor - Interface in akasha.usb
-
- USBPermissionDescriptor.Builder - Interface in akasha.usb
-
- USBPermissionResult - Class in akasha.usb
-
- USBPermissionResult() - Constructor for class akasha.usb.USBPermissionResult
-
- USBPermissionStorage - Interface in akasha.usb
-
- USBPermissionStorage.Builder - Interface in akasha.usb
-
- USBRecipient - Annotation Type in akasha.usb
-
- USBRecipient.Util - Class in akasha.usb
-
- USBRequestType - Annotation Type in akasha.usb
-
- USBRequestType.Util - Class in akasha.usb
-
- USBTransferStatus - Annotation Type in akasha.usb
-
- USBTransferStatus.Util - Class in akasha.usb
-
- usbVersionMajor() - Method in class akasha.usb.USBDevice
-
- usbVersionMinor() - Method in class akasha.usb.USBDevice
-
- usbVersionSubminor() - Method in class akasha.usb.USBDevice
-
- use(String) - Method in interface akasha.crypto.JsonWebKey.Builder
-
- use() - Method in interface akasha.crypto.JsonWebKey
-
- use_credentials - Static variable in annotation type akasha.CrossOriginType
-
Sends a cross-origin request with a credential.
- useMap - Variable in class akasha.HTMLImageElement
-
The useMap property on the HTMLImageElement interface reflects the value of the HTML usemap attribute, which is a string providing the name of the client-side image map to apply to the image.
- useMap - Variable in class akasha.HTMLInputElement
-
- useMap - Variable in class akasha.HTMLObjectElement
-
The useMap property of the HTMLObjectElement interface returns a DOMString that reflects the usemap HTML attribute, specifying a map element to use.
- useProgram(WebGLProgram) - Method in class akasha.gl.WebGL2RenderingContext
-
The WebGLRenderingContext.useProgram() method of the WebGL API sets the specified WebGLProgram as part of the current rendering state.
- useProgram(WebGLProgram) - Method in class akasha.gl.WebGLRenderingContext
-
The WebGLRenderingContext.useProgram() method of the WebGL API sets the specified WebGLProgram as part of the current rendering state.
- user - Static variable in annotation type akasha.media.VideoFacingModeEnum
-
- user(PublicKeyCredentialUserEntity) - Method in interface akasha.PublicKeyCredentialCreationOptions.Step3
-
- user() - Method in interface akasha.PublicKeyCredentialCreationOptions
-
The user property of the PublicKeyCredentialCreationOptions dictionary is an object describing the user account for which the credentials are generated (via navigator.credentials.create()).
- userAgent() - Method in class akasha.Navigator
-
The NavigatorID.userAgent read-only property returns the user agent string for the current browser.
- userAgent() - Method in class akasha.WorkerNavigator
-
The NavigatorID.userAgent read-only property returns the user agent string for the current browser.
- userHandle() - Method in class akasha.AuthenticatorAssertionResponse
-
The userHandle read-only property of the AuthenticatorAssertionResponse interface is an ArrayBuffer object which is an opaque identifier for the given user.
- username - Static variable in annotation type akasha.AutocompleteType
-
A username or account name.
- username - Variable in class akasha.HTMLAnchorElement
-
The HTMLHyperlinkElementUtils.username property is a USVString containing the username specified before the domain name.
- username - Variable in class akasha.HTMLAreaElement
-
The HTMLHyperlinkElementUtils.username property is a USVString containing the username specified before the domain name.
- username(String) - Method in interface akasha.rtc.RTCIceServer.Builder
-
The RTCIceServer dictionary's username property is a string which specifies the username to use when authenticating with the ICE server being described.
- username() - Method in interface akasha.rtc.RTCIceServer
-
The RTCIceServer dictionary's username property is a string which specifies the username to use when authenticating with the ICE server being described.
- username - Variable in class akasha.svg.SVGAElement
-
The HTMLHyperlinkElementUtils.username property is a USVString containing the username specified before the domain name.
- username - Variable in class akasha.URL
-
The username property of the URL interface is a USVString containing the username specified before the domain name.
- usernameFragment() - Method in class akasha.rtc.RTCIceCandidate
-
The read-only usernameFragment property on the RTCIceCandidate interface is a string indicating the username fragment ("ufrag") that uniquely identifies a single ICE interaction session.
- usernameFragment(String) - Method in interface akasha.rtc.RTCIceCandidateInit.Builder
-
The optional property usernameFragment in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's usernameFragment property.
- usernameFragment() - Method in interface akasha.rtc.RTCIceCandidateInit
-
The optional property usernameFragment in the RTCIceCandidateInit dictionary specifies the value of the RTCIceCandidate object's usernameFragment property.
- usernameFragment(String) - Method in interface akasha.rtc.RTCIceParameters.Builder
-
The RTCIceParameters dictionary's usernameFragment property specifies the username fragment ("ufrag") that uniquely identifies the corresponding ICE session for the duration of the current ICE session.
- usernameFragment() - Method in interface akasha.rtc.RTCIceParameters
-
The RTCIceParameters dictionary's usernameFragment property specifies the username fragment ("ufrag") that uniquely identifies the corresponding ICE session for the duration of the current ICE session.
- usernameHint(String) - Method in interface akasha.rtc.RTCIdentityProviderOptions.Builder
-
- usernameHint() - Method in interface akasha.rtc.RTCIdentityProviderOptions
-
- userVerification(String) - Method in interface akasha.AuthenticatorSelectionCriteria.Builder
-
- userVerification() - Method in interface akasha.AuthenticatorSelectionCriteria
-
- userVerification(String) - Method in interface akasha.PublicKeyCredentialRequestOptions.Builder
-
userVerification is an optional property of the PublicKeyCredentialRequestOptions.
- userVerification() - Method in interface akasha.PublicKeyCredentialRequestOptions
-
userVerification is an optional property of the PublicKeyCredentialRequestOptions.
- UserVerificationRequirement - Annotation Type in akasha
-
- UserVerificationRequirement.Util - Class in akasha
-
- userVisibleOnly(boolean) - Method in interface akasha.PushPermissionDescriptor.Builder
-
- userVisibleOnly() - Method in interface akasha.PushPermissionDescriptor
-
- userVisibleOnly() - Method in class akasha.PushSubscriptionOptions
-
- userVisibleOnly(boolean) - Method in interface akasha.PushSubscriptionOptionsInit.Builder
-
- userVisibleOnly() - Method in interface akasha.PushSubscriptionOptionsInit
-
- usesDepthValues() - Method in class akasha.xr.XRWebGLBinding
-
- UTC(int, int, int, int, int, int, int) - Static method in class akasha.core.JsDate
-
The Date.UTC() method accepts parameters similar to the Date constructor, but treats them as UTC.
- UTC(int, int, int, int, int, int) - Static method in class akasha.core.JsDate
-
The Date.UTC() method accepts parameters similar to the Date constructor, but treats them as UTC.
- UTC(int, int, int, int, int) - Static method in class akasha.core.JsDate
-
The Date.UTC() method accepts parameters similar to the Date constructor, but treats them as UTC.
- UTC(int, int, int, int) - Static method in class akasha.core.JsDate
-
The Date.UTC() method accepts parameters similar to the Date constructor, but treats them as UTC.
- UTC(int, int, int) - Static method in class akasha.core.JsDate
-
The Date.UTC() method accepts parameters similar to the Date constructor, but treats them as UTC.
- UTC(int, int) - Static method in class akasha.core.JsDate
-
The Date.UTC() method accepts parameters similar to the Date constructor, but treats them as UTC.
- utterance(SpeechSynthesisUtterance) - Static method in interface akasha.speech.SpeechSynthesisErrorEventInit
-
- utterance() - Method in class akasha.speech.SpeechSynthesisEvent
-
The utterance read-only property of the SpeechSynthesisUtterance interface returns the SpeechSynthesisUtterance instance that the event was triggered on.
- utterance(SpeechSynthesisUtterance) - Static method in interface akasha.speech.SpeechSynthesisEventInit
-
- utterance() - Method in interface akasha.speech.SpeechSynthesisEventInit
-
- uuid() - Method in class akasha.bluetooth.BluetoothRemoteGATTCharacteristic
-
The BluetoothRemoteGATTCharacteristic.uuid read-only property returns DOMString containing the UUID of the characteristic, for example '00002a37-0000-1000-8000-00805f9b34fb' for the Heart Rate Measurement characteristic.
- uuid() - Method in class akasha.bluetooth.BluetoothRemoteGATTDescriptor
-
The BluetoothRemoteGATTDescriptor.uuid read-only property returns the UUID of the characteristic descriptor, for example '00002902-0000-1000-8000-00805f9b34fb' for theClient Characteristic Configuration descriptor.
- uuid() - Method in class akasha.bluetooth.BluetoothRemoteGATTService
-
The BluetoothGATTService.uuid read-only property returns a DOMString representing the UUID of this service.
- uuids() - Method in class akasha.bluetooth.BluetoothAdvertisingEvent
-
- uuids(JsArray<StringOrUnsignedLongUnion>) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- uuids(StringOrUnsignedLongUnion...) - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit.Builder
-
- uuids() - Method in interface akasha.bluetooth.BluetoothAdvertisingEventInit
-
- uvm(boolean) - Method in interface akasha.AuthenticationExtensionsClientInputs.Builder
-
- uvm() - Method in interface akasha.AuthenticationExtensionsClientInputs
-
- uvm(JsArray<JsArray<Double>>) - Method in interface akasha.AuthenticationExtensionsClientOutputs.Builder
-
- uvm(JsArray<Double>...) - Method in interface akasha.AuthenticationExtensionsClientOutputs.Builder
-
- uvm() - Method in interface akasha.AuthenticationExtensionsClientOutputs
-