navigation
navigation copied to clipboard
Native JavaScript navigation [web api] implementation
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Version (i.e. v2.x.x)...
### Prerequisites - [X] I have written a descriptive issue title - [x] I have searched existing issues to ensure it has not already been reported ### Version (i.e. v2.x.x)...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Version (i.e. v2.x.x)...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Version (i.e. v2.x.x)...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Version (i.e. v2.x.x)...
## 🚀 Feature Proposal Replace Web Platform Tests functionality with [wpt-runner](https://github.com/domenic/wpt-runner) ## Motivation Currently Web Platform Tests (WPT) are implemented using playwright and replacing the available globals, this is difficult...
Can I politely and kindly request that this project adopt a changelog as per [keep a changelog](https://keepachangelog.com/en/1.1.0/)? ## What is a changelog? A changelog is a file which contains a...
This PR reworks the serialization code to use `JSON.stringify` and `JSON.parse` instead of structured clone and a third-party serialization polyfill/helper. A new function called `configureSerialization(...)` has been added to provide...