summaryrefslogtreecommitdiff
path: root/packages/integrations/lit/server-shim.js
blob: 0c1fde3837b8c7e44d05010d755f6dc051c91839 (plain) (blame)
1
2
3
4
5
6
7
import { installWindowOnGlobal } from '@lit-labs/ssr/lib/dom-shim.js';
installWindowOnGlobal();

window.global = window;
document.getElementsByTagName = () => [];
// See https://github.com/lit/lit/issues/2393
document.currentScript = null;