WokerTask/vendor/textalk/websocket/tests/scripts/receive-bad-opcode.json

18 lines
319 B
JSON
Raw Normal View History

2023-12-27 14:06:33 +08:00
[
{
"function": "get_resource_type",
"params": [
"@mock-stream"
],
"return": "stream"
},
{
"function": "fread",
"params": [
"@mock-stream",
2
],
"return-op": "chr-array",
"return": [140, 115]
}
]