From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/pl/components.utils/index.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 files/pl/components.utils/index.html (limited to 'files/pl/components.utils') 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 ---- -

-

Components.utils 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: -

- - - - - - - - - - - - - - - - - - - - -
WłasnośćOpis
lookupMethodOdszukuje natywną (tj. zdefiniowaną w interfejsie) metodę lub własność obiektu XPCOM. Spełnia tę samą funkcję co XPCNativeWrapper.
reportErrorZgłasza obiekt Error JavaScriptu do konsoli błędów.
SandboxTworzy obiekty piaskownicy (sandbox) do wykorzystania w evalInSandbox.
evalInSandboxWykonuje kod JavaScriptu w piaskownicy, zwykle wykorzystywana do wykonywania kodu z ograniczonymi uprawnieniami.
-
-
-{{ languages( { "en": "en/Components.utils", "fr": "fr/Components.utils", "ja": "ja/Components.utils" } ) }} -- cgit v1.2.3-54-g00ecf