Account confirmers, Confirmed users
126
edits
(Remove suggestion to cache string bundles. They're cached automatically.) |
|||
Line 137: | Line 137: | ||
This effectively means that javascript extensions cannot use the nsIThread API anymore to execute own jobs on different threads than the main thread. | This effectively means that javascript extensions cannot use the nsIThread API anymore to execute own jobs on different threads than the main thread. | ||
Consider Web/ChromeWorker as a replacement, which are severely limited in what you can do with them, or just don't use threads. | Consider Web/ChromeWorker as a replacement, which are severely limited in what you can do with them, or just don't use threads. | ||