fallback should use fallback gax always regardless of isBrowser#782
fallback should use fallback gax always regardless of isBrowser#782tofutim wants to merge 1 commit into
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Codecov Report
@@ Coverage Diff @@
## master #782 +/- ##
==========================================
- Coverage 98.38% 98.31% -0.07%
==========================================
Files 15 15
Lines 14155 14155
Branches 612 612
==========================================
- Hits 13926 13917 -9
- Misses 224 233 +9
Partials 5 5
Continue to review full report at Codecov.
|
|
@tofutim thanks for the contribution. @alexander-fenster, I believe this change would need to be made int he generator if this is something we want to do? |
|
Yes, this is the right place to do it. Given that now we have googleapis/gax-nodejs#803 merged, the fix seems valid (we could not do it before since it would've broken the Having that said, @tofutim can you give us some details - why would you need that? Is it for Electron? More details:
|
alexander-fenster
left a comment
There was a problem hiding this comment.
This is not the right place to make a change, this code is autogenerated. I can make this change in the generator but would love to learn more about your use case.
|
Taken care of by #793 (that code is auto-generated). |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #573 🐸