타입 별칭: StorageEventApi
type StorageEventApi = object;
정의 위치: packages/db/src/local-storage.ts:30
Storage 이벤트 API입니다 - 'storage' 이벤트에만 필요한 Window의 하위 집합입니다
속성
addEventListener()
addEventListener: (type, listener) => void;
정의 위치: packages/db/src/local-storage.ts:31
매개변수
type
"storage"
리스너
(event) => void
반환값
void
removeEventListener()
removeEventListener: (type, listener) => void;
정의 위치: packages/db/src/local-storage.ts:35
매개변수
type
"storage"
리스너
(event) => void
반환값
void