From 469942772129cbc0e16d30680c2ab2cfd6c0005c Mon Sep 17 00:00:00 2001 From: remy Date: Thu, 5 Aug 2010 17:58:52 +0100 Subject: [PATCH] History API --- demos.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/demos.json b/demos.json index 4147f1d..d3e5dd5 100644 --- a/demos.json +++ b/demos.json @@ -1,4 +1,14 @@ [ + { + "desc": "History API using pushState", + "url": "history", + "notes": "Uses onpopstate event", + "tags": "history", + "support": { + "live": "chrome safari", + "nightly": "ie" + } + }, { "desc": "Drag files directly into your browser", "url": "file-api",