Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimerNameConflictError

Thrown when a duplicate function timer would have been created.

Example

function test() {
  // does stuff
}

PerfTiming.api.watch(test);
PerfTiming.api.watch(test);

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Properties

message

message: string

name

name: string

Optional stack

stack: string

Generated using TypeDoc