| 851 | put(request: RequestInfo | URL, response: Response): Promise<void>; |
| 852 | } |
| 853 | interface CacheQueryOptions { |
| 854 | ignoreMethod?: boolean; |
| 855 | } |
| 856 | /** |
| 857 | * The Web Crypto API provides a set of low-level functions for common cryptographic tasks. |
| 858 | * The Workers runtime implements the full surface of this API, but with some differences in |
nothing calls this directly
no outgoing calls
no test coverage detected