Skip to content

Commit

Permalink
feat: dispatch event when cs is loaded (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino authored Oct 29, 2024
1 parent fb4c81b commit bd8e58c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entries/Content/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ const connect = async () => {
window.tlsn = {
connect,
};

window.dispatchEvent(new CustomEvent('tlsn_loaded'));

0 comments on commit bd8e58c

Please sign in to comment.