You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I suggest a promisified version of this ? I had to encapsulate it - but getting it out of the box in case no callback is provided would be a must !
The text was updated successfully, but these errors were encountered:
Hi @olup, I definitely understand the pain of having no promise by default, but this was done for a reason.
IE 11 doesn't support promise :(
In order to keep the size small, I left it to the users to decide what Promise wrapper/polyfill they choose to use instead of bundle one with this package. I hope this makes sense :)
Can I suggest a promisified version of this ? I had to encapsulate it - but getting it out of the box in case no callback is provided would be a must !
The text was updated successfully, but these errors were encountered: