mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: enable code cache for custom protocols (#40544)
This commit is contained in:
@@ -22,7 +22,8 @@ class ProtocolRegistry;
|
||||
|
||||
namespace api {
|
||||
|
||||
std::vector<std::string> GetStandardSchemes();
|
||||
const std::vector<std::string>& GetStandardSchemes();
|
||||
const std::vector<std::string>& GetCodeCacheSchemes();
|
||||
|
||||
void AddServiceWorkerScheme(const std::string& scheme);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user