puppeteer/new-docs/puppeteer.protocol.profiler.consoleprofilefinishedevent.md
2020-07-13 14:01:35 +01:00

1.1 KiB

Home > puppeteer > Protocol > Profiler > ConsoleProfileFinishedEvent

Protocol.Profiler.ConsoleProfileFinishedEvent interface

Signature:

export interface ConsoleProfileFinishedEvent 

Properties

Property Type Description
id string
location Debugger.Location Location of console.profileEnd().
profile Profile
title string Profile title passed as an argument to console.profile().