HTML DOM PageTransitionEvent
Objek PageTransitionEvent
Peristiwa yang terjadi ketika pengguna berpindah ke dan keluar halaman web.
Sambutan Perpindahan Halaman
Property/Method | Description |
---|---|
persisted | Returns whether the webpage is cached by the browser. |
Inherited Properties and Methods
PageTransitionEvent inherits all properties and methods from the following objects:
Event Type
These event types belong to the PageTransitionEvent object:
Event | Description |
---|---|
pagehide | This event occurs when a user leaves a webpage for navigation. |
pageshow | This event occurs when a user navigates to a webpage. |