We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d13e1f commit 02f7a47Copy full SHA for 02f7a47
1 file changed
internal/Trigger.js
@@ -54,7 +54,7 @@ const triggers = {
54
* @param {string} option the name of the option that has been changed
55
* @param {Event} event the event (input or change) that triggered saving
56
* (may not always be defined, e.g. when loading)
57
- * @return {Promise} optionally, to use await
+ * @return {Promise|void} optionally, to use await
58
*/
59
60
/**
0 commit comments