A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/AudioData/clone below:

AudioData: clone() method - Web APIs

AudioData: clone() method

Limited availability

Note: This feature is available in Dedicated Web Workers.

The clone() method of the AudioData interface creates a new AudioData object with reference to the same media resource as the original.

Syntax Parameters

None.

Return value

The cloned AudioData object.

Exceptions
InvalidStateError DOMException

Thrown if the AudioData object has been transferred.

Examples

The following example clones a copy of AudioData as audioData2.

let audioData2 = AudioData.clone();
Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4