Vse Mozhe Buty

Results 43 comments of Vse Mozhe Buty

In [18.5.2 BigInt.prototype.* methods](https://exploringjs.com/impatient-js/ch_bigints.html#bigint.prototype.-methods): there may be unupdated placeholders — `BigInt.prototype.toLocaleString(reserved1?, reserved2?)`. [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt/toLocaleString#syntax) suggests `BigInt.prototype.toLocaleString([locales [, options]])`

**6.1.2 Modules** ```js // Import whole module as namespace object `path` import * as path from 'path'; ``` Is `'path'` a bit surprising here (as only module file paths were...

Could you provide a minimal code that reproduces the issue?

This can help: https://www.nearform.com/blog/node-js-is-getting-a-new-v8-with-turbofan/

And what a pity that **rangy** `Selection` and `innerText` library is not compatible with **jsdom**: https://github.com/timdown/rangy/issues/348

Firefox has implemented: https://bugzilla.mozilla.org/show_bug.cgi?id=264412 WHATWG semms to approve: https://github.com/whatwg/compat/issues/5#issuecomment-168049752

As to layout support requirement: https://github.com/rocallahan/innerText-spec/issues/2

Is there any plan to implement it because of WHATWG adoption?

Is there any lib for this to plug along with jsdom?