mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibWeb: Add HTML::POSTResource
This is "POST resource" from the HTML spec.
This commit is contained in:
parent
50af15e6b8
commit
5446c7adc3
Notes:
sideshowbarker
2024-07-16 21:34:08 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 5446c7adc3
Pull-request: https://github.com/SerenityOS/serenity/pull/18496
2 changed files with 29 additions and 0 deletions
|
@ -407,6 +407,7 @@ struct CrossOriginOpenerPolicyEnforcementResult;
|
|||
struct Environment;
|
||||
struct EnvironmentSettingsObject;
|
||||
struct NavigationParams;
|
||||
struct POSTResource;
|
||||
struct PolicyContainer;
|
||||
struct SandboxingFlagSet;
|
||||
struct SerializedFormData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue