mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
PutForward=href on window and document location
This commit is contained in:
parent
a5a120f30a
commit
a1d1b18710
4 changed files with 2 additions and 21 deletions
|
@ -83,7 +83,7 @@ dictionary ElementCreationOptions {
|
|||
// [OverrideBuiltins]
|
||||
partial /*sealed*/ interface Document {
|
||||
// resource metadata management
|
||||
[/*PutForwards=href, */Unforgeable]
|
||||
[PutForwards=href, Unforgeable]
|
||||
readonly attribute Location? location;
|
||||
[SetterThrows] attribute DOMString domain;
|
||||
readonly attribute DOMString referrer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue