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",