mirror of
https://github.com/pysunday/sdenv.git
synced 2025-04-12 03:37:16 +08:00
7 lines
206 B
JavaScript
7 lines
206 B
JavaScript
const getDocumentAll = require('@/build/Release/documentAll').getDocumentAll;
|
|
module.exports = (sdenv) => {
|
|
const window = sdenv.memory.sdWindow;
|
|
|
|
window.document.all = getDocumentAll({ length: 3 });
|
|
}
|