If we're not concerned with browser compatibility issues.
Is there ever a situation where you would opt for .then()
chaining rather then an async/await
implementation?
If we're not concerned with browser compatibility issues.
Is there ever a situation where you would opt for .then()
chaining rather then an async/await
implementation?