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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Performance():
Performance
Returns
Section titled “Returns”Performance
Accessors
Section titled “Accessors”timeOrigin
Section titled “timeOrigin”Get Signature
Section titled “Get Signature”get timeOrigin():
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:3738
Returns
Section titled “Returns”number
Methods
Section titled “Methods”now():
number
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:3740
Returns
Section titled “Returns”number