]> Lady’s Gitweb - Lemon/blob - window/deps.js
[window] Polyfill top‐level D·O·M interfaces
[Lemon] / window / deps.js
1 // 🍋🏷 Lemon ∷ window/deps.js
2 // ====================================================================
3 //
4 // Copyright © 2022 Lady [@ Lady’s Computer].
5 //
6 // This Source Code Form is subject to the terms of the Mozilla Public
7 // License, v. 2.0. If a copy of the MPL was not distributed with this
8 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
9
10 export {
11 DOMImplementation,
12 DOMParser,
13 XMLSerializer,
14 } from "https://esm.sh/@xmldom/xmldom@0.8.2";
15 export { xhtmlNamespace } from "../names.js";
This page took 0.16989 seconds and 5 git commands to generate.