mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	fix wrong function names in README.md (#321)
This commit is contained in:
		
				
					committed by
					
						 Tim Voronov
						Tim Voronov
					
				
			
			
				
	
			
			
			
						parent
						
							9d45d52882
						
					
				
				
					commit
					a5d422ccdc
				
			| @@ -532,10 +532,10 @@ LET doc = DOCUMENT("https://www.google.com", { | ||||
|     ] | ||||
| }) | ||||
|  | ||||
| COOKIES_SET(doc, { name: "baz", value: "qaz"}, { name: "daz", value: "gag" }) | ||||
| COOKIES_DEL(doc, "foo") | ||||
| COOKIE_SET(doc, { name: "baz", value: "qaz"}, { name: "daz", value: "gag" }) | ||||
| COOKIE_DEL(doc, "foo") | ||||
|  | ||||
| LET c = COOKIES_GET(doc, "baz") | ||||
| LET c = COOKIE_GET(doc, "baz") | ||||
|  | ||||
| FOR cookie IN doc.cookies | ||||
|     RETURN cookie.name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user