debugScriptletInjector

gwarser 2019-09-12 12:30:10 +02:00
parent 61a71363b7
commit 04fa2cff15
1 changed files with 2 additions and 1 deletions

@ -179,10 +179,11 @@ If set to `info`, prints debug messages to the browser console.
*** ***
#### `debugScriptlets` #### `debugScriptlets`
#### `debugScriptletInjector`
Default: `false`. Default: `false`.
If set to `true`, [`debugger;` statement](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger) will be inserted just before [scriptlet](./Static-filter-syntax#scriptlet-injection) code If set to `true`, [`debugger;` statement](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger) will be inserted just before [scriptlet](./Static-filter-syntax#scriptlet-injection) or scriptlet injector code.
*** ***