mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Whenever cookies are disabled in the browser, `window.localStorage` is not avaialable to the app (i.e. even trying to access `window.localStorage` throws an error). To avoid breaking the app, we use a no-op `Storage` implementation if `window.localStorage` is not available. (This is similar to #33829, but for `localStorage` instead of `sessionStorage`.) Fixes #35555 PR Close #35557 |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| environments | ||
| extra-files | ||
| styles | ||
| testing | ||
| 404-body.html | ||
| google385281288605d160.html | ||
| index.html | ||
| main.ts | ||
| noop-worker-basic.js | ||
| polyfills.ts | ||
| pwa-manifest.json | ||
| styles.scss | ||
| test.ts | ||
| typings.d.ts | ||