UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

10 lines (7 loc) 277 B
"use strict"; // https://html.spec.whatwg.org/multipage/obsolete.html#dom-external exports.implementation = class ExternalImpl { // The AddSearchProvider() and IsSearchProviderInstalled() methods must do nothing AddSearchProvider() {} IsSearchProviderInstalled() {} };