forked from mirrors/gecko-dev
		
	 2f1001ccab
			
		
	
	
		2f1001ccab
		
	
	
	
	
		
			
			Differential Revision: https://phabricator.services.mozilla.com/D65845 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <title>Load the script as a module</title>
 | |
| </head>
 | |
| <body>
 | |
|   <!-- crossorigin="use-credentials", because if we do an anonymous load that --
 | |
|     -- won't use the cache at all -->
 | |
|   <script id="watchme" src="file_js_cache.js" type="module"
 | |
|           crossorigin="use-credentials"></script>
 | |
| </body>
 | |
| </html>
 |