stackoverflow-error-search
v1.0.11
Published
Searches solutions on StackOverflow for uncatched errors
Maintainers
Readme
StackOverflow error search
Searches solutions on StackOverflow for uncought errors in javascript (currently only works in browsers)
Install
npm i stackoverflow-error-searchHow to use
Import it in entry point of your project
Methods
startenables errors searching. By default listening is enabledstopdisables errors searchingconfigto customize searching- pageSize: how much records you want to see (default {5})
- showEmpty: show message even if there is no results (default {true})
enabledreturns true if searching is enabled
