DeuxHuitHuit / framework.js-modules

Collections of modules we frequently use with our framework, https://github.com/DeuxHuitHuit/framework.js
https://deuxhuithuit.github.io/
Other
3 stars 8 forks source link

IE11 URL API compatibility issues #422

Closed fhamon closed 4 years ago

fhamon commented 4 years ago

in ie 11. window.location.pathname respect the URL API spec that a path always starts with / but this API is not repected on elements props. Added an exeption for ie.