MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / rejectPromise

Function rejectPromise

examples/io/streams/modules/streams.js:220–225  ·  view source on GitHub ↗
(record, reason)

Source from the content-addressed store, hash-verified

218 }
219}
220function rejectPromise(record, reason) {
221 if (record.pending) {
222 record.pending = false;
223 record.reject(reason);
224 }
225}
226
227
228function CanTransferArrayBuffer(it) {

Calls

no outgoing calls

Tested by

no test coverage detected