We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a82ca49 + 326d46a commit fb719d2Copy full SHA for fb719d2
mercure.rst
@@ -309,6 +309,12 @@ as patterns:
309
}
310
</script>
311
312
+However, on the client side (i.e. in JavaScript's ``EventSource``), there is no
313
+built-in way to know which topic a certain message originates from. If this (or
314
+any other meta information) is important to you, you need to include it in the
315
+message's data (e.g. by adding a key to the JSON, or a ``data-*`` attribute to
316
+the HTML).
317
+
318
.. tip::
319
320
Test if a URI Template matches a URL using `the online debugger`_
0 commit comments