Skip to content

Performance

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:3736

The Workers runtime supports a subset of the Performance API, used to measure timing and performance, as well as timing of subrequests and other operations.

Cloudflare Docs Reference

new Performance(): Performance

Performance

get timeOrigin(): number

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:3738

number

now(): number

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:3740

number