🔰bubbling phase

JSbrowsereventscustom ⟩ bubbling

  • The “load” event on document elements bubbles, but it stops bubbling at the Document object and does not propagate on to the Window object.

Last updated