...
Expand | ||
---|---|---|
| ||
The shim module in the CHAN library allows us to simulate API functions which don’t exist under Iguana X that used to be under Iguana 6. This includes things like iguana.channelName() which don’t make sense for Iguana X which no longer has channels. Here’s more documentation on shim functions: | ||
root | shim functions | startDepth | 0See shim functions.
Expand | ||
---|---|---|
| ||
Since the shim module is designed to be a temporary solution during your migration, what are some strategies to deal with the missing obsolete Iguana 6 APIs in your new Iguana X environment? Our team is experimenting with streamlining this with A library to recreate Iguana 6 APIs for easier porting of code. |
...