mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Update content-tracing module
This commit is contained in:
+5
-1
@@ -4,7 +4,11 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare namespace Electron {
|
||||
|
||||
/**
|
||||
* The content-tracing module is used to collect tracing data generated by the underlying Chromium content module.
|
||||
* This module does not include a web interface so you need to open chrome://tracing/
|
||||
* in a Chrome browser and load the generated file to view the result.
|
||||
*/
|
||||
interface ContentTracing {
|
||||
/**
|
||||
* Get a set of category groups. The category groups can change as new code paths are reached.
|
||||
|
||||
Reference in New Issue
Block a user