You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
All: Provide Content-Length header for WebDAV for better compatibility with more servers
This commit is contained in:
@@ -118,6 +118,7 @@ shim.setInterval = function(fn, interval) {
|
||||
shim.clearInterval = function(id) {
|
||||
return clearInterval(id);
|
||||
}
|
||||
shim.stringByteLength = function(string) { throw new Error('Not implemented'); }
|
||||
shim.detectAndSetLocale = null;
|
||||
shim.attachFileToNote = async (note, filePath) => {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user