29#if JUCE_WEB_BROWSER || DOXYGEN
virtual void newWindowAttemptingToLoad(const String &newURL)
This callback occurs when the browser attempts to load a URL in a new window.
virtual bool pageAboutToLoad(const String &newURL)
This callback is called when the browser is about to navigate to a new location.
virtual void pageFinishedLoading(const String &url)
This callback happens when the browser has finished loading a page.
virtual bool pageLoadHadNetworkError(const String &errorInfo)
This callback happens when a network error was encountered while trying to load a page.
virtual void windowCloseRequest()
This callback occurs when a script or other activity in the browser asks for the window to be closed.
Type unalignedPointerCast(void *ptr) noexcept
Casts a pointer to another type via void*, which suppresses the cast-align warning which sometimes ar...