webOSTV.js Introduction
The webOSTV.js is a portable library to access TV-specific features and functionality for webOS TV. The webOSTV.js library provides a set of APIs for your app to use on webOS TV. To see how to use the webOSTV.js library, refer to sample codes.
Important
This library is fully supported on webOS TV 4.0; however, methods of webOS API are compatible with the webOS.js library used on the previous versions of webOS TV.
Download
webOSTV.js library v1.2.4API
API | Feature |
---|---|
webOS | Provides methods compatible with the webOS.js library. Among methods of the webOS.js library, methods that are not executed on webOS TV are excluded. |
webOSDev | Provides methods of the library where new APIs, not included in webOS.js, are added. |
Class
Class | Feature |
---|---|
DRMAgent | Provides a class that represents a DRM agent. This class is used for managing DRM service in the webOSDev API. |
Release Notes
webOSTV.js v1.2.4
- fixed the bug on the deviceInfo() method that always returns false for hdr10, dolbyVision, and dolbyAtmos properties on the webOS TV 3.x platform.
webOSTV.js v1.2.3
- fixed the bug on the keyboard.isShowing() method.
webOSTV.js v1.2.2
- added oled, ddrSize, hdr10, dolbyVision, dolbyAtmos properties in the deviceInfo() method.
webOSTV.js v1.2.1
- added the uhd8K property in the deviceInfo() method.
webOSTV.js v1.2.0
- updated for webOS TV 5.0
webOSTV.js v1.1.1
- Improved webOS.service.request() method for returning correct error codes and messages.
webOSTV.js v1.1.0
- Removed parameters for Verimatrix.
webOSTV.js v1.0.0
- Initial release.
No Headings