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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
In IE 11 - clicking export displays no error and no user feedback. Inspecting the console reveals: "'Promise' is undefined". I think this project might need a polyfill or documentation of limitations in browsers without native Promise support.
I do see that q is included with this lib, so I'm unsure what the real culprit is...
Steps to recreate
Open IE11
Navigate to build definition in TFS
Open DevTools (F12)
Select the menu ··· and "Export"
Error in console
Current behavior
Fails to export - error attached.
Expected behavior
Exports properly in browsers without native Promise implementations.
Thanks for the lib - works great otherwise. Ran into this attempting to migrate a build so figured I'd pass it along.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installed product versions
Description
In IE 11 - clicking export displays no error and no user feedback. Inspecting the console reveals: "'Promise' is undefined". I think this project might need a polyfill or documentation of limitations in browsers without native Promise support.
I do see that
q
is included with this lib, so I'm unsure what the real culprit is...Steps to recreate
···
and "Export"Current behavior
Fails to export - error attached.
Expected behavior
Exports properly in browsers without native Promise implementations.
Thanks for the lib - works great otherwise. Ran into this attempting to migrate a build so figured I'd pass it along.
The text was updated successfully, but these errors were encountered: