web icon indicating copy to clipboard operation
web copied to clipboard

Guides, tools and libraries for modern web development.

Results 360 web issues
Sort by recently updated
recently updated
newest added

## What I did 1. Upgraded `selenium-standalone` version.

## What I did Fixes #1072 1. Added `setWindowSize()` to Webdriver launcher (only in "SessionManager" used with `concurrency: 1`) 2. Updated `setViewportPlugin()` to use the new `setWindowSize()` API with Webdriver...

## What I did 1. Polyfill `structuredClone` to support browsers that do not implement in natively, e.g. Safari below v15.4 (https://developer.mozilla.org/en-US/docs/Web/API/Window/structuredClone#browser_compatibility)

## What I did 1. Added an export for types for the config-loader package I was about to start using this package but had my typescript setup not finding the...

This removes the dom5 copy we've been keeping around in modernweb, and instead uses the parse5/tools package (from parse5 org itself). TODO: parse5/tools is an esm-only package, so this build...

blocked on ES modules

## What I did 1. Checks the flag report to see if the report needs to be generated fixes #2828

If we are seeing too many object iterations, we know something is off. This can happen when we are seeing e.g. large linked lists where every element recursively has access...

## What I did 1. Collects test coverage whenever the coverage is executed, not just when using the native instrumentation. Fixes #2719 Fixes #2777

Hi, I have a date input custom element that I am testing using `sendKeys`. Here is an extract of the tests : ```ts it('should update the value after user input',...