History API

This commit is contained in:
remy 2010-08-05 17:58:52 +01:00
parent 62f717dcb6
commit 4699427721
1 changed files with 10 additions and 0 deletions

View File

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