зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1691058 - Fix missing API call in Remote Settings docs. r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D104233
This commit is contained in:
Родитель
2be7b8eead
Коммит
050fc1cc2c
|
@ -441,7 +441,7 @@ If no timestamp is set, any call to ``.get()`` will trigger the load of initial
|
|||
|
||||
.. code-block:: js
|
||||
|
||||
await db.saveLastModified(42);
|
||||
await db.importChanges({}, 42);
|
||||
|
||||
In order to bypass the potential target filtering of ``RemoteSettings("key").get()``, the low-level listing of records can be obtained with ``collection.list()``:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче