InterviewSolution
Saved Bookmarks
| 1. |
What does the Minify set the encoding HTTP header?(a) deflate(b) gzip(c) both deflate and gzip(d) inflateI had been asked this question by my college director while I was bunking the class.Question is taken from JavaScript Minification topic in chapter Performance Measures in JavaScript of JavaScript |
|
Answer» Correct option is (c) both deflate and GZIP |
|