Thanks to visit codestin.com Credit goes to github.com
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 39b2464 + e5e62c4 commit 2a777acCopy full SHA for 2a777ac
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