Commit 0c1c99b
Work around an unknown ArrayBuffer bug in iOS 14.5
In one Tabris.js application we ran into a case where an empty
ArrayBuffer was unexpectedly detached. That caused "Receiver is
detached" type error in `slice()` method.
Since we do not know for sure why and how that ArrayBuffer was happened
to be detached we implement a workaround to prevent this exception.
This issue was not reproducible in any lower version of iOS.
Change-Id: Id4216fdde4aa000ab3a4b8d996a588c0632d52971 parent 8dd6cc7 commit 0c1c99b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments