What are the predefined primitive constructors?

前端 未结 1 1752
清歌不尽
清歌不尽 2021-01-25 15:53

In a browser experience, programmed constructors are used to generate artifacts in that environment.

  • Is there a comprehensive list of all the predefined primitive
相关标签:
1条回答
  • 2021-01-25 16:57

    The Mozilla Developer Center on Javascript is a common reference point for core javascript constructors. The DOM Reference section contains a lot of the stuff specific to the browser environment.

    There are more constructors, documented in various sections throughout the MDC. SVG, XUL, Canvas, WebGL, and others all have their own APIs and expose their own objects.

    0 讨论(0)
提交回复
热议问题