You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only a handful of natives are linked to the MDN documentation. With the advent of ES6 and the rapid pace that new APIs are specced for the web platform, the list is lacking, but it may be possible to extend this to include almost everything, including new APIs that are added regularly.
Kuma (MDN's wiki platform) is able to return JSON content for pages, including a list of subpages. For example, adding $children to the JavaScript Reference/Global Objects URL will return all the native JavaScript objects available in the global scope in a parseable format:
Likewise, the Web API Interface index can be obtained in the same manner. Therefore, it should be possible to generate these links automatically, albeit with an addition compilation time cost.
The text was updated successfully, but these errors were encountered:
Currently, only a handful of natives are linked to the MDN documentation. With the advent of ES6 and the rapid pace that new APIs are specced for the web platform, the list is lacking, but it may be possible to extend this to include almost everything, including new APIs that are added regularly.
Kuma (MDN's wiki platform) is able to return JSON content for pages, including a list of subpages. For example, adding
$children
to the JavaScript Reference/Global Objects URL will return all the native JavaScript objects available in the global scope in a parseable format:Likewise, the Web API Interface index can be obtained in the same manner. Therefore, it should be possible to generate these links automatically, albeit with an addition compilation time cost.
The text was updated successfully, but these errors were encountered: