We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6a27aa + b8aca0c commit 28c81f6Copy full SHA for 28c81f6
format-field-parsing.htm
@@ -10,7 +10,7 @@
10
<script>
11
var test = async_test()
12
test.step(function() {
13
- var message = encodeURI("data:\0\ndata: 2\rData:1\ndata\0:2\ndata:1\r\0data:4\nda-ta:3\rdata_5\ndata:3\rdata\ndata:\r\n data:32\ndata:4"),
+ var message = encodeURI("data:\0\ndata: 2\rData:1\ndata\0:2\ndata:1\r\0data:4\nda-ta:3\rdata_5\ndata:3\rdata:\r\n data:32\ndata:4\n"),
14
source = new EventSource("resources/message.php?message=" + message + "&newline=none")
15
source.onmessage = function(e) {
16
0 commit comments