onlyutkarsh / ExportImportBuildDefinition

Export and Import your build definitions. Useful for recreating all the build steps, variables, schedules, etc in a different team project/account.
http://bit.ly/exportimportbuild
Other
17 stars 8 forks source link

Promise polyfill required? #23

Open dballance opened 7 years ago

dballance commented 7 years ago

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

  1. Open IE11
  2. Navigate to build definition in TFS
  3. Open DevTools (F12)
  4. Select the menu ··· and "Export"
  5. Error in console

Current behavior

Fails to export - error attached.

Error

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.