MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / needsNew

Function needsNew

libraries/p5.js:766–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

764}
765
766function needsNew() {
767 throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");
768}
769
770/**
771 Promise objects represent the eventual result of an asynchronous operation. The

Callers 1

PromiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected