mirror of
https://github.com/status-im/status-go.git
synced 2025-02-12 14:58:37 +00:00
* Commit initial change for settimeout/setinterval * Add initial tests for jail setTimeout/setInterval * Add ottoext dependency * Add fetch jail test with function * Add dependencies of fetch from ottoext * Refactor with regards to PR review * Refactor with regards to PR review * Fix syntax errors * Fix missing return statement
3 lines
130 B
Go
3 lines
130 B
Go
// Package ottoext contains some extensions for the otto JavaScript interpreter.
|
|
package ottoext // import "fknsrs.biz/p/ottoext"
|