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

4 lines
75 B
TypeScript

export function openCacheDirectly() {
return caches.open("forbidden");
}