Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是新手开发者。我想知道,即使浏览器支持 HTTP2,我是否需要 grpc-web 库?如果答案是肯定的,请告诉我为什么
提前致谢
根据这篇 grpc.io 博客文章,截至 2019 年,浏览器不支持对从 javascript 实现直接 gRPC 连接所需的 HTTP2 请求的细粒度控制。
出于这个原因,需要一个单独的库和代理,例如由 gRPC-Web 实现的。
我试图在下面的示例中放置一个标签,但表格显示在 tableWrapper div 之外,tableWrapper div 正确显示我想要但表格在它之外,我不明白我在做什么错,有人可以帮忙吗?:
//the buttons $html .= '<p><form method="post" action = "DBTest.php" > <input type="submi