Index: chrome/common/extensions/api/webview_tag.json |
diff --git a/chrome/common/extensions/api/webview_tag.json b/chrome/common/extensions/api/webview_tag.json |
index b3bceec1947078130da9526dc2026f7823e974b3..1a37989d6113c541096ea3e50b748a020a2ac155 100644 |
--- a/chrome/common/extensions/api/webview_tag.json |
+++ b/chrome/common/extensions/api/webview_tag.json |
@@ -645,7 +645,7 @@ |
{ |
"name": "loadabort", |
"options": { "supportsDom": true }, |
- "description": "Fired when a top-level load has aborted without committing.", |
+ "description": "Fired when a top-level load has aborted without committing. <p class=\"note\"><strong>Note:</strong> When a resource load is aborted, a <code>loadabort</code> event will be followed by a <code>loadstop</code> event.</p>", |
"parameters": [ |
{ |
"name": "url", |
@@ -724,7 +724,7 @@ |
{ |
"name": "loadstop", |
"options": { "supportsDom": true }, |
- "description": "Fired when all loads in the guest page (including all subframes) have completed. Fires in addition to any related <code>loadcommit</code> or <code>loadabort</code> events, which occur per-frame.", |
+ "description": "Fired when all loads in the guest page (including all subframes) have completed. Fires in addition to any related <code>loadcommit</code> or <code>loadabort</code> events, which occur per-frame. <p class=\"note\"><strong>Note:</strong> When a resource load is aborted, a <code>loadstop</code> event will follow a <code>loadabort</code> event.</p>", |
"parameters": [] |
}, |
{ |
@@ -870,4 +870,3 @@ |
} |
} |
] |
- |