Skip to content

Commit

Permalink
fetch Zip with creds geocodezip#124
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMcCullough authored Mar 4, 2019
1 parent 3380b07 commit 1355516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kmz/ZipFile.complete.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@
var _ArrayBufferGetBinResource = function(fileURL){
var binStream= this;
this.req = new XMLHttpRequest();
this.req.withCredentials = true;
this.req.open('GET', fileURL, true);
this.req.onreadystatechange = function(aEvt) {
if (binStream.req.readyState == 4) {
Expand Down

0 comments on commit 1355516

Please sign in to comment.