Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

promise

  1. A

    Node.JS Validation doesn't work in custom promisify function

    Implement the promisify(callbackFunction) function so that it takes a callback-based function and returns a promise-based function. The promise-based function can be called with one or more arguments. If so, pass them to callbackFunction, and add an argument at the end for the callback. In...
  2. V

    JavaScript javascript image promise stuck in constructor class

    the code gets stuck in a promise (prom1) when image onload. I using await promise inside drawCanvas() because i need to work with this.image after it has loaded. <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Untitled</title>...
Back
Top Bottom