From d43a795d4209d1632dd44e0803c61674149686bb Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 25 Jun 2021 00:38:26 +0000 Subject: [CRON] sync translated content --- .../navigator/registercontenthandler/index.html | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 files/pl/web/api/navigator/registercontenthandler/index.html (limited to 'files/pl/web/api') diff --git a/files/pl/web/api/navigator/registercontenthandler/index.html b/files/pl/web/api/navigator/registercontenthandler/index.html deleted file mode 100644 index 58f6f5dd39..0000000000 --- a/files/pl/web/api/navigator/registercontenthandler/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Navigator.registerContentHandler -slug: Web/API/Navigator/registerContentHandler -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/Navigator/registerContentHandler ---- -

{{ ApiRef() }}

- -

Podsumowanie

- -

Pozwala stronom na zarejestrowanie się jako możliwe serwisy obsługujące zawartości konkretnego typu MIME.

- -

{{ Note("Strony internetowe mogą zarejestrować tylko siebie jako serwisy obsługujące zawartość. Ze względów bezpieczeństwa nie jest możliwe, aby rozszerzenie lub strona internetowa zarejestrowały inną stronę do obsługi zawartości.") }}

- -

Składnia

- -
window.navigator.registerContentHandler(mimeType,
-uri,
-title);
-
- - - -

Przykład

- -
navigator.registerContentHandler("application/vnd.mozilla.maybe.feed",
-                                 "http://www.przyklad.tld/?foo=%s",
-                                 "Mój Czytnik Kanałów");
-
- -

Uwagi

- -

W Firefoksie 2 obsługiwane są tylko typy MIME application/vnd.mozilla.maybe.feed, application/atom+xml oraz application/rss+xml. Wszystkie wartości mają ten sam efekt, a zarejestrowane strony obsługujące otrzymają kanały we wszystkich wersjach Atom i RSS.

- -

Specyfikacja

- -

Określona przez szkic roboczy Web Applications 1.0 organizacji WHATWG.

- -
 
- -

{{ languages( { "en": "en/DOM/window.navigator.registerContentHandler", "ja": "ja/DOM/window.navigator.registerContentHandler" } ) }}

-- cgit v1.2.3-54-g00ecf