- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 31 May 2022 10:19:04 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 May 2022 17:19:16 UTC
So I think using ParseText here is pretty clean, especially since ParseScript seems to really prefer you giving it a Realm (even though it's used just for pass through). However there may be a slight issue here, which is that ParseText does early-error detection. I wonder if people really plan to do early-error detection (which IIUC involves pretty detailed JavaScript engine semantics) inside the network code where ORB is implemented. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1442#issuecomment-1142405809 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1442/c1142405809@github.com>
Received on Tuesday, 31 May 2022 17:19:16 UTC