2 Star 0 Fork 0

mirrors_blakeembrey/electron-context-menu

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
fixture.html 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jonas Schwabe 提交于 2016-08-27 23:04 +08:00 . Add webview support (#15)
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fixture</title>
<script>
window.addEventListener('load', () => {
require('.')({
window: document.getElementById('webview')
});
});
</script>
</head>
<body>
<h1>Fixture</h1>
<br>
<textarea></textarea>
<br>
<input>
<br>
<img src="fixture.jpg">
<br>
<div contenteditable="true"><strong>Editable text</strong></div>
<br>
<a href="https://github.com">Link</a>
<webview id="webview" src="http://example.org">
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_blakeembrey/electron-context-menu.git
git@gitee.com:mirrors_blakeembrey/electron-context-menu.git
mirrors_blakeembrey
electron-context-menu
electron-context-menu
master

搜索帮助