Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 8e36332

Browse files
committed
Merge branch 'stage'
2 parents 8ac2658 + 8ee39da commit 8e36332

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app.fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ class SocketFetch extends ArcEventSource {
15581558
_redirectRequest(options) {
15591559
var location = options.location;
15601560
// https://github.com/jarrodek/socket-fetch/issues/5
1561-
let u = URL(location);
1561+
let u = new URL(location);
15621562
let protocol = u.protocol;
15631563
if (protocol === '') {
15641564
let path = u.pathname;

socket-fetch.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<script src="../uri.js/src/URI.min.js"></script>
21
<script src="../zlib/bin/zlib_and_gzip.min.js"></script>
32
<script src="../cookie-parser/cookie-parser.js"></script>
43
<script src="../crypto-js/crypto-js.js"></script>

0 commit comments

Comments
 (0)