Stop worrying about tiny OOMs. Work towards #20449. While going through these, I also changed the function signature in many places where returning ThrowCompletionOr<T> is no longer necessary.
Stop worrying about tiny OOMs. Work towards #20405
This adds the FormDataIterator implementation so we can iterate over FormData.{keys(),values(),entries()}.