Skip to content

3.2.0 - Add support for options.corsImg

Compare
Choose a tag to compare
@IDisposable IDisposable released this 03 Oct 00:02
· 39 commits to main since this release
c54ddf2

Now supports passing an optional options member corsImg that proxies all images through a service proxy.
You configure this option with an object that supplies the proxy handler's url, the method (e.g. 'GET' or 'POST'), a headers collection, and a POST payload data. For the headers and the url, an instance of the exact string '#{cors}' will be replaced by the original url to be fetched.

What's Changed

New Contributors

Full Changelog: v3.1.6...v3.2.0