We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d16e6 commit 44475f7Copy full SHA for 44475f7
1 file changed
README.md
@@ -90,6 +90,9 @@ Note: Make sure your database adapter supports this feature. If not, bug them to
90
micro-analytics will tell you when it starts up if it is supported, so the easiest way to find
91
out is just to start it up.
92
93
+The example below shows how you can listen for events in the browser, just swap
94
+micro-analytics.now.sh with your own domain and give it a try.
95
+
96
```es6
97
const sse = new EventSource('https://micro-analytics.now.sh/sse')
98
sse.onopen = function () { console.log('[sse] open') }
0 commit comments