utag.link and utag.view - synchronous or asynchronous?

Bronze Contributor
Bronze Contributor

Hello! I was wondering if the function calls utag.link and utag.view were synchronous or asynchronous; are utag.link and utag.view blocking or non-blocking? 

1 REPLY 1

utag.link and utag.view - synchronous or asynchronous?

Employee Emeritus

Hi!

The utag.view and utag.link functions work similarly to most JavaScript functions as they are not asynchronous. However, both the utag.link and utag.view functions have a callback argument that you can pass a function to. You can read more about this functionality here.

Hope this helps!

Public