feat: implement Web Cache API (#15829)

This commit is contained in:
Satya Rohith 2022-09-28 17:41:12 +05:30 committed by GitHub
parent 1156f726a9
commit b312279e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 1632 additions and 6 deletions

View file

@ -465,11 +465,12 @@
}
window.__bootstrap.headers = {
Headers,
headersFromHeaderList,
headerListFromHeaders,
fillHeaders,
getDecodeSplitHeader,
guardFromHeaders,
fillHeaders,
getHeader,
Headers,
};
})(this);