πŸ“Š JavaScript
Q. What does the Minify set the encoding HTTP header?
  • (A) deflate
  • (B) gzip
  • (C) both deflate and gzip
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) both deflate and gzip

Explanation: Minify reads the JavaScript file in, minifies it and when it responds it sets the accept encoding HTTP header to gzip, deflate.

Explanation by: Mr. Dubey
Minify reads the JavaScript file in, minifies it and when it responds it sets the accept encoding HTTP header to gzip, deflate.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
105
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate