(el, desc)
| 141660 | } |
| 141661 | } // update aria-label if we have a DOM container element |
| 141662 | function ariaLabel(el, desc) { |
| 141663 | if (el) desc == null ? el.removeAttribute("aria-label") : el.setAttribute("aria-label", desc); |
| 141664 | } |
| 141665 | function background(view) { |
| 141666 | // respond to background signal |
| 141667 | view.add(null, (_)=>{ |
no outgoing calls
no test coverage detected