package webextension_polyfill.downloads;
/**
- in_progress
- The download is currently receiving data from the server.
- interrupted
-
An error broke the connection with the file host.
- complete
- The download completed successfully.
These string constants will never change, however the set of States may change.
**/
typedef State = String;