Files

4 lines
95 B
TypeScript

export function bypassThroughGlobalThis() {
return globalThis.indexedDB.open("forbidden");
}