export function polyfill()

in src/polyfills/event-listener-signal.ts [55:60]


export function polyfill(): void {
  if (!featureSupported()) {
    monkeyPatch()
    signalSupported = true
  }
}