RunKit + npm: jsdom

node v16.18.0
version: master
endpointsharetweet
const { JSDOM } = require("jsdom@16.7.0") const { window } = new JSDOM(); console.log(window.TextEncoder); console.log(window.TextDecoder);
Created from: https://npm.runkit.com/jsdom
Loading…

no comments

    sign in to comment