You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and is tweaked to integrate with the Chrome OS system extension APIs.
8
+
and is tweaked to integrate with the ChromeOS system extension APIs.
9
9
10
-
# Usages
10
+
##Usages
11
11
12
12
The library is published via npm and can be included by importing code.
13
13
The importing code represents a special type of chrome extensions
@@ -22,7 +22,7 @@ Publishing status: published in [npm](https://www.npmjs.com/package/cros-dpsl-js
22
22
23
23
1.`npm install cros-dpsl-js`
24
24
2. Import the package in your source code: `import { dpsl } from 'cros-dpsl-js';`
25
-
3. Begin using the library through the dpsl.* namespace.
25
+
3. Begin using the library through the dpsl.\* namespace.
26
26
4. See the currently supported APIs and sample usages in [src/README.md](https://github.com/GoogleChromeLabs/telemetry-support-extension-for-chromeos/blob/main/src/README.md).
27
27
28
28
Currently, the library is integrated in another project. Refer to usages to know more: [cros-sample-telemetry-extension](https://github.com/GoogleChromeLabs/cros-sample-telemetry-extension).
Copy file name to clipboardexpand all lines: src/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ class Routine {
109
109
#### Important Notes regarding routine's id
110
110
- The code (chrome browser extension) that uses the library needs to remember the routine's id so that it can perform operations on it (i.e. Routine.getStatus()) after the service worker is restarted.
111
111
112
-
-Chrome OS doesn't persist routines across reboots. This means that depending code must not rely on routines created in previous sessions.
112
+
-ChromeOS doesn't persist routines across reboots. This means that depending code must not rely on routines created in previous sessions.
0 commit comments