Skip to content

Commit

Permalink
#309@minor: Adds support for Navigator.sendBeacon(). Adds support for…
Browse files Browse the repository at this point in the history
… the property Window.CSSStyleDeclaration.
  • Loading branch information
capricorn86 committed Oct 26, 2023
1 parent 3d1c8c6 commit d843923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/happy-dom/src/window/IWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ import ClipboardItem from '../clipboard/ClipboardItem.js';
import ClipboardEvent from '../event/events/ClipboardEvent.js';

/**
* Window without dependencies to server side specific packages.
* Browser window.
*/
export default interface IWindow extends IEventTarget, INodeJSGlobal {
// Happy DOM property.
Expand Down

0 comments on commit d843923

Please sign in to comment.