mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +00:00
LibWeb: Add basic Navigator send beacon support
This commit is contained in:
parent
d262670729
commit
9939b028c6
9 changed files with 156 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#import <HTML/MimeTypeArray.idl>
|
||||
#import <HTML/NavigatorBeacon.idl>
|
||||
#import <HTML/NavigatorID.idl>
|
||||
#import <HTML/NavigatorLanguage.idl>
|
||||
#import <HTML/NavigatorOnLine.idl>
|
||||
|
@ -38,6 +39,7 @@ interface mixin NavigatorAutomationInformation {
|
|||
readonly attribute boolean webdriver;
|
||||
};
|
||||
|
||||
Navigator includes NavigatorBeacon;
|
||||
Navigator includes NavigatorID;
|
||||
Navigator includes NavigatorLanguage;
|
||||
Navigator includes NavigatorOnLine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue