For now, these lines (which, in my opinion, should be removed, and the corresponding returned value should be adjusted)
|
cached[name] = { |
|
success, |
|
interface: interfaceName, |
|
}; |
cancel the one above
|
cached[name] = success ? interfaceName : false; |
We have leftovers of some sort, no?
For now, these lines (which, in my opinion, should be removed, and the corresponding returned value should be adjusted)
supports/src/types/html/element.js
Lines 22 to 25 in c8699e3
supports/src/types/html/element.js
Line 20 in c8699e3
We have leftovers of some sort, no?