@@ -221,9 +221,9 @@ Base path, which this [BaseClient](BaseClient.md) operates on.
221
221
For the module's ` privateClient ` this would be the module name, and for the
222
222
corresponding ` publicClient ` it is ` /public/<moduleName>/ ` .
223
223
224
- #### Source
224
+ #### Defined in
225
225
226
- [ baseclient.ts:239] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L239 )
226
+ [ baseclient.ts:239] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L239 )
227
227
228
228
## Methods
229
229
@@ -245,9 +245,9 @@ Usually called via [`on()`](#on)
245
245
246
246
` void `
247
247
248
- #### Source
248
+ #### Defined in
249
249
250
- [ eventhandling.ts:29] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/eventhandling.ts#L29 )
250
+ [ eventhandling.ts:29] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/eventhandling.ts#L29 )
251
251
252
252
***
253
253
@@ -266,7 +266,7 @@ for a detailed description of the available strategies.
266
266
267
267
Path to cache
268
268
269
- • ** strategy** : ` "ALL" ` \| ` "SEEN" ` \| ` "FLUSH" ` = ` 'ALL' `
269
+ • ** strategy** : ` "ALL" ` \| ` "SEEN" ` \| ` "FLUSH" ` = ` 'ALL' `
270
270
271
271
Caching strategy. One of 'ALL', 'SEEN', or FLUSH'.
272
272
Defaults to 'ALL'.
@@ -284,9 +284,9 @@ The same `BaseClient` instance this method is called on to allow
284
284
client .cache (' lists/' , ' SEEN' );
285
285
```
286
286
287
- #### Source
287
+ #### Defined in
288
288
289
- [ baseclient.ts:683] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L683 )
289
+ [ baseclient.ts:683] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L683 )
290
290
291
291
***
292
292
@@ -342,9 +342,9 @@ client.declareType('todo-item', {
342
342
})
343
343
```
344
344
345
- #### Source
345
+ #### Defined in
346
346
347
- [ baseclient.ts:733] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L733 )
347
+ [ baseclient.ts:733] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L733 )
348
348
349
349
***
350
350
@@ -418,9 +418,9 @@ Example response:
418
418
> [ storeFile] ( BaseClient.md#storefile ) instead of [ storeObject] ( BaseClient.md#storeobject ) ), the object's value is
419
419
> filled in with ` true ` .
420
420
421
- #### Source
421
+ #### Defined in
422
422
423
- [ baseclient.ts:395] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L395 )
423
+ [ baseclient.ts:395] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L395 )
424
424
425
425
***
426
426
@@ -466,9 +466,9 @@ client.getFile('path/to/some/image').then(file => {
466
466
});
467
467
```
468
468
469
- #### Source
469
+ #### Defined in
470
470
471
- [ baseclient.ts:456] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L456 )
471
+ [ baseclient.ts:456] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L456 )
472
472
473
473
***
474
474
@@ -497,9 +497,9 @@ The full URL of the item, including the storage origin, or `undefined`
497
497
> backends. The GitHub issues for implementing it for Dropbox and Google
498
498
> are 1052 and 1054.
499
499
500
- #### Source
500
+ #### Defined in
501
501
502
- [ baseclient.ts:655] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L655 )
502
+ [ baseclient.ts:655] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L655 )
503
503
504
504
***
505
505
@@ -567,9 +567,9 @@ Example of a listing object:
567
567
> item names as properties with ` true ` as value. See issues 721 and 1108 —
568
568
> contributions welcome!
569
569
570
- #### Source
570
+ #### Defined in
571
571
572
- [ baseclient.ts:326] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L326 )
572
+ [ baseclient.ts:326] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L326 )
573
573
574
574
***
575
575
@@ -603,9 +603,9 @@ A promise, resolving with the requested object, or `null` if non-existent
603
603
client .getObject (' /path/to/object' ).then (obj => console .log (obj ));
604
604
```
605
605
606
- #### Source
606
+ #### Defined in
607
607
608
- [ baseclient.ts:540] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L540 )
608
+ [ baseclient.ts:540] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L540 )
609
609
610
610
***
611
611
@@ -639,9 +639,9 @@ remoteStorage.on('connected', function() {
639
639
});
640
640
```
641
641
642
- #### Source
642
+ #### Defined in
643
643
644
- [ eventhandling.ts:55] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/eventhandling.ts#L55 )
644
+ [ eventhandling.ts:55] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/eventhandling.ts#L55 )
645
645
646
646
***
647
647
@@ -667,9 +667,9 @@ Path relative to the module root.
667
667
client .remove (' path/to/object' ).then (() => console .log (' item deleted' ));
668
668
```
669
669
670
- #### Source
670
+ #### Defined in
671
671
672
- [ baseclient.ts:629] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L629 )
672
+ [ baseclient.ts:629] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L629 )
673
673
674
674
***
675
675
@@ -689,9 +689,9 @@ Remove a previously installed event handler
689
689
690
690
` void `
691
691
692
- #### Source
692
+ #### Defined in
693
693
694
- [ eventhandling.ts:62] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/eventhandling.ts#L62 )
694
+ [ eventhandling.ts:62] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/eventhandling.ts#L62 )
695
695
696
696
***
697
697
@@ -714,9 +714,9 @@ The path to scope the new client to
714
714
715
715
A new ` BaseClient ` operating on a subpath of the current base path
716
716
717
- #### Source
717
+ #### Defined in
718
718
719
- [ baseclient.ts:272] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L272 )
719
+ [ baseclient.ts:272] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L272 )
720
720
721
721
***
722
722
@@ -770,9 +770,9 @@ fileReader.onload = function () {
770
770
fileReader .readAsArrayBuffer (file);
771
771
```
772
772
773
- #### Source
773
+ #### Defined in
774
774
775
- [ baseclient.ts:502] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L502 )
775
+ [ baseclient.ts:502] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L502 )
776
776
777
777
***
778
778
@@ -823,9 +823,9 @@ client.storeObject('bookmark', path, bookmark)
823
823
.catch ((err ) => console .log (err ));
824
824
```
825
825
826
- #### Source
826
+ #### Defined in
827
827
828
- [ baseclient.ts:588] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L588 )
828
+ [ baseclient.ts:588] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L588 )
829
829
830
830
***
831
831
@@ -860,6 +860,6 @@ var result = client.validate(document);
860
860
// }
861
861
```
862
862
863
- #### Source
863
+ #### Defined in
864
864
865
- [ baseclient.ts:765] ( https://github.com/remotestorage/remotestorage.js/blob/65f5343823175e12058c01e23219a8cc9d34932b /src/baseclient.ts#L765 )
865
+ [ baseclient.ts:765] ( https://github.com/remotestorage/remotestorage.js/blob/9625dcb362d5fe51be7b7fbdbb04492cfbf19644 /src/baseclient.ts#L765 )
0 commit comments