mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibWeb: Implement the CrossOriginPropertyFallback AO
This commit is contained in:
parent
78938d933a
commit
34fed7bfcc
Notes:
sideshowbarker
2024-07-17 17:51:51 +09:00
Author: https://github.com/linusg
Commit: 34fed7bfcc
Pull-request: https://github.com/SerenityOS/serenity/pull/12919
Reviewed-by: https://github.com/awesomekling ✅
2 changed files with 26 additions and 0 deletions
|
@ -28,6 +28,7 @@ struct CrossOriginKey {
|
|||
using CrossOriginPropertyDescriptorMap = HashMap<CrossOriginKey, JS::PropertyDescriptor>;
|
||||
|
||||
Vector<CrossOriginProperty> cross_origin_properties(Variant<LocationObject const*, WindowObject const*> const&);
|
||||
JS::ThrowCompletionOr<JS::PropertyDescriptor> cross_origin_property_fallback(JS::GlobalObject&, JS::PropertyKey const&);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue