feat: [contentTracing] allow calling stopTracing() with no arguments (#18411)

This commit is contained in:
Jeremy Apthorp 2019-05-28 14:15:42 -07:00 committed by GitHub
parent 1a609f0caf
commit 815b9d7707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 137 additions and 62 deletions

View file

@ -1,5 +1,2 @@
'use strict'
const { deprecate } = require('electron')
const contentTracing =
module.exports = process.electronBinding('content_tracing')