Claas Augner

Results 754 comments of Claas Augner

Moving to mdn/mdn, as this is a feature request.

The breaking change doesn't affect us. > Drop support for Node.js

https://github.com/mdn/browser-compat-data/pull/24909 removed the `spec_url`, but didn't mark it as non-standard. Meanwhile we have clarified in a BCD call that features without `spec_url` should always be marked as non-standard, and @Elchi3...

I ran a [git-bisect-search](https://gist.github.com/caugner/c66ceb32d38552acd81a3fc01c26074b) on a local checkout of https://github.com/caugner/firefox-releases/, and it points to Firefox 4 adding this, see: https://github.com/caugner/firefox-releases/blame/v4/dom/interfaces/events/nsIDOMNSMouseEvent.idl#L61

Can confirm that these are [still present](https://github.com/WebKit/WebKit/blob/6e06607704287078292effe9430556d93c905f1a/Source/WebCore/dom/MouseEvent.idl#L26-L27) in WebKit source code, but we would need to research when these were first introduced. Given that these are non-standard, this isn't a...

FWIW, it looks like these were implemented via https://github.com/WebKit/WebKit/commit/5b920c8b2dc84c3c2bd216cb46b864f9d9614e90 in WebKit [601.1.33](https://github.com/WebKit/WebKit/blob/5b920c8b2dc84c3c2bd216cb46b864f9d9614e90/Source/WebCore/Configurations/Version.xcconfig#L24-L26) before [Safari 9](https://github.com/mdn/browser-compat-data/blob/35d9f2d88524963e81772699f40cfe74f5f64bdc/browsers/safari.json#L92C15-L98). Back then, they were behind the `MOUSE_FORCE_EVENTS` build flag, which appears to have been [enabled...

Apologies, closing in favor of the per-locale PRs by @LeoMcA.

We would record this data as `api.MediaStreamTrack.cursor_constraint`. It looks like the `MediaTrackSettings.cursor` property was implemented in Chrome 71 together with `displaySurface` and `logicalSurface`: https://github.com/chromium/chromium/commit/24e31432c12caf3d26cc9d87c9c6461d6682d509#diff-7f9bb5ec65982897a84b32096a7d89aa6e4a4f85484fe4b140cdc7484f815a07R56 However, it is not obvious if...

According to https://developer.mozilla.org/en-US/docs/Web/API/Window/fetch#browser_compatibility, Chrome 48 and Safari 10.1 added support for `fetch()` with `blob:`. I verified with [this JSBin](https://jsbin.com/ziselesija/edit?js,console,output) that both Chrome 48 and Safari 10.1 already supported `Range` with...