UNPKG
@improbable-eng/grpc-web
Version:
beta (0.8.0)
latest (0.15.0)
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.8.0
gRPC-Web client for browsers (JS/TS)
@improbable-eng/grpc-web
/
dist
/
typings
/
transports
/
http
/
xhrUtil.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
export
declare
function
xhrSupportsResponseType
(
type
:
string
):
boolean
;
export
declare
function
detectMozXHRSupport
(
):
boolean
;
export
declare
function
detectXHROverrideMimeTypeSupport
(
):
boolean
;