Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
02f08da1
...
02f08da1adbfcc103a5bf4bcb7a5e1cb518c89b8
authored
2012-04-09 19:50:48 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of github.com:n1k0/casperjs
2 parents
349044f7
5986c244
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
modules/clientutils.js
modules/clientutils.js
View file @
02f08da
...
...
@@ -303,6 +303,8 @@
}
dataString
=
dataList
.
join
(
'&'
);
this
.
log
(
"getBinary(): Using request data: '"
+
dataString
+
"'"
,
"debug"
);
}
else
if
(
typeof
data
===
"string"
)
{
dataString
=
data
;
}
xhr
.
setRequestHeader
(
"Content-type"
,
"application/x-www-form-urlencoded"
);
}
...
...
Please
register
or
sign in
to post a comment