Re: [whatwg/webidl] Allow static operations to have the same name as regular operations (Issue #1097)

With regards to static methods sharing a name with an instance method of a builtin -- as far as I know, no. But for adding an options bag to an existing static method, I believe we have done that and we have definitely discussed doing it, for example for `map.emplace`, which could instead be `map.get(key[, options])`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1097#issuecomment-1031408668
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1097/1031408668@github.com>

Received on Monday, 7 February 2022 12:21:55 UTC