google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

sqlite-manager should use OS.File and sqlite.jsm for I/O #847

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'd strongly recommend that sqlite-manager migrate to OS.File [1] and 
sqlite.jsm [2] for all of its I/O needs in Firefox.

These APIs have been designed from the ground up to use asynchronous I/O so 
that their API calls do not block the browser's main thread and cause jank.

[1] https://developer.mozilla.org/en-US/docs/JavaScript_OS.File
[2] 
https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/Sqlite.
jsm

Original issue reported on code.google.com by akl...@mozilla.com on 9 Jun 2014 at 8:04