WordPress 4.2 introduced a new JavaScript method: wp.a11y.speak(), which allows you to trigger spoken notifications for screen reader users.
But why would you use it? And how?
Hint: If you use AJAX in your plugin or theme settings, you may want to consider using it for the greater good of more accessible settings.