Instances of the Safari
class are used to notify listeners when the user navigates to a new page, before the page is loaded. You can use the prevent
method to prevent the new page from loading.
SDK
- Safari Desktop 5.1+
Framework
- Safari Extensions JS
Declaration
interface SafariBeforeNavigateEvent
Overview
The event type for this class is before
.
This event does not bubble.