mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 23:40:18 +00:00
The 'name' and 'value' properties should not be defined as function, they
are inplemented using es6 get functions
get value() {
return this.value_;
}
see https://github.com/SeleniumHQ/selenium/blob/ba56ad1ae0b98a1fe1efdd2163c62fc847950178/javascript/node/selenium-webdriver/lib/logging.js#L95