Mathias Bynens

Results 221 issues of Mathias Bynens

https://w3c.github.io/webdriver-bidi/#command-session-new

Consider the following collection: ```js const array = ['a', 'b', 'c']; ``` Retrieving `array[0]` can be done relatively quickly. However, when the property doesn’t exist on the receiver, JavaScript engines...

Allowing `.read(0)` enables simpler code in cases like the following (which I just ran in to): ``` js reader.read(0x2, function(byteCount, buffer) { // The next 2 bytes indicate the size...

[_**A horrifying `globalThis` polyfill in universal JavaScript**_](https://mathiasbynens.be/notes/globalthis) describes a technique that could be useful for this project. Instead of the current approach of [detecting known environment-specific references to the global...

https://github.com/googlefonts/color-fonts/blob/main/test.htm contains a test page. Have you considered making it available at `https://googlefonts.github.io/color-fonts/blob/main/test.htm`? (Could be done by enabling GitHub Pages.)

This patch also adds some more tests for this new feature. Follow-up to https://github.com/nodejs/node/pull/39814.

util
needs-ci

http://updates.html5rocks.com/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android

There are some minor feed validation errors that we may want to fix: http://feedvalidator.org/check.cgi?url=https%3A%2F%2Fdev.opera.com%2Ffeed%2F @pepelsbey What do you think?

bug

Similar to #19, except this time it’s the HTML content that needs to be imported. Also, leading whitespace must be removed (else Markdown parser thinks it’s all preformatted code blocks)...

enhancement

Articles marked as deprecated should get this in the ``: ``` html ```

feature