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

Method constructor

github-actions/saucelabs/set-saucelabs-env.js:17005–17014  ·  view source on GitHub ↗
(type, eventInitDict)

Source from the content-addressed store, hash-verified

17003 __privateSet(this, _eventInit, eventInitDict);
17004 webidl.util.markAsUncloneable(this);
17005 }
17006 get data() {
17007 webidl.brandCheck(this, _MessageEvent);
17008 return __privateGet(this, _eventInit).data;
17009 }
17010 get origin() {
17011 webidl.brandCheck(this, _MessageEvent);
17012 return __privateGet(this, _eventInit).origin;
17013 }
17014 get lastEventId() {
17015 webidl.brandCheck(this, _MessageEvent);
17016 return __privateGet(this, _eventInit).lastEventId;
17017 }

Callers

nothing calls this directly

Calls 2

__privateAddFunction · 0.70
__privateSetFunction · 0.70

Tested by

no test coverage detected