mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
@@ -377,7 +377,7 @@ function compareDocumentations(actual, expected) {
|
||||
},
|
||||
],
|
||||
[
|
||||
'Method Request.abort() errorCode',
|
||||
'Method HTTPRequest.abort() errorCode',
|
||||
{
|
||||
actualName: 'string',
|
||||
expectedName: 'ErrorCode',
|
||||
|
||||
Reference in New Issue
Block a user