Skip to content

Commit e913dfe

Browse files
authored
don't initialize #context to null
1 parent 0ad5cfb commit e913dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class URLSearchParams {
246246
#searchParams = [];
247247

248248
// "associated url object"
249-
#context = null;
249+
#context;
250250

251251
static {
252252
setURLSearchParamsContext = (obj, ctx) => {

0 commit comments

Comments
 (0)