mirror of
https://github.com/tlsnotary/tlsn-extension.git
synced 2026-01-09 21:18:02 -05:00
feat: dispatch event when cs is loaded (#112)
This commit is contained in:
@@ -116,3 +116,5 @@ const connect = async () => {
|
||||
window.tlsn = {
|
||||
connect,
|
||||
};
|
||||
|
||||
window.dispatchEvent(new CustomEvent('tlsn_loaded'));
|
||||
|
||||
Reference in New Issue
Block a user