download
raw
284 Bytes
let _context;
class AudioContext {
static getContext() {
if ( _context === undefined ) {
_context = new ( window.AudioContext || window.webkitAudioContext )();
}
return _context;
}
static setContext( value ) {
_context = value;
}
}
export { AudioContext };

Xet Storage Details

Size:
284 Bytes
·
Xet hash:
94befd48ce9a73bbb0174ede080c8c5f610315b54994e4034ffd02f7e1201557

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.