http://www.w3.org/Bugs/Public/show_bug.cgi?id=12913
Summary: Close() should throw the same exception as send() for
unpaired surrogates
Product: WebAppsWG
Version: unspecified
Platform: All
URL: http://dev.w3.org/html5/websockets/#dom-websocket-clos
e
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Web Storage (editor: Ian Hickson)
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected], [email protected]
In the send() method, the spec [1] says: "If the data argument has any unpaired
surrogates, then raise an SYNTAX_ERR exception."
This should also apply to the close() method for the reason string [2].
[1] http://dev.w3.org/html5/websockets/#dom-websocket-send
[2] http://dev.w3.org/html5/websockets/#dom-websocket-close
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.