IndexedDB::Batch class of PicoRuby

Singleton methods

new

IndexedDB::Batch.new(Database database, Array[String] store_names, Symbol | String mode) -> void

Instance methods

[]

instance.[](String | Symbol store_name) -> StoreView

await_complete

instance.await_complete() -> nil
Tags: class