pyodide / webtypy

Python type definitions for web APIs
Mozilla Public License 2.0
13 stars 3 forks source link

Add some failing type tests #12

Open hoodmane opened 9 months ago

hoodmane commented 9 months ago

These added tests include most of the failing mypy checks when I use webtypy with Pyodide.

hoodmane commented 9 months ago

@simonegiacomelli I guess many of the failing tests I added here fail because they refer to an object that is part of the JS language spec but not part of the webidl...