PresentationConnection: terminate() method
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.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Khi phương thức terminate() được gọi trên một PresentationConnection, user agent bắt đầu quá trình kết thúc bản trình bày. Quá trình chính xác khác nhau tùy thuộc vào việc terminate() được gọi trong ngữ cảnh điều khiển hay ngữ cảnh trình bày.
Cú pháp
js
terminate()
Tham số
Không có.
Giá trị trả về
Không có (undefined).
Thông số kỹ thuật
| Specification |
|---|
| Presentation API> # dom-presentationconnection-terminate> |