Skip to content

Instantly share code, notes, and snippets.

@ghaskins
Created October 17, 2019 11:45
Show Gist options
  • Save ghaskins/1a65d1650d39f8810cef79ade407ac0c to your computer and use it in GitHub Desktop.
Save ghaskins/1a65d1650d39f8810cef79ade407ac0c to your computer and use it in GitHub Desktop.
$ find node_modules/ -type f | xargs grep GrpcWebClientBase
node_modules//grpc-web/index.js:a+"m")}};var Z=module.exports;Z.AbstractClientBase={MethodInfo:function(a,b,c,d){this.name=d;this.a=b;this.b=c}};Z.GrpcWebClientBase=Y;Z.StatusCode={OK:0,CANCELLED:1,UNKNOWN:2,INVALID_ARGUMENT:3,DEADLINE_EXCEEDED:4,NOT_FOUND:5,ALREADY_EXISTS:6,PERMISSION_DENIED:7,UNAUTHENTICATED:16,RESOURCE_EXHAUSTED:8,FAILED_PRECONDITION:9,ABORTED:10,OUT_OF_RANGE:11,UNIMPLEMENTED:12,INTERNAL:13,UNAVAILABLE:14,DATA_LOSS:15};Z.MethodDescriptor=function(a,b,c,d,e,f){this.name=a;this.a=e;this.b=f};
node_modules//grpc-web/index.d.ts: export interface GrpcWebClientBaseOptions {
node_modules//grpc-web/index.d.ts: export class GrpcWebClientBase extends AbstractClientBase {
node_modules//grpc-web/index.d.ts: constructor (options: GrpcWebClientBaseOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment