|
|
|
|
|
by nullpoint420
460 days ago
|
|
My point being, it's "based on" Web Standards, it is _not_ Web Standards. What if I use `fetcher.submit(data, { encType: "application/json" })`? Why not just use fetch directly at that point? I believe it adds a layer of indirectness that just wasn't there before. If web standards are so important, why don't we use `window.fetch` and `new FormData()` directly instead of wrapping it? |
|