mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Doc: replace onRendererLoad and onRendererUnload references by onRendererWindow (#1730)
This commit is contained in:
parent
38f966b0f3
commit
8bfc0b944a
1 changed files with 1 additions and 17 deletions
|
|
@ -947,7 +947,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>onRendererLoad</code></td>
|
||||
<td><code>onRendererWindow</code></td>
|
||||
<td>Renderer</td>
|
||||
<td>
|
||||
<p>Invoked when a plugin is first loaded or subsequently
|
||||
|
|
@ -963,22 +963,6 @@
|
|||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>onRendererUnload</code></td>
|
||||
<td>Renderer</td>
|
||||
<td>
|
||||
<p>Invoked when a plugin is being unloaded.</p>
|
||||
<p>Parameters:</p>
|
||||
<table>
|
||||
<tr>
|
||||
<tbody>
|
||||
<td><code>window</code></td>
|
||||
<td>The window object</td>
|
||||
</tbody>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>middleware</code></td>
|
||||
<td>Renderer</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue