mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
[doclint] add linting for class properties
This patch: - adds linting for class properties - adds documentation for the missing class properties References #14.
This commit is contained in:
@@ -291,7 +291,6 @@ class Request extends Body {
|
||||
this.url = payload.url;
|
||||
this.method = payload.method;
|
||||
this.headers = Headers.fromPayload(payload.headers);
|
||||
this.postData = payload.postData;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user