Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages