-
fix: cannot get snapshot from browser will intent to a never resolved promise.
-
fix: body will be used twice because log output.
-
chore: upgrade deps.
- breaking: now the
htmlmode will return a HTML which stripped<svg>,<script>,<img>,<link>,<style>,<meta>, and only extract the body part. If you want a raw html, please passraw_htmltomode.
- breaking: mode
bodynow changed totext, the behavior is the same as before, we only changed the param name in the request this version. - feat: add
get_responsemode to send aGETrequest directly to the target URL and get the text response. - fix: now
htmlmode and the related fallback will return the right format.