UNPKG

workcraft-js

Version:

Node module for Workcraft Workers

7 lines (6 loc) 333 B
import { Plugin } from '../../types'; /** * Subscribe to {@link https://www.npmjs.com/package/http-proxy#listening-for-proxy-events http-proxy error events} to prevent server from crashing. * Errors are logged with {@link https://www.npmjs.com/package/debug debug} library. */ export declare const debugProxyErrorsPlugin: Plugin;