@aws-amplify/core
Version:
Core category of aws-amplify
1 lines • 664 B
Source Map (JSON)
{"version":3,"file":"SessionStorage.mjs","sources":["../../../src/storage/SessionStorage.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { KeyValueStorage } from './KeyValueStorage';\nimport { getSessionStorageWithFallback } from './utils';\n/**\n * @internal\n */\nexport class SessionStorage extends KeyValueStorage {\n constructor() {\n super(getSessionStorageWithFallback());\n }\n}\n"],"names":[],"mappings":";;;AAAA;AACA;AAGA;AACA;AACA;AACO,MAAM,cAAc,SAAS,eAAe,CAAC;AACpD,IAAI,WAAW,GAAG;AAClB,QAAQ,KAAK,CAAC,6BAA6B,EAAE,CAAC,CAAC;AAC/C,KAAK;AACL;;;;"}