* Returns the params of the debugger. * @returns {DebuggerParams} * @readonly * @static * @memberof Debugger
()
| 17 | * @memberof Debugger |
| 18 | */ |
| 19 | static get params() { |
| 20 | Debugger.initParams(); |
| 21 | return window[Debugger.paramKey]; |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Sets the logging level of the debugger. |
nothing calls this directly
no test coverage detected