MCPcopy
hub / github.com/di-sukharev/opencommit / ports

Method ports

out/cli.cjs:62830–62836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62828 get lastEventId() {
62829 webidl.brandCheck(this, _MessageEvent);
62830 return this.#eventInit.lastEventId;
62831 }
62832 get source() {
62833 webidl.brandCheck(this, _MessageEvent);
62834 return this.#eventInit.source;
62835 }
62836 get ports() {
62837 webidl.brandCheck(this, _MessageEvent);
62838 if (!Object.isFrozen(this.#eventInit.ports)) {
62839 Object.freeze(this.#eventInit.ports);

Callers

nothing calls this directly

Calls 1

freezeMethod · 0.80

Tested by

no test coverage detected