UNPKG

@quadible/web-sdk

Version:

The web sdk for Quadible's behavioral authentication service.

13 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getSessionStorage; function getSessionStorage() { try { return !!window.sessionStorage; } catch (error) { /* SecurityError when referencing it means it exists */ return true; } } //# sourceMappingURL=session_storage.js.map