[tor-bugs] #9069 [Flashproxy]: Set have_websocket_binary_frames for Firefox
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Nov 6 16:30:32 UTC 2013
#9069: Set have_websocket_binary_frames for Firefox
----------------------------+-------------------------------
Reporter: dcf | Owner: dcf
Type: defect | Status: needs_information
Priority: normal | Milestone:
Component: Flashproxy | Version:
Resolution: | Keywords: easy
Actual Points: | Parent ID:
Points: |
----------------------------+-------------------------------
Comment (by arlolra):
Replying to [comment:4 dcf]:
> Can you explain this diff?
> {{{
> - if (ua === null)
> + if (ua == null)
> }}}
Double equals null is shorthand for,
{{{
if ( ua === null || ua === undefined )
}}}
See the spec,
http://ecma-international.org/ecma-262/5.1/#sec-11.9.3
I'll make that explicit so it's clearer.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9069#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list