Navigator: thuộc tính ink
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Thuộc tính chỉ đọc ink của giao diện Navigator trả về đối tượng Ink cho tài liệu hiện tại, cung cấp quyền truy cập vào chức năng Ink API.
Giá trị
Một đối tượng Ink.
Ví dụ
js
async function inkInit() {
const ink = navigator.ink;
let presenter = await ink.requestPresenter({ presentationArea: canvas });
// …
}
Thông số kỹ thuật
| Specification |
|---|
| Ink API> # navigator-interface-extensions> |