Then icon indicating copy to clipboard operation
Then copied to clipboard

Changes access level for "setProgress()" function

Open bguidolim opened this issue 4 years ago • 0 comments

This function is really useful but was set as internal. I propose set as public so everyone can use this.

Use case:

  • You keep the promise in a property or array and need to update the progress via delegate (e.g.: URLSessionTaskDelegate)

bguidolim avatar Jan 07 '20 15:01 bguidolim