forked from sheetjs/sheetjs
		
	- `writeFile` support chrome extension (fixes #1051 h/t @atkinsam) - demo refresh
		
			
				
	
	
		
			18 lines
		
	
	
		
			271 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			271 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "disabled": false,
 | 
						|
  "bindings": [
 | 
						|
    {
 | 
						|
      "authLevel": "function",
 | 
						|
      "type": "httpTrigger",
 | 
						|
      "direction": "in",
 | 
						|
      "dataType": "binary",
 | 
						|
      "name": "req"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "http",
 | 
						|
      "direction": "out",
 | 
						|
      "name": "res"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |