ecma262 icon indicating copy to clipboard operation
ecma262 copied to clipboard

Audit host hook points in HTML

Open syg opened this issue 2 years ago • 3 comments

For the most part, HTML integration into ecma262 is done via host hooks. Host hooks are used very much like an embedder passing custom callbacks to an engine. However, some hook points are more ad-hoc, like realm creation.

We should discuss whether these ad-hoc patterns are acceptable editorially, or if we should introduce more formal hook points.

syg avatar Aug 16 '23 22:08 syg