aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/events/afterscriptexecute/index.html
blob: b2f4f0d9808c45242ed99db6678365e73ef968a4 (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
56
57
---
title: Element:afterscriptexecute 事件
slug: Web/Events/afterscriptexecute
tags:
  - 事件
  - 参考
  - 非标准
translation_of: Web/API/Element/afterscriptexecute_event
---
<div>{{APIRef}}</div>

<div>{{Non-standard_header}}</div>

<div class="warning">
<p>此事件是早期版本的规范中的一个提案。不要依赖它。</p>
</div>

<p><strong><code>afterscriptexecute</code></strong> 事件在一个脚本执行完毕后触发。</p>

<p>这是一个 Gecko(Firefox)特有的私有事件。</p>

<table class="properties">
 <tbody>
  <tr>
   <th scope="row">是否冒泡</th>
   <td></td>
  </tr>
  <tr>
   <th scope="row">是否可取消</th>
   <td></td>
  </tr>
  <tr>
   <th scope="row">接口</th>
   <td>{{domxref("Event")}}</td>
  </tr>
  <tr>
   <th scope="row">事件处理器属性</th>
   <td></td>
  </tr>
 </tbody>
</table>

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

<p>不属于任何规范。</p>

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



<p>{{Compat("api.Element.afterscriptexecute_event")}}</p>

<h2 id="参见">参见</h2>

<ul>
 <li><code><a href="/zh-CN/docs/Web/API/Element/beforescriptexecute_event">beforescriptexecute</a></code> 事件</li>
</ul>