fix: load source maps from custom protocols and asar bundles (#28573)
* fix: load source maps from custom protocols and asar bundles * chore: fix lint
This commit is contained in:
parent
ef4954fa1f
commit
6bd13cc98f
6 changed files with 99 additions and 44 deletions
|
@ -30,6 +30,7 @@ class ProtocolRegistry {
|
|||
bool allow_file_access);
|
||||
|
||||
const HandlersMap& intercept_handlers() const { return intercept_handlers_; }
|
||||
const HandlersMap& handlers() const { return handlers_; }
|
||||
|
||||
bool RegisterProtocol(ProtocolType type,
|
||||
const std::string& scheme,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue