Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What does the Minify set the encoding HTTP header?

  2. A.

     deflate

    B.

     gzip

    C.

     both deflate and gzip

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

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


Be The First To Comment