Skip to content

Commit

Permalink
remove exposed runEventLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Jun 13, 2024
1 parent d44b0e5 commit b6b03ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtins/web/fetch/fetch-api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ bool runEventLoop(JSContext *cx, unsigned argc, Value *vp) {

const JSFunctionSpec methods[] = {
JS_FN("fetch", fetch, 2, JSPROP_ENUMERATE),
JS_FN("runEventLoop", runEventLoop, 0, JSPROP_ENUMERATE),
JS_FN("runEventLoopUntilInterest", runEventLoopUntilInterest, 0, JSPROP_ENUMERATE),
JS_FS_END,
};
Expand Down

0 comments on commit b6b03ea

Please sign in to comment.