Pranam Bhat
What is ".chunk.js" in Angular?

When you open DevTools, in the Network tab, you will see β€œ.chunk.jsβ€œ file. What does it mean? What is the purpose of β€œ.chunk.jsβ€œ file?

By Pranam Bhat in Angular on May 26 2021
  • John Micheal
    Jun, 2021 29

    A chunk is a fragment of the data that is sent by the client to server all chunks concepts to each other to make a buffer of the stream then the buffer is converted into meaning full data. The request object is used for handling the chunks of data.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS