Skip to main content

Built and signed on GitHub Actions

No-op Storage Module

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (0.4.0)
f
clearItems

Does nothing, as this is not a real storage mechanism.

f
close

Does nothing, as this is not a real storage mechanism.

f
getItem

Always undefined, as this store holds no data.

f
hasItem

Always false, as this store holds no data.

f
isWritable

Always false, as this is not a real storage mechanism.

f
listItems

Lists nothing, as this store holds no data.

f
removeItem

Does nothing, as this is not a real storage mechanism.

f
setItem

Does nothing, as this is not a real storage mechanism.

f
url

Returns the import.meta.url of the module.