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

Does not work in IE11 #41

Open
svanherk opened this issue Mar 11, 2019 · 0 comments
Open

Does not work in IE11 #41

svanherk opened this issue Mar 11, 2019 · 0 comments

Comments

@svanherk
Copy link
Contributor

svanherk commented Mar 11, 2019

url.searchParams and URLSearchParams are not supported by IE11. This is only hit if you call _performSirenAction with a GET or HEAD method. Instead of adding a large polyfill that will need to be added to BSI and downloaded by everyone, we could just rewrite these functions to do some parsing ourselves (example: https://github.com/BrightspaceHypermediaComponents/common/blob/master/components/d2l-hm-filter/d2l-hm-filter.js#L442)

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

No branches or pull requests

1 participant