Skip to content

Adds polyfill for CustomEvent

Filipa Lacerda requested to merge custom-event-polyfill into master

What does this MR do?

CustomEvent is not supported by IE.- https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent

In order to stop using jQuery in new files that need to listen to custom events we need this polyfill.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports