UNPKG

@aws-amplify/core

Version:
1 lines 1.14 kB
{"version":3,"file":"utils.mjs","sources":["../../../src/storage/utils.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { InMemoryStorage } from './InMemoryStorage';\n/**\n * @internal\n * @returns Either a reference to window.localStorage or an in-memory storage as fallback\n */\nexport const getLocalStorageWithFallback = () => typeof window !== 'undefined' && window.localStorage\n ? window.localStorage\n : new InMemoryStorage();\n/**\n * @internal\n * @returns Either a reference to window.sessionStorage or an in-memory storage as fallback\n */\nexport const getSessionStorageWithFallback = () => typeof window !== 'undefined' && window.sessionStorage\n ? window.sessionStorage\n : new InMemoryStorage();\n"],"names":[],"mappings":";;AAAA;AACA;AAEA;AACA;AACA;AACA;AACY,MAAC,2BAA2B,GAAG,MAAM,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,YAAY;AACrG,MAAM,MAAM,CAAC,YAAY;AACzB,MAAM,IAAI,eAAe,GAAG;AAC5B;AACA;AACA;AACA;AACY,MAAC,6BAA6B,GAAG,MAAM,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,cAAc;AACzG,MAAM,MAAM,CAAC,cAAc;AAC3B,MAAM,IAAI,eAAe;;;;"}