Mikhail Bashkirov

Results 79 comments of Mikhail Bashkirov

I like this idea in general, mainly because it should improve the debugging experience even further. But the potential caveat is: how do we know in advance what to include...

There are some interesting community plugins which might help to explore this idea https://github.com/WICG/import-maps#community-polyfills-and-tooling

> I even wonder if we should deprecate the saucelabs and browserstack plugins. They can still exist as community plugins but not within the modern web repository since we don't...

There might be a good reasons not to support `src`. From MDN https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap > The src, async, nomodule, defer, crossorigin, integrity, and referrerpolicy attributes must not be specified. Pay attention...

Thanks for sharing this link, it does shed some light on this. I quickly scrolled through and didn't find a confirmation about other browsers vendors, except Chrome. There is a...

Not sure if we had a practice before in Modern Web with experimental feature plugins, maybe that can be a sort of in the middle solution. Curious if @thepassle @Westbrook...

I found that we do support HTTPS by using `http2` flag. Can you try adding `http2: true` to your config, and `sslKey` and `sslCert` if needed. ```typescript // @web/test-runner-core/src/config/TestRunnerCoreConfig.ts export...

Can you please make a smallest possible reproduction of this issue?

By `smallest possible reproduction` I mean smth that contains minimum code that is required to show the error, e.g. minimal config and 1 test file with 1 test, not the...

Btw, auto-open which doesn't respect `http2` flag should definitely be fixed. I'm wondering more about the other error you are running into.