mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-02 22:30:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <Fetch/BodyInit.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// https://w3c.github.io/beacon/#sendbeacon-method
							 | 
						||
| 
								 | 
							
								// FIXME: This is a partial interface not an interface mixin
							 | 
						||
| 
								 | 
							
								interface mixin NavigatorBeacon {
							 | 
						||
| 
								 | 
							
								    boolean sendBeacon(USVString url, optional BodyInit? data = null);
							 | 
						||
| 
								 | 
							
								};
							 |