MCPcopy Create free account
hub / github.com/angular/dev-infra / isControlFrame

Function isControlFrame

github-actions/saucelabs/set-saucelabs-env.js:17354–17356  ·  view source on GitHub ↗
(opcode)

Source from the content-addressed store, hash-verified

17352 function fireEvent(e, target, eventFactory = (type, init) => new Event(type, init), eventInitDict = {}) {
17353 const event = eventFactory(e, eventInitDict);
17354 target.dispatchEvent(event);
17355 }
17356 function websocketMessageReceived(ws, type, data) {
17357 if (ws[kReadyState] !== states.OPEN) {
17358 return;
17359 }

Callers 3

isValidOpcodeFunction · 0.70
runMethod · 0.70
""Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected