-
-
browser-extension:假设浏览器扩展
... 的包装。 根据您感兴趣的工作,您可能还需要检出客户端存储库。 如果这样做,则可以通过运行以下命令获取浏览器扩展存储库以使用已签出的client存储库
yarn link
在client存储库中,然后
yarn link hypothesis
在browser-extension库中。 之后, make build的调用将使用客户端存储库中的已构建客户端。 请查阅客户的文档,以获取有关在开发环境中构建 ...
-
-
守望台:Browser在您的浏览器中观察带有请求和响应详细信息的OKHttp API调用!
... :
debugImplementation ' com.snakyapps.watchtower:interceptor-okhttp:2.0.2 '
releaseImplementation ' com.snakyapps.watchtower:interceptor-okhttp-no-op:2.0.2 ' // no-op dependency for non-debug build variants
建立
将拦截器添加到您的OKHttp Client
-
gotty-client:GoTTY的终端客户端
... +----------------+
+--------------+ +---------+-- -> | /bin/bash |
| | | | +----------------+
+- -> | Browser |--+
-
BoldKid-Client:这是我首次尝试创建基于网络的井字游戏
... 移至sei/projects目录,然后使用sei/projects unzip /Users/<user>/Downloads/browser-template-master.zip解压缩模板目录。
将模板目录从browser-template-master重命名为<project>-client 。
清空并填写您自己的内容。
将ga-wdi-boston.browser-template所有实例替换为您的项目名称。 您可以通过在Mac上 ...
-
solid-client-authn-js:用于通过Solid进行身份验证的客户端库
可靠JavaScript身份验证-可靠的客户端身份验证
solid-client-authn是一套库,用于管理访问Solid服务器上受保护 ... 身份验证。 这些库共享一个通用的API,并包括用于不同部署环境的不同模块:
solid-client-authn-browser可用于在浏览器中构建Web应用程序。
solid-client-authn-node可用于构建服务器端和基于控制台的应用程序。
@ inrupt / solid-client-authn库是套件开源JavaScript库的一部分,该库旨在 ...
-
reg-app-client
如何在本地运行
1 Git clone the repository
2 View pages on your favourite browser
-
openmoney-client
... can:
rake db:migrate
ruby script/server
Step 3: Configuration
You should now have the client running an accessible at: localhost:3000
Point your browser at http://localhost:3000 and click on "new user ...
-
-
selenium-client
... "
require "selenium/client"
class ExampleTest < Test::Unit::TestCase
attr_reader :browser
def setup
@browser = Selenium::Client::Driver.new \
:host => "localhost",
:port => 4444,
: ...
-