Posts

Post marked as solved
1 Replies
1.2k Views
In Safari extension we have used these event listeners to capture URLs.safari.application.addEventListener("beforeNavigate", PushURLS, true);safari.application.addEventListener("navigate", handleNavigationEvent, true);safari.application.addEventListener("activate", handleTabActivateEvent, true)Is there any functions in Safari app extension to capture these events? How to capture those?
Posted Last updated
.