cros-dpsl-js

1.3.8 • Public • Published

Telemetry Support Library for Chrome OS

This repository contains a library code that facilitates access to the telemetry and diagnostics APIs on Chrome OS.

The code in this repository contains most of the code from dpsl and is tweaked to integrate with the Chrome OS system extension APIs.

Usages

The library is published via npm and can be included by importing code. The importing code represents a special type of chrome extensions (chromeos_system_extension). It should package this library code with the extenion resources before serving (inside the crx file).

npm package name: cros-dpsl-js.

Publishing status: published in npm.

Instructions

  1. npm install cros-dpsl-js
  2. Import the package in your source code: import { dpsl } from 'cros-dpsl-js';
  3. Begin using the library through the dpsl.* namespace.
  4. See the currently supported APIs and sample usages in src/README.md.

Currently, the library is integrated in another project. Refer to usages to know more: cros-sample-telemetry-extension.

Readme

Keywords

Package Sidebar

Install

npm i cros-dpsl-js

Weekly Downloads

16

Version

1.3.8

License

Apache-2.0

Unpacked Size

113 kB

Total Files

18

Last publish

Collaborators

  • google-wombot