安全上下文
此特征只可用于
安全上下文
(HTTPS),在某些或所有
支持浏览器
.
NavigatorStorage
mixin
adds to the
Navigator
and
WorkerNavigator
interfaces the
Navigator.storage
property, which provides access to the
StorageManager
singleton used for controlling the persistence of data stores as well as obtaining information
There are many APIs which provide ways for Web content to store data on a user's computer, including
Cookie
, the Web Storage API (
Window.localStorage
and
Window.sessionStorage
),和
IndexedDB
. The Storage Standard is designed to serve as a common basis for the implementation of all of those APIs and storage technologies, so that their constraints and configurations can be understood and controlled using a common set of methods and properties.
storage
只读
安全上下文
StorageManager
singleton object which is used to access the Storage Manager. Through the returned object, you can control persistence of data stores as well as get estimates of how much space is left for your site or appliation to store data.
NavigatorStorage
mixin has no methods.
| 规范 | 状态 | 注释 |
|---|---|---|
| 存储 | 实时标准 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
NavigatorStorage
|
Chrome ? | Edge ? |
Firefox
57
|
IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android 51 | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
storage
|
Chrome ? | Edge ? |
Firefox
57
|
IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android 51 | Opera Android ? | Safari iOS ? | Samsung Internet Android ? |
完整支持
兼容性未知
用户必须明确启用此特征。
NavigatorStorage