### Describe the feature Constructors of objects that require more than one argument, such as `Request` and `URL`, are treated as failures. ```json { "name": "api.Request.Request", "info": { "code": "bcd.testConstructor('Request')", "exposure": "Window" }, "result": null, "message": "threw TypeError: Error calling function with 0 argument(s) while 1 where expected" }, ``` I think I understand where I need to correct the problem, and I would like to raise the PR after this. ### Additional information - [x] Would you be willing to help implement this feature?