MCPcopy Create free account
hub / github.com/Yaffle/EventSource / throwError

Function throwError

tests/eventsource.js:582–586  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

580 }
581
582 function throwError(e) {
583 setTimeout(function () {
584 throw e;
585 }, 0);
586 }
587
588 EventTarget.prototype.dispatchEvent = function (event) {
589 event.target = this;

Callers 2

eventsource.jsFile · 0.70
fireFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected