ckyambitny / debugging-smart-tv

🔨 Use new Image to debug Smart TV applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debugging-smart-tv

🔨 Use new Image to debug Smart TV applications

Installation

  1. Attach file src/index.js

    <script src="src/index.js"></script>
  2. Use function:

    void SmartTVDebugging.attachWindowEvents()

    to listen on DOM events:

    • window.onload
    • window.onerror
  3. Use function:

    void SmartTVDebugging.log( message /** @type string **/)

    to log any message.

Rules

  • ECMAScript 3 Standard

    Reason: Destination platforms does not support ES5+.

  • Use HTTP protocol instead of HTTPS

    Reason: Unsecured protocol could be sniff ex. by Wireshark.

License

The MIT License @ 2018

About

🔨 Use new Image to debug Smart TV applications


Languages

Language:JavaScript 89.9%Language:HTML 10.1%