| 
									
										
										
										
											2024-04-15 04:25:24 +02:00
										 |  |  | #import <DOM/Event.idl> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // https://html.spec.whatwg.org/multipage/nav-history-apis.html#hashchangeevent | 
					
						
							|  |  |  | [Exposed=Window] | 
					
						
							|  |  |  | interface HashChangeEvent : Event { | 
					
						
							| 
									
										
										
										
											2024-09-10 16:21:16 +09:00
										 |  |  |     constructor(DOMString type, optional HashChangeEventInit eventInitDict = {}); | 
					
						
							| 
									
										
										
										
											2024-04-15 04:25:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-09-10 16:21:16 +09:00
										 |  |  |     readonly attribute USVString oldURL; | 
					
						
							|  |  |  |     readonly attribute USVString newURL; | 
					
						
							| 
									
										
										
										
											2024-04-15 04:25:24 +02:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dictionary HashChangeEventInit : EventInit { | 
					
						
							| 
									
										
										
										
											2024-09-10 16:21:16 +09:00
										 |  |  |     USVString oldURL = ""; | 
					
						
							|  |  |  |     USVString newURL = ""; | 
					
						
							| 
									
										
										
										
											2024-04-15 04:25:24 +02:00
										 |  |  | }; |