Internet Explorer 9, 10 & 11 Event constructor doesn't work

后端 未结 7 791

I am creating an event, so use the DOM Event constructor:

new Event(\'change\');

This works fine in modern browsers, however in Internet Ex

7条回答
  •  一生所求
    2020-11-28 22:01

    There's a polyfill service which can patch this and others for you

    https://polyfill.io/v3/url-builder/

     
    

提交回复
热议问题