Last active
February 19, 2018 22:47
-
-
Save hoelzro/a58d512039bcd8c8ca3e69d1e417757c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
browser.webNavigation.onCommitted.addListener(details => { | |
console.log(details); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16:44:21.668 Object { url: "about:blank", timeStamp: 1519080261634, frameId: 0, parentFrameId: -1, tabId: 29, windowId: 3, transitionType: "link", transitionQualifiers: Array[0] } background.js:2:5 | |
16:44:22.149 Object { url: "https://duckduckgo.com/", timeStamp: 1519080262120, frameId: 0, parentFrameId: -1, tabId: 29, windowId: 3, transitionType: "link", transitionQualifiers: Array[1] } background.js:2:5 | |
16:44:22.926 Object { url: "https://duckduckgo.com/post2.html", timeStamp: 1519080262913, frameId: 2147483679, parentFrameId: 0, tabId: 29, windowId: 3, transitionType: "auto_subframe", transitionQualifiers: Array[0] } background.js:2:5 | |
16:44:39.303 Object { url: "about:blank", timeStamp: 1519080279271, frameId: 0, parentFrameId: -1, tabId: 30, windowId: 3, transitionType: "link", transitionQualifiers: Array[0] } background.js:2:5 | |
16:44:39.887 Object { url: "https://duckduckgo.com/", timeStamp: 1519080279864, frameId: 0, parentFrameId: -1, tabId: 30, windowId: 3, transitionType: "link", transitionQualifiers: Array[0] } background.js:2:5 | |
16:44:40.685 Object { url: "https://duckduckgo.com/post2.html", timeStamp: 1519080280386, frameId: 2147483685, parentFrameId: 0, tabId: 30, windowId: 3, transitionType: "auto_subframe", transitionQualifiers: Array[0] } background.js:2:5 | |
16:44:57.669 Object { url: "https://duckduckgo.com/?q=foo+bar&t…", timeStamp: 1519080297643, frameId: 0, parentFrameId: -1, tabId: 30, windowId: 3, transitionType: "form_submit", transitionQualifiers: Array[0] } background.js:2:5 | |
16:44:58.451 Object { url: "https://duckduckgo.com/post2.html", timeStamp: 1519080298164, frameId: 2147483688, parentFrameId: 0, tabId: 30, windowId: 3, transitionType: "auto_subframe", transitionQualifiers: Array[0] } background.js:2:5 | |
16:45:03.409 Object { url: "https://en.wikipedia.org/wiki/Foobar", timeStamp: 1519080303392, frameId: 0, parentFrameId: -1, tabId: 31, windowId: 3, transitionType: "link", transitionQualifiers: Array[0] } background.js:2:5 | |
16:45:04.026 JQMIGRATE: Migrate is installed with logging active, version 3.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment