(ms)
| 18662 | CONNECTING: staticPropertyDescriptors, |
| 18663 | OPEN: staticPropertyDescriptors, |
| 18664 | CLOSING: staticPropertyDescriptors, |
| 18665 | CLOSED: staticPropertyDescriptors |
| 18666 | }); |
| 18667 | webidl.converters["sequence<DOMString>"] = webidl.sequenceConverter( |
| 18668 | webidl.converters.DOMString |
| 18669 | ); |
| 18670 | webidl.converters["DOMString or sequence<DOMString>"] = function(V, prefix, argument) { |
| 18671 | if (webidl.util.Type(V) === "Object" && Symbol.iterator in V) { |