Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created March 29, 2010 14:45
Show Gist options
  • Save StanAngeloff/347901 to your computer and use it in GitHub Desktop.
Save StanAngeloff/347901 to your computer and use it in GitHub Desktop.
response:{size:0}
size: (chunk) ->
alert "r.size: " + response.size
alert "c.length: " + chunk.length
alert "r.size + c.length: " + (response.size + chunk.length)
size 'Hello'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment