Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5868,6 +5868,10 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
* Sets or retrieves the language code of the object.
*/
hreflang: string;
/**
* Sets or retrieves the integrity hash.
*/
integrity: string;
/**
* Sets or retrieves the media type.
*/
Expand Down Expand Up @@ -6730,6 +6734,10 @@ interface HTMLScriptElement extends HTMLElement {
* Sets or retrieves the status of the script.
*/
defer: boolean;
/**
* Sets or retrieves the integrity hash.
*/
integrity: string;
/**
* Sets or retrieves the event for which the script is written.
*/
Expand Down Expand Up @@ -14227,4 +14235,4 @@ type RTCIceGatherCandidate = RTCIceCandidate | RTCIceCandidateComplete;
type RTCTransport = RTCDtlsTransport | RTCSrtpSdesTransport;
type payloadtype = number;
type IDBValidKey = number | string | Date | IDBArrayKey;
type BufferSource = ArrayBuffer | ArrayBufferView;
type BufferSource = ArrayBuffer | ArrayBufferView;