UNPKG
web-auth-library
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Authentication library for the browser environment using Web Crypto API
web-auth-library
/
dist
/
core
/
env.js
6 lines
(5 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
/* SPDX-FileCopyrightText: 2022-present Kriasoft */
/* SPDX-License-Identifier: MIT */
export
const
canUseDefaultCache =
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
typeof globalThis.caches?.
default
?.put ===
"function"
;