mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
LibWeb: Remove workaround for nested BodyInit IDL union type
This commit is contained in:
parent
775c12f60f
commit
950d2fccf0
Notes:
sideshowbarker
2024-07-17 18:38:54 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/950d2fccf0 Pull-request: https://github.com/SerenityOS/serenity/pull/15732 Reviewed-by: https://github.com/kennethmyhra ✅
@ -6,6 +6,4 @@
|
||||
typedef (Blob or BufferSource or URLSearchParams or USVString) XMLHttpRequestBodyInit;
|
||||
|
||||
// https://fetch.spec.whatwg.org/#bodyinit
|
||||
// FIXME: IDLParser doesn't resolve nested unions properly
|
||||
// typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
|
||||
typedef (ReadableStream or Blob or BufferSource or URLSearchParams or USVString) BodyInit;
|
||||
typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
|
||||
|
Loading…
Reference in New Issue
Block a user