Open
Bug 1809886
Opened 2 years ago
Updated 2 years ago
Rewrite CaptiveDetect.jsm using C++ or rust
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
NEW
People
(Reporter: valentin, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
CaptiveDetect.jsm was originally written for FirefoxOS using XMLHttpRequest. While it has served its purpose, it would be much better to rewrite this in rust or C++ to avoid all of the weird quirks of XHR - and the fact that as seen in bug 1800603 we sometimes instantiate it before the JS engine is actually ready.
You need to log in
before you can comment on or make changes to this bug.
Description
•