🔨 Use
new Imageto debug Smart TV applications
-
Attach file
src/index.js<script src="src/index.js"></script>
-
Use function:
void SmartTVDebugging.attachWindowEvents()
to listen on DOM events:
window.onloadwindow.onerror
-
Use function:
void SmartTVDebugging.log( message /** @type string **/)
to log any message.
-
ECMAScript 3StandardReason: Destination platforms does not support ES5+.
-
Use HTTP protocol instead of HTTPS
Reason: Unsecured protocol could be sniff ex. by Wireshark.
The MIT License @ 2018