MCPcopy Create free account
hub / github.com/microsoft/Webwright / bothLoaded

Function bothLoaded

assets/compare_trajectory/app.js:1804–1806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1802 ];
1803 },
1804 bothLoaded() {
1805 return !!(this.left && this.right);
1806 },
1807 hasAnyTrace() {
1808 return !!(this.left || this.right);
1809 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected