mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: HTTP preconnect feature minimal for electronjs (#19952)
* feat: HTTP preconnect feature minimal for electronjs * fix type of PreconnectRequest::PreconnectRequest impl * roll back past https://chromium-review.googlesource.com/c/chromium/src/+/1713306 * mark docs as experimental * fix lint
This commit is contained in:
committed by
Charles Kerr
parent
7cc1efd2e6
commit
b09a1c7607
@@ -86,6 +86,7 @@ class Session : public mate::TrackableObject<Session>,
|
||||
v8::Local<v8::Value> Protocol(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> WebRequest(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> NetLog(v8::Isolate* isolate);
|
||||
void Preconnect(const mate::Dictionary& options, mate::Arguments* args);
|
||||
|
||||
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
|
||||
void LoadChromeExtension(const base::FilePath extension_path);
|
||||
|
||||
Reference in New Issue
Block a user