Owen Pearson
Owen Pearson
@amcdnl Sorry this option is missing from our type definitions - I've opened an issue to get that fixed. The option will still work, however. See the snippet below for...
Hey @SimonSchick, thanks for raising this with us. We are definitely planning on making the library tree-shakeable in the near future, I'll make sure to let you know in this...
@JCB-K Realistically, probably not. The only way we would have caught it through testing is if we started adding tests to ensure that optional arguments work the same whether they're...
Tests seem to pass in Node 16 except for `spec/rest/fallbacks.test.js`, although for some reason the Node process seems to stay open for about 10-15 minutes after the test suite is...
The failure on Node 16 is related to sindresorhus/got#1899 which is fixed in `12.0.0-beta.4` so I'll pick this PR up again when got v12 becomes stable.
Hi @jcapogna, yeah this is expected; unfortunately the library still won't work in Cloudflare workers. It should now work in a regular webworker context but Cloudflare workers doesn't support `XmlHttpRequest`...
@jcapogna Yeah it does affect the REST client as well unfortunately. If you don't mind the extra effort you can always use the [REST API](https://ably.com/documentation/rest-api) directly with the fetch API...
Hey @starlight-akouri thanks for reporting this! Unfortunately this is not easy for us to fix right now - unless webpack/kv/cachable-request/got fix it on their end then the only thing we...
Hey @scottned thanks for reaching out! Unfortunately this is an issue with webpack v4 which we're planning on moving away from in the near future but we're not there yet....
Ah I see, sorry for the inconvenience - if the error you're seeing is `Type 'Realtime' is not assignable to type 'RealtimePromise'` then it can be fixed by using `Realtime.Promise`...