른록노트
[javascript] objectStore란? 본문
objectStore란?
The objectStore
property of the IDBIndex
interface returns the name of the object store referenced by the current index.
=>
IDBIndex 인터페이스의 objectStore 속성은 현재 인덱스에서 참조하는 객체 저장소의 이름을 반환합니다.
참고사이트
https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/objectStore
반응형
Comments