1.4.0 • Published 1 month ago

cros-dpsl-js v1.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

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.

1.4.0

1 month ago

1.3.8

5 months ago

1.3.7

8 months ago

1.3.6

9 months ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago