Commit 4a03ae4
Playground: wire TextEncoder polyfill from JsRuntimeHost
JsRuntimeHost #171 added a TextEncoder polyfill alongside the
existing TextDecoder one (per @bghgary's review feedback on this
PR, where the polyfill originally lived in BN itself). Bump the
JsRuntimeHost pin and link / initialize TextEncoder the same way
TextDecoder is linked / initialized.
Pin bump:
1e9b17e4 (Bump UrlLib pin) -> 81b01d2e (Add TextEncoder polyfill)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e42099c commit 4a03ae4
3 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| 194 | + | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
| |||
0 commit comments