Demo app fails at load-time on IE11 #222
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Due to the demo app's use of Promises before polyfills are installed, the app fails at load time in a call to OfflineVideoSource.retrieveGroupIds(). Either we need to deferred this call until after polyfills are installed, or we need to install the Promise polyfill sooner.
The text was updated successfully, but these errors were encountered: