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

Function needsResolver

libraries/p5.js:762–764  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

760}
761
762function needsResolver() {
763 throw new TypeError('You must pass a resolver function as the first argument to the promise constructor');
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.");

Callers 1

PromiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected