The URLSearchParams object in url-parser.js is not compatible with IE11 and needs to be polyfilled or replaced.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3194870-5.patch | 2.45 KB | gantal |
| #2 | 3194870-2.patch | 917 bytes | Pooja Ganjage |
The URLSearchParams object in url-parser.js is not compatible with IE11 and needs to be polyfilled or replaced.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3194870-5.patch | 2.45 KB | gantal |
| #2 | 3194870-2.patch | 917 bytes | Pooja Ganjage |
Comments
Comment #2
Pooja Ganjage commentedHi,
Creating a patch for this issue.
Please review the patch.
Let me know if any suggestions.
Thanks.
Comment #3
Pooja Ganjage commentedComment #4
gantal commentedThanks for the patch, @Pooja Ganjage. The function you added in the patch does seem like it could be used to replace
URLSearchParamsbut the rest of themapValuesfunction will need to change as well. As it stands, Smart Content does not show correct results with this patch applied.Comment #5
gantal commentedAdding new patch which adds an external library: https://github.com/ungap/url-search-params to polyfill. The package seems to be the de facto polyfill for
URLSearchParams.Comment #7
gantal commented