Albin Larsson

Results 225 comments of Albin Larsson

`useNetworkInformation` (default `true`) means use [downlink](https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation/downlink), if available (Chrome) to set the initial default estimate instead of the config option `config.abr.defaultBandwidthEstimate` (default 1mbit/s). There's really nothing more to NetworkInformation than...

It turned out that we historically started using `@MyCompanyName` in our tags, but changed the scope name to lowercase for npm later as cased scopes werent supported, but the tag...

This workaround works for me. ```ts import { GlobalRegistrator } from "@happy-dom/global-registrator"; const bunFetch = fetch; GlobalRegistrator.register(); window.fetch = bunFetch; ``` But it will not work when happy-dom is evaluating...

> How do you envision the main interaction between the main process and the extensions when they are not persistent? Still the same websocket comms method? I definitely want to...

If you only want to include one file this works : http://stackoverflow.com/questions/27278199/including-mixins-in-pyjade-workaround (since no one here has mentioned any better solution)