Skip to content

Commit 07ccab6

Browse files
imyzfrogerwang
authored andcommitted
[doc] fixed inject js link in window.md
fixed inject_js_start and inject_js_end link
1 parent 7d8523a commit 07ccab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/References/Window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,15 +480,15 @@ Emitted when the window is fully loaded, this event behaves the same with `windo
480480
Emitted when the document object in this window or a child iframe is available, after all files are loaded, but before DOM is constructed or any script is run.
481481
It will not be fired on the new window being created with nw.Window.open(): the callback of that function will be fired at the same point of this event.
482482

483-
See `inject-js-start` in [Manifest-format](Manifest Format.md#inject-js-start).
483+
See `inject_js_start` in [Manifest-format](Manifest Format.md#inject_js_start).
484484

485485
## Event: document-end(frame)
486486

487487
* `frame` `{HTMLIFrameElement}` is the iframe object, or `null` if the event is for the window.
488488

489489
Emitted when the document object in this window or a child iframe is unloaded, but before the `onunload` event is emitted.
490490

491-
See `inject-js-end` in [[Manifest-format]]
491+
See `inject_js_end` in [Manifest-format](Manifest Format.md#inject_js_end)
492492

493493
## Event: focus
494494

0 commit comments

Comments
 (0)