blob: a48e3f2afe5aabe318d8035633e53f9140ce90e8 [file] [log] [blame]
PASS Calling send() when data channel is in connecting state should throw InvalidStateError
PASS Data channel should be able to send simple string and receive as string
PASS Data channel should be able to send unicode string and receive as unicode string
PASS Data channel should ignore binaryType and always receive string message as string
PASS Data channel should be able to send Uint8Array message and receive as ArrayBuffer
PASS Data channel should be able to send ArrayBuffer message and receive as ArrayBuffer
PASS Data channel should be able to send Blob message and receive as ArrayBuffer
PASS Data channel should be able to send ArrayBuffer message and receive as Blob
FAIL Data channel binaryType should receive message as Blob by default assert_equals: Expect initial binaryType value to be blob expected "blob" but got "arraybuffer"
PASS Sending multiple messages with different types should succeed and be received