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