Jon Koops
Jon Koops
Replaces the custom animation frame API from `Util` with the standardized methods. These are now available in all browsers within our support target, so there is no longer required to...
We're porting the Leaflet testsuite from [Karma to Web Test Runner](https://github.com/Leaflet/Leaflet/pull/9242), and noticed that the test run seems to terminate seemingly at random. This can be reproduced by running the...
The `@esm-bundle/chai` dependency [recommended in the documentation](https://modern-web.dev/guides/test-runner/getting-started/#setup-tools) has not received maintenance for several years. The official `chai` package has supported ESM since version 4.3.0, so it is therefore no longer...
Changes the router for the Account Console from a [hash based](https://reactrouter.com/en/main/routers/create-hash-router) router to a [browser based](https://reactrouter.com/en/main/routers/create-browser-router) one, which is the recommended router for React Router projects. This will allow the...
**What kind of change does this PR introduce?** - [ ] Bug Fix - [ ] Feature - [ ] Refactoring - [ ] Style - [ ] Build -...
**What kind of change does this PR introduce?** - [ ] Bug Fix - [ ] Feature - [ ] Refactoring - [ ] Style - [ ] Build -...
**What kind of change does this PR introduce?** - [ ] Bug Fix - [ ] Feature - [ ] Refactoring - [ ] Style - [ ] Build -...
Internet Explorer has been unmaintained for years, hence the `InternetExplorerDriver` is just dead weight as this point and should be removed. See earlier discussion under #402
Hi, consider this as much a question as an issue report. I am quite new to the Rust ecosystem, so forgive me if this comes across as a tad ignorant....