mediawiki.util: Remove redundant IE8 support from addCSS()
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 11 Sep 2019 04:31:32 +0000 (05:31 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 11 Sep 2019 04:55:57 +0000 (05:55 +0100)
commit227c1301f51da162d55f165a13e63113032fd74d
tree2e022cc2882908aa3ae90fe626614112e80408f0
parent1ee9d373e0ddc9782dbca8f1275f41822717c89f
mediawiki.util: Remove redundant IE8 support from addCSS()

Was added in 8eda03743c (2013) for IE8 support, but MW now
requires IE11+. The HTMLStyleElement.sheet property is available
in all supported browsers.

<https://caniuse.com/#feat=mdn-api_htmlstyleelement_sheet>

The method itself was introduced in 2010 (79618024c2 / r76324).

Change-Id: Ia6a778a6d55e9257b9e55edfedd8f17587b96c1c
resources/src/mediawiki.util/util.js