XHTTP: Add "stream-one"

This commit is contained in:
mhsanaei 2024-12-03 21:57:44 +01:00
parent 6b41df2d89
commit 462e02140d
No known key found for this signature in database
GPG key ID: D875CD086CF668A0
2 changed files with 2 additions and 0 deletions

View file

@ -117,6 +117,7 @@ const MODE_OPTION = {
AUTO: "auto",
PACKET_UP: "packet-up",
STREAM_UP: "stream-up",
STREAM_ONE: "stream-one",
};
Object.freeze(Protocols);

View file

@ -81,6 +81,7 @@ const MODE_OPTION = {
AUTO: "auto",
PACKET_UP: "packet-up",
STREAM_UP: "stream-up",
STREAM_ONE: "stream-one",
};
Object.freeze(Protocols);