Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Added polyfills for IE9+ #130

Closed
wants to merge 1 commit into from
Closed

Conversation

kim3er
Copy link

@kim3er kim3er commented Mar 1, 2016

Draft.js website doesn't work in IE9+. This is because Draft.js relies on 3 methods that are not currently supported in IE; String.startsWith, String.endsWith and Object.assign. This pull request adds them.

I assumed the Babel Polyfill would have added all three, but that appears not to be the case.

Please see #83 for more details.

@hellendag
Copy link

I believe #123 takes care of this.

@kim3er
Copy link
Author

kim3er commented Mar 1, 2016

Yep, my bad.

@kim3er kim3er closed this Mar 1, 2016
@hellendag
Copy link

No worries, thanks for being proactive. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants