Imports of package idb

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/hack-pad/go-indexeddb/idb/internal/jscachePackage jscache caches expensive JavaScript results, like string encoding
github.com/hack-pad/safejs
logPackage log implements a simple logging package.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscall/jsPackage js gives access to the WebAssembly host environment when using the js/wasm architecture.