diff options
author | stephan <stephan@noemail.net> | 2024-05-09 18:39:54 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-05-09 18:39:54 +0000 |
commit | a8c43830f2bdfe7777350646040f70285a665e9f (patch) | |
tree | f69cf6402cc9f9def780f8e80b80d266ab69c2cf /ext/wasm/common/whwasmutil.js | |
parent | 0e93237b17e652f92a4977abd4c8f8a98804fa4c (diff) | |
download | sqlite-a8c43830f2bdfe7777350646040f70285a665e9f.tar.gz sqlite-a8c43830f2bdfe7777350646040f70285a665e9f.zip |
Add a maintenance-reminder comment explaining [dc58ed65492857].
FossilOrigin-Name: 857f5d7fadce1cfe30b3468826f403f736cfecacb1eb6d3b858b01ea3cfd6ffc
Diffstat (limited to 'ext/wasm/common/whwasmutil.js')
-rw-r--r-- | ext/wasm/common/whwasmutil.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wasm/common/whwasmutil.js b/ext/wasm/common/whwasmutil.js index 326b28e22..b8a2a8774 100644 --- a/ext/wasm/common/whwasmutil.js +++ b/ext/wasm/common/whwasmutil.js @@ -2034,6 +2034,9 @@ globalThis.WhWasmUtilInstaller = function(target){ arguments may be passed in after that one, and what those arguments are, is _not_ part of the public interface and is _not_ stable. + + Maintenance reminder: the Ember framework modifies the core + Array type, breaking for-in loops. */ let i = 0; for(; i < args.length; ++i) args[i] = cxw.convertArgNoCheck( |