ably-js
ably-js copied to clipboard
Consider running browser tests against `FetchRequest` in addition to `XHRRequest`
We do not currently exercise our FetchRequest
class in the tests; they all use XHR, the only exception being some of the tests for the modular variant the SDK. This might be hiding bugs in the FetchRequest
implementation such as #1771. See if we could run the tests against FetchRequest
as well as XHR, the same way we exercise all of the different transports in (some) tests.