diff options
Diffstat (limited to 'testing/web-platform/tests/websockets/stream/tentative/README.md')
-rw-r--r-- | testing/web-platform/tests/websockets/stream/tentative/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/websockets/stream/tentative/README.md b/testing/web-platform/tests/websockets/stream/tentative/README.md new file mode 100644 index 0000000000..6c51588774 --- /dev/null +++ b/testing/web-platform/tests/websockets/stream/tentative/README.md @@ -0,0 +1,9 @@ +# WebSocketStream tentative tests + +Tests in this directory are for the proposed "WebSocketStream" interface to the +WebSocket protocol. This is not yet standardised and browsers should not be +expected to pass these tests. + +See the explainer at +https://github.com/ricea/websocketstream-explainer/blob/master/README.md for +more information about the API. |