Too many white list should be defined:
https://developer.mozilla.org/en-US/docs/Web/API
We encourage to assign necessary modules at the top of the script, like:
const {File, FileReader, URL} = window
This follows standardjs.com rule about window globals.