[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-bugs] #9069 [Flashproxy]: Set have_websocket_binary_frames for Firefox



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs