UNPKG

postman

Version:

The Postman will help deliver messages around your application

10 lines (9 loc) 226 B
function bar(a) { try { foo(); } catch(e) { alert("Exception caught (foo not defined)"); } alert(a); // 10 in FF, "[object Error]" in IE } bar(10);