What steps will reproduce the problem?
1. use goog.net.XhrIo.send static method to create a web request
2. compile with adv compilation.
3. once the request completes and the callback is finished I get "Uncaught
TypeError: Cannot read property 'apply' of undefined"
What is the expected output? What do you see instead?
No Exceptions
What version of the product are you using? On what operating system?
google closure library - 0.0-20130212-95c19e7f0f5f
closure compiler - v20131014
clojurescript - 0.0-2202
Please provide any additional information below.
Switching to creating and using XhrIo objects directly (instead of using the
static method) causes this error to go away. From my investigations it seems to
be something involved in looking into .prototype["disposeInternal"]. All code
works fine under the simple compilation mode.
Original issue reported on code.google.com by tbaldri...@gmail.com on 23 Apr 2014 at 3:57
Original issue reported on code.google.com by
tbaldri...@gmail.com
on 23 Apr 2014 at 3:57