objectStore method

  1. @DomName('IDBTransaction.objectStore')
  2. @DocsEditable()
ObjectStore objectStore (String name)

Implementation

@DomName('IDBTransaction.objectStore')
@DocsEditable()
ObjectStore objectStore(String name) native;