DOM99
DOM99 copied to clipboard
Investigate scopes equivalent that do not work the same
investigate why both cases are different sometimes
d.feed(
d.scopeFromArray([scope, 'x']),
x
);
d.feed(
scope,
{x}
);