Depends on #40 because it's going to cause conflicts and I don't want to wait until that merges to open this PR. I'll change the target branch here after it merges.
These are the primary remaining methods from our internal 'bs-webapi contrib' layer. There are still a few added modules I haven't ported but we can deal with those later (after 1.0 if I don't get time sooner).
With this, we should be able to switch to include Webapi.Dom instead of importing every module individually.
~Added setActiveElement to Document~ this was incorrect
Moved hasFocus and activeElement from HtmlDocument to Document
Depends on #40 because it's going to cause conflicts and I don't want to wait until that merges to open this PR. I'll change the target branch here after it merges.
These are the primary remaining methods from our internal 'bs-webapi contrib' layer. There are still a few added modules I haven't ported but we can deal with those later (after 1.0 if I don't get time sooner).
With this, we should be able to switch to
include Webapi.Dom
instead of importing every module individually.setActiveElement
to Document~ this was incorrecthasFocus
andactiveElement
from HtmlDocument to Document