Files
shiny/R
Joe Cheng 194d2f911e Changes to public-facing session object
- Change from list to environment. This enables the next feature:
- Make $request a promise. websocket$request breaks on some (earlier?) versions
  of httpuv. I'm not sure why this is but in the few hours since I submitted
  the websocket$request change we've had a number of complaints. This way the
  error only occurs if the app actually asks for session$request.
- Make the private session object accessible via `.impl`. Obviously any data or
  methods on the private session object are unsupported but they are there if
  you are desperate and don't mind possible future breakage.
2013-07-23 15:39:27 -07:00
..
2013-06-18 17:07:42 -07:00
2013-07-03 12:17:36 -07:00
2013-06-12 10:56:21 -05:00
2013-07-02 02:12:07 -07:00
2013-02-07 10:46:20 -06:00
2013-06-18 17:07:08 -07:00
2013-07-05 15:08:42 -07:00
2013-06-25 11:40:54 -05:00
2013-06-20 12:16:51 -05:00
2012-11-21 23:02:40 -08:00
2013-06-19 00:34:57 -05:00
2013-04-22 16:29:40 -07:00