Bug 172249 - Web Inspector: [META] Use ES2015 Modules for lazy-loading
Summary: Web Inspector: [META] Use ES2015 Modules for lazy-loading
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 172250
Blocks:
  Show dependency treegraph
 
Reported: 2017-05-17 15:51 PDT by Devin Rousso
Modified: 2019-08-06 10:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2017-05-17 15:51:05 PDT
Instead of loading ALL classes when opening the inspector, we should leverage dynamic imports to only load tab-specific classes when needed.