relaxed MessagePort.postMessage

This commit is contained in:
nikneym
2025-09-18 17:07:12 +03:00
parent 36ce227bf6
commit 51830f5907

View File

@@ -94,7 +94,6 @@ pub const MessagePort = struct {
if (opts_ != null) {
log.warn(.web_api, "not implemented", .{ .feature = "MessagePort postMessage options" });
return error.NotImplemented;
}
try self.pair.dispatchOrQueue(obj, page.arena);