Back to Content

PerformanceScriptTiming: sourceCharPosition property

files/en-us/web/api/performancescripttiming/sourcecharposition/index.md

latest1.0 KB
Original Source

{{SeeCompatTable}}{{APIRef("Performance API")}}

The sourceCharPosition read-only property of the {{domxref("PerformanceScriptTiming")}} interface returns a number representing the script character position of the script feature that contributed to the long animation frame (LoAF).

It is important to note that the reported function location will be the "entry point" of the script, that is, the top level of the stack, not any specific slow sub-function. See {{domxref("PerformanceScriptTiming.sourceFunctionName")}} for more discussion around this.

Value

A number. Returns -1 if the script character position was not found.

Examples

See Long animation frame timing for examples related to the Long Animation Frames API.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also