mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -09:00
Improve onUnload docs (#2409)
Add missing reference to `onUnload` invocation during [plugin updates](https://github.com/zeit/hyper/blob/2.0.4/app/plugins.js#L111).
This commit is contained in:
parent
28cab5e874
commit
c73d7317af
1 changed files with 4 additions and 3 deletions
|
|
@ -925,7 +925,8 @@
|
||||||
<td><code>onUnload</code></td>
|
<td><code>onUnload</code></td>
|
||||||
<td>Electron</td>
|
<td>Electron</td>
|
||||||
<td>
|
<td>
|
||||||
<p>Invoked when a plugin is removed by the user.</p>
|
<p>Invoked when a plugin is removed by the user and during
|
||||||
|
plugin updates.</p>
|
||||||
<p>Parameters:</p>
|
<p>Parameters:</p>
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue