1.0.11 • Published 4 years ago

stackoverflow-error-search v1.0.11

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

StackOverflow error search

Searches solutions on StackOverflow for uncought errors in javascript (currently only works in browsers)

Install

npm i stackoverflow-error-search

How to use

Import it in entry point of your project

Methods

  • start enables errors searching. By default listening is enabled
  • stop disables errors searching
  • config to customize searching
    • pageSize: how much records you want to see (default {5})
    • showEmpty: show message even if there is no results (default {true})
  • enabled returns true if searching is enabled
1.0.11

4 years ago

1.0.2

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago