mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
b1cee59fcb
In the for-in loops, there were a few places where we forgot to check if objects owned some properties, so I added them. |
||
---|---|---|
.. | ||
00_webidl.js | ||
Cargo.toml | ||
internal.d.ts | ||
lib.rs | ||
README.md |
deno_webidl
This crate implements WebIDL for Deno. It consists of infrastructure to do ECMA -> WebIDL conversions.