-
Notifications
You must be signed in to change notification settings - Fork 1.7k
beforeUnload throws exception in Opera #2890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
web-libraries
Issues impacting dart:html, etc., libraries
Comments
Removed Area-Frog label. |
Removed OldAreaFrog label. |
Removed Area-Dart2JS, FromAreaFrog labels. |
Marked this as being blocked by #4111. |
Added Fixed label. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my main() I have this code:
window.on.beforeUnload.add(_beforeUnload);
In Opera (11.62)I get this:
Uncaught exception: Error
Error thrown at line 12, column 2 in $throw(e) in file://localhost/home/gram/dart/test/test.dart.js:
throw e;
called from line 306, column 10 in <anonymous function: method>() in file://localhost/home/gram/dart/test/test.dart.js:
$throw(new NoSuchMethodException(
called via Function.prototype.apply() from line 317, column 4 in $dynamicBind() in file://localhost/home/gram/dart/test/test.dart.js:
return method.apply(this, Array.prototype.slice.call(arguments));
called from line 4183, column 2 in Episodes(_includePerfMarks, _autorun) in file://localhost/home/gram/dart/test/test.dart.js:
get$$window().get$on().get$beforeUnload().add($wrap_call$1(this.get$_beforeUnload()), false);
The text was updated successfully, but these errors were encountered: