io.backgroundPoll()
allows you to fetch data from a URL on an interval.
run()
. See
resumability for more information.Promise
that resolves with the JSON response body of the matching background fetch request. You can specify the type of the response body as a generic parameter.