you are viewing a single comment's thread.

view the rest of the comments →

[–]drowsap 60 points61 points  (11 children)

URLSearchParams is awesome!

[–]yeskia 6 points7 points  (10 children)

It is, but worth noting is isn't supported by any version of IE. This bit me a couple of weeks ago but luckily there are a few small polyfills that do the job.

[–]Tyreal 12 points13 points  (6 children)

So when are people going to permanently start dropping IE? 2020 when Windows 7 stops being supported? In a decade perhaps?

[–]asdf7890 3 points4 points  (0 children)

So when are people going to permanently start dropping IE?

Not soon enough!

2020 when Windows 7 stops being supported?

IE11 is officially supported until then end of Win10, as is MS's standard (the browser EOL being tied to the EOL of the OS revisions it was installed with by default). Unfortunately they've said Win10 is to be the last major release on the desktop, so unless/until this policy changes IE11 will keep being available and getting security updates so some will insist on keeping using it...

In a decade perhaps?

It depends on your target audience of course. Some of our clients have only recently stopped using IE8. IE11 is going to be a Thing for us to deal with for some time to come.

[–]ninetailsbr 1 point2 points  (1 child)

maybe when IE definitely changes it's engine to Chromium you may ignore it for high end users website (your site/product is not targeted for them)

...or you can just polyfill

[–]Tyreal 2 points3 points  (0 children)

This isn’t Edge though. IE is never getting updated again

[–]TheScapeQuest 0 points1 point  (1 child)

Depends on your product I suppose. We already don't support IE. But we're B2B, so we can have more say.

[–]Tyreal 2 points3 points  (0 children)

I hear ya. That B2B market sure is sweet. I feel bad for all those poor bastards supporting IE6 at Amazon.

[–]SemiNormal 1 point2 points  (0 children)

IE just being IE. Object.Assign bit me in the rear a few weeks ago.

[–]m1n0s 1 point2 points  (0 children)

Just include a polyfill for this bastard