Project:
| View Revisions: Issue #30478 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0030478: Stabilization: Improve the global error catcher with the new API adopted by some browsers | ||
| Revision | 2015-07-31 17:16 by Orekaria | ||
| Steps To Reproduce | Verify that some browsers (Chrome, Android chrome, safari?) have extended the global error catcher (window.onerror) https://html.spec.whatwg.org/multipage/webappapis.html#errorevent [^] Create an unhandled error in the code, e.g: var x; x.get('ss'); |
||
| Revision | 2015-07-31 17:15 by Orekaria | ||
| Steps To Reproduce | Verify that some browsers (Chrome, Android chrome, safari?) have extended the global error catcher (window.onerror) Create an unhandled error in the code, e.g: var x; x.get('ss'); |
||
| Copyright © 2000 - 2009 MantisBT Group |