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:
Tim Giles 2021-02-08 14:24:53 +00:00
Родитель 2be7b8eead
Коммит 050fc1cc2c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()``: