DebugController.get method
DebugController › get
Get currently configured debug namespaces.Signature:
get(): string[]Returns: string[] — Array of enabled and disabled (prefixed with -) debug namespaces
Example:
window.DEBUG.get(); // returns ['foo-bar', 'baz-qux:*', '-lorem-ipsum']