You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also, there is a version mismatch for TextDecoder, the v11.0.0 The class is now available on the global object. item should add on the interface, not the constructor
Affected URL(s)
https://nodejs.org/docs/latest/api/util.html
Description of the problem
per #29524 and https://nodejs.org/en/blog/release/v12.11.0/, it shipped in v12.11.0/, but currently not documented (if inherit from the interface, it'll be v8.3.0, which is not true)
also, there is a version mismatch for
TextDecoder, the v11.0.0 The class is now available on the global object. item should add on the interface, not the constructor