0.8.0-alpha.2 • Published 2 years ago

@storagestack/webnative-provider v0.8.0-alpha.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Webnative provider

This is the implementation for the Webnative (WNFS) provider, so if you want to save files to ipfs you can do that with this package.

More info about Webnative on fission's website.

Provider

A provider is an abstract definition of a storage mechanism. Every provider can set, get and delete content.

You can register a provider on the application object of storagestack.

ss.registerProvider(new WebNativeProvider());

Or when you want to use a pattern ...

ss.registerProvider(new WebNativeProvider(), '*-index.json');

Take a look in the core library to the provider interface.

0.8.0-alpha.2

2 years ago

0.8.0-alpha.1

3 years ago

0.8.0-alpha.0

3 years ago

0.7.17

3 years ago

0.7.15

3 years ago

0.7.13

3 years ago

0.7.12

3 years ago

0.7.11

3 years ago

0.7.10

3 years ago

0.7.9

3 years ago

0.7.6

3 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.7.4

3 years ago

0.7.2

3 years ago

0.7.3

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago