Files
tech-log-frontend/tests/fixtures/browser-file-storage-boundaries/forbidden/dynamic-capability-key.ts
T

6 lines
168 B
TypeScript

export function bypassThroughDynamicCapabilityKey() {
const browser = globalThis;
const capability = "indexedDB";
return browser[capability].open("forbidden");
}