diff --git a/build/document-template.html b/build/document-template.html index 956f79f..2b98971 100644 --- a/build/document-template.html +++ b/build/document-template.html @@ -133,6 +133,13 @@

Table of Contents

Note that this implementation does not support CBOR "simple" values beyond true, false, null, and the three floating point variants.

+

+ The wrapper concept adds strict type checking to the API. + That is, if an application expects a CBOR integer and calls + getInt32(), an exception will + be thrown if the referenced object is not an instance of + CBOR.Int. +

See also Common Wrapper Methods. ${CBOR_WRAPPERS} ${COMMON_INTRO} @@ -511,6 +518,6 @@

Table of Contents

${VERSION_INFO} API version: 1.0.8. Note that the current API version is accessible through the static property CBOR.version.
- Document version: 2024-09-27 + Document version: 2024-09-28 \ No newline at end of file diff --git a/doc/index.html b/doc/index.html index 3f69666..4c472e3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -247,6 +247,13 @@

2.  CBOR Wrapper Objects

Note that this implementation does not support CBOR "simple" values beyond true, false, null, and the three floating point variants.

+

+ The wrapper concept adds strict type checking to the API. + That is, if an application expects a CBOR integer and calls + getInt32(), an exception will + be thrown if the referenced object is not an instance of + CBOR.Int. +

See also Common Wrapper Methods.
2.1.  CBOR.Int
@@ -1520,6 +1527,6 @@

10.  Version

API version: 1.0.8. Note that the current API version is accessible through the static property CBOR.version.
- Document version: 2024-09-27 + Document version: 2024-09-28 \ No newline at end of file