Files
tech-log-frontend/tests/fixtures/browser-file-storage-boundaries/forbidden/computed-alias.ts
T

5 lines
125 B
TypeScript

export function bypassThroughComputedAlias() {
const browser = globalThis;
return browser["caches"].open("forbidden");
}