UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

8 lines (6 loc) 109 B
"use strict"; exports.implementation = class NavigatorOnLineImpl { get onLine() { return true; } };