IndexedDB::Helper module of PicoRuby

Singleton methods

open_with_upgrade

IndexedDB::Helper.open_with_upgrade(String name, Integer version, Integer callback_id) -> untyped

request_to_promise

IndexedDB::Helper.request_to_promise(untyped js_request) -> untyped

transaction_to_promise

IndexedDB::Helper.transaction_to_promise(untyped js_transaction) -> untyped
Tags: