Quint van Zijl

Results 5 issues of Quint van Zijl

It would be nice if there was support for list constraints in particulair: `minListLength` and `maxListLength` ```graphql input Example { beep: [Int!]! @constraint(minListLength: 3) boop: [String!]! @constraint(maxListLength: 3) } ```

enhancement

The `MediaRecorder.isTypeSupported` method determines which MIME types are supported by a user's browser to be recorded to a blob.

A source to detect the highest version of JavaScript supported by the user's browser.

The getSupportedConstraints() method of the [MediaDevices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices) interface returns an object based on the [MediaTrackSupportedConstraints](https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSupportedConstraints) dictionary, whose member fields each specify one of the constrainable properties the [user agent](https://developer.mozilla.org/en-US/docs/Glossary/User_agent) understands.

- Added typing-file for the options - Removed the default value of the exclude-option to avoid confusing behaviour (excluding node_modules when you dont expect it to) - Extracted the extensions...