Constructor for BidsWebAccessor.
The root directory of the dataset.
Map of relative file paths to browser File objects.
The root directory of the dataset.
Map of relative file paths to file representations.
Organized paths.
The HED schema builder function.
Build a HED schema collection based on the defined BIDS schemas.
The description of the BIDS dataset being validated.
A Promise with the schema collection, or null if the specification is missing.
StaticSPECIAL_BIDS special directories.
StaticSUFFIXESBIDS suffixes.
Read a file's content via the browser File API.
The relative path to the file within the dataset.
The file contents, or null if not found.
StaticcreateFactory method to create a BidsWebAccessor from a browser FileList.
The files from a webkitdirectory upload.
BIDS file accessor for browser environments.
Reads file content using the browser File.text() API. Schema loading uses remote (HTTPS) fetching.
Example