Moved from Google Code due to http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html, but it doesn't mean that I will work on the project actively in the feature.
What steps will reproduce the problem?
1. Use headers in the xmlhttprequest
2. make xmlhttprequest to a server
What is the expected output?
Request should work as expected
What do you see instead?
onload was never called.
What version of the product are you using? On what operating system?
OS X 10.4.11
Safari 3.0.4
Greasekit 1.3
Fix:
JSObjectKeys() in Utils.m
change first line to:
WebScriptObject* func = [obj evaluateWebScript: @"this.__keysFromHash = function(hash) {var
result=[]; for(var key in hash) result.push(key); return result;}"];
Original issue reported on code.google.com by sei...@gmail.com on 20 Dec 2007 at 8:38
Original issue reported on code.google.com by
sei...@gmail.com
on 20 Dec 2007 at 8:38