Iterable<String> get protocols => js_util.getProperty(this, 'protocols');
set protocols(Iterable<String> newValue) { js_util.setProperty(this, 'protocols', newValue); }