Skip to content

Commit

Permalink
Mention non-standard external.getHostEnvironmentValue
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Feb 12, 2025
1 parent 5c0d26f commit 4168146
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion files/en-us/web/api/window/external/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The `External` object has the following methods:
</tr>
<tr>
<td>
<code>AddSearchProvider(<em>descriptionURL)</em></code>
<code>AddSearchProvider(descriptionURL)</code>
</td>
<td>
Dummy function; does nothing. See
Expand All @@ -37,6 +37,10 @@ The `External` object has the following methods:
<td><code>IsSearchProviderInstalled()</code></td>
<td>Dummy function; does nothing.</td>
</tr>
<tr>
<td><code>getHostEnvironmentValue(name)</code> {{non-standard_inline}}</td>
<td>Microsoft Edge proprietary API. See <a href="https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/mt795399(v=vs.85)">Microsoft docs</a> for more information.</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 4168146

Please sign in to comment.