Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
scripts.htmlrenamer Namespace Reference

Variables

dict typed_array_renames
 

Variable Documentation

◆ typed_array_renames

dict scripts.htmlrenamer.typed_array_renames
Initial value:
1= {
2 'ArrayBuffer': 'ByteBuffer',
3 'ArrayBufferView': 'TypedData',
4 'DataView': 'ByteData',
5 'Float32Array': 'Float32List',
6 'Float64Array': 'Float64List',
7 'Int8Array': 'Int8List',
8 'Int16Array': 'Int16List',
9 'Int32Array': 'Int32List',
10 'Uint8Array': 'Uint8List',
11 'Uint8ClampedArray': 'Uint8ClampedList',
12 'Uint16Array': 'Uint16List',
13 'Uint32Array': 'Uint32List',
14}

Definition at line 9 of file htmlrenamer.py.