Skip to content

Commit

Permalink
Remove OnRequest from response
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Jan 17, 2025
1 parent 08ff464 commit 53f5899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/PuppeteerSharp/Bidi/BidiHttpRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ private void Initialize()
_request.Success += (sender, e) =>
{
Response = BidiHttpResponse.From(e.Response, this, BidiPage.BidiBrowser.CdpSupported);
BidiPage.OnRequest(this);
};

_request.Success += (sender, args) =>
Expand Down

0 comments on commit 53f5899

Please sign in to comment.