chore: rename Request class to HTTPRequest (#5934)

It conflicts with an inbuilt TypeScript `Request` type so can cause
confusion when in TS land. Note: `Response.ts` and `Worker.ts` also
suffer from this; PRs to rename them are incoming.
This commit is contained in:
Jack Franklin
2020-05-29 09:38:40 +01:00
committed by GitHub
parent 9737059400
commit 8e8a9df3dd
8 changed files with 47 additions and 47 deletions

View File

@@ -377,7 +377,7 @@ function compareDocumentations(actual, expected) {
},
],
[
'Method Request.abort() errorCode',
'Method HTTPRequest.abort() errorCode',
{
actualName: 'string',
expectedName: 'ErrorCode',