w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
351 stars 38 forks source link

Editorial: use method name as defined by ECMA262 #539

Closed jugglinmike closed 11 months ago

jugglinmike commented 11 months ago

The third argument to the Call abstract operation, if present, is expected to be a List.

https://tc39.es/ecma262/#sec-call

Refer to Date.prototype.toISOString by that name in order to more clearly communicate its intended use as an instance method.


Preview | Diff