mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
432e518931
the createCustomEvent function's pupose is to create customEvents even on browsers where `CustomEvent` is not a constructor, `CustomEvent` is currently available in all supported browsers (since IE11 support has ended), so remove the function as it is no longer needed PR Close #44703