Helia Verified Fetch
    Preparing search index...

    Class BasePluginAbstract

    Base class for verified-fetch plugins. This class provides a basic implementation of the FetchHandlerPlugin interface.

    Subclasses must implement the id property and the canHandle and handle methods. Subclasses may override the codes and log properties.

    If your plugin adds/edits the context supplied in handle, you should increment the context.modified property.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    _log?: Logger
    codes: number[] = []
    id: string
    pluginOptions: PluginOptions

    Accessors

    Methods