Has someone implemented fetch? #1999
SebastianStehle
started this conversation in
General
Replies: 2 comments
-
I haven't, but there's https://github.com/AngleSharp/AngleSharp.Js , which doesn't seem to have such support, but might be a logical place to extend and consume such features. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since I am ignorant about it I found some docs about it https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API. Maybe some of these "well established" APIs could be opted-in like in options or with Even something like file system apis could be useful (assuming Jint could also provide different kinds of filesystems). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am just curious if someone has implemented ´fetch` already. I have a few http helper functions for my scripts but fetch would give more flexibility.
Beta Was this translation helpful? Give feedback.
All reactions