mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
http->https
This commit is contained in:
parent
2580b48d16
commit
a80ef26c42
@ -141,7 +141,7 @@
|
||||
|
||||
function httpget(options) {
|
||||
return Bacon.fromCallback(function(callback) {
|
||||
http.get(options, function(res){
|
||||
https.get(options, function(res){
|
||||
var data = '';
|
||||
|
||||
res.on('data', function (chunk){
|
||||
|
Loading…
x
Reference in New Issue
Block a user