parseFromString method
Implementation
Document parseFromString(String string, DOMParserSupportedType type) =>
js_util.callMethod(this, 'parseFromString', [string, type.value]);
Document parseFromString(String string, DOMParserSupportedType type) =>
js_util.callMethod(this, 'parseFromString', [string, type.value]);