deleteIndex method

  1. @DomName('IDBObjectStore.deleteIndex')
  2. @DocsEditable()
void deleteIndex (String name)

Implementation

@DomName('IDBObjectStore.deleteIndex')
@DocsEditable()
void deleteIndex(String name) native;