Is there a way to detect 'Aw Snap' pages in Chrome and report to server side or a custom location with backtrace ?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
"Aw Snap" happens when a Chrome process crashes. The page can't find out about that.
It is possible to do this in an extension, though. The onExited event in the experimental processes API provides exitType, which can indicate when a process crashed. Currently, this API is only available in the dev channel of Chrome.