From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/api/presentation/index.html | 107 +++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 files/ru/web/api/presentation/index.html (limited to 'files/ru/web/api/presentation/index.html') diff --git a/files/ru/web/api/presentation/index.html b/files/ru/web/api/presentation/index.html new file mode 100644 index 0000000000..6e5666bf7a --- /dev/null +++ b/files/ru/web/api/presentation/index.html @@ -0,0 +1,107 @@ +--- +title: Presentation +slug: Web/API/Presentation +tags: + - АПИ + - Интерфейс + - Презентация + - Презентация АПИ + - Ссылка + - Экспериментальный +translation_of: Web/API/Presentation +--- +

{{APIRef("Presentation API")}}

+ +

The Presentation can be defined as two possible user agents in the context: Controlling user agent and Receiving user agent.

+ +

In controlling browsing context, the Presentation interface provides a mechanism to override the browser default behavior of launching presentation to external screen. In receiving browsing context, Presentation interface provides the access to the available presentation connections.

+ +

Properties

+ +
+
{{domxref("Presentation.defaultRequest")}}
+
In a controlling user agent, the defaultRequest attribute MUST return the default presentation request if any, null otherwise. In a receiving browsing context, it MUST return null.
+
{{domxref("Presentation.receiver")}}
+
In a receiving user agent, the receiver attribute MUST return the PresentationReceiver instance associated with the receiving browsing context and created by the receiving user agent when the receiving browsing context is created.
+
+ +

Methods

+ +

None.

+ +

 

+ +

Specifications

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Presentation','#interface-presentation','Presentation interface')}}{{Spec2('Presentation')}}Initial definition.
+ +

Browser Compatibility

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support +

{{CompatChrome (48.0)}}

+
{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidAndroid WebviewFirefox Mobile (Gecko)Firefox OSIE MobileOpera MobileSafari MobileChrome for Android
Basic support{{CompatNo}}{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatChrome (48.0)}}
+
-- cgit v1.2.3-54-g00ecf