Skip to content

Commit

Permalink
Minus t
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Apr 11, 2024
1 parent bb335ca commit 74858f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/mini-racer-v0.11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ PyMiniRacer has no `window` object.) Turns out we can write a pure-JS
of
[`Atomics.waitAsync`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/waitAsync).
I stole this insight from the PyMiniRacer unit tests and spun it into a
glorified `settTimeout` / `clearTimeout` wrapper in what felt like one of those
glorified `setTimeout` / `clearTimeout` wrapper in what felt like one of those
silly improbable interview questions ("Please build thing A using only
half-broken tools B and C!").

Expand Down

0 comments on commit 74858f1

Please sign in to comment.