mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
Removed bunch of logs (#245)
* Update JSController-NetworkFetch.swift * Shitty AI code by paul * Fix tab bar * Better networkFetch Added networkFetchSimple, stealthier version Added HTML support, module can provide HTML which will get rendered Added cookie return support for regular networkFetch * remove logs * Header support for simple fetcher or wtv --------- Co-authored-by: cranci1 <100066266+cranci1@users.noreply.github.com>
This commit is contained in:
parent
298ebdbf12
commit
f7b64391f4
2 changed files with 758 additions and 186 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