browser-level icon indicating copy to clipboard operation
browser-level copied to clipboard

An abstract-level database for browsers, backed by IndexedDB.

Results 6 browser-level issues
Sort by recently updated
recently updated
newest added

Bumps [abstract-level](https://github.com/Level/abstract-level) from 1.0.4 to 2.0.0. Release notes Sourced from abstract-level's releases. v2.0.0 If you are upgrading, please see https://github.com/Level/abstract-level/blob/HEAD/UPGRADING.md. Changed Breaking: remove callbacks in favor of promises (#50) (f97dbae)...

dependencies
javascript

What is the possibility of using Origin private file system instead of IndexedDB? https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [@voxpelli/tsconfig](https://github.com/voxpelli/tsconfig) from 4.2.0 to 6.1.0. Release notes Sourced from @​voxpelli/tsconfig's releases. v6.1.0 Add legacy preset 7f3f0a7 https://github.com/voxpelli/tsconfig/compare/v6.0.0...v6.1.0 v6.0.0 Update Typescript to 4.9.3 0ee59cf https://github.com/voxpelli/tsconfig/compare/v5.0.1...v6.0.0 v5.0.1 Actually drop Node 12...

dependencies
javascript

Is there a way to bypass `deserialize` call after getting data? https://github.com/Level/browser-level/blob/main/index.js#L135 I need to work with js objects with no encoding. Details here: https://gist.github.com/saulshanabrook/b74984677bccd08b028b30d9968623f5 I can disable encoding over...