Note: This feature is only available in Web Workers, except for Service Workers.
The FileReaderSync
interface allows to read File
or Blob
objects synchronously. This interface is only available in workers as it enables synchronous I/O that could potentially block.