I can't find any documentation on the beforeload
event other than the Blocking Unwanted Content section of this.
What I'm specifically looking for is the event message structure. From the above doc I know that there is a event.url
member, but not much else. From a snip of source code I know there's also a event.target.nodeName
member. But I don't have anything more than that.
I got lost in both the WebKit docs and w3 event docs. Where can I find some simple reference documentation for the beforeload
event?