mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
5 years ago
5 changed files with 13 additions and 15 deletions
@ -1,10 +1,8 @@ |
|||
define: DUK_USE_GLOBAL_BINDING |
|||
introduced: 2.1.0 |
|||
default: false |
|||
default: true |
|||
tags: |
|||
- ecmascript |
|||
- experimental |
|||
description: > |
|||
Provide a 'global' binding (https://github.com/tc39/proposal-global). |
|||
Disabled by default because it's still a proposal and there may be |
|||
reasons it won't be widely implemented: https://github.com/tc39/proposal-global/issues/20. |
|||
Provide a 'globalThis' binding (https://github.com/tc39/proposal-global). |
|||
|
Loading…
Reference in new issue