1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-01-11 16:26:28 +01:00

🐛 Boolean(namespace) + mark+ssr

This commit is contained in:
2023-11-10 18:02:56 +01:00
parent 2569b9cd45
commit ad445c9bd3
10 changed files with 20 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
//TODO: https://www.npmjs.com/package/html-element
import { enviroment } from './src/dom-common.js';
enviroment.ssr= true;
enviroment.ssr= " ssr";
const { setDeleteAttr }= enviroment;
/** @param {HTMLElement} obj */
enviroment.setDeleteAttr= function(obj, prop, value){