Cheers
Andy
What kind of a stream? If you just want a stream like API, you could use
jQuery's JSONP support and then just wrap the results with a stream-like API.
If you mean literal stream, like Web Sockets or Coment, then there's some
plugins you could wrap for that: <https://code.google.com/p/jquery-websocket/>
- R. Tyler Croy
--------------------------------------
Code: http://github.com/rtyler
Chatter: http://twitter.com/agentdero
rty...@jabber.org
Hmm, good question. What I was hoping was that I could do something like:
doc := Stream on: 'http://foo.com/somecontents'.
And then be able to parse it, in the same way I would if I had grabbed
a handle on a standardfilestream.
Would the jQuery approach give me an object that I could convert to an
Amber Stream? And then work with that?
Cheers
Andy