kaazing / http2-cache.js

2 stars 11 forks source link

should cache GET request and reuse for response larger than MAX_PAYLOAD_SIZE #15

Closed hthetiot closed 7 years ago

hthetiot commented 7 years ago

See #17

hthetiot commented 7 years ago

Karma test might fail, need check

hthetiot commented 7 years ago

Also fix arraybuffer support

var arrayBufferView = new Uint8Array( this.response );
    var blob = new Blob( [ arrayBufferView ], { type: "image/jpeg" } );