Interface BeforeUnloadEvent

All Superinterfaces:
Event
All Known Implementing Classes:
BeforeUnloadEventImpl

public interface BeforeUnloadEvent extends Event
The beforeunload event is fired when the window, the document and its resources are about to be unloaded.
See Also: