(token)
| 72 | |
| 73 | // Modified default behavior |
| 74 | supports(token) { |
| 75 | /* jshint ignore:start */ |
| 76 | if (this.#domain.includes(token)) { |
| 77 | return true; |
| 78 | } else { |
| 79 | return false; |
| 80 | } |
| 81 | /* jshint ignore:end */ |
| 82 | } |
| 83 | |
| 84 | // Modified default behavior |
| 85 | //https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList/toggle |
no outgoing calls
no test coverage detected