We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6133a1 commit 5f5597cCopy full SHA for 5f5597c
README.md
@@ -1,7 +1,7 @@
1
Indexed DB
2
----------
3
4
-[](https://travis-ci.com/w3c/IndexedDB)
+[](https://travis-ci.com/w3c/IndexedDB)
5
6
This is a repository for the development of the Indexed Database (Third Edition) specification.
7
* [Latest Editor's Draft](https://w3c.github.io/IndexedDB/)
deploy.sh
@@ -3,7 +3,7 @@ set -e # Exit with nonzero exit code if anything fails
# From https://gist.github.com/domenic/ec8b0fc8ab45f39403dd
-SOURCE_BRANCH="master"
+SOURCE_BRANCH="main"
TARGET_BRANCH="gh-pages"
8
9
function doCompile {
0 commit comments