aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/window/external/index.html
blob: 0453fa1fb03f4778e39f06d1de07d792a3f4cff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
title: Window.external
slug: Web/API/Window/external
tags:
  - API
  - Deprecated
  - Window
  - external
translation_of: Web/API/Window/external
---
<div>{{APIRef}} {{deprecated_header}}</div>

<p>{{domxref("Window")}} API 的 <code>external</code> 属性返回一个 <code>External</code> 接口的实例,这个接口本来用于包含一些用来向浏览器添加外部搜索提供者(external search providers)的函数,但是,现在这个属性已被废弃,其中的函数现在都是空函数,无任何功能,仅为了符合规范而存在。</p>

<h2 id="方法">方法</h2>

<p><code>External</code> 对象有以下方法:</p>

<table class="fullwidth-table">
 <tbody>
  <tr>
   <th>方法</th>
   <th>描述</th>
  </tr>
  <tr>
   <td><code>AddSearchProvider(<var>descriptionURL</var>)</code></td>
   <td>空函数,无任何作用。参见 <a href="/en-US/docs/Web/OpenSearch#Autodiscovery_of_search_plugins">Autodiscovery of search plugins</a></td>
  </tr>
  <tr>
   <td><code>IsSearchProviderInstalled()</code></td>
   <td>空函数,无任何作用。</td>
  </tr>
 </tbody>
</table>

<h2 id="规范">规范</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">规范</th>
   <th scope="col">状态</th>
  </tr>
  <tr>
   <td>{{SpecName('HTML WHATWG', '#external', 'External')}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>



<p>{{Compat("api.Window.external")}}</p>