aboutsummaryrefslogtreecommitdiff
path: root/files/pl/components.utils
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/pl/components.utils
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/pl/components.utils')
-rw-r--r--files/pl/components.utils/index.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/files/pl/components.utils/index.html b/files/pl/components.utils/index.html
deleted file mode 100644
index e5a20d458f..0000000000
--- a/files/pl/components.utils/index.html
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: Components.utils
-slug: Components.utils
-tags:
- - Wszystkie_kategorie
- - XPConnect
-translation_of: Mozilla/Tech/XPCOM/Language_Bindings/Components.utils
----
-<p>
-</p><p><code>Components.utils</code> to kolekcja różnych przydatnych, ale nie niezbędnych funkcji XPConnect. Interfejs tego obiektu został zdefiniowany w {{ Source("js/src/xpconnect/idl/xpccomponents.idl") }}. Obecnie obiekt ten ma następujące pola i metody:
-</p>
-<table class="fullwidth-table">
-<tbody><tr>
-<th>Własność</th>
-<th>Opis</th>
-</tr>
-<tr>
-<td><a href="pl/Components.utils.lookupMethod">lookupMethod</a></td>
-<td>Odszukuje natywną (tj. zdefiniowaną w interfejsie) metodę lub własność obiektu XPCOM. Spełnia tę samą funkcję co <a href="pl/XPCNativeWrapper">XPCNativeWrapper</a>.</td>
-</tr>
-<tr>
-<td><a href="pl/Components.utils.reportError">reportError</a></td>
-<td>Zgłasza obiekt Error JavaScriptu do konsoli błędów.</td>
-</tr><tr>
-<td><a href="pl/Components.utils.Sandbox">Sandbox</a></td>
-<td>Tworzy obiekty piaskownicy (sandbox) do wykorzystania w <code>evalInSandbox</code>.</td>
-</tr>
-<tr>
-<td><a href="pl/Components.utils.evalInSandbox">evalInSandbox</a></td>
-<td>Wykonuje kod JavaScriptu w piaskownicy, zwykle wykorzystywana do wykonywania kodu z ograniczonymi uprawnieniami.</td>
-</tr>
-</tbody></table>
-<div class="noinclude">
-</div>
-{{ languages( { "en": "en/Components.utils", "fr": "fr/Components.utils", "ja": "ja/Components.utils" } ) }}