Add feature to want() missing blobs
This commit is contained in:
@ -12,8 +12,9 @@ const rawConnect = () => new Promise((resolve, reject) => {
|
||||
manifest: {
|
||||
about: { socialValue: 'async' },
|
||||
backlinks: { read: 'source' },
|
||||
blobs: { get: 'source' },
|
||||
blobs: { get: 'source', want: 'async' },
|
||||
createUserStream: 'source',
|
||||
createHistoryStream: 'source',
|
||||
get: 'sync',
|
||||
messagesByType: 'source',
|
||||
publish: 'async',
|
||||
|
Reference in New Issue
Block a user