[Webkit-unassigned] [Bug 137831] WebSocket readyState should not throw an exception ever.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 18 23:33:24 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137831
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ap at webkit.org
Component|New Bugs |WebCore Misc.
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
Could you please provide a test case? Looking at the readState attribute implementation, there is no way it could possibly raise an exception on getting. It doesn't even have a way to return an exception code:
WebSocket::State WebSocket::readyState() const
{
return m_state;
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141019/127e3043/attachment-0002.html>
More information about the webkit-unassigned
mailing list