UNPKG
bugreproducer
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
tool to reproduce bug in front end
github.com/mimittqq/bugReproducer
mimittqq/bugReproducer
bugreproducer
/
dist
/
src
/
defaultOptions.js
8 lines
(7 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default_options
= {
record_num
:
20
,
types
: [
'request'
,
'click'
],
classname
:
'bug-reproducer-button'
, };