Skip to content

Commit

Permalink
don't initialize #context to null
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGu authored Apr 5, 2023
1 parent 0ad5cfb commit e913dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class URLSearchParams {
#searchParams = [];

// "associated url object"
#context = null;
#context;

static {
setURLSearchParamsContext = (obj, ctx) => {
Expand Down

0 comments on commit e913dfe

Please sign in to comment.