Open
Bug 1797790
Opened 3 years ago
Clarify the difference between NetworkHelper and NetworkUtils
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
As we regrouped network helpers coming from various folders under the devtools/shared/network-observer folder, we now have two very similar modules next to each other:
- devtools/shared/network-observer/NetworkHelper.sys.mjs
- devtools/shared/network-observer/NetworkUtils.sys.mjs
We might just create a utils folder and have small modules for individual helpers, which can be lazy loaded as needed.
You need to log in
before you can comment on or make changes to this bug.
Description
•