Home > front end >  Write an HTML is always out of Licensed under the Apache License, Version 2.0
Write an HTML is always out of Licensed under the Apache License, Version 2.0

Time:09-17

Written in vscode, very simple HTML page, always suddenly become
/*! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); You may not use the
This file except in the compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN * AS IS * BASIS, WITHOUT WARRANTIES OR the CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, o WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR the CONDITIONS OF the TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON - INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions
And limitations under the License.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


///& lt; The reference no default - lib="true"/& gt;


/////////////////////////////
///the DOM APIs
/////////////////////////////

Interface Account {
DisplayName: string;
Id: string;
ImageURL? : string;
name? : string;
RpDisplayName: string;
}

Interface AddEventListenerOptions extends EventListenerOptions {
Once? : Boolean;
Passive? : Boolean;
}

Interface AesCbcParams extends Algorithm {
Iv: Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer.
}

Interface AesCtrParams extends Algorithm {
Counter: Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer.
Length: number;
}

Interface AesDerivedKeyParams extends Algorithm {
Length: number;
}

Interface AesGcmParams extends Algorithm {
AdditionalData? : Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer.
Iv: Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer.
TagLength? : number;
}

Interface AesKeyAlgorithm extends KeyAlgorithm {
Length: number;
}

Interface AesKeyGenParams extends Algorithm {
Length: number;
}

Interface Algorithm {
Name: string;
}
. There are 20000 lines of code
Don't know why, met several times in the past two days, write js also met, wrote a half-day white wrote, asked the great spirit to guide how to do!

CodePudding user response:

I have just met, it would be better to update, don't know what causes it
  • Related