You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Should be camel case in core `allowOffline: true` and kebab case in querystring `?allow-offline=true` and CLI `--allow-offline`.
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
Copy file name to clipboardExpand all lines: SPEC/NAME.md
+3
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,12 @@ Although not listed in the documentation, all the following APIs that actually r
25
25
lifetime:// string - Time duration of the record. Default: 24h
26
26
ttl:// string - Time duration this record should be cached
27
27
key:// string - Name of the key to be used. Default: 'self'
28
+
allowOffline:// bool - When offline, save the IPNS record to the the local datastore without broadcasting to the network instead of simply failing.
28
29
}
29
30
```
30
31
32
+
Note: `allowOffline` option is not yet implemented in js-ipfs. See tracking issue [ipfs/js-ipfs#1997](https://github.com/ipfs/js-ipfs/issues/1997).
0 commit comments