Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace startsWith with indexOf - IE compatibility #169

Merged
merged 1 commit into from Jul 29, 2019

Conversation

cvetanov
Copy link
Contributor

startsWith is not IE 11 compatible, indexOf gets the job done

`startsWith` is not IE 11 compatible, `indexOf` gets the job done
@cvetanov
Copy link
Contributor Author

An example solution for #168

@eli-darkly
Copy link
Contributor

Thanks!

@eli-darkly eli-darkly merged commit 8ce1e4f into launchdarkly:master Jul 29, 2019
LaunchDarklyCI pushed a commit that referenced this pull request Nov 6, 2019
* Initial commit

* Initial commit

* Added unit test

* Example server bootstrap implementation

* Updated packages and exclude server bootstrap code.

* Update package-lock.json

* Added more tests.

* Moved state initialisation into constructor.
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.

None yet

2 participants