no-cache
This commit is contained in:
		
							parent
							
								
									6b7f8b151e
								
							
						
					
					
						commit
						9a9124c6ea
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -86,7 +86,9 @@
 | 
			
		|||
		});
 | 
			
		||||
 | 
			
		||||
		this.fetch = () => {
 | 
			
		||||
			fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.url}`).then(res => {
 | 
			
		||||
			fetch(`https://api.rss2json.com/v1/api.json?rss_url=${this.url}`, {
 | 
			
		||||
				cache: 'no-cache'
 | 
			
		||||
			}).then(res => {
 | 
			
		||||
				res.json().then(feed => {
 | 
			
		||||
					this.update({
 | 
			
		||||
						initializing: false,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue