File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/spidermonkey-embedding-splicer/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ pub fn stub_wasi(
148148 stub_http_types ( & mut module) ?;
149149 stub_http_outgoing ( & mut module) ?;
150150 }
151- // If HTTP is disabled but fetch-event is enabled we want to stub only the wasi:http/outgoing-handler
152- // import, and leave wasi:http/types will should be used by the fetch-event export .
151+ // If HTTP is disabled but fetch-event is enabled we want to stub only the ` wasi:http/outgoing-handler`
152+ // and leave the rest of ` wasi:http/types` in place for StarlingMonkey's implementation of `FetchEvent` to use .
153153 //
154154 // Note that we cannot *know* that the user will make use of fetch-event, but we must be prepared
155155 // for it, as the feature is enabled.
You can’t perform that action at this time.
0 commit comments