web api instance property
Navigator: ink property
Limited availability
The ink read-only property of the Navigator interface returns an Ink object for the current document, providing access to Ink API functionality.
Value
An Ink object.
Example
async function inkInit() {
const ink = navigator.ink;
let presenter = await ink.requestPresenter({ presentationArea: canvas });
// …
}
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.