Add a note about onbeforeunload custom msg unsupported

This commit is contained in:
An Phan 2016-10-11 19:50:03 +08:00
parent 40c9572381
commit f2ec5c5d14
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -86,6 +86,8 @@ export default {
return;
}
// Notice that a custom message like this has ceased to be supported
// starting from Chrome 51.
return 'You asked Koel to confirm before closing, so here it is.';
};