Page 1 of 1

Duplicate ResourceLoadComplete events fired

Posted: Tue Jan 30, 2018 3:46 pm
by petko
This is something that I encounter in my app, but not in the demo: all ResourceLoadComplete events are followed by a ResourceLoadComplete event with the same receivedContentLength as the previous, but without any request data (it is nil). I am wondering if you have experienced this and what could possibly cause it?

Re: Duplicate ResourceLoadComplete events fired

Posted: Tue Jan 30, 2018 7:10 pm
by salvadordf
I've never seen that behavior.

Are you cancelling the navigation to some resources in OnBeforeBrowse or OnBeforeResourceLoad ?