getAll method

  1. @DomName('IDBObjectStore.getAll')
  2. @DocsEditable()
  3. @Experimental()
Request getAll (Object query, [ int count ])

Implementation

@DomName('IDBObjectStore.getAll')
@DocsEditable()
@Experimental() // untriaged
Request getAll(Object query, [int count]) native;