Blame view

lib/jsdom/living/window/External-impl.js 277 Bytes
858f2bdf5   Boyan Georgiev   fixes
1
2
3
4
5
6
7
8
9
  "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() {}
  };