Skip to content

Instantly share code, notes, and snippets.

@KarboniteKream
Created February 6, 2023 02:51
Show Gist options
  • Save KarboniteKream/99d4d1f2e88778d59ba9be6f555010e2 to your computer and use it in GitHub Desktop.
Save KarboniteKream/99d4d1f2e88778d59ba9be6f555010e2 to your computer and use it in GitHub Desktop.
11:40:20.545 [tabs] event tabCreated window 3 tab 316 about:blank
Object { id: 316, index: 3, windowId: 3, highlighted: false, active: false, attention: false, pinned: false, status: "complete", hidden: false, discarded: false, … }
debug.ts:34:34
11:40:20.557 [tabs] event tabActivated 316
Object { tabId: 316, previousTabId: 2, windowId: 3 }
debug.ts:34:34
11:40:20.559 [tabs] event tabsHighlighted
Object { tabIds: (1) […], windowId: 3 }
debug.ts:34:34
11:40:20.563 [tabs] event tabUpdated 316 undefined
Object { status: "loading" }
debug.ts:34:34
11:40:22.137 [tabs] event tabUpdated 316 undefined
Object { title: "GITHUB1" }
debug.ts:34:34
11:40:22.145 [tabs] event tabUpdated 316 GITHUB1
Object { status: "loading", url: "GITHUB1" }
debug.ts:34:34
11:40:37.808 [tabs] event tabCreated window 3 tab 317 about:blank
Object { id: 317, index: 4, windowId: 3, highlighted: false, active: false, attention: false, pinned: false, status: "complete", hidden: false, discarded: false, … }
debug.ts:34:34
11:40:37.816 [tabs] event tabUpdated 317 undefined
Object { status: "loading" }
debug.ts:34:34
11:40:38.138 [tabs] event tabUpdated 317 GITHUB2
Object { status: "loading", url: "GITHUB2" }
debug.ts:34:34
11:40:38.327 [tabs] event tabActivated 317
Object { tabId: 317, previousTabId: 316, windowId: 3 }
debug.ts:34:34
11:40:38.328 [tabs] event tabsHighlighted
Object { tabIds: (1) […], windowId: 3 }
debug.ts:34:34
11:40:38.468 [tabs] event tabUpdated 317 undefined
Object { title: "TITLE" }
debug.ts:34:34
11:40:38.478 [tabs] event tabUpdated 317 undefined
Object { status: "complete" }
debug.ts:34:34
11:40:38.694 [tabs] event tabUpdated 317 undefined
Object { favIconUrl: "URL" }
debug.ts:34:34
11:40:39.971 [tabs] event tabRemoved 317 debug.ts:34:34
11:40:39.971 [tabs] event ...tabRemoved 317
Object { window: Proxy, index: 4 }
debug.ts:34:34
11:40:39.979 [tabs] event tabActivated 316
Object { tabId: 316, previousTabId: undefined, windowId: 3 }
debug.ts:34:34
11:40:39.980 [tabs] event tabsHighlighted
Object { tabIds: (1) […], windowId: 3 }
debug.ts:34:34
11:40:53.180 [tabs] event tabUpdated 316 GITHUB1
Object { status: "complete", url: "GITHUB1" }
debug.ts:34:34
11:40:53.196 [tabs] event tabRemoved 316 debug.ts:34:34
11:40:53.197 [tabs] event ...tabRemoved 316
Object { window: Proxy, index: 3 }
debug.ts:34:34
11:40:53.205 [tabs] event tabActivated 280
Object { tabId: 280, previousTabId: undefined, windowId: 3 }
debug.ts:34:34
11:40:53.206 [tabs] event tabsHighlighted
Object { tabIds: (1) […], windowId: 3 }
debug.ts:34:34
11:40:53.295 [tabs] event tabUpdated 316 undefined
Object { isArticle: true }
debug.ts:34:34
11:40:53.295 Error: Got change event for unknown tab 316
expect index.ts:79
whenTabUpdated tabs.ts:529
handler wiring.ts:28
oops.ts:30:10
11:40:53.296 [tabs] (Re-)loading the model debug.ts:34:34
11:40:53.330 [tabs] event tabCreated window 3 tab 2 MAIL
Object { id: 2, index: 0, windowId: 3, highlighted: false, active: false, attention: false, pinned: true, status: "complete", hidden: false, discarded: false, … }
debug.ts:34:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment