diff --git a/files/ja/web/api/url/protocol/index.md b/files/ja/web/api/url/protocol/index.md index a513138eefc5c3..771c65e5009b79 100644 --- a/files/ja/web/api/url/protocol/index.md +++ b/files/ja/web/api/url/protocol/index.md @@ -3,15 +3,13 @@ title: "URL: protocol プロパティ" short-title: protocol slug: Web/API/URL/protocol l10n: - sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc + sourceCommit: 4de6f76bbfd76229db78ffb7d52cf6b4cb9f31f8 --- -{{ApiRef("URL API")}} +{{ApiRef("URL API")}} {{AvailableInWorkers}} **`protocol`** は {{domxref("URL")}} インターフェイスのプロパティで、最後の `':'` を含む URL のプロトコルスキームを表す文字列です。 -{{AvailableInWorkers}} - ## 値 文字列です。 @@ -25,7 +23,7 @@ const url = new URL( console.log(url.protocol); // "https:" とログ出力 ``` -## 仕様 +## 仕様書 {{Specifications}} diff --git a/files/ja/web/api/url/username/index.md b/files/ja/web/api/url/username/index.md index d89a535a6e37fa..4ae87bf8e48b10 100644 --- a/files/ja/web/api/url/username/index.md +++ b/files/ja/web/api/url/username/index.md @@ -3,15 +3,13 @@ title: "URL: username プロパティ" short-title: username slug: Web/API/URL/username l10n: - sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc + sourceCommit: 4de6f76bbfd76229db78ffb7d52cf6b4cb9f31f8 --- -{{ApiRef("URL API")}} +{{ApiRef("URL API")}} {{AvailableInWorkers}} **`username`** は {{domxref("URL")}} インターフェイスのプロパティで、ドメイン名の前に指定されたユーザー名をの入った文字列です。 -{{AvailableInWorkers}} - ## 値 文字列です。 @@ -25,7 +23,7 @@ const url = new URL( console.log(url.username); // "anonymous" とログ出力 ``` -## 仕様 +## 仕様書 {{Specifications}}