(callback, thisArg)
| 94 | |
| 95 | //https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList/forEach |
| 96 | forEach(callback, thisArg) { |
| 97 | this.domtokenlist.forEach(callback, thisArg); |
| 98 | } |
| 99 | |
| 100 | //https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList/keys |
| 101 | keys() { |
no outgoing calls
no test coverage detected