aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/events/beforescriptexecute/index.html
blob: 00aa4120c16745a43a74c32094140d7bd793f918 (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:beforescriptexecute 事件
slug: Web/Events/beforescriptexecute
tags:
  - DOM
  - 参考
  - 非标准
translation_of: Web/API/Element/beforescriptexecute_event
---
<div>{{APIRef}}</div>

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

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

<p><strong><code>beforescriptexecute</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.beforescriptexecute_event")}}</p>

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

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