`

Prevent IE crash console.log

阅读更多
origin
  When the console is close and we call console.log from javascript most of the times Internet Explorer will crash with the message:  Error:'console' is undefined

if (typeof console == 'undefined')   {
    var console = new Object();
    console.log = function(){}
    console.error = function(){}
    console.debug = function(){}
    console.warn = function(){}
}
分享到:
评论

相关推荐

    prevent的相关用法.doc

    Prevent 的相关用法 Prevent 是一个多功能的英语单词,它可以作为动词、名词和形容词使用。下面我们将详细介绍 Prevent 的各种用法和词性。 动词用法 作动词时,Prevent 有多种用法: 1. 防止某事的发生:例如,...

    JavaScript 教程

    console.log("Hello, World!"); ``` 或者 ```html <script src="script.js"> ``` JavaScript输出包括使用`console.log()`或`document.write()`等方法将信息显示在控制台或HTML页面上。不过,`document.write()`在...

    promise-require:一个约定样式的commonjs-require

    console.log(exports); //your commonjs module.exports }); ###例如: [removed][removed] [removed] //make sure you are not in file path in order to prevent CORS require('test').then(function...

    Prevent Restore 4.11官方中文版.zip

    Prevent Restore用于帮助你删除被删除的文件,使这些文件无法通过数据恢复软件所恢复。内置多种删除模式,可清理未使用的文件表中的记录,清洁文件表中的所有记录,其中包含有关删除的文件的信息。覆盖可用磁盘空间...

    Dropout:A Simple Way to Prevent Neural Networks from Overfitting.zip

    《Dropout:一种防止神经网络过拟合的简单方法》 在深度学习领域,过拟合是一个常见的问题,它指的是模型在训练集上表现良好,但在测试集或新数据上性能急剧下降。过拟合是由于模型过度依赖训练数据中的特定特征,...

    简单好用的环境右键菜单VueContextMenu

    { name: '复制', action: () => console.log('复制') }, { name: '粘贴', action: () => console.log('粘贴') }, { separator: true }, { name: '删除', action: () => console.log('删除') } ] } } ``` 接...

    wrap-prevent-default:包装事件处理程序,以便在可用时为您提供e.preventDefault()。 (即直接调用也可以)

    var prevDflt = require ( "wrap-prevent-default" ) ; var handler = prevDflt ( function ( event ) { console . log ( "I've been clicked!" ) ; } ) ; //attach it to the onclick handler somehow... ...

    vue学习笔记vue学习笔记

    在 `<script>` 中定义事件处理函数,例如 `methods:{show(event){console.log(event)},show2(event,num){console.log(event,num)}}`。 七、事件修饰符 在 Vue 中,可以使用事件修饰符来修改事件的行为。例如,`...

    vue组件添加事件@click.native操作

    1,给vue组件绑定事件时候,必须加上native ,否则会认为监听的是来自Item组件自定义的事件 2,等同于在子组件中: 子组件内部处理click事件然后向外发送click事件:$emit(“click”.fn) <Item xss=removed></Item>...

    JS+flash实现复制兼容性

    // IE specific code path to prevent textarea being shown while dialog is active. return clipboardData.setData('Text', textToCopy ); } else if (document.queryCommandSupported && document....

    【JavaScript源代码】vue 实现click同时传入事件对象和自定义参数.docx

    console.log(e); } } }) ``` 这里的`e`实际上是对触发事件的DOM元素的事件对象,包含了关于事件的详细信息,如事件类型、目标元素等。然而,在上面的例子中,我们只传递了一个自定义参数123,并没有传递事件对象...

    vue 请求后台数据的实例代码

    console.log(response.data); // get body data // this.someData = response.body; }, response => { console.log("error"); }); } ``` 二、跨域请求解决方案 在实现数据请求时,我们可能会遇到跨域请求的...

    解决Vue @submit 提交后不刷新页面问题

    补充知识:@submit.prevent阻止默认事件提交 例如: 以上这篇解决Vue @submit 提交后不刷新页面问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持软件开发网。

    html5拖拽上传.

    console.log('已经上传了' + Math.round((e.loaded * 100) / e.total) + '%'); }; ``` - `onreadystatechange`:监控HTTP请求的状态变化。 - `onprogress`:监控文件上传进度。 #### 四、结论 拖拽上传功能极...

    使用Vue.js实现一个注册页面操作步骤

    console.log('电子邮件:', this.email); console.log('密码:', this.password); // 验证逻辑,例如检查用户名是否已存在 // 如果验证通过,可以调用 API 进行注册操作 } } }; .registration-container...

    vue中touch和click共存的解决方式

    console.log("touchstart event!"); }); Button.addEventListener("click", e => { e.preventDefault(); console.log("click event!"); }); ``` **方法二:基于功能检测绑定事件** 检测浏览器是否支持`...

    vue.js学习加油

    此外,`v-on`还支持修饰符,如`.prevent`来阻止事件的默认行为,`.stop`来阻止事件冒泡,`.capture`在捕获阶段触发事件,`.once`只触发一次等。例如,阻止表单提交的默认行为: ```html <form @submit.prevent=...

    SourceInsight 4.00.0124版本

    ie: C:\Program Files (x86)\Source Insight 4.0 This is the patch itself, helps to skip RSA signature checking, same time prevent access to internet. 3. Use keygen "si4_kgen_unis.exe" to generate the...

    prevent-autofill.js:尝试阻止浏览器自动填充功能访问表单输入

    防止自动填充.js 尝试阻止浏览器自动填充功能访问表单输入。 专为对抗 Chrome 的自动填充功能而创建。 Chrome 似乎并不关心我在任何类型的地址表单上的“自动完成”设置,无论自动完成属性放在哪个元素上。...

    my.cn基本配置

    [mysqld] port=8899 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql max_allowed_packet=100M ...log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid [client] port=8899

Global site tag (gtag.js) - Google Analytics