Mictronics / readsb-protobuf

Readsb is a Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices. Future development version with protocol buffer storage.
Other
86 stars 24 forks source link

Add polyfill for nested dedicated workers as WebKit does not support them. #4

Closed ress closed 4 years ago

ress commented 4 years ago

The class AircraftCollection makes use of nested dedicated workers, which aren't supported in WebKit browsers: https://bugs.webkit.org/show_bug.cgi?id=22723

This commit adds the polyfill by dmihal (https://github.com/dmihal/Subworkers).

Tested & works in Safari 13.0.5, iOS 13.3.1, Chrome 80 (Mac), Firefox 75 (Mac).