mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 04:18:35 +00:00
This would previously be printed in part of the test log:
(node:1628) [DEP0016] DeprecationWarning: 'root' is deprecated, use 'global'
Apparently, the global object was once called root, and this assignment
didn't have a `var`, so it was actually setting the global object.
I do wonder why that didn't break anything, but this is clearly what was
intended.
|
||
|---|---|---|
| .. | ||
| allow-events.js | ||
| atoms-cache.js | ||
| cache-extensions.js | ||
| change-property.js | ||
| changeGC.js | ||
| client-message.js | ||
| configure-request.js | ||
| configure-window.js | ||
| connect.js | ||
| connection-utils.js | ||
| core-CreateWindow.js | ||
| core-ForceScreenSaver.js | ||
| core-KillKlient.js | ||
| core-properties.js | ||
| createGC.js | ||
| dpms.js | ||
| errors.js | ||
| randr.js | ||
| sequence-overflow.js | ||
| smoke-require-ext.js | ||
| xtest.js | ||