fix(HTTP Request Tool Node): Fix HTML response optimization issue (#11439)

This commit is contained in:
Eugene
2024-10-30 10:32:08 +01:00
committed by GitHub
parent d7ba206b30
commit cf37e94dd8
2 changed files with 71 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { Readability } from '@mozilla/readability';
import cheerio from 'cheerio';
import * as cheerio from 'cheerio';
import { convert } from 'html-to-text';
import { JSDOM } from 'jsdom';
import get from 'lodash/get';