TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

[QUESTION] Any plans to include Window-Placement API

Open argmichael opened this issue 3 years ago • 3 comments

Hello! I have read that a feature have to be supported by two major browser engines to be included. However, I was just wondering if there are any plans in the future to include the Window-Placement API? Thank you very much!

argmichael avatar Jun 08 '22 15:06 argmichael

You are right. We need to have this browser support. After that we can (and probably will) add it here.

HolgerJeromin avatar Jun 09 '22 06:06 HolgerJeromin

The whole process is automated.

First it gets all proposals from w3c/webref, then it filters APIs supported by at least two browsers according to mdn/browser-compat-data. It rarely excludes APIs manually.

yume-chan avatar Jul 03 '22 15:07 yume-chan

I have read that a feature have to be supported by two major browser engines to be included.

Well, you answered your own question. In the mean time you can manually install a package like https://www.npmjs.com/package/@types/webscreens-window-placement

guillaumebrunerie avatar Feb 26 '23 09:02 guillaumebrunerie