Firefox Tomorrow

web api instance property

DelegatedInkTrailPresenter: expectedImprovement property

View on MDN ↗

The expectedImprovement read-only property of the DelegatedInkTrailPresenter interface returns a value, in milliseconds, indicating the latency improvement that can be expected using this presenter.

Value

A number.

Example

async function inkInit() {
  const ink = navigator.ink;
  const presenter = await ink.requestPresenter({ presentationArea: canvas });
  console.log(presenter.expectedImprovement);

  // …
}

Specifications

The feature is no longer a part of the specification.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.