1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:07:34 +00:00

LibWeb: Implement multipart/form-data encoding algorithm

This commit is contained in:
Kenneth Myhra 2023-04-02 21:32:23 +02:00 committed by Linus Groh
parent 69e8216f2c
commit 84722ae2ef
3 changed files with 90 additions and 0 deletions

View file

@ -348,6 +348,7 @@ struct PolicyContainer;
class PromiseRejectionEvent;
class WorkerDebugConsoleClient;
struct SandboxingFlagSet;
struct SerializedFormData;
class Storage;
class SubmitEvent;
class TextMetrics;