Properties:
Name | Type | Description |
---|---|---|
add |
(formats: string[]) => Promise<string[]> |
Add formats (file extensions) to the existing list of formats. Return an new array with added formats, do not mutate the formats argument. |
extension |
ExtensionMetadata |
Should be ExtensionType.DetectionParser |
remove |
(formats: string[]) => Promise<string[]> |
Remove formats (file extensions) from the list of supported formats. This is used when uninstalling this DetectionParser. Return an new array with filtered formats, do not mutate the formats argument. |
test |
() => Promise<boolean> |
Browser/platform feature detection supported if return true |
Members
Add formats (file extensions) to the existing list of formats. Return an new array with added formats, do not mutate the formats argument.
Should be ExtensionType.DetectionParser
Remove formats (file extensions) from the list of supported formats. This is used when uninstalling this DetectionParser. Return an new array with filtered formats, do not mutate the formats argument.
Browser/platform feature detection supported if return true