silence console.info
This commit is contained in:
parent
ad8e60d474
commit
98ad17881c
@ -1,5 +1,5 @@
|
||||
|
||||
console.info('DOM implementation in browser')
|
||||
//console.info('DOM implementation in browser')
|
||||
|
||||
/** @type { typeof DOMImplementation.prototype.createDocument } */
|
||||
export function createDocument(...args){
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import { DOMImplementation } from "@xmldom/xmldom"
|
||||
|
||||
console.info('DOM implementation in Node.js based on xmldom')
|
||||
//console.info('DOM implementation in Node.js based on xmldom')
|
||||
|
||||
const implementation = new DOMImplementation()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user