File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ $ yarn add -D remotestoragejs
28
28
``` sh [bun]
29
29
$ bun add -D remotestoragejs
30
30
```
31
+
32
+ ``` sh [deno]
33
+ $ deno add npm:remotestoragejs
34
+ ```
31
35
:::
32
36
33
37
## Examples
Original file line number Diff line number Diff line change @@ -74,6 +74,14 @@ want to consider as an option when writing non-browser applications.
74
74
it may be necessary to set ` global.fetch ` with a polyfill such as
75
75
[ node-fetch] ( https://www.npmjs.com/package/node-fetch ) .
76
76
77
+ ::: tip
78
+ You may also want to consider modern JavaScript/TypeScript runtimes other than
79
+ Node.js, depending on your use case. With [ Deno] ( https://deno.com/ ) for
80
+ example, you have ` localStorage ` (but not ` IndexedDB ` ) included, so it does in
81
+ fact cache your data similar to how a browser would do it.
82
+ :::
83
+
84
+
77
85
## Examples
78
86
79
87
- [ hubot-remotestorage-logger] ( https://github.com/67P/hubot-remotestorage-logger ) ,
You can’t perform that action at this time.
0 commit comments