blob: d4fdfcf81c038339e3bc70490db18a7aaa4fd5f0 [file] [log] [blame]
CONSOLE WARNING: line 23: The provided value 'Blob' is not a valid enum value of type BinaryType.
CONSOLE WARNING: line 26: The provided value 'ArrayBuffer' is not a valid enum value of type BinaryType.
CONSOLE WARNING: line 29: The provided value '' is not a valid enum value of type BinaryType.
Test WebSocket.binaryType attribute.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ws.binaryType is "blob"
PASS ws.binaryType is "arraybuffer"
PASS ws.binaryType is "blob"
Set invalid values to binaryType. They should be ignored. No exception should be thrown.
PASS ws.binaryType is "blob"
PASS ws.binaryType is "blob"
PASS ws.binaryType is "blob"
PASS successfullyParsed is true
TEST COMPLETE