node/test/fixtures/wpt
Sankalp Shubham a0634d7f89
url: add value argument to has and delete methods
The change aims to add value argument to two methods of URLSearchParams
class i.e the has method and the delete method. For has method, if
value argument is provided, then use it to check for presence. For
delete method, if value argument provided, use it to delete.

Fixes: https://github.com/nodejs/node/issues/47883
PR-URL: https://github.com/nodejs/node/pull/47885
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2023-05-15 11:37:35 +02:00
..
common test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
console
dom test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
encoding test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
fetch/data-urls/resources buffer,lib: update atob to align wpt's base64.json 2022-10-09 13:20:42 +08:00
FileAPI test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
hr-time test: update hr-time web platform tests 2022-08-08 09:54:59 +00:00
html/webappapis test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
interfaces perf_hooks: fix webperf idlharness 2022-10-04 00:55:58 +08:00
performance-timeline
resource-timing perf_hooks: fix webperf idlharness 2022-10-04 00:55:58 +08:00
resources test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
streams test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
url url: add value argument to has and delete methods 2023-05-15 11:37:35 +02:00
user-timing
wasm test: update wasm/jsapi WPT 2023-03-31 10:48:42 +00:00
WebCryptoAPI test,crypto: update WebCryptoAPI WPT 2023-05-12 11:57:22 +02:00
webidl/ecmascript-binding/es-exceptions
webmessaging/broadcastchannel test: update WPT resources, common, streams, FileAPI, broadcastchannel 2023-03-07 10:19:23 +01:00
.gitignore
LICENSE.md test: update WPT resources 2022-10-17 17:29:46 +08:00
README.md url: add value argument to has and delete methods 2023-05-15 11:37:35 +02:00
versions.json url: add value argument to has and delete methods 2023-05-15 11:37:35 +02:00

Web Platform Test Fixtures

The files in this folder, including this document, are generated by git node wpt.

This folder contains a subset of the Web Platform Tests for the implementation of Web APIs in Node.js.

See test/wpt for information on how these tests are run.

Last update: