Skip to content

Instantly share code, notes, and snippets.

View GrosSacASac's full-sized avatar
🍎
Eating an apple

GrosSacASacs GrosSacASac

🍎
Eating an apple
View GitHub Profile
@GrosSacASac
GrosSacASac / main.js
Created November 30, 2020 12:50
rollup-warning-reproduction
import {rollup} from "rollup/dist/es/rollup.js";
@GrosSacASac
GrosSacASac / importNode-polyfill.js
Last active February 14, 2024 02:56 — forked from dchambers/importNode-polyfill.js
importNode() polyfill for IE8
'use strict';
if(!window.DocumentFragment && window.HTMLDocument) {
window.DocumentFragment = HTMLDocument;
}
if(!document.ELEMENT_NODE) {
document.ELEMENT_NODE = 1;
document.ATTRIBUTE_NODE = 2;
document.TEXT_NODE = 3;
I am the Miaou user with id 245 and name "Walle_Cyril" on https://dystroy.org/miaou