bluebird icon indicating copy to clipboard operation
bluebird copied to clipboard

Cannot read property 'length' of undefined at windowCleaner

Open DanielHara opened this issue 5 years ago • 1 comments

  1. What version of bluebird is the issue happening on? 3.7.1

  2. What platform and version? (For example Node.js 0.12 or Google Chrome 32) Node 12.9.1, [email protected]

  3. Did this issue happen with earlier version of bluebird? Happens on upgrading from 3.7.0 to 3.7.1. 3.7.0 works fine

Upgrading from 3.7.0 to 3.7.1 broke my tests:

TypeError: Cannot read property 'length' of undefined
      at windowCleaner (../../node_modules/jsdom/lib/jsdom/browser/Window.js:487:41)
      at windowCleaner (../../node_modules/jsdom/lib/jsdom/browser/Window.js:488:9)
      at Window.close (../../node_modules/jsdom/lib/jsdom/browser/Window.js:495:6)

DanielHara avatar Oct 28 '19 13:10 DanielHara

I guess this has to do with this jsdom issue: https://github.com/jsdom/jsdom/issues/1636

DanielHara avatar Jan 13 '20 15:01 DanielHara