You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ditch the try-catch block. That's more performant and also more straightforward. We can get there by decoupling wrapping from registration with the target zone. Like this:
Right now, making an asynchronous function that takes a callback zone-aware more or less looks like the following.
I would like to ditch the try-catch block. That's more performant and also more straightforward. We can get there by decoupling wrapping from registration with the target zone. Like this:
The text was updated successfully, but these errors were encountered: