mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Create the resource request handler for new tabs/popups
This commit is contained in:
parent
160d4de7cd
commit
4140bed28a
@ -1248,6 +1248,8 @@ function TChromiumCore.CreateClientHandler(var aClient : ICefClient; aIsOSR : bo
|
||||
begin
|
||||
if CreateClientHandler(aIsOSR) then
|
||||
begin
|
||||
CreateResourceRequestHandler;
|
||||
|
||||
aClient := FHandler;
|
||||
Result := True;
|
||||
end
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 70,
|
||||
"InternalVersion" : 71,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "78.3.9.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user