We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b0398 commit b025807Copy full SHA for b025807
1 file changed
10010/10010.js
@@ -224,11 +224,11 @@ function init() {
224
// console.log(url)
225
// url = JSON.parse(url)
226
console.log(url['url'])
227
- // if (url.hasOwnProperty['headers']) {
228
- // // delete url['headers']['Content-Length']
229
- // // if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length'))
230
- // console.log("66666666666")
231
- // }
+ if (url.hasOwnProperty['headers']) {
+ // delete url['headers']['Content-Length']
+ // if (url.hasOwnProperty['headers'] && url['headers'].hasOwnProperty('Content-Length'))
+ console.log("66666666666")
+ }
232
if (isSurge()) {
233
$httpClient.get(url, cb)
234
}
0 commit comments