Functions in Hype xAPI
...
HypeXAPI
HypeXAPI.setDefault

debug

1min
the hypexapi setdefault() function is used to set the default value for a particular setting in this case, the setting is 'debug', and the default value is 'true' debugging is typically enabled to see statement in the console hypexapi setdefault('debug', true);