Skip to content

adobe/plugin-on-fetch

On Fetch Plugin

The On Fetch Plugin will run custom JS per source on right before fetching. This plugin is based on envelop's onFetch hook.

Syntax:

"plugins": [
      {
        "onFetch": [
          {
            "source": "Source1",
            "handler": "./Source1HandleOnFetch.js"
          },
          .
          .
          .
          .
          {
            "source": "SourceN",
            "handler": "./SourceNHandleOnFetch.js"
          }
        ]
      }
    ],

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •