Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andremichelle/openDAW
/ polyfill.ts
File
polyfill.ts
packages/studio/core/src/polyfill.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Polyfill for vitest
2
//
3
if
(typeof globalThis.AudioWorkletNode ===
"undefined"
) {
4
(globalThis as any).AudioWorkletNode =
class
AudioWorkletNode {}
Callers
nothing calls this directly
Calls
5
get
Method · 0.65
set
Method · 0.65
delete
Method · 0.65
clear
Method · 0.65
keys
Method · 0.65
Tested by
no test coverage detected