Firefox Tomorrow

web api interface

FileReaderSync

View on MDN ↗

Available in 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.

Constructor

Instance properties

This interface does not have any properties.

Instance methods

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also