1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

All: Added fs drivers and encryption service

This commit is contained in:
Laurent Cozic
2017-12-11 23:52:42 +00:00
parent 0f343bccda
commit 8a282fd2e1
14 changed files with 403 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ shim.fs = null;
shim.FileApiDriverLocal = null;
shim.readLocalFileBase64 = (path) => { throw new Error('Not implemented'); }
shim.uploadBlob = () => { throw new Error('Not implemented'); }
shim.sjclModule = null;
shim.setInterval = function(fn, interval) {
return setInterval(fn, interval);
}