mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Update Readability from mozilla-central release branch (FF 62.0.3). Tag #361.
This commit is contained in:
parent
30f3c09db5
commit
879373db7a
4 changed files with 165 additions and 85 deletions
|
|
@ -48,6 +48,6 @@ var Agent = {
|
|||
*/
|
||||
parseDocument(uri, serializedDoc, options) {
|
||||
let doc = new JSDOMParser().parse(serializedDoc, uri.spec);
|
||||
return new Readability(uri, doc, options).parse();
|
||||
return new Readability(doc, options).parse();
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue