mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 18:00:31 +00:00
Features like localStorage, sessionStorage, and CacheStorage all work on file:// URLs in other browsers. The spec is a bit uncertain as to when such URLs should be treated as non-opaque, and leave it "as an exercise to the reader". Note that we perform this check in obtain-a-storage-key rather than in the non-storage method, as the latter is also used for e.g. blob:// URL storage. |
||
|---|---|---|
| .. | ||
| NavigatorStorage.cpp | ||
| NavigatorStorage.h | ||
| NavigatorStorage.idl | ||
| StorageBottle.cpp | ||
| StorageBottle.h | ||
| StorageEndpoint.cpp | ||
| StorageEndpoint.h | ||
| StorageKey.cpp | ||
| StorageKey.h | ||
| StorageManager.cpp | ||
| StorageManager.h | ||
| StorageManager.idl | ||
| StorageShed.cpp | ||
| StorageShed.h | ||
| StorageShelf.cpp | ||
| StorageShelf.h | ||
| StorageType.h | ||