UNPKG
proactive-http-fetch
Version:
latest (0.1.0)
0.1.0
Proactive http fetch package
proactive-http-fetch
/
dist
/
browser-location.d.ts
6 lines
(5 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FetchError
}
from
'cross-fetch/polyfill'
;
export
declare
class
BrowserLocation
{
redirect
(
response
:
Response
|
FetchError
):
void
;
private
change
(url); }