Skip to content

@ralphschuler.webgl shader factory.<internal>.CacheStorage

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: CacheStorage

@ralphschuler/webgl-shader-factory.<internal>.CacheStorage

The storage for Cache objects. Available only in secure contexts.

MDN Reference

Table of contents

Methods

Methods

delete

delete(cacheName): Promise<boolean>

MDN Reference

Parameters

Name Type
cacheName string

Returns

Promise<boolean>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5260


has

has(cacheName): Promise<boolean>

MDN Reference

Parameters

Name Type
cacheName string

Returns

Promise<boolean>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5262


keys

keys(): Promise<string[]>

MDN Reference

Returns

Promise<string[]>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5264


match

match(request, options?): Promise<undefined | Response>

MDN Reference

Parameters

Name Type
request RequestInfo | URL
options? MultiCacheQueryOptions

Returns

Promise<undefined | Response>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5266


open

open(cacheName): Promise<Cache>

MDN Reference

Parameters

Name Type
cacheName string

Returns

Promise<Cache>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5268

Typescript Libraries

Modules

Namespaces

Clone this wiki locally