Skip to content

Commit

Permalink
Remove vestigial concurrentNodeIterators option-passing
Browse files Browse the repository at this point in the history
This had no effect and was a remnant of the pre-v12 old API.
  • Loading branch information
domenic committed Mar 28, 2021
1 parent c92f9c1 commit 93e3d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jsdom/browser/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ function Window(options) {
url: options.url,
lastModified: options.lastModified,
referrer: options.referrer,
concurrentNodeIterators: options.concurrentNodeIterators,
parseOptions: options.parseOptions,
defaultView: this._globalProxy,
global: this,
Expand Down

0 comments on commit 93e3d4a

Please sign in to comment.