servo/components/script_bindings/codegen
Tim van der Lippe dbb886fad2
Implement initial version of navigator.sendBeacon (#38301)
Gated behind the feature flag `dom_navigator_sendbeacon_enabled` as the
`keep-alive` fetch parameter is crucial for real-life use cases such as
analytics requests.

Part of #4577
Part of #38302

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
2025-08-02 15:14:07 +00:00
..
api.html.template script: Move code generation and webidl files to new script_bindings crate. (#35157) 2025-01-24 20:47:43 +00:00
apis.html.template script: Move code generation and webidl files to new script_bindings crate. (#35157) 2025-01-24 20:47:43 +00:00
Bindings.conf Implement initial version of navigator.sendBeacon (#38301) 2025-08-02 15:14:07 +00:00
codegen.py script_binding: Add type check on servo script bindings (#38161) 2025-08-01 04:34:24 +00:00
configuration.py script_binding: Add type check on servo script bindings (#38161) 2025-08-01 04:34:24 +00:00
interface.html.template script: Move code generation and webidl files to new script_bindings crate. (#35157) 2025-01-24 20:47:43 +00:00
property.html.template script: Move code generation and webidl files to new script_bindings crate. (#35157) 2025-01-24 20:47:43 +00:00
run.py script_binding: Add type check on servo script bindings (#38161) 2025-08-01 04:34:24 +00:00