Re: [Beacon] Review of current spec

On Thu, Nov 14, 2013 at 10:14 PM, Chase Douglas <chase@newrelic.com> wrote:

> So you're proposing a different spec and api that would simply compress
> data like:
>
> var zipped = window.compress('Please compress this string!');
>
> And zipped would be a Blob? That would definitely be handy if we could get
> such a thing.
>

Perhaps not that exact API, but the same end result, yes. :-)

This would benefit XHR and WebSocket, give us ability to compress data to
store locally (e.g. for offline use), and more..

Received on Thursday, 14 November 2013 22:24:25 UTC