Manuel

Results 3 issues of Manuel

I am trying to use the simplest example for a project ``` html Dessert (100g serving) Calories Fat (g) Carbs (g) Protein (g) Sodium (mg) Calcium (%) Iron (%) ```...

Hello! Currently, this lib does not support query params. What I mean is, suppose you have this route ```javascript DeepLinking.addScheme('domain://'); DeepLinking.addRoute('/queryparams/:id', ({id}) => console.log('id: ', id)) ``` when evaluating the...

**To Reproduce** ```javascript import { Window } from "happy-dom"; const window = new Window(); const document = window.document; document.body.innerHTML = ` hi `; const arr1 = Array.from(document.getElementsByClassName("class1 class2")); console.log(arr1.length); //...

bug