8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6301562 + 3dca32e commit 33dee6fCopy full SHA for 33dee6f
mercure.rst
@@ -309,6 +309,11 @@ as patterns:
309
}
310
</script>
311
312
+However, on the client side (i.e. in JavaScript's ``EventSource``), there is no built-in way
313
+to see which topic a certain message is coming from. So if this (or any other meta information)
314
+is important to you, you need to include it in the message's data (e.g. by adding a key to the
315
+JSON, or a `data-*` attribute to the HTML).
316
+
317
.. tip::
318
319
Test if a URI Template matches a URL using `the online debugger`_
0 commit comments