mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
10 lines
214 B
JavaScript
10 lines
214 B
JavaScript
global.crypto = require('@trust/webcrypto');
|
|
|
|
window.matchMedia = window.matchMedia || function() {
|
|
return {
|
|
matches : false,
|
|
addListener : function() {},
|
|
removeListener: function() {}
|
|
};
|
|
};
|