mirror of
https://github.com/servo/servo.git
synced 2025-07-19 13:23:46 +01:00
Add support for Reporting-Endpoints (#37965)
Does not yet handle failures of endpoints, which requires us to update metadata. I don't see that metadata being used anywhere, so I am not sure if there is WPT coverage for it. Part of #37238 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
16aca5516d
commit
70c57c6136
13 changed files with 439 additions and 22 deletions
|
@ -517,6 +517,7 @@ pub(crate) mod readablestreambyobrequest;
|
|||
pub(crate) mod readablestreamdefaultcontroller;
|
||||
pub(crate) mod readablestreamdefaultreader;
|
||||
pub(crate) mod readablestreamgenericreader;
|
||||
pub(crate) mod reportingendpoint;
|
||||
pub(crate) mod reportingobserver;
|
||||
pub(crate) mod request;
|
||||
pub(crate) mod resizeobserver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue