Update http.js

This commit is contained in:
Namhyeon Go 2022-05-04 15:57:23 +09:00 committed by GitHub
parent ca662f53f8
commit 7c39a8c440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -647,6 +647,7 @@ var HTTPObject = function(engine) {
this.setIsFollowRedirect = function(flag) {
this.isFollowRedirect = flag;
return this;
};
this.setSaveTo = function(filename) {