FIMViz.jsAPI
    Preparing search index...

    Function registerSciwridFormats

    • Register the SciWrid-backed decoders. Idempotent; call once at boot before forcing any Dataset of these formats. parseSciwrid() calls it for you, so an app that always goes through the parser never needs this — it exists for rehydrating a stored Dataset (Dataset.fromRecord), which skips the parser entirely.

      Parameters

      • Optionalformats: string[] = SCIWRID_FORMATS

      Returns void