README
Plumbr Browser Agent API port for TypeScript
It is recommended to wrap API calls in try…catch blocks to avoid situations where user-side blocking of the agent (such as privacy targeted browser addons) would crash your application.
Plumbr Browser Agent API port for TypeScript
<script type="module">
import plumbrBrowserAgentApi from 'https://cdn.skypack.dev/plumbr-browser-agent-api';
</script>
It is recommended to wrap API calls in try…catch blocks to avoid situations where user-side blocking of the agent (such as privacy targeted browser addons) would crash your application.