diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
commit | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch) | |
tree | 3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/orphaned/javascript_modules | |
parent | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff) | |
download | translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2 translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip |
unslug ja: modify
Diffstat (limited to 'files/ja/orphaned/javascript_modules')
-rw-r--r-- | files/ja/orphaned/javascript_modules/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/files/ja/orphaned/javascript_modules/index.html b/files/ja/orphaned/javascript_modules/index.html index 83ccb1849e..5413b254ac 100644 --- a/files/ja/orphaned/javascript_modules/index.html +++ b/files/ja/orphaned/javascript_modules/index.html @@ -1,11 +1,12 @@ --- title: JavaScript modules -slug: JavaScript_modules +slug: orphaned/JavaScript_modules tags: - Firefox 3 - JavaScript - - 'XPCOM:Language Bindings' + - XPCOM:Language Bindings - XPConnect +original_slug: JavaScript_modules --- <p>{{ Fx_minversion_header(3) }} </p><p>Firefox 3 で、外部モジュールから JavaScript コードをインポートする簡単な方法を提供する、新しい <code><a href="ja/Components.utils.import">Components.utils.import()</a></code> メソッドが導入されました。JavaScript モジュールの作成と <a href="ja/Using_JavaScript_code_modules">使い方</a> に関する情報を参照してください。JavaScript モジュールは、拡張機能では<a href="ja/Working_with_windows_in_chrome_code#Using_JavaScript_code_modules">共有データ</a> に利用することもできます。 |