Back to Content

DelegatedInkTrailPresenter: expectedImprovement property

files/en-us/web/api/delegatedinktrailpresenter/expectedimprovement/index.md

latest634 B
Original Source

{{APIRef("Ink API")}}{{Deprecated_header}}{{Non-Standard_Header}}

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

Value

A number.

Example

js
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

{{Compat}}