You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
@ -130,7 +130,6 @@ function TCustomResourceHandler.ReadResponse(const dataOut : Pointer;
|
||||
begin
|
||||
if (FStream <> nil) and (DataOut <> nil) then
|
||||
begin
|
||||
FStream.Seek(0, soFromBeginning);
|
||||
BytesRead := FStream.Read(DataOut^, BytesToRead);
|
||||
Result := True;
|
||||
end
|
||||
|
Reference in New Issue
Block a user