readonly from: RuntimeResourcePhasetype RuntimeResourcePhase =
"before" | "peak" | "settled" | "after-destroy";typeRuntimeResourcePhase="before"|"peak"|"settled"|"after-destroy";typeRuntimeResourcePhase=|"before"|"peak"|"settled"|"after-destroy";Measurement point within one resource-accounted operation.API reference →;
to
readonly to: RuntimeResourcePhasetype RuntimeResourcePhase =
"before" | "peak" | "settled" | "after-destroy";typeRuntimeResourcePhase="before"|"peak"|"settled"|"after-destroy";typeRuntimeResourcePhase=|"before"|"peak"|"settled"|"after-destroy";Measurement point within one resource-accounted operation.API reference →;
owners
readonly owners: readonly ResourceOwnerDelta[];
runtime
readonly runtime: { readonly usedJSHeapSize: number |null; readonly arrayBufferBytes: number |null; readonly externalBytes: number |null; readonly browserBackingStoreBytes: number |null; };