Skip to content

Commit

Permalink
feat: implement net.fetch (electron#36733)
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon authored and gecko19 committed Feb 28, 2023
1 parent 488faa7 commit e3ef017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/browser/api/electron_api_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,7 @@ gin::Handle<Session> Session::FromPartition(v8::Isolate* isolate,
return CreateFrom(isolate, browser_context);
}

// static
absl::optional<gin::Handle<Session>> Session::FromPath(
v8::Isolate* isolate,
const base::FilePath& path,
Expand Down

0 comments on commit e3ef017

Please sign in to comment.