Creates a live aircraft feed backed by dump1090-fa's aircraft.json HTTP
endpoint, polled on an interval. Browser-safe (also exported from this
package's /browser entry) given a same-origin URL or a CORS proxy.
HTTP polling has no persistent connection to track, so the returned feed's
connection:connect/connection:disconnect events and
getConnectionState() use the most recent poll's outcome instead:
'connected' once a poll successfully parses, 'reconnecting' after a
non-ok response or a network/parse failure.
Creates a live aircraft feed backed by dump1090-fa's
aircraft.jsonHTTP endpoint, polled on an interval. Browser-safe (also exported from this package's/browserentry) given a same-origin URL or a CORS proxy.HTTP polling has no persistent connection to track, so the returned feed's
connection:connect/connection:disconnectevents andgetConnectionState()use the most recent poll's outcome instead:'connected'once a poll successfully parses,'reconnecting'after a non-ok response or a network/parse failure.