Home
last modified time | relevance | path

Searched refs:_readFromStorage (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/web/
Dviewer.js13509 this._initializedPromise = this._readFromStorage().then(function (databaseStr) {
13590 function _readFromStorage() { function
13594 return _readFromStorage;
13846 function _readFromStorage(_x2) { function
13850 return _readFromStorage;
13956 return _this._readFromStorage(defaults);
14021 function _readFromStorage(_x2) { function
14025 return _readFromStorage;
Dviewer.js.map1_readFromStorage().then((databaseStr) => {\n let database = JSON.parse(databaseStr || '{}');\…