Skip to content

Commit afb57d3

Browse files
committed
Update to version 1.5.3
1 parent c19234a commit afb57d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+214
-104
lines changed

JSDOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# offline-persistence-toolkit 1.5.2 #
1+
# offline-persistence-toolkit 1.5.3 #
22

33
## Introduction ##
44

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# offline-persistence-toolkit 1.5.2 #
1+
# offline-persistence-toolkit 1.5.3 #
22

33
offline-persistence-toolkit is a client-side JavaScript library that provides caching and offline support at the HTTP request layer. This support is transparent to the user and is done through the Fetch API and an XHR adapter. HTTP requests made while the client device is offline are captured for replay when connection to the server is restored. Additional capabilities include a persistent storage layer, synchronization manager, binary data support and various configuration APIs for customizing the default behavior. This framework can be used in both ServiceWorker and non-ServiceWorker contexts within web and hybrid mobile apps.
44

@@ -58,16 +58,16 @@ If your app uses [RequireJS](http://www.requirejs.org/ "RequireJS"), update the
5858
```javascript
5959
requirejs.config({
6060
paths: {
61-
'persist' : 'js/libs/persist/v1.5.2/min'
61+
'persist' : 'js/libs/persist/v1.5.3/min'
6262

6363
// Other path mappings here
6464
}
6565
```
66-
For Oracle JET apps, also open `appDir/src/js/main-release-paths.json` and add the `'persist' : 'js/libs/persist/v1.5.2/min'` entry to the list of paths.
66+
For Oracle JET apps, also open `appDir/src/js/main-release-paths.json` and add the `'persist' : 'js/libs/persist/v1.5.3/min'` entry to the list of paths.
6767
6868
You can choose the name of the paths prefix. That is, you can use a different value to the ‘persist’ value shown in the examples.
6969
70-
It is recommended to add the version number as a convention in your application build step such as `'persist' : 'js/libs/persist/v1.5.2/min'`.
70+
It is recommended to add the version number as a convention in your application build step such as `'persist' : 'js/libs/persist/v1.5.3/min'`.
7171
7272
Versions of the toolkit are also available on CDN under the latest JET release. e.g.
7373
@@ -91,7 +91,7 @@ And again, if you are using RequireJS, you will need to map paths for these pack
9191
paths: {
9292
'pouchdb': 'js/libs/pouchdb-7.0.0',
9393
'pouchfind': 'js/libs/pouchdb.find',
94-
'persist' : 'js/libs/persist/v1.5.2/min'
94+
'persist' : 'js/libs/persist/v1.5.3/min'
9595

9696
// Other path mappings here
9797
}

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# offline-persistence-toolkit 1.5.2 #
1+
# offline-persistence-toolkit 1.5.3 #
22

33
# Introduction #
44

docs/ArrayPersistenceStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ <h5>Returns:</h5>
450450

451451

452452
<footer>
453-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
454-
<span class="product-docs-footer">Copyright © 2017, 2020
453+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
454+
<span class="product-docs-footer">Copyright © 2017, 2021
455455
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
456456
</footer>
457457
</div>

docs/AttributeFilter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ <h4 id="value" class="name">
447447

448448

449449
<footer>
450-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
451-
<span class="product-docs-footer">Copyright © 2017, 2020
450+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
451+
<span class="product-docs-footer">Copyright © 2017, 2021
452452
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
453453
</footer>
454454
</div>

docs/CompoundFilter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ <h4 id="op" class="name">
360360

361361

362362
<footer>
363-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
364-
<span class="product-docs-footer">Copyright © 2017, 2020
363+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
364+
<span class="product-docs-footer">Copyright © 2017, 2021
365365
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
366366
</footer>
367367
</div>

docs/ConfigurablePouchDBStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ <h5>Returns:</h5>
671671

672672

673673
<footer>
674-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
675-
<span class="product-docs-footer">Copyright © 2017, 2020
674+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
675+
<span class="product-docs-footer">Copyright © 2017, 2021
676676
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
677677
</footer>
678678
</div>

docs/DataMapping.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ <h5>Returns:</h5>
680680

681681

682682
<footer>
683-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
684-
<span class="product-docs-footer">Copyright © 2017, 2020
683+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
684+
<span class="product-docs-footer">Copyright © 2017, 2021
685685
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
686686
</footer>
687687
</div>

docs/DataMapping.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ <h1 class="page-title">Source: DataMapping.js</h1>
292292

293293

294294
<footer>
295-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
296-
<span class="product-docs-footer">Copyright © 2017, 2020
295+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
296+
<span class="product-docs-footer">Copyright © 2017, 2021
297297
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
298298
</footer>
299299
</div>

docs/DefaultResponseProxy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,8 +1730,8 @@ <h5>Returns:</h5>
17301730

17311731

17321732
<footer>
1733-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
1734-
<span class="product-docs-footer">Copyright © 2017, 2020
1733+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
1734+
<span class="product-docs-footer">Copyright © 2017, 2021
17351735
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
17361736
</footer>
17371737
</div>

docs/FileSystemPersistenceStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ <h5>Returns:</h5>
454454

455455

456456
<footer>
457-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
458-
<span class="product-docs-footer">Copyright © 2017, 2020
457+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
458+
<span class="product-docs-footer">Copyright © 2017, 2021
459459
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
460460
</footer>
461461
</div>

docs/Item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ <h4 id="metadata" class="name">
356356

357357

358358
<footer>
359-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
360-
<span class="product-docs-footer">Copyright © 2017, 2020
359+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
360+
<span class="product-docs-footer">Copyright © 2017, 2021
361361
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
362362
</footer>
363363
</div>

docs/ItemMetadata.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ <h4 id="key" class="name">
279279

280280

281281
<footer>
282-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
283-
<span class="product-docs-footer">Copyright © 2017, 2020
282+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
283+
<span class="product-docs-footer">Copyright © 2017, 2021
284284
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
285285
</footer>
286286
</div>

docs/LocalPersistenceStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ <h5>Returns:</h5>
450450

451451

452452
<footer>
453-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
454-
<span class="product-docs-footer">Copyright © 2017, 2020
453+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
454+
<span class="product-docs-footer">Copyright © 2017, 2021
455455
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
456456
</footer>
457457
</div>

docs/NormalizedQuery.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ <h4 id="searchCriteria" class="name">
438438

439439

440440
<footer>
441-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
442-
<span class="product-docs-footer">Copyright © 2017, 2020
441+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
442+
<span class="product-docs-footer">Copyright © 2017, 2021
443443
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
444444
</footer>
445445
</div>

docs/OfflineCache.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,8 +1903,8 @@ <h5>Example</h5>
19031903

19041904

19051905
<footer>
1906-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
1907-
<span class="product-docs-footer">Copyright © 2017, 2020
1906+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
1907+
<span class="product-docs-footer">Copyright © 2017, 2021
19081908
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
19091909
</footer>
19101910
</div>

docs/PersistenceManager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,8 +1430,8 @@ <h5>Examples</h5>
14301430

14311431

14321432
<footer>
1433-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
1434-
<span class="product-docs-footer">Copyright © 2017, 2020
1433+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
1434+
<span class="product-docs-footer">Copyright © 2017, 2021
14351435
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
14361436
</footer>
14371437
</div>

docs/PersistenceRegistration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ <h5>Example</h5>
597597

598598

599599
<footer>
600-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
601-
<span class="product-docs-footer">Copyright © 2017, 2020
600+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
601+
<span class="product-docs-footer">Copyright © 2017, 2021
602602
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
603603
</footer>
604604
</div>

docs/PersistenceStore.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,8 +1782,8 @@ <h5>Returns:</h5>
17821782

17831783

17841784
<footer>
1785-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
1786-
<span class="product-docs-footer">Copyright © 2017, 2020
1785+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
1786+
<span class="product-docs-footer">Copyright © 2017, 2021
17871787
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
17881788
</footer>
17891789
</div>

docs/PersistenceStore.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ <h1 class="page-title">Source: PersistenceStore.js</h1>
269269

270270

271271
<footer>
272-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
273-
<span class="product-docs-footer">Copyright © 2017, 2020
272+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
273+
<span class="product-docs-footer">Copyright © 2017, 2021
274274
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
275275
</footer>
276276
</div>

docs/PersistenceStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ <h5>Returns:</h5>
454454

455455

456456
<footer>
457-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
458-
<span class="product-docs-footer">Copyright © 2017, 2020
457+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
458+
<span class="product-docs-footer">Copyright © 2017, 2021
459459
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
460460
</footer>
461461
</div>

docs/PersistenceStoreManager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,8 @@ <h5>Parameters:</h5>
978978

979979

980980
<footer>
981-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
982-
<span class="product-docs-footer">Copyright © 2017, 2020
981+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
982+
<span class="product-docs-footer">Copyright © 2017, 2021
983983
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
984984
</footer>
985985
</div>

docs/PersistenceSyncManager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,8 +1609,8 @@ <h5>Example</h5>
16091609

16101610

16111611
<footer>
1612-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
1613-
<span class="product-docs-footer">Copyright © 2017, 2020
1612+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
1613+
<span class="product-docs-footer">Copyright © 2017, 2021
16141614
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
16151615
</footer>
16161616
</div>

docs/PouchDBPersistenceStoreFactory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ <h5>Returns:</h5>
450450

451451

452452
<footer>
453-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
454-
<span class="product-docs-footer">Copyright © 2017, 2020
453+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
454+
<span class="product-docs-footer">Copyright © 2017, 2021
455455
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
456456
</footer>
457457
</div>

docs/arrayPersistenceStoreFactory.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ <h1 class="page-title">Source: arrayPersistenceStoreFactory.js</h1>
105105

106106

107107
<footer>
108-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
109-
<span class="product-docs-footer">Copyright © 2017, 2020
108+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
109+
<span class="product-docs-footer">Copyright © 2017, 2021
110110
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
111111
</footer>
112112
</div>

docs/cacheStrategies.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ <h5>Returns:</h5>
315315

316316

317317
<footer>
318-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
319-
<span class="product-docs-footer">Copyright © 2017, 2020
318+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
319+
<span class="product-docs-footer">Copyright © 2017, 2021
320320
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
321321
</footer>
322322
</div>

docs/cacheStrategies.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ <h1 class="page-title">Source: cacheStrategies.js</h1>
335335

336336

337337
<footer>
338-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
339-
<span class="product-docs-footer">Copyright © 2017, 2020
338+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
339+
<span class="product-docs-footer">Copyright © 2017, 2021
340340
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
341341
</footer>
342342
</div>

docs/configurablePouchDBStoreFactory.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ <h1 class="page-title">Source: configurablePouchDBStoreFactory.js</h1>
128128

129129

130130
<footer>
131-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
132-
<span class="product-docs-footer">Copyright © 2017, 2020
131+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
132+
<span class="product-docs-footer">Copyright © 2017, 2021
133133
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
134134
</footer>
135135
</div>

docs/defaultResponseProxy.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ <h1 class="page-title">Source: defaultResponseProxy.js</h1>
716716

717717

718718
<footer>
719-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
720-
<span class="product-docs-footer">Copyright © 2017, 2020
719+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
720+
<span class="product-docs-footer">Copyright © 2017, 2021
721721
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
722722
</footer>
723723
</div>

docs/fetchStrategies.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ <h5>Returns:</h5>
478478

479479

480480
<footer>
481-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
482-
<span class="product-docs-footer">Copyright © 2017, 2020
481+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
482+
<span class="product-docs-footer">Copyright © 2017, 2021
483483
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
484484
</footer>
485485
</div>

docs/fetchStrategies.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ <h1 class="page-title">Source: fetchStrategies.js</h1>
278278

279279

280280
<footer>
281-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
282-
<span class="product-docs-footer">Copyright © 2017, 2020
281+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
282+
<span class="product-docs-footer">Copyright © 2017, 2021
283283
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
284284
</footer>
285285
</div>

docs/fileSystemPersistenceStoreFactory.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ <h1 class="page-title">Source: fileSystemPersistenceStoreFactory.js</h1>
108108

109109

110110
<footer>
111-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Nov 19 2020 08:42:13 GMT-0800 (PST)<br>
112-
<span class="product-docs-footer">Copyright © 2017, 2020
111+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Feb 16 2021 16:10:02 GMT+0530 (India Standard Time)<br>
112+
<span class="product-docs-footer">Copyright © 2017, 2021
113113
Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.<span>
114114
</footer>
115115
</div>

0 commit comments

Comments
 (0)