Eryu Xia
Eryu Xia
> 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 it"? 😃 >...
@iampava aha i see! Thanks for clarifying! 😃 In this case, i'm supposing that you don't have a way to pass the `abortController` to grpc-web right (since our API doesn't...
@iampava Yup! makes sense! Definitely would be a good addition.. As mentioned [above](https://github.com/grpc/grpc-web/pull/1240#issuecomment-1260136406), i'll try to experiment with this feature internally first soon, and upstream it to GH if it...
In the meanwhile, I'll close this PR for now since this probably won't be the API we'll adopt (we'll probably try to make it more generic and extensible, in case...
> aaah I just saw the new release and realized this was still pending aha right i've forgot as well :) > > So personally i'd still consider this a...
Of course! Oh and actually, since you'll be depending on `MethodDescriptor`, i guess this will be related to https://github.com/grpc/grpc-web/issues/1285 -- where we're no longer exposing its API due to internal...
> update: yes, it does break our `.getName` callsite. we will be switching back to `.name` when we upgrade to 1.4.0 aha interesting thanks for confirming! So i guess that...
> I'm getting this when I try to run the tests > > > [16:40:38] I/update - chromedriver: file exists /home/wh0/work/ekiden/grpc-web/packages/grpc-web/node_modules/webdriver-manager/selenium/chromedriver_93.0.4577.63.zip > > [16:40:38] I/update - chromedriver: unzipping chromedriver_93.0.4577.63.zip >...
I will cut a new release soon (prob. later this week) with this change. Thanks again! 😃
FYI a new release with this change is cut here :) https://github.com/grpc/grpc-web/releases/tag/1.4.2