Use window.console object log, debug, info, warn and error methods
to output debug information. All methods can format strings if supplied arguments
in printf format.
Examples:
window.console.log('log %d', 123);
window.console.debug('debug %s', "string");
window.console.info('info %s', "string " + 123);
window.console.warn('warn %f', 123.456);
window.console.error('error');
| Screen Resolution: |
|
|---|---|
|
|
| Charging status | Connect charger Disconnect charger |
|---|---|
| Battery Strength |
0
|
| New message | Trigger new SMS Trigger new MMS |
|---|---|
| Memory Card | Connect Disconnect |
WRT Simulation may not work properly on this browser,
Chrome is recommended for widget preview and debugging.
Continue?