You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
All: Added backend for Dropbox support
This commit is contained in:
@ -116,6 +116,8 @@ function shimInit() {
|
||||
shim.stringByteLength = function(string) {
|
||||
return Buffer.byteLength(string, 'utf-8');
|
||||
}
|
||||
|
||||
shim.Buffer = Buffer;
|
||||
}
|
||||
|
||||
module.exports = { shimInit };
|
Reference in New Issue
Block a user