performanceEntry.entryType


性能条目的类型。 它可能是以下之一:

  • 'node'(仅限 Node.js)
  • 'mark'(在 Web 上可用)
  • 'measure'(在 Web 上可用)
  • 'gc'(仅限 Node.js)
  • 'function'(仅限 Node.js)
  • 'http2'(仅限 Node.js)
  • 'http'(仅限 Node.js)

The type of the performance entry. It may be one of:

  • 'node' (Node.js only)
  • 'mark' (available on the Web)
  • 'measure' (available on the Web)
  • 'gc' (Node.js only)
  • 'function' (Node.js only)
  • 'http2' (Node.js only)
  • 'http' (Node.js only)