Alexandru Pavaloi
Alexandru Pavaloi
On second thought, this will work only if the element is prepended to the DOM before this code runs.
Opened this PR with the feature. Maybe "thumbs up"-it so that the owner can merge it as quickly as possible? https://github.com/bmcmahen/toasted-notes/pull/36
Hey! Any chance we'll get first-hand Context support? Without the need to wrap the component? I'd be more than happy to contribute to this with a PR.
Hey! Any updates on this? If not, I was wondering what patterns you use to cancel grpc calls via the Promise client.
I managed to "hack it" by using "AbortController" and verifying if an abort signal has been sent.
> > I managed to "hack it" by using "AbortController" and verifying if an abort signal has been sent. > > Just curious how exactly did you manage to "hack...
@sampajano correct. I have to admit, it would be nice if `grpc-web` would accept an `AbortController` - this would make it on par with the native Fetch API, and people...
Tests are faling. Checked out on master and ran `yarn install && yarn test` and still failing there.
Hey, thanks for the input. 1. Reverted back to it. I was leaning towards a breaking change to keep the API consistent (all named exports) but this works as well....