mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #2197 - Part 1a: postMessages should have transferable as [] by default
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1336020
This commit is contained in:
parent
7c759b2c21
commit
438cdbd913
22 changed files with 52 additions and 58 deletions
|
|
@ -19,7 +19,7 @@ interface Worker : EventTarget {
|
|||
void terminate();
|
||||
|
||||
[Throws]
|
||||
void postMessage(any message, optional sequence<any> transfer);
|
||||
void postMessage(any message, optional sequence<any> transfer = []);
|
||||
|
||||
attribute EventHandler onmessage;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue