Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this._text = '';
this.async(function() {
this._text = text;
}, 100);
},
_onIronAnnounce: function(event) {
if (event.detail && event.detail.text) {
this.announce(event.detail.text);
}
}
});
IronA11yAnnouncer$0.instance = null;
IronA11yAnnouncer$0.requestAvailability = function() {
if (!IronA11yAnnouncer$0.instance) {
IronA11yAnnouncer$0.instance = document.createElement('iron-a11y-announcer');
}
document.body.appendChild(IronA11yAnnouncer$0.instance);
};