Skip to content

Commit

Permalink
Fix example variable name typo for queueMicrotask()
Browse files Browse the repository at this point in the history
A follow-up to 7a52b3e.
  • Loading branch information
domenic authored and Alice Boxhall committed Jan 7, 2019
1 parent 0a81a3f commit c43b8b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -91491,7 +91491,7 @@ function sendData(data) {
const stringToSend = JSON.stringify(queuedToSend);
queuedToSend.length = 0;

fetch("/endpoint", string);
fetch("/endpoint", stringToSend);
});
}
}</code></pre>
Expand Down Expand Up @@ -121460,7 +121460,8 @@ INSERT INTERFACES HERE
Philip Taylor,
Philip TAYLOR<!-- a different one -->,
Philippe De Ryck,
Pooja Sanklecha,
Pierre-Arnaud Allumé,
‏ Pooja Sanklecha,
Prashant Hiremath,
Prashanth Chandra,
Prateek Rungta,
Expand Down

0 comments on commit c43b8b1

Please sign in to comment.