File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ module.hot.status() // Will return one of the following strings...
78
78
| ----------- | -------------------------------------------------------------------------------------- |
79
79
| idle | The process is waiting for a call to ` check ` (see below) |
80
80
| check | The process is checking for updates |
81
- | watch | The process is in watch mode and will be automatically notified about changes |
82
- | watch-delay | Delaying for a specified time after the initial change to allow for any other updates |
83
81
| prepare | The process is getting ready for the update (e.g. downloading the updated module) |
84
82
| ready | The update is prepared and available |
85
83
| dispose | The process is calling the ` dispose ` handlers on the modules that will be replaced |
@@ -105,7 +103,7 @@ The `autoApply` parameter can either be a boolean or `options` to pass to the `a
105
103
106
104
### ` apply `
107
105
108
- Continue the update process (as long as `module.hot.status() === 'ready').
106
+ Continue the update process (as long as ` module.hot.status() === 'ready' ` ).
109
107
110
108
``` js
111
109
module .hot .apply (options).then (outdatedModules => {
You can’t perform that action at this time.
0 commit comments