type StorageEventApi = object;
type StorageEventApi = object;
定义在: packages/db/src/local-storage.ts:28
Storage 事件 API - Window 的一个子集,仅用于 'storage' 事件
addEventListener: (type, listener) => void;
addEventListener: (type, listener) => void;
"storage"
(event) => void
void
removeEventListener: (type, listener) => void;
removeEventListener: (type, listener) => void;
"storage"
(event) => void
void
您的每周 JavaScript 资讯。每周一免费发送给超过 10 万开发者。