Skip to content

Conversation

@RikkiGibson
Copy link
Member

@RikkiGibson RikkiGibson commented Aug 31, 2018

Resolves #206

Some things are still broken in IE, but after I apply these changes, I can at least pass 255/256 of the ms-rest-js tests. @XiaoningLiu

The remaining test failure I found in ms-rest-js was related to date precision. It seems like IE can parse dates with millisecond components, but deserializing causes those milliseconds to get dropped on the floor. Don't know why.

I've found that polyfills are necessary for:

  • Promise
  • String.startsWith/endsWith
  • (only used in test code) TextEncoder

@RikkiGibson RikkiGibson requested a review from a user August 31, 2018 22:34
@RikkiGibson RikkiGibson merged commit 75a8b39 into master Aug 31, 2018
@RikkiGibson RikkiGibson deleted the xml-ie-fix branch August 31, 2018 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants