Uses of Class
org.htmlunit.javascript.host.BroadcastChannel
Packages that use BroadcastChannel
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of BroadcastChannel in org.htmlunit
Methods in org.htmlunit that return types with arguments of type BroadcastChannelModifier and TypeMethodDescriptionWebClient.getBroadcastChannels()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of BroadcastChannel in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return BroadcastChannelModifier and TypeMethodDescriptionstatic BroadcastChannelBroadcastChannel.jsConstructor(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.VarScope scope, Object[] args, org.htmlunit.corejs.javascript.Function ctorObj, boolean inNewExpr) JavaScript constructor.