mirror of
https://github.com/robertkrimen/otto
synced 2025-10-12 20:27:30 +08:00
Merge pull request #119 from flowlo/patch-1
Fix README: s/windows/window/
This commit is contained in:
commit
1704aa9869
|
@ -221,7 +221,7 @@ the interrupt channel to do this:
|
||||||
Where is setTimeout/setInterval?
|
Where is setTimeout/setInterval?
|
||||||
|
|
||||||
These timing functions are not actually part of the ECMA-262 specification.
|
These timing functions are not actually part of the ECMA-262 specification.
|
||||||
Typically, they belong to the `windows` object (in the browser). It would not be
|
Typically, they belong to the `window` object (in the browser). It would not be
|
||||||
difficult to provide something like these via Go, but you probably want to wrap
|
difficult to provide something like these via Go, but you probably want to wrap
|
||||||
otto in an event loop in that case.
|
otto in an event loop in that case.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user