Open
Bug 1309502
Opened 9 years ago
Updated 3 years ago
JSONFile should not default to blocking the main thread
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
NEW
People
(Reporter: Yoric, Unassigned)
Details
The current behavior of JSONFile is to block the main thread for reading. In almost all cases, that's not what we want. I am told that this is necessary in the case of LoginStore.jsm, and I can understand that, but the API should be designed to encourage using a non-blocking strategy by default.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•