1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/core/modules/savers
natecain aef8e63cf8 Use Blob api to generate data links in download saver
This should fix crashing on large wikis under chrome
  see chrome bug: https://code.google.com/p/chromium/issues/detail?id=103234
This should also speed up generating the download html by a couple of seconds
  it avoids repeatedly marshalling the base64 encoded href string across the sandbox boundary
  it avoids some time and memory consumed by "large" dom manipulation
  major remaining delay is in encodeURIComponent
    TODO: consider using iconv on the server
    TODO: consider async invocation of regular expressions to avoid client "lockup"

Conflicts:
	core/modules/savers/download.js
2013-10-01 17:35:47 -04:00
..
andtidwiki.js First pass at a saver for the AndTidWiki app on Android 2013-08-19 13:55:40 +01:00
download.js Use Blob api to generate data links in download saver 2013-10-01 17:35:47 -04:00
manualdownload.js Adding comment 2013-03-07 17:18:04 +00:00
tiddlyfox.js Fix problem with lowercase drive letters when saving with TiddlyFox under Windows 2013-09-19 13:50:28 +01:00
twedit.js Added a saver for the TWEdit iPad/iPhone app 2013-05-14 20:20:48 +01:00
upload.js Switch "userName" to "username" 2013-03-17 19:37:31 +00:00