(...args)
| 16905 | key: "path", |
| 16906 | defaultValue: () => null |
| 16907 | }, |
| 16908 | { |
| 16909 | converter: webidl.nullableConverter(webidl.converters.DOMString), |
| 16910 | key: "domain", |
| 16911 | defaultValue: () => null |
| 16912 | } |
| 16913 | ]); |
nothing calls this directly
no test coverage detected