Skip to content

Commit 462e021

Browse files
committed
XHTTP: Add "stream-one"
1 parent 6b41df2 commit 462e021

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/assets/js/model/inbound.js

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ const MODE_OPTION = {
117117
AUTO: "auto",
118118
PACKET_UP: "packet-up",
119119
STREAM_UP: "stream-up",
120+
STREAM_ONE: "stream-one",
120121
};
121122

122123
Object.freeze(Protocols);

web/assets/js/model/outbound.js

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ const MODE_OPTION = {
8181
AUTO: "auto",
8282
PACKET_UP: "packet-up",
8383
STREAM_UP: "stream-up",
84+
STREAM_ONE: "stream-one",
8485
};
8586

8687
Object.freeze(Protocols);

0 commit comments

Comments
 (0)