tenebrous-dicebot/api/node_modules/@improbable-eng/grpc-web/dist/typings/transports/http/http.d.ts

6 lines
237 B
TypeScript

import { TransportFactory } from "../Transport";
export interface CrossBrowserHttpTransportInit {
withCredentials?: boolean;
}
export declare function CrossBrowserHttpTransport(init: CrossBrowserHttpTransportInit): TransportFactory;