Forums

Does downloading file will use web worker?

Hi, im planning to enable user upload in django website. Does web worker will be used when downloading file until the end? In a sense that, until the file is finished downloading, that web worker will not be releases. My concern is that if my connection is slow, it will take awhile for my download to end and that web worker will be stuck with me

That is correct. The upload will keep the worker busy while it is happening.