mirror of
https://github.com/pysunday/sdenv.git
synced 2025-04-12 03:37:16 +08:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
module.exports = (sdenv) => {
|
|
const window = sdenv.memory.sdWindow;
|
|
|
|
window.styleMedia = sdenv.tools.getNativeProto('StyleMedia', 'styleMedia', {
|
|
type: 'screen'
|
|
})[1];
|
|
}
|