@@ -9950,41 +9950,6 @@ declare var Path2D: {
99509950 new(path?: Path2D | string): Path2D;
99519951};
99529952
9953- /**
9954- * This Payment Request API interface is used to store shipping or payment address information.
9955- * @deprecated
9956- */
9957- interface PaymentAddress {
9958- /** @deprecated */
9959- readonly addressLine: ReadonlyArray<string>;
9960- /** @deprecated */
9961- readonly city: string;
9962- /** @deprecated */
9963- readonly country: string;
9964- /** @deprecated */
9965- readonly dependentLocality: string;
9966- /** @deprecated */
9967- readonly organization: string;
9968- /** @deprecated */
9969- readonly phone: string;
9970- /** @deprecated */
9971- readonly postalCode: string;
9972- /** @deprecated */
9973- readonly recipient: string;
9974- /** @deprecated */
9975- readonly region: string;
9976- /** @deprecated */
9977- readonly sortingCode: string;
9978- /** @deprecated */
9979- toJSON(): any;
9980- }
9981-
9982- /** @deprecated */
9983- declare var PaymentAddress: {
9984- prototype: PaymentAddress;
9985- new(): PaymentAddress;
9986- };
9987-
99889953interface PaymentMethodChangeEvent extends PaymentRequestUpdateEvent {
99899954 readonly methodDetails: any;
99909955 readonly methodName: string;
@@ -17609,7 +17574,7 @@ type OscillatorType = "custom" | "sawtooth" | "sine" | "square" | "triangle";
1760917574type OverSampleType = "2x" | "4x" | "none";
1761017575type PanningModelType = "HRTF" | "equalpower";
1761117576type PaymentComplete = "fail" | "success" | "unknown";
17612- type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock";
17577+ type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "xr-spatial-tracking" ;
1761317578type PermissionState = "denied" | "granted" | "prompt";
1761417579type PlaybackDirection = "alternate" | "alternate-reverse" | "normal" | "reverse";
1761517580type PositionAlignSetting = "auto" | "center" | "line-left" | "line-right";
0 commit comments