Function emscripten_idb_async_exists [src]
Prototype
pub extern "c" fn emscripten_idb_async_exists(db_name: [*:0]const u8, file_id: [*:0]const u8, arg: ?*anyopaque, oncheck: em_idb_exists_func, onerror: em_arg_callback_func) void
Parameters
db_name: [*:0]const u8
file_id: [*:0]const u8
arg: ?*anyopaque
oncheck: em_idb_exists_func
onerror: em_arg_callback_func
Source
pub extern "c" fn emscripten_idb_async_exists(db_name: [*:0]const u8, file_id: [*:0]const u8, arg: ?*anyopaque, oncheck: em_idb_exists_func, onerror: em_arg_callback_func) void