Promise
Last updated
Was this helpful?
Last updated
Was this helpful?
Sets the default Promise type to be used when the method is called. Note that the Promise implementation must conform to the ES6 specification. Some of those supported libraries are , , among others. If not specified, this defaults to the native ES6 Promise, if available, else will throw an error.