Skip to content

Commit 98fe34d

Browse files
feat(roll): roll to 1.49 Playwright (#1619)
1 parent 1570737 commit 98fe34d

File tree

139 files changed

+150
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+150
-13
lines changed

nodejs/versioned_docs/version-stable/accessibility-testing.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ test('example using custom fixture', async ({ page, makeAxeBuilder }) => {
416416
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
417417
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
418418
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
419+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
419420
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
420421
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
421422
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/actionability.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ For example, consider a scenario where Playwright will click `Sign Up` button re
196196
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
197197
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
198198
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
199+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
199200
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
200201
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
201202
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api-testing.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ test('global context request has isolated cookie storage', async ({
456456
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
457457
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
458458
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
459+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
459460
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
460461
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
461462
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-accessibility.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ function findFocusedNode(node) {
239239
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
240240
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
241241
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
242+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
242243
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
243244
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
244245
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-android.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ android.setDefaultTimeout(timeout);
326326
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
327327
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
328328
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
329+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
329330
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
330331
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
331332
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-androiddevice.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ androidDevice.on('webview', data => {});
10141014
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
10151015
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
10161016
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
1017+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
10171018
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
10181019
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
10191020
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-androidinput.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ await androidInput.type(text);
240240
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
241241
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
242242
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
243+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
243244
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
244245
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
245246
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-androidsocket.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ androidSocket.on('data', data => {});
167167
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
168168
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
169169
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
170+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
170171
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
171172
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
172173
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-androidwebview.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ androidWebView.on('close', data => {});
162162
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
163163
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
164164
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
165+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
165166
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
166167
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
167168
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-apirequest.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ await apiRequest.newContext(options);
242242
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
243243
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
244244
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
245+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
245246
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
246247
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
247248
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-apirequestcontext.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ await apiRequestContext.storageState(options);
704704
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
705705
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
706706
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
707+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
707708
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
708709
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
709710
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-apiresponse.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ apiResponse.url();
273273
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
274274
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
275275
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
276+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
276277
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
277278
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
278279
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-apiresponseassertions.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ expect(response).not
145145
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
146146
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
147147
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
148+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
148149
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
149150
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
150151
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-browser.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ browser.on('disconnected', data => {});
924924
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
925925
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
926926
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
927+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
927928
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
928929
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
929930
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-browsercontext.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,7 @@ await browserContext.setHTTPCredentials(httpCredentials);
13931393
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
13941394
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
13951395
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
1396+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
13961397
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
13971398
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
13981399
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-browserserver.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ browserServer.on('close', data => {});
181181
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
182182
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
183183
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
184+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
184185
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
185186
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
186187
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-browsertype.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ browserType.name();
773773
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
774774
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
775775
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
776+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
776777
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
777778
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
778779
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-cdpsession.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ await cdpSession.send(method, params);
153153
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
154154
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
155155
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
156+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
156157
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
157158
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
158159
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-clock.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ await page.clock.setSystemTime('2020-02-02');
271271
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
272272
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
273273
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
274+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
274275
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
275276
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
276277
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-consolemessage.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ consoleMessage.type();
209209
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
210210
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
211211
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
212+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
212213
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
213214
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
214215
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-coverage.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ await coverage.stopJSCoverage();
265265
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
266266
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
267267
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
268+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
268269
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
269270
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
270271
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-dialog.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ dialog.type();
224224
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
225225
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
226226
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
227+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
227228
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
228229
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
229230
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-download.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ download.url();
269269
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
270270
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
271271
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
272+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
272273
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
273274
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
274275
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-electron.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ await electron.launch(options);
262262
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
263263
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
264264
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
265+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
265266
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
266267
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
267268
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-electronapplication.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ electronApplication.on('window', data => {});
393393
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
394394
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
395395
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
396+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
396397
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
397398
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
398399
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-elementhandle.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1668,6 +1668,7 @@ This method does not work across navigations, use [page.waitForSelector()](/api/
16681668
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
16691669
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
16701670
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
1671+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
16711672
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
16721673
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
16731674
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-filechooser.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ await fileChooser.setFiles(files, options);
196196
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
197197
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
198198
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
199+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
199200
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
200201
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
201202
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-fixtures.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ test('basic test', async ({ request }) => {
229229
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
230230
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
231231
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
232+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
232233
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
233234
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
234235
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

nodejs/versioned_docs/version-stable/api/class-frame.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -2733,6 +2733,7 @@ await frame.waitForTimeout(timeout);
27332733
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
27342734
[Buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer "Buffer"
27352735
[ChildProcess]: https://nodejs.org/api/child_process.html "ChildProcess"
2736+
[Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date "Date"
27362737
[Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"
27372738
[EventEmitter]: https://nodejs.org/api/events.html#events_class_eventemitter "EventEmitter"
27382739
[function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function "Function"

0 commit comments

Comments
 (0)