mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
Better networkFetch
Added networkFetchSimple, stealthier version Added HTML support, module can provide HTML which will get rendered Added cookie return support for regular networkFetch
This commit is contained in:
parent
954a71fe5b
commit
549eaa726a
2 changed files with 830 additions and 56 deletions
|
|
@ -385,6 +385,7 @@ extension JSContext {
|
|||
setupConsoleLogging()
|
||||
setupNativeFetch()
|
||||
setupNetworkFetch()
|
||||
setupNetworkFetchSimple()
|
||||
setupFetchV2()
|
||||
setupBase64Functions()
|
||||
setupScrapingUtilities()
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue