mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
relaxed MessagePort.postMessage
This commit is contained in:
@@ -94,7 +94,6 @@ pub const MessagePort = struct {
|
|||||||
|
|
||||||
if (opts_ != null) {
|
if (opts_ != null) {
|
||||||
log.warn(.web_api, "not implemented", .{ .feature = "MessagePort postMessage options" });
|
log.warn(.web_api, "not implemented", .{ .feature = "MessagePort postMessage options" });
|
||||||
return error.NotImplemented;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
try self.pair.dispatchOrQueue(obj, page.arena);
|
try self.pair.dispatchOrQueue(obj, page.arena);
|
||||||
|
|||||||
Reference in New Issue
Block a user