File tree Expand file tree Collapse file tree 5 files changed +4
-7
lines changed
Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -1558,6 +1558,7 @@ interface PointerLockOptions {
15581558}
15591559
15601560interface PopStateEventInit extends EventInit {
1561+ hasUAVisualTransition?: boolean;
15611562 state?: any;
15621563}
15631564
Original file line number Diff line number Diff line change @@ -1555,6 +1555,7 @@ interface PointerLockOptions {
15551555}
15561556
15571557interface PopStateEventInit extends EventInit {
1558+ hasUAVisualTransition?: boolean;
15581559 state?: any;
15591560}
15601561
Original file line number Diff line number Diff line change @@ -1555,6 +1555,7 @@ interface PointerLockOptions {
15551555}
15561556
15571557interface PopStateEventInit extends EventInit {
1558+ hasUAVisualTransition?: boolean;
15581559 state?: any;
15591560}
15601561
Original file line number Diff line number Diff line change @@ -1555,6 +1555,7 @@ interface PointerLockOptions {
15551555}
15561556
15571557interface PopStateEventInit extends EventInit {
1558+ hasUAVisualTransition?: boolean;
15581559 state?: any;
15591560}
15601561
Original file line number Diff line number Diff line change 302302 }
303303 }
304304 },
305- "PopStateEventInit" : {
306- "members" : {
307- "member" : {
308- "hasUAVisualTransition" : null // Blink only as of 2023-09
309- }
310- }
311- },
312305 "PushEventInit" : {
313306 "members" : {
314307 "member" : {
You can’t perform that action at this time.
0 commit comments