Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Duplicate ResourceLoadComplete events fired

Post Reply
petko
Posts: 52
Joined: Sun Jul 02, 2017 9:58 am

Duplicate ResourceLoadComplete events fired

Post 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?
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Duplicate ResourceLoadComplete events fired

Post by salvadordf »

I've never seen that behavior.

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