try...catch works synchronously
If an exception happens in “scheduled” code, like in setTimeout, then try...catch won’t catch it:

For further actions, you may consider blocking this person and/or reporting abuse
try...catch works synchronously
If an exception happens in “scheduled” code, like in setTimeout, then try...catch won’t catch it:
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)