what’s the application of web IDL in web APIs?
I’m trying to understand web API
term, used in MDN
and after researches, I realized for defining web APIs
, a language called web IDL
is getting utilized, so I wonder why these objects referred as web APIs, why don’t they get created by JavaScript
itself and why there is a necessity to utilize a language as web IDL
?