Base class for verified-fetch plugins. This class provides a basic implementation of the FetchHandlerPlugin interface.
FetchHandlerPlugin
Subclasses should implement the canHandle and handle methods, and may override the codes and log properties.
canHandle
handle
codes
log
If your plugin adds/edits the context supplied in handle, you should increment the context.modified property.
context.modified
Readonly
Base class for verified-fetch plugins. This class provides a basic implementation of the
FetchHandlerPlugin
interface.Subclasses should implement the
canHandle
andhandle
methods, and may override thecodes
andlog
properties.If your plugin adds/edits the context supplied in
handle
, you should increment thecontext.modified
property.