I'm just curious to know
Is there ANY ways in ANY browser to find out where the alert I get is raised from?
I tried it in chrome but there is no call stack available when alert shows.
Any idea?
|
I'm just curious to know I tried it in chrome but there is no call stack available when alert shows. Any idea? |
|||||
|
|
You can overwrite
|
||||
|
|
|
You can monkeypatch the alert to do so:
|
|||
|
|
|
How about wrapping the
This should be cross-browser. |
|||
|
|