mark error_handler and incomplete_handler as experimental
This commit is contained in:
parent
c3e0bae38f
commit
f186d0bd9c
1 changed files with 5 additions and 1 deletions
|
@ -312,8 +312,12 @@ jsx functions all take a common set of options. not all flags have meaning in al
|
||||||
Config = tuple()
|
Config = tuple()
|
||||||
```
|
```
|
||||||
`Remaining` is the binary fragment or term that caused the error
|
`Remaining` is the binary fragment or term that caused the error
|
||||||
|
|
||||||
`InternalState` is an opaque structure containing the internal state of the parser/decoder/encoder
|
`InternalState` is an opaque structure containing the internal state of the parser/decoder/encoder
|
||||||
`Config` is a list of options/flags in use by the parser/decoder/encoder
|
|
||||||
|
`Config` is a list of options/flags in use by the parser/decoder/encoder
|
||||||
|
|
||||||
|
these functions should be considered experimental for now
|
||||||
|
|
||||||
|
|
||||||
## exports ##
|
## exports ##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue