Element: afterscriptexecute イベント
非標準: この機能は標準ではなく、標準化の予定もありません。公開されているウェブサイトには使用しないでください。ユーザーによっては使用できないことがあります。実装ごとに大きな差があることもあり、将来は振る舞いが変わるかもしれません。
警告: このイベントは仕様の初期バージョンでの提案でした。頼りにしないでください。
afterscriptexecute
イベントは、スクリプトの実行が完了した後に発行されます。
これは Gecko (Firefox) 固有のイベントです。
このイベントはキャンセルできません。
構文
このイベント名を addEventListener()
等のメソッドで使用するか、イベントハンドラープロパティを設定するかしてください。
js
addEventListener("afterscriptexecute", (event) => {});
onafterscriptexecute = (event) => {};
イベント型
一般的な Event
です。
仕様書
どの仕様書にも含まれていません。
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
afterscriptexecute event |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Non-standard. Check cross-browser support before using.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
関連情報
beforescriptexecute
イベント