UNPKG

get-it

Version:

Generic HTTP request library for node, browsers and workers

8 lines (6 loc) 184 B
export default (err: any, _attempt: any, options: any) => { if (options.method !== 'GET' && options.method !== 'HEAD') { return false } return err.isNetworkError || false }