random-access-web

WebJar for random-access-web

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

random-access-web
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

random-access-web
WebJar for random-access-web
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/random-access-storage/random-access-web

Download random-access-web

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/random-access-web/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>random-access-web</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/random-access-web/
implementation 'org.webjars.npm:random-access-web:2.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/random-access-web/
implementation ("org.webjars.npm:random-access-web:2.0.3")
'org.webjars.npm:random-access-web:jar:2.0.3'
<dependency org="org.webjars.npm" name="random-access-web" rev="2.0.3">
  <artifact name="random-access-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='random-access-web', version='2.0.3')
)
libraryDependencies += "org.webjars.npm" % "random-access-web" % "2.0.3"
[org.webjars.npm/random-access-web "2.0.3"]

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.npm : random-access-chrome-file jar [1.1.2,2)
org.webjars.npm : sammacbeth__random-access-idb-mutable-file jar [0.1.1,0.2)
org.webjars.npm : random-access-idb-mutable-file jar [0.3.0,0.4)
org.webjars.npm » random-access-idb jar [1.2.1,2)
org.webjars.npm : random-access-memory jar [3.1.1,4)
org.webjars.npm : random-access-storage jar [1.3.0,2)

Project Modules

There are no modules declared in this project.

random-access-web

Chooses the fastest random access backend based on the user's browser

npm install --save random-access-web
const RAW = require('random-access-web')

const storage = RAW('dats')

const dat = new DatJs({
  db: storage
})

Options:

  • name: The database name to use (if applicable)
  • storeName: The collection to use for the data (For indexedDB)
  • maxSize: The maximum size to allocate for Chrome file storage
org.webjars.npm
Random Access Storage projects and community

Versions

Version
2.0.3