Add native API for reporting an exception
https://html.spec.whatwg.org/multipage/webappapis.html#report-an-exception
@andreiltd is this different from the existing builtins::web::dom_exception::DOMException::raise?
hi @andreiltd can i work on this seems like good first issue or do i need context ?
hi @andreiltd can i work on this seems like good first issue or do i need context ?
Hey @iamrajiv , of course! Indeed it looks like a good first issue although, as Till mentioned, you will need to verify if the spec linked in this issue is different from the existing builtins::web::dom_exception::DOMException::raise. I'm also happy to help with whatever you need to land your first contribution.
Hi @tschneidereit, I went through the code and the issue properly. I need to update things here, right? https://github.com/bytecodealliance/StarlingMonkey/blob/main/builtins/web/event/event-target.cpp#L558 Also, I need to make the builtins file too with the HTML spec algorithm.