P5.js: confirm/implement use of Promises across codebase

Created on 11 Dec 2018  路  4Comments  路  Source: processing/p5.js

This one may already be done, but I'm opening an issue so that we can go through the codebase and confirm that Promises are used for all loadX() methods and anywhere else that a callback is used internally. Additional issues can be opened for areas discovered that require Promise implementation.

core io help wanted

All 4 comments

Promises are currently polyfilled so considerations can be made about removing the polyfill as well

Hi. I have found a few code snippets, where callback functions were used instead of promises. I would like to work on this issue.

Hi, is this still available to work on?

@dhuang612 it is!

Was this page helpful?
0 / 5 - 0 ratings