You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Let |serviceWorker| be the [=/service worker=] represented by [=this=].
460
460
1. Let |incumbentSettings| be the [=incumbent settings object=].
461
461
1. Let |incumbentGlobal| be |incumbentSettings|'s [=environment settings object/global object=].
462
-
1. Let |serializeWithTransferResult| be <a abstract-op>StructuredSerializeWithTransfer</a>(|message|, |options|.transfer). Rethrow any exceptions.
462
+
1. Let |serializeWithTransferResult| be <a abstract-op>StructuredSerializeWithTransfer</a>(|message|, |options|["{{StructuredSerializeOptions/transfer}}"]). Rethrow any exceptions.
463
463
1. If the result of running the [=Should Skip Event=] algorithm with "message" and |serviceWorker| is true, then return.
464
464
1. Run these substeps [=in parallel=]:
465
465
1. If the result of running the [=Run Service Worker=] algorithm with |serviceWorker| is *failure*, then return.
1. Let |sourceSettings| be the |contextObject|'s [=relevant settings object=].
1216
-
1. Let |serializeWithTransferResult| be <a abstract-op>StructuredSerializeWithTransfer</a>(|message|, |options|.transfer). Rethrow any exceptions.
1216
+
1. Let |serializeWithTransferResult| be <a abstract-op>StructuredSerializeWithTransfer</a>(|message|, |options|["{{StructuredSerializeOptions/transfer}}"]). Rethrow any exceptions.
0 commit comments