This file contains 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
Canvas sync states | |
Loading | |
loaded -> Synced | |
disconnected -> Offline | |
Synced | |
changed -> Syncing | |
disconnected -> Offline | |
Syncing | |
synced -> Synced | |
disconnected -> Offline |
This file contains 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
Canvas sync states | |
Loading | |
loaded -> Synced | |
disconnected -> Offline | |
Synced | |
changed -> Syncing | |
disconnected -> Offline | |
Syncing | |
synced -> Synced | |
disconnected -> Offline |
This file contains 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
Canvas sync states | |
Loading | |
loaded -> Synced | |
disconnected -> Offline | |
Synced | |
changed -> Syncing | |
disconnected -> Offline | |
Syncing | |
synced -> Synced | |
disconnected -> Offline |
This file contains 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
Canvas sync states | |
Loading | |
loaded -> Synced | |
disconnected -> Offline | |
Synced | |
changed -> Syncing | |
disconnected -> Offline | |
Syncing | |
synced -> Synced | |
disconnected -> Offline |
This file contains 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
Canvas sync states | |
Loading | |
loaded -> Synced | |
disconnected -> Offline | |
Synced | |
changed -> Syncing | |
disconnected -> Offline | |
Syncing | |
synced -> Synced | |
disconnected -> Offline |
This file contains 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
class Deferrable<T> implements Promise<T> { | |
private promise: Promise<T>; | |
private resolver!: (value: T | PromiseLike<T>) => void; | |
private rejecter!: (reason?: any) => void; | |
public constructor() { | |
this.promise = new Promise((resolver, rejecter) => { | |
this.resolver = resolver; | |
this.rejecter = rejecter; | |
}); |
This file contains 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? | |
Main Thread | |
Busy | |
complete -> Idle | |
Idle | |
block -> Busy | |
Worker Thread | |
This file contains 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
Editor | |
Cursor | |
focus -> Cursor and Caret | |
Cursor and Caret | |
blur -> Cursor | |
type -> Caret | |
Caret | |
blur -> Cursor | |
mousemove -> Cursor and Caret | |
This file has been truncated, but you can view the full file.
This file contains 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
[{"args":{"name":"CrBrowserMain"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1239,"tid":775,"ts":0}, | |
{"args":{"name":"CrRendererMain"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1275,"tid":775,"ts":0}, | |
{"args":{"name":"VizCompositorThread"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1259,"tid":36355,"ts":0}, | |
{"args":{"name":"Chrome_IOThread"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1239,"tid":28931,"ts":0}, | |
{"args":{"name":"CrGpuMain"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1259,"tid":775,"ts":0}, | |
{"args":{"name":"Chrome_ChildIOThread"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1259,"tid":38403,"ts":0}, | |
{"args":{"name":"CacheThread_BlockFile"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1239,"tid":48899,"ts":0}, | |
{"args":{"name":"Chrome_DevToolsADBThread"},"cat":"__metadata","name":"thread_name","ph":"M","pid":1239,"tid":60755,"ts":0}, | |
{"args":{"name":"ThreadPoolServiceThread"},"cat":"__me |
This file contains 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
Syntax Highlighting | |
None* | |
set -> Has Focus? | |
Has Focus? | |
focus -> Synchronous | |
blur -> Asynchronous | |
unset -> None | |
Synchronous | |
unset -> None | |
scroll -> Asynchronous |
NewerOlder