DEV Community

Discussion on: Managing API layers in Vue.js with TypeScript

Collapse
 
blindkai profile image
Blind Kai

If we're talking about Axios and file loading - there is a special callback for this:
onUploadProgress in Request Config.

Talking about loaders, you could implement an interceptor for this case.

Collapse
 
gabrielhangor profile image
Gabriel Khabibulin

Thank you for the reply!